/*!
 *  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(/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot);
  src: url(/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot?#iefix) format('embedded-opentype'), url(/assets/fontawesome-webfont-fa79d127baca4558a0b973f5f514b90fc5ef43314c41095f5cb285ffaa0a4029.woff2) format('woff2'), url(/assets/fontawesome-webfont-c9a0a23a23a3f6f7165cba218b40483a0b1750d92b49c40842f1d8f566f5f421.woff) format('woff'), url(/assets/fontawesome-webfont-2794b002e3568f5abce8991e2431ca79e0ce84a08ea1268884b4e097b62762a6.ttf) format('truetype'), url(/assets/fontawesome-webfont-67c6c8e9ffb0fcd7c7c64eaff12a298abf5b54a54b54f0e6c4c49161dba62d6d.svg#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }
@charset "UTF-8";
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *
 * require_tree .









 */
/*!
 * Bootstrap v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* line 1, vendor/assets/stylesheets/bootstrap/scss/_root.scss */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #868e96;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #868e96;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

@media print {
  /* line 13, vendor/assets/stylesheets/bootstrap/scss/_print.scss */
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  /* line 23, vendor/assets/stylesheets/bootstrap/scss/_print.scss */
  a,
a:visited {
    text-decoration: underline;
  }
  /* line 33, vendor/assets/stylesheets/bootstrap/scss/_print.scss */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /* line 48, vendor/assets/stylesheets/bootstrap/scss/_print.scss */
  pre {
    white-space: pre-wrap !important;
  }
  /* line 51, vendor/assets/stylesheets/bootstrap/scss/_print.scss */
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 62, vendor/assets/stylesheets/bootstrap/scss/_print.scss */
  thead {
    display: table-header-group;
  }
  /* line 66, vendor/assets/stylesheets/bootstrap/scss/_print.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 71, vendor/assets/stylesheets/bootstrap/scss/_print.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 78, vendor/assets/stylesheets/bootstrap/scss/_print.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
  /* line 86, vendor/assets/stylesheets/bootstrap/scss/_print.scss */
  .navbar {
    display: none;
  }
  /* line 89, vendor/assets/stylesheets/bootstrap/scss/_print.scss */
  .badge {
    border: 1px solid #000;
  }
  /* line 93, vendor/assets/stylesheets/bootstrap/scss/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 96, vendor/assets/stylesheets/bootstrap/scss/_print.scss */
  .table td,
.table th {
    background-color: #fff !important;
  }
  /* line 102, vendor/assets/stylesheets/bootstrap/scss/_print.scss */
  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}

/* line 21, vendor/assets/stylesheets/bootstrap/scss/_reboot.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 27, vendor/assets/stylesheets/bootstrap/scss/_reboot.scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

/* line 45, vendor/assets/stylesheets/bootstrap/scss/_reboot.scss */
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

/* line 57, vendor/assets/stylesheets/bootstrap/scss/_reboot.scss */
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

/* line 73, vendor/assets/stylesheets/bootstrap/scss/_reboot.scss */
[tabindex="-1"]:focus {
  outline: none !important;
}

/* line 83, vendor/assets/stylesheets/bootstrap/scss/_reboot.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 99, vendor/assets/stylesheets/bootstrap/scss/_reboot.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 109, vendor/assets/stylesheets/bootstrap/scss/_reboot.scss */
p {
  margin-top: 0;
}

/* line 121, vendor/assets/stylesheets/bootstrap/scss/_reboot.scss */
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

/* line 129, vendor/assets/stylesheets/bootstrap/scss/_reboot.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 135, vendor/assets/stylesheets/bootstrap/scss/_reboot.scss */
ol,
ul,
dl {
  margin-top: 0;
}

/* line 142, vendor/assets/stylesheets/bootstrap/scss/_reboot.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 149, vendor/assets/stylesheets/bootstrap/scss/_reboot.scss */
dt {
  font-weight: 700;
}

/* line 153, vendor/assets/stylesheets/bootstrap/scss/_reboot.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 158, vendor/assets/stylesheets/bootstrap/scss/_reboot.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 162, vendor/assets/stylesheets/bootstrap/scss/_reboot.scss */
dfn {
  font-style: italic;
}

/* line 167, vendor/assets/stylesheets/bootstrap/scss/_reboot.scss */
b,
strong {
  font-weight: bolder;
}

/* line 173, vendor/assets/stylesheets/bootstrap/scss/_reboot.scss */
small {
  font-size: 80%;
}

/* line 182, vendor/assets/stylesheets/bootstrap/scss/_reboot.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 190, vendor/assets/stylesheets/bootstrap/scss/_reboot.scss */
sub {
  bottom: -.25em;
}

/* line 191, vendor/assets/stylesheets/bootstrap/scss/_reboot.scss */
sup {
  top: -.5em;
}

/* line 198, vendor/assets/stylesheets/bootstrap/scss/_reboot.scss */
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

/* line 12, vendor/assets/stylesheets/bootstrap/scss/mixins/_hover.scss */
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* line 216, vendor/assets/stylesheets/bootstrap/scss/_reboot.scss */
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

/* line 24, vendor/assets/stylesheets/bootstrap/scss/mixins/_hover.scss */
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

/* line 225, vendor/assets/stylesheets/bootstrap/scss/_reboot.scss */
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/* line 236, vendor/assets/stylesheets/bootstrap/scss/_reboot.scss */
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 245, vendor/assets/stylesheets/bootstrap/scss/_reboot.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

/* line 262, vendor/assets/stylesheets/bootstrap/scss/_reboot.scss */
figure {
  margin: 0 0 1rem;
}

/* line 272, vendor/assets/stylesheets/bootstrap/scss/_reboot.scss */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 277, vendor/assets/stylesheets/bootstrap/scss/_reboot.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 292, vendor/assets/stylesheets/bootstrap/scss/_reboot.scss */
a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

/* line 309, vendor/assets/stylesheets/bootstrap/scss/_reboot.scss */
table {
  border-collapse: collapse;
}

/* line 313, vendor/assets/stylesheets/bootstrap/scss/_reboot.scss */
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom;
}

/* line 321, vendor/assets/stylesheets/bootstrap/scss/_reboot.scss */
th {
  text-align: inherit;
}

/* line 332, vendor/assets/stylesheets/bootstrap/scss/_reboot.scss */
label {
  display: inline-block;
}

/* line 341, vendor/assets/stylesheets/bootstrap/scss/_reboot.scss */
button {
  border-radius: 0;
}

/* line 349, vendor/assets/stylesheets/bootstrap/scss/_reboot.scss */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 354, vendor/assets/stylesheets/bootstrap/scss/_reboot.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 365, vendor/assets/stylesheets/bootstrap/scss/_reboot.scss */
button,
input {
  overflow: visible;
}

/* line 370, vendor/assets/stylesheets/bootstrap/scss/_reboot.scss */
button,
select {
  text-transform: none;
}

/* line 378, vendor/assets/stylesheets/bootstrap/scss/_reboot.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 386, vendor/assets/stylesheets/bootstrap/scss/_reboot.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 394, vendor/assets/stylesheets/bootstrap/scss/_reboot.scss */
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 401, vendor/assets/stylesheets/bootstrap/scss/_reboot.scss */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

/* line 413, vendor/assets/stylesheets/bootstrap/scss/_reboot.scss */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 419, vendor/assets/stylesheets/bootstrap/scss/_reboot.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 434, vendor/assets/stylesheets/bootstrap/scss/_reboot.scss */
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

/* line 446, vendor/assets/stylesheets/bootstrap/scss/_reboot.scss */
progress {
  vertical-align: baseline;
}

/* line 451, vendor/assets/stylesheets/bootstrap/scss/_reboot.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 456, vendor/assets/stylesheets/bootstrap/scss/_reboot.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 469, vendor/assets/stylesheets/bootstrap/scss/_reboot.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 479, vendor/assets/stylesheets/bootstrap/scss/_reboot.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 488, vendor/assets/stylesheets/bootstrap/scss/_reboot.scss */
output {
  display: inline-block;
}

/* line 492, vendor/assets/stylesheets/bootstrap/scss/_reboot.scss */
summary {
  display: list-item;
}

/* line 496, vendor/assets/stylesheets/bootstrap/scss/_reboot.scss */
template {
  display: none;
}

/* line 502, vendor/assets/stylesheets/bootstrap/scss/_reboot.scss */
[hidden] {
  display: none !important;
}

/* line 7, vendor/assets/stylesheets/bootstrap/scss/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

/* line 16, vendor/assets/stylesheets/bootstrap/scss/_type.scss */
h1, .h1 {
  font-size: 2.5rem;
}

/* line 17, vendor/assets/stylesheets/bootstrap/scss/_type.scss */
h2, .h2 {
  font-size: 2rem;
}

/* line 18, vendor/assets/stylesheets/bootstrap/scss/_type.scss */
h3, .h3 {
  font-size: 1.75rem;
}

/* line 19, vendor/assets/stylesheets/bootstrap/scss/_type.scss */
h4, .h4 {
  font-size: 1.5rem;
}

/* line 20, vendor/assets/stylesheets/bootstrap/scss/_type.scss */
h5, .h5 {
  font-size: 1.25rem;
}

/* line 21, vendor/assets/stylesheets/bootstrap/scss/_type.scss */
h6, .h6 {
  font-size: 1rem;
}

/* line 23, vendor/assets/stylesheets/bootstrap/scss/_type.scss */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 29, vendor/assets/stylesheets/bootstrap/scss/_type.scss */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 34, vendor/assets/stylesheets/bootstrap/scss/_type.scss */
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 39, vendor/assets/stylesheets/bootstrap/scss/_type.scss */
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 44, vendor/assets/stylesheets/bootstrap/scss/_type.scss */
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 55, vendor/assets/stylesheets/bootstrap/scss/_type.scss */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 67, vendor/assets/stylesheets/bootstrap/scss/_type.scss */
small,
.small {
  font-size: 80%;
  font-weight: 400;
}

/* line 73, vendor/assets/stylesheets/bootstrap/scss/_type.scss */
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/* line 84, vendor/assets/stylesheets/bootstrap/scss/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 89, vendor/assets/stylesheets/bootstrap/scss/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 92, vendor/assets/stylesheets/bootstrap/scss/_type.scss */
.list-inline-item {
  display: inline-block;
}

/* line 95, vendor/assets/stylesheets/bootstrap/scss/_type.scss */
.list-inline-item:not(:last-child) {
  margin-right: 5px;
}

/* line 106, vendor/assets/stylesheets/bootstrap/scss/_type.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 112, vendor/assets/stylesheets/bootstrap/scss/_type.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* line 117, vendor/assets/stylesheets/bootstrap/scss/_type.scss */
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #868e96;
}

/* line 122, vendor/assets/stylesheets/bootstrap/scss/_type.scss */
.blockquote-footer::before {
  content: "\2014 \00A0";
}

/* line 8, vendor/assets/stylesheets/bootstrap/scss/_images.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 14, vendor/assets/stylesheets/bootstrap/scss/_images.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

/* line 29, vendor/assets/stylesheets/bootstrap/scss/_images.scss */
.figure {
  display: inline-block;
}

/* line 34, vendor/assets/stylesheets/bootstrap/scss/_images.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 39, vendor/assets/stylesheets/bootstrap/scss/_images.scss */
.figure-caption {
  font-size: 90%;
  color: #868e96;
}

/* line 2, vendor/assets/stylesheets/bootstrap/scss/_code.scss */
code,
kbd,
pre,
samp {
  font-family: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 10, vendor/assets/stylesheets/bootstrap/scss/_code.scss */
code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f8f9fa;
  border-radius: 0.25rem;
}

/* line 18, vendor/assets/stylesheets/bootstrap/scss/_code.scss */
a > code {
  padding: 0;
  color: inherit;
  background-color: inherit;
}

/* line 26, vendor/assets/stylesheets/bootstrap/scss/_code.scss */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

/* line 34, vendor/assets/stylesheets/bootstrap/scss/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

/* line 43, vendor/assets/stylesheets/bootstrap/scss/_code.scss */
pre {
  display: block;
  font-size: 90%;
  color: #212529;
}

/* line 49, vendor/assets/stylesheets/bootstrap/scss/_code.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}

/* line 59, vendor/assets/stylesheets/bootstrap/scss/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 6, vendor/assets/stylesheets/bootstrap/scss/_grid.scss */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 6, vendor/assets/stylesheets/bootstrap/scss/_grid.scss */
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 6, vendor/assets/stylesheets/bootstrap/scss/_grid.scss */
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 6, vendor/assets/stylesheets/bootstrap/scss/_grid.scss */
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 6, vendor/assets/stylesheets/bootstrap/scss/_grid.scss */
  .container {
    max-width: 1140px;
  }
}

/* line 18, vendor/assets/stylesheets/bootstrap/scss/_grid.scss */
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 28, vendor/assets/stylesheets/bootstrap/scss/_grid.scss */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* line 34, vendor/assets/stylesheets/bootstrap/scss/_grid.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 38, vendor/assets/stylesheets/bootstrap/scss/_grid.scss */
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 8, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 31, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

/* line 36, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

/* line 43, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

/* line 43, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

/* line 43, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 43, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

/* line 43, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

/* line 43, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 43, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

/* line 43, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

/* line 43, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 43, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

/* line 43, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

/* line 43, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 48, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
.order-first {
  order: -1;
}

/* line 53, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
.order-1 {
  order: 1;
}

/* line 53, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
.order-2 {
  order: 2;
}

/* line 53, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
.order-3 {
  order: 3;
}

/* line 53, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
.order-4 {
  order: 4;
}

/* line 53, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
.order-5 {
  order: 5;
}

/* line 53, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
.order-6 {
  order: 6;
}

/* line 53, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
.order-7 {
  order: 7;
}

/* line 53, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
.order-8 {
  order: 8;
}

/* line 53, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
.order-9 {
  order: 9;
}

/* line 53, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
.order-10 {
  order: 10;
}

/* line 53, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
.order-11 {
  order: 11;
}

/* line 53, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
.order-12 {
  order: 12;
}

/* line 61, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
.offset-1 {
  margin-left: 8.3333333333%;
}

/* line 61, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
.offset-2 {
  margin-left: 16.6666666667%;
}

/* line 61, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 61, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
.offset-4 {
  margin-left: 33.3333333333%;
}

/* line 61, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
.offset-5 {
  margin-left: 41.6666666667%;
}

/* line 61, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 61, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
.offset-7 {
  margin-left: 58.3333333333%;
}

/* line 61, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
.offset-8 {
  margin-left: 66.6666666667%;
}

/* line 61, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 61, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
.offset-10 {
  margin-left: 83.3333333333%;
}

/* line 61, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  /* line 31, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 36, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 48, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-first {
    order: -1;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-1 {
    order: 1;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-2 {
    order: 2;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-3 {
    order: 3;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-4 {
    order: 4;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-5 {
    order: 5;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-6 {
    order: 6;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-7 {
    order: 7;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-8 {
    order: 8;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-9 {
    order: 9;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-10 {
    order: 10;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-11 {
    order: 11;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-12 {
    order: 12;
  }
  /* line 61, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 61, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  /* line 61, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  /* line 61, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 61, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  /* line 61, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  /* line 61, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 61, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  /* line 61, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  /* line 61, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 61, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  /* line 61, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 768px) {
  /* line 31, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 36, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 48, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-first {
    order: -1;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-1 {
    order: 1;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-2 {
    order: 2;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-3 {
    order: 3;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-4 {
    order: 4;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-5 {
    order: 5;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-6 {
    order: 6;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-7 {
    order: 7;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-8 {
    order: 8;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-9 {
    order: 9;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-10 {
    order: 10;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-11 {
    order: 11;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-12 {
    order: 12;
  }
  /* line 61, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 61, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  /* line 61, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  /* line 61, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 61, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  /* line 61, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  /* line 61, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 61, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  /* line 61, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  /* line 61, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 61, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  /* line 61, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 992px) {
  /* line 31, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 36, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 48, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-first {
    order: -1;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-1 {
    order: 1;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-2 {
    order: 2;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-3 {
    order: 3;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-4 {
    order: 4;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-5 {
    order: 5;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-6 {
    order: 6;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-7 {
    order: 7;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-8 {
    order: 8;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-9 {
    order: 9;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-10 {
    order: 10;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-11 {
    order: 11;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-12 {
    order: 12;
  }
  /* line 61, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 61, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  /* line 61, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  /* line 61, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 61, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  /* line 61, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  /* line 61, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 61, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  /* line 61, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  /* line 61, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 61, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  /* line 61, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1200px) {
  /* line 31, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 36, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 48, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-first {
    order: -1;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-1 {
    order: 1;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-2 {
    order: 2;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-3 {
    order: 3;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-4 {
    order: 4;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-5 {
    order: 5;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-6 {
    order: 6;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-7 {
    order: 7;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-8 {
    order: 8;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-9 {
    order: 9;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-10 {
    order: 10;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-11 {
    order: 11;
  }
  /* line 53, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-12 {
    order: 12;
  }
  /* line 61, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 61, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  /* line 61, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  /* line 61, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 61, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  /* line 61, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  /* line 61, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 61, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  /* line 61, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  /* line 61, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 61, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  /* line 61, vendor/assets/stylesheets/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}

/* line 5, vendor/assets/stylesheets/bootstrap/scss/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

/* line 11, vendor/assets/stylesheets/bootstrap/scss/_tables.scss */
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #e9ecef;
}

/* line 18, vendor/assets/stylesheets/bootstrap/scss/_tables.scss */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e9ecef;
}

/* line 23, vendor/assets/stylesheets/bootstrap/scss/_tables.scss */
.table tbody + tbody {
  border-top: 2px solid #e9ecef;
}

/* line 27, vendor/assets/stylesheets/bootstrap/scss/_tables.scss */
.table .table {
  background-color: #fff;
}

/* line 38, vendor/assets/stylesheets/bootstrap/scss/_tables.scss */
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

/* line 49, vendor/assets/stylesheets/bootstrap/scss/_tables.scss */
.table-bordered {
  border: 1px solid #e9ecef;
}

/* line 52, vendor/assets/stylesheets/bootstrap/scss/_tables.scss */
.table-bordered th,
.table-bordered td {
  border: 1px solid #e9ecef;
}

/* line 58, vendor/assets/stylesheets/bootstrap/scss/_tables.scss */
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

/* line 71, vendor/assets/stylesheets/bootstrap/scss/_tables.scss */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 12, vendor/assets/stylesheets/bootstrap/scss/mixins/_hover.scss */
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 7, vendor/assets/stylesheets/bootstrap/scss/mixins/_table-row.scss */
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

/* line 12, vendor/assets/stylesheets/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

/* line 23, vendor/assets/stylesheets/bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

/* line 7, vendor/assets/stylesheets/bootstrap/scss/mixins/_table-row.scss */
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #dddfe2;
}

/* line 12, vendor/assets/stylesheets/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-secondary:hover {
  background-color: #cfd2d6;
}

/* line 23, vendor/assets/stylesheets/bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #cfd2d6;
}

/* line 7, vendor/assets/stylesheets/bootstrap/scss/mixins/_table-row.scss */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

/* line 12, vendor/assets/stylesheets/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

/* line 23, vendor/assets/stylesheets/bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

/* line 7, vendor/assets/stylesheets/bootstrap/scss/mixins/_table-row.scss */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

/* line 12, vendor/assets/stylesheets/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-info:hover {
  background-color: #abdde5;
}

/* line 23, vendor/assets/stylesheets/bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

/* line 7, vendor/assets/stylesheets/bootstrap/scss/mixins/_table-row.scss */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

/* line 12, vendor/assets/stylesheets/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

/* line 23, vendor/assets/stylesheets/bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

/* line 7, vendor/assets/stylesheets/bootstrap/scss/mixins/_table-row.scss */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

/* line 12, vendor/assets/stylesheets/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

/* line 23, vendor/assets/stylesheets/bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

/* line 7, vendor/assets/stylesheets/bootstrap/scss/mixins/_table-row.scss */
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

/* line 12, vendor/assets/stylesheets/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-light:hover {
  background-color: #ececf6;
}

/* line 23, vendor/assets/stylesheets/bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

/* line 7, vendor/assets/stylesheets/bootstrap/scss/mixins/_table-row.scss */
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

/* line 12, vendor/assets/stylesheets/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

/* line 23, vendor/assets/stylesheets/bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

/* line 7, vendor/assets/stylesheets/bootstrap/scss/mixins/_table-row.scss */
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 12, vendor/assets/stylesheets/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 23, vendor/assets/stylesheets/bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 109, vendor/assets/stylesheets/bootstrap/scss/_tables.scss */
.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

/* line 117, vendor/assets/stylesheets/bootstrap/scss/_tables.scss */
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #e9ecef;
}

/* line 125, vendor/assets/stylesheets/bootstrap/scss/_tables.scss */
.table-dark {
  color: #fff;
  background-color: #212529;
}

/* line 129, vendor/assets/stylesheets/bootstrap/scss/_tables.scss */
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}

/* line 135, vendor/assets/stylesheets/bootstrap/scss/_tables.scss */
.table-dark.table-bordered {
  border: 0;
}

/* line 140, vendor/assets/stylesheets/bootstrap/scss/_tables.scss */
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

/* line 12, vendor/assets/stylesheets/bootstrap/scss/mixins/_hover.scss */
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575px) {
  /* line 165, vendor/assets/stylesheets/bootstrap/scss/_tables.scss */
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 174, vendor/assets/stylesheets/bootstrap/scss/_tables.scss */
  .table-responsive-sm.table-bordered {
    border: 0;
  }
}

@media (max-width: 767px) {
  /* line 165, vendor/assets/stylesheets/bootstrap/scss/_tables.scss */
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 174, vendor/assets/stylesheets/bootstrap/scss/_tables.scss */
  .table-responsive-md.table-bordered {
    border: 0;
  }
}

@media (max-width: 991px) {
  /* line 165, vendor/assets/stylesheets/bootstrap/scss/_tables.scss */
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 174, vendor/assets/stylesheets/bootstrap/scss/_tables.scss */
  .table-responsive-lg.table-bordered {
    border: 0;
  }
}

@media (max-width: 1199px) {
  /* line 165, vendor/assets/stylesheets/bootstrap/scss/_tables.scss */
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 174, vendor/assets/stylesheets/bootstrap/scss/_tables.scss */
  .table-responsive-xl.table-bordered {
    border: 0;
  }
}

/* line 165, vendor/assets/stylesheets/bootstrap/scss/_tables.scss */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

/* line 174, vendor/assets/stylesheets/bootstrap/scss/_tables.scss */
.table-responsive.table-bordered {
  border: 0;
}

/* line 7, vendor/assets/stylesheets/bootstrap/scss/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

/* line 31, vendor/assets/stylesheets/bootstrap/scss/_forms.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 14, vendor/assets/stylesheets/bootstrap/scss/mixins/_forms.scss */
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 40, vendor/assets/stylesheets/bootstrap/scss/_forms.scss */
.form-control::placeholder {
  color: #868e96;
  opacity: 1;
}

/* line 51, vendor/assets/stylesheets/bootstrap/scss/_forms.scss */
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

/* line 60, vendor/assets/stylesheets/bootstrap/scss/_forms.scss */
select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

/* line 64, vendor/assets/stylesheets/bootstrap/scss/_forms.scss */
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 76, vendor/assets/stylesheets/bootstrap/scss/_forms.scss */
.form-control-file,
.form-control-range {
  display: block;
}

/* line 88, vendor/assets/stylesheets/bootstrap/scss/_forms.scss */
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 95, vendor/assets/stylesheets/bootstrap/scss/_forms.scss */
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 102, vendor/assets/stylesheets/bootstrap/scss/_forms.scss */
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 116, vendor/assets/stylesheets/bootstrap/scss/_forms.scss */
.col-form-legend {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  font-size: 1rem;
}

/* line 129, vendor/assets/stylesheets/bootstrap/scss/_forms.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

/* line 140, vendor/assets/stylesheets/bootstrap/scss/_forms.scss */
.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .form-control-plaintext.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .form-control-plaintext.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

/* line 156, vendor/assets/stylesheets/bootstrap/scss/_forms.scss */
.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 164, vendor/assets/stylesheets/bootstrap/scss/_forms.scss */
select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

/* line 169, vendor/assets/stylesheets/bootstrap/scss/_forms.scss */
.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 177, vendor/assets/stylesheets/bootstrap/scss/_forms.scss */
select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

/* line 188, vendor/assets/stylesheets/bootstrap/scss/_forms.scss */
.form-group {
  margin-bottom: 1rem;
}

/* line 192, vendor/assets/stylesheets/bootstrap/scss/_forms.scss */
.form-text {
  display: block;
  margin-top: 0.25rem;
}

/* line 202, vendor/assets/stylesheets/bootstrap/scss/_forms.scss */
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

/* line 208, vendor/assets/stylesheets/bootstrap/scss/_forms.scss */
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 220, vendor/assets/stylesheets/bootstrap/scss/_forms.scss */
.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.5rem;
}

/* line 226, vendor/assets/stylesheets/bootstrap/scss/_forms.scss */
.form-check.disabled .form-check-label {
  color: #868e96;
}

/* line 232, vendor/assets/stylesheets/bootstrap/scss/_forms.scss */
.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
}

/* line 237, vendor/assets/stylesheets/bootstrap/scss/_forms.scss */
.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem;
}

/* line 244, vendor/assets/stylesheets/bootstrap/scss/_forms.scss */
.form-check-inline {
  display: inline-block;
  margin-right: 0.75rem;
}

/* line 248, vendor/assets/stylesheets/bootstrap/scss/_forms.scss */
.form-check-inline .form-check-label {
  vertical-align: middle;
}

/* line 31, vendor/assets/stylesheets/bootstrap/scss/mixins/_forms.scss */
.valid-feedback {
  display: none;
  margin-top: .25rem;
  font-size: .875rem;
  color: #28a745;
}

/* line 38, vendor/assets/stylesheets/bootstrap/scss/mixins/_forms.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem;
}

/* line 55, vendor/assets/stylesheets/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-control:valid, .form-control.is-valid, .was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}

/* line 58, vendor/assets/stylesheets/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 62, vendor/assets/stylesheets/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 72, vendor/assets/stylesheets/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-check-input:valid + .form-check-label, .form-check-input.is-valid + .form-check-label {
  color: #28a745;
}

/* line 81, vendor/assets/stylesheets/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-indicator, .custom-control-input.is-valid ~ .custom-control-indicator {
  background-color: rgba(40, 167, 69, 0.4);
}

/* line 84, vendor/assets/stylesheets/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-description, .custom-control-input.is-valid ~ .custom-control-description {
  color: #28a745;
}

/* line 88, vendor/assets/stylesheets/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-control-input:valid:focus ~ .custom-control-indicator, .custom-control-input.is-valid:focus ~ .custom-control-indicator {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 98, vendor/assets/stylesheets/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .custom-file-control, .custom-file-input.is-valid ~ .custom-file-control {
  border-color: #28a745;
}

/* line 101, vendor/assets/stylesheets/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .custom-file-control::before, .custom-file-input.is-valid ~ .custom-file-control::before {
  border-color: inherit;
}

/* line 104, vendor/assets/stylesheets/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-file-input:valid:focus ~ .custom-file-control, .custom-file-input.is-valid:focus ~ .custom-file-control {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 31, vendor/assets/stylesheets/bootstrap/scss/mixins/_forms.scss */
.invalid-feedback {
  display: none;
  margin-top: .25rem;
  font-size: .875rem;
  color: #dc3545;
}

/* line 38, vendor/assets/stylesheets/bootstrap/scss/mixins/_forms.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem;
}

/* line 55, vendor/assets/stylesheets/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}

/* line 58, vendor/assets/stylesheets/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 62, vendor/assets/stylesheets/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 72, vendor/assets/stylesheets/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-check-input:invalid + .form-check-label, .form-check-input.is-invalid + .form-check-label {
  color: #dc3545;
}

/* line 81, vendor/assets/stylesheets/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-indicator, .custom-control-input.is-invalid ~ .custom-control-indicator {
  background-color: rgba(220, 53, 69, 0.4);
}

/* line 84, vendor/assets/stylesheets/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-description, .custom-control-input.is-invalid ~ .custom-control-description {
  color: #dc3545;
}

/* line 88, vendor/assets/stylesheets/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:focus ~ .custom-control-indicator, .custom-control-input.is-invalid:focus ~ .custom-control-indicator {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 98, vendor/assets/stylesheets/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-control, .custom-file-input.is-invalid ~ .custom-file-control {
  border-color: #dc3545;
}

/* line 101, vendor/assets/stylesheets/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-control::before, .custom-file-input.is-invalid ~ .custom-file-control::before {
  border-color: inherit;
}

/* line 104, vendor/assets/stylesheets/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-file-input:invalid:focus ~ .custom-file-control, .custom-file-input.is-invalid:focus ~ .custom-file-control {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 273, vendor/assets/stylesheets/bootstrap/scss/_forms.scss */
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

/* line 281, vendor/assets/stylesheets/bootstrap/scss/_forms.scss */
.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  /* line 287, vendor/assets/stylesheets/bootstrap/scss/_forms.scss */
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  /* line 295, vendor/assets/stylesheets/bootstrap/scss/_forms.scss */
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  /* line 304, vendor/assets/stylesheets/bootstrap/scss/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 311, vendor/assets/stylesheets/bootstrap/scss/_forms.scss */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  /* line 315, vendor/assets/stylesheets/bootstrap/scss/_forms.scss */
  .form-inline .input-group {
    width: auto;
  }
  /* line 321, vendor/assets/stylesheets/bootstrap/scss/_forms.scss */
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
  /* line 329, vendor/assets/stylesheets/bootstrap/scss/_forms.scss */
  .form-inline .form-check-label {
    padding-left: 0;
  }
  /* line 332, vendor/assets/stylesheets/bootstrap/scss/_forms.scss */
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  /* line 340, vendor/assets/stylesheets/bootstrap/scss/_forms.scss */
  .form-inline .custom-control {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
  }
  /* line 346, vendor/assets/stylesheets/bootstrap/scss/_forms.scss */
  .form-inline .custom-control-indicator {
    position: static;
    display: inline-block;
    margin-right: 0.25rem;
    vertical-align: text-bottom;
  }
  /* line 354, vendor/assets/stylesheets/bootstrap/scss/_forms.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 7, vendor/assets/stylesheets/bootstrap/scss/_buttons.scss */
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  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;
}

/* line 24, vendor/assets/stylesheets/bootstrap/scss/mixins/_hover.scss */
.btn:focus, .btn:hover {
  text-decoration: none;
}

/* line 22, vendor/assets/stylesheets/bootstrap/scss/_buttons.scss */
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 29, vendor/assets/stylesheets/bootstrap/scss/_buttons.scss */
.btn.disabled, .btn:disabled {
  opacity: .65;
}

/* line 35, vendor/assets/stylesheets/bootstrap/scss/_buttons.scss */
.btn:not([disabled]):not(.disabled):active, .btn.active:not([disabled]):not(.disabled) {
  background-image: none;
}

/* line 43, vendor/assets/stylesheets/bootstrap/scss/_buttons.scss */
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

/* line 54, vendor/assets/stylesheets/bootstrap/scss/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 12, vendor/assets/stylesheets/bootstrap/scss/mixins/_hover.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

/* line 18, vendor/assets/stylesheets/bootstrap/scss/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 29, vendor/assets/stylesheets/bootstrap/scss/mixins/_buttons.scss */
.btn-primary.disabled, .btn-primary:disabled {
  background-color: #007bff;
  border-color: #007bff;
}

/* line 35, vendor/assets/stylesheets/bootstrap/scss/mixins/_buttons.scss */
.btn-primary:not([disabled]):not(.disabled):active, .btn-primary.active:not([disabled]):not(.disabled), .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 54, vendor/assets/stylesheets/bootstrap/scss/_buttons.scss */
.btn-secondary {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}

/* line 12, vendor/assets/stylesheets/bootstrap/scss/mixins/_hover.scss */
.btn-secondary:hover {
  color: #fff;
  background-color: #727b84;
  border-color: #6c757d;
}

/* line 18, vendor/assets/stylesheets/bootstrap/scss/mixins/_buttons.scss */
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

/* line 29, vendor/assets/stylesheets/bootstrap/scss/mixins/_buttons.scss */
.btn-secondary.disabled, .btn-secondary:disabled {
  background-color: #868e96;
  border-color: #868e96;
}

/* line 35, vendor/assets/stylesheets/bootstrap/scss/mixins/_buttons.scss */
.btn-secondary:not([disabled]):not(.disabled):active, .btn-secondary.active:not([disabled]):not(.disabled), .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #666e76;
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

/* line 54, vendor/assets/stylesheets/bootstrap/scss/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 12, vendor/assets/stylesheets/bootstrap/scss/mixins/_hover.scss */
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

/* line 18, vendor/assets/stylesheets/bootstrap/scss/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 29, vendor/assets/stylesheets/bootstrap/scss/mixins/_buttons.scss */
.btn-success.disabled, .btn-success:disabled {
  background-color: #28a745;
  border-color: #28a745;
}

/* line 35, vendor/assets/stylesheets/bootstrap/scss/mixins/_buttons.scss */
.btn-success:not([disabled]):not(.disabled):active, .btn-success.active:not([disabled]):not(.disabled), .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 54, vendor/assets/stylesheets/bootstrap/scss/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 12, vendor/assets/stylesheets/bootstrap/scss/mixins/_hover.scss */
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

/* line 18, vendor/assets/stylesheets/bootstrap/scss/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 29, vendor/assets/stylesheets/bootstrap/scss/mixins/_buttons.scss */
.btn-info.disabled, .btn-info:disabled {
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 35, vendor/assets/stylesheets/bootstrap/scss/mixins/_buttons.scss */
.btn-info:not([disabled]):not(.disabled):active, .btn-info.active:not([disabled]):not(.disabled), .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 54, vendor/assets/stylesheets/bootstrap/scss/_buttons.scss */
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 12, vendor/assets/stylesheets/bootstrap/scss/mixins/_hover.scss */
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

/* line 18, vendor/assets/stylesheets/bootstrap/scss/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 29, vendor/assets/stylesheets/bootstrap/scss/mixins/_buttons.scss */
.btn-warning.disabled, .btn-warning:disabled {
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 35, vendor/assets/stylesheets/bootstrap/scss/mixins/_buttons.scss */
.btn-warning:not([disabled]):not(.disabled):active, .btn-warning.active:not([disabled]):not(.disabled), .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 54, vendor/assets/stylesheets/bootstrap/scss/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 12, vendor/assets/stylesheets/bootstrap/scss/mixins/_hover.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

/* line 18, vendor/assets/stylesheets/bootstrap/scss/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 29, vendor/assets/stylesheets/bootstrap/scss/mixins/_buttons.scss */
.btn-danger.disabled, .btn-danger:disabled {
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 35, vendor/assets/stylesheets/bootstrap/scss/mixins/_buttons.scss */
.btn-danger:not([disabled]):not(.disabled):active, .btn-danger.active:not([disabled]):not(.disabled), .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 54, vendor/assets/stylesheets/bootstrap/scss/_buttons.scss */
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 12, vendor/assets/stylesheets/bootstrap/scss/mixins/_hover.scss */
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

/* line 18, vendor/assets/stylesheets/bootstrap/scss/mixins/_buttons.scss */
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 29, vendor/assets/stylesheets/bootstrap/scss/mixins/_buttons.scss */
.btn-light.disabled, .btn-light:disabled {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 35, vendor/assets/stylesheets/bootstrap/scss/mixins/_buttons.scss */
.btn-light:not([disabled]):not(.disabled):active, .btn-light.active:not([disabled]):not(.disabled), .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 54, vendor/assets/stylesheets/bootstrap/scss/_buttons.scss */
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 12, vendor/assets/stylesheets/bootstrap/scss/mixins/_hover.scss */
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

/* line 18, vendor/assets/stylesheets/bootstrap/scss/mixins/_buttons.scss */
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 29, vendor/assets/stylesheets/bootstrap/scss/mixins/_buttons.scss */
.btn-dark.disabled, .btn-dark:disabled {
  background-color: #343a40;
  border-color: #343a40;
}

/* line 35, vendor/assets/stylesheets/bootstrap/scss/mixins/_buttons.scss */
.btn-dark:not([disabled]):not(.disabled):active, .btn-dark.active:not([disabled]):not(.disabled), .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 60, vendor/assets/stylesheets/bootstrap/scss/_buttons.scss */
.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}

/* line 12, vendor/assets/stylesheets/bootstrap/scss/mixins/_hover.scss */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 66, vendor/assets/stylesheets/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 71, vendor/assets/stylesheets/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

/* line 77, vendor/assets/stylesheets/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-primary:not([disabled]):not(.disabled):active, .btn-outline-primary.active:not([disabled]):not(.disabled), .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 60, vendor/assets/stylesheets/bootstrap/scss/_buttons.scss */
.btn-outline-secondary {
  color: #868e96;
  background-color: transparent;
  background-image: none;
  border-color: #868e96;
}

/* line 12, vendor/assets/stylesheets/bootstrap/scss/mixins/_hover.scss */
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}

/* line 66, vendor/assets/stylesheets/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

/* line 71, vendor/assets/stylesheets/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #868e96;
  background-color: transparent;
}

/* line 77, vendor/assets/stylesheets/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-secondary:not([disabled]):not(.disabled):active, .btn-outline-secondary.active:not([disabled]):not(.disabled), .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

/* line 60, vendor/assets/stylesheets/bootstrap/scss/_buttons.scss */
.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

/* line 12, vendor/assets/stylesheets/bootstrap/scss/mixins/_hover.scss */
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 66, vendor/assets/stylesheets/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 71, vendor/assets/stylesheets/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

/* line 77, vendor/assets/stylesheets/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-success:not([disabled]):not(.disabled):active, .btn-outline-success.active:not([disabled]):not(.disabled), .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 60, vendor/assets/stylesheets/bootstrap/scss/_buttons.scss */
.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

/* line 12, vendor/assets/stylesheets/bootstrap/scss/mixins/_hover.scss */
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 66, vendor/assets/stylesheets/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 71, vendor/assets/stylesheets/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

/* line 77, vendor/assets/stylesheets/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-info:not([disabled]):not(.disabled):active, .btn-outline-info.active:not([disabled]):not(.disabled), .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 60, vendor/assets/stylesheets/bootstrap/scss/_buttons.scss */
.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

/* line 12, vendor/assets/stylesheets/bootstrap/scss/mixins/_hover.scss */
.btn-outline-warning:hover {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 66, vendor/assets/stylesheets/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 71, vendor/assets/stylesheets/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

/* line 77, vendor/assets/stylesheets/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-warning:not([disabled]):not(.disabled):active, .btn-outline-warning.active:not([disabled]):not(.disabled), .show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 60, vendor/assets/stylesheets/bootstrap/scss/_buttons.scss */
.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

/* line 12, vendor/assets/stylesheets/bootstrap/scss/mixins/_hover.scss */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 66, vendor/assets/stylesheets/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 71, vendor/assets/stylesheets/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

/* line 77, vendor/assets/stylesheets/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-danger:not([disabled]):not(.disabled):active, .btn-outline-danger.active:not([disabled]):not(.disabled), .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 60, vendor/assets/stylesheets/bootstrap/scss/_buttons.scss */
.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

/* line 12, vendor/assets/stylesheets/bootstrap/scss/mixins/_hover.scss */
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 66, vendor/assets/stylesheets/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 71, vendor/assets/stylesheets/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

/* line 77, vendor/assets/stylesheets/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-light:not([disabled]):not(.disabled):active, .btn-outline-light.active:not([disabled]):not(.disabled), .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 60, vendor/assets/stylesheets/bootstrap/scss/_buttons.scss */
.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

/* line 12, vendor/assets/stylesheets/bootstrap/scss/mixins/_hover.scss */
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 66, vendor/assets/stylesheets/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 71, vendor/assets/stylesheets/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

/* line 77, vendor/assets/stylesheets/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-dark:not([disabled]):not(.disabled):active, .btn-outline-dark.active:not([disabled]):not(.disabled), .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 75, vendor/assets/stylesheets/bootstrap/scss/_buttons.scss */
.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}

/* line 12, vendor/assets/stylesheets/bootstrap/scss/mixins/_hover.scss */
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

/* line 87, vendor/assets/stylesheets/bootstrap/scss/_buttons.scss */
.btn-link:focus, .btn-link.focus {
  border-color: transparent;
  box-shadow: none;
}

/* line 93, vendor/assets/stylesheets/bootstrap/scss/_buttons.scss */
.btn-link:disabled, .btn-link.disabled {
  color: #868e96;
}

/* line 106, vendor/assets/stylesheets/bootstrap/scss/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 110, vendor/assets/stylesheets/bootstrap/scss/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 119, vendor/assets/stylesheets/bootstrap/scss/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 124, vendor/assets/stylesheets/bootstrap/scss/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

/* line 133, vendor/assets/stylesheets/bootstrap/scss/_buttons.scss */
input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%;
}

/* line 3, vendor/assets/stylesheets/bootstrap/scss/_transitions.scss */
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

/* line 7, vendor/assets/stylesheets/bootstrap/scss/_transitions.scss */
.fade.show {
  opacity: 1;
}

/* line 12, vendor/assets/stylesheets/bootstrap/scss/_transitions.scss */
.collapse {
  display: none;
}

/* line 14, vendor/assets/stylesheets/bootstrap/scss/_transitions.scss */
.collapse.show {
  display: block;
}

/* line 20, vendor/assets/stylesheets/bootstrap/scss/_transitions.scss */
tr.collapse.show {
  display: table-row;
}

/* line 26, vendor/assets/stylesheets/bootstrap/scss/_transitions.scss */
tbody.collapse.show {
  display: table-row-group;
}

/* line 31, vendor/assets/stylesheets/bootstrap/scss/_transitions.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

/* line 2, vendor/assets/stylesheets/bootstrap/scss/_dropdown.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 29, vendor/assets/stylesheets/bootstrap/scss/mixins/_caret.scss */
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

/* line 61, vendor/assets/stylesheets/bootstrap/scss/mixins/_caret.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 13, vendor/assets/stylesheets/bootstrap/scss/_dropdown.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/* line 37, vendor/assets/stylesheets/bootstrap/scss/_dropdown.scss */
.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}

/* line 29, vendor/assets/stylesheets/bootstrap/scss/mixins/_caret.scss */
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

/* line 61, vendor/assets/stylesheets/bootstrap/scss/mixins/_caret.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 48, vendor/assets/stylesheets/bootstrap/scss/_dropdown.scss */
.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem;
}

/* line 29, vendor/assets/stylesheets/bootstrap/scss/mixins/_caret.scss */
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

/* line 61, vendor/assets/stylesheets/bootstrap/scss/mixins/_caret.scss */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 55, vendor/assets/stylesheets/bootstrap/scss/_dropdown.scss */
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 62, vendor/assets/stylesheets/bootstrap/scss/_dropdown.scss */
.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem;
}

/* line 29, vendor/assets/stylesheets/bootstrap/scss/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

/* line 46, vendor/assets/stylesheets/bootstrap/scss/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: none;
}

/* line 50, vendor/assets/stylesheets/bootstrap/scss/mixins/_caret.scss */
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

/* line 61, vendor/assets/stylesheets/bootstrap/scss/mixins/_caret.scss */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 69, vendor/assets/stylesheets/bootstrap/scss/_dropdown.scss */
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 76, vendor/assets/stylesheets/bootstrap/scss/_dropdown.scss */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

/* line 83, vendor/assets/stylesheets/bootstrap/scss/_dropdown.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}

/* line 24, vendor/assets/stylesheets/bootstrap/scss/mixins/_hover.scss */
.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 101, vendor/assets/stylesheets/bootstrap/scss/_dropdown.scss */
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

/* line 108, vendor/assets/stylesheets/bootstrap/scss/_dropdown.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #868e96;
  background-color: transparent;
}

/* line 119, vendor/assets/stylesheets/bootstrap/scss/_dropdown.scss */
.dropdown-menu.show {
  display: block;
}

/* line 124, vendor/assets/stylesheets/bootstrap/scss/_dropdown.scss */
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #868e96;
  white-space: nowrap;
}

/* line 4, vendor/assets/stylesheets/bootstrap/scss/_button-group.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

/* line 10, vendor/assets/stylesheets/bootstrap/scss/_button-group.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto;
}

/* line 12, vendor/assets/stylesheets/bootstrap/scss/mixins/_hover.scss */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

/* line 19, vendor/assets/stylesheets/bootstrap/scss/_button-group.scss */
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

/* line 27, vendor/assets/stylesheets/bootstrap/scss/_button-group.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 36, vendor/assets/stylesheets/bootstrap/scss/_button-group.scss */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 41, vendor/assets/stylesheets/bootstrap/scss/_button-group.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 47, vendor/assets/stylesheets/bootstrap/scss/_button-group.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 53, vendor/assets/stylesheets/bootstrap/scss/_button-group.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}

/* line 56, vendor/assets/stylesheets/bootstrap/scss/_button-group.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 64, vendor/assets/stylesheets/bootstrap/scss/_button-group.scss */
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 71, vendor/assets/stylesheets/bootstrap/scss/_button-group.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 75, vendor/assets/stylesheets/bootstrap/scss/_button-group.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 80, vendor/assets/stylesheets/bootstrap/scss/_button-group.scss */
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 86, vendor/assets/stylesheets/bootstrap/scss/_button-group.scss */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 103, vendor/assets/stylesheets/bootstrap/scss/_button-group.scss */
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

/* line 107, vendor/assets/stylesheets/bootstrap/scss/_button-group.scss */
.dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 112, vendor/assets/stylesheets/bootstrap/scss/_button-group.scss */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

/* line 117, vendor/assets/stylesheets/bootstrap/scss/_button-group.scss */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 139, vendor/assets/stylesheets/bootstrap/scss/_button-group.scss */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* line 144, vendor/assets/stylesheets/bootstrap/scss/_button-group.scss */
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}

/* line 149, vendor/assets/stylesheets/bootstrap/scss/_button-group.scss */
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 158, vendor/assets/stylesheets/bootstrap/scss/_button-group.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 162, vendor/assets/stylesheets/bootstrap/scss/_button-group.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 166, vendor/assets/stylesheets/bootstrap/scss/_button-group.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 171, vendor/assets/stylesheets/bootstrap/scss/_button-group.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 176, vendor/assets/stylesheets/bootstrap/scss/_button-group.scss */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 182, vendor/assets/stylesheets/bootstrap/scss/_button-group.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 201, vendor/assets/stylesheets/bootstrap/scss/_button-group.scss */
[data-toggle="buttons"] > .btn,
[data-toggle="buttons"] > .btn-group > .btn {
  margin-bottom: 0;
}

/* line 205, vendor/assets/stylesheets/bootstrap/scss/_button-group.scss */
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 7, vendor/assets/stylesheets/bootstrap/scss/_input-group.scss */
.input-group {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 100%;
}

/* line 13, vendor/assets/stylesheets/bootstrap/scss/_input-group.scss */
.input-group .form-control {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

/* line 55, vendor/assets/stylesheets/bootstrap/scss/mixins/_hover.scss */
.input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
  z-index: 2;
}

/* line 31, vendor/assets/stylesheets/bootstrap/scss/_input-group.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control,
.input-group .custom-select,
.input-group .custom-file {
  display: flex;
  align-items: center;
}

/* line 39, vendor/assets/stylesheets/bootstrap/scss/_input-group.scss */
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child),
.input-group .custom-select:not(:first-child):not(:last-child),
.input-group .custom-file:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 44, vendor/assets/stylesheets/bootstrap/scss/_input-group.scss */
.input-group .custom-file {
  display: flex;
  align-items: center;
}

/* line 49, vendor/assets/stylesheets/bootstrap/scss/_input-group.scss */
.input-group .custom-select,
.input-group .custom-file {
  width: 100%;
}

/* line 54, vendor/assets/stylesheets/bootstrap/scss/_input-group.scss */
.input-group-addon,
.input-group-btn {
  white-space: nowrap;
}

/* line 80, vendor/assets/stylesheets/bootstrap/scss/_input-group.scss */
.input-group-addon {
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

/* line 93, vendor/assets/stylesheets/bootstrap/scss/_input-group.scss */
.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

/* line 99, vendor/assets/stylesheets/bootstrap/scss/_input-group.scss */
.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

/* line 106, vendor/assets/stylesheets/bootstrap/scss/_input-group.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 117, vendor/assets/stylesheets/bootstrap/scss/_input-group.scss */
.input-group .form-control:not(:last-child),
.input-group .custom-select:not(:last-child),
.input-group .custom-file:not(:last-child) .custom-file-control::before,
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.input-group-btn:not(:last-child) > .dropdown-toggle,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 129, vendor/assets/stylesheets/bootstrap/scss/_input-group.scss */
.input-group-addon:not(:last-child) {
  border-right: 0;
}

/* line 133, vendor/assets/stylesheets/bootstrap/scss/_input-group.scss */
.input-group .form-control:not(:first-child),
.input-group .custom-select:not(:first-child),
.input-group .custom-file:not(:first-child) .custom-file-control,
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 148, vendor/assets/stylesheets/bootstrap/scss/_input-group.scss */
.form-control + .input-group-addon:not(:first-child),
.custom-select + .input-group-addon:not(:first-child),
.custom-file + .input-group-addon:not(:first-child) {
  border-left: 0;
}

/* line 157, vendor/assets/stylesheets/bootstrap/scss/_input-group.scss */
.input-group-btn {
  position: relative;
  align-items: stretch;
  font-size: 0;
  white-space: nowrap;
}

/* line 167, vendor/assets/stylesheets/bootstrap/scss/_input-group.scss */
.input-group-btn > .btn {
  position: relative;
}

/* line 170, vendor/assets/stylesheets/bootstrap/scss/_input-group.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

/* line 55, vendor/assets/stylesheets/bootstrap/scss/mixins/_hover.scss */
.input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
  z-index: 2;
}

/* line 180, vendor/assets/stylesheets/bootstrap/scss/_input-group.scss */
.input-group-btn:first-child > .btn + .btn {
  margin-left: 0;
}

/* line 186, vendor/assets/stylesheets/bootstrap/scss/_input-group.scss */
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group {
  margin-right: -1px;
}

/* line 192, vendor/assets/stylesheets/bootstrap/scss/_input-group.scss */
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group {
  z-index: 1;
  margin-left: 0;
}

/* line 199, vendor/assets/stylesheets/bootstrap/scss/_input-group.scss */
.input-group-btn:not(:first-child) > .btn:first-child,
.input-group-btn:not(:first-child) > .btn-group:first-child {
  margin-left: -1px;
}

/* line 55, vendor/assets/stylesheets/bootstrap/scss/mixins/_hover.scss */
.input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:active,
.input-group-btn:not(:first-child) > .btn-group:hover {
  z-index: 2;
}

/* line 10, vendor/assets/stylesheets/bootstrap/scss/_custom-forms.scss */
.custom-control {
  position: relative;
  display: inline-flex;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  margin-right: 1rem;
}

/* line 18, vendor/assets/stylesheets/bootstrap/scss/_custom-forms.scss */
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* line 23, vendor/assets/stylesheets/bootstrap/scss/_custom-forms.scss */
.custom-control-input:checked ~ .custom-control-indicator {
  color: #fff;
  background-color: #007bff;
}

/* line 29, vendor/assets/stylesheets/bootstrap/scss/_custom-forms.scss */
.custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 34, vendor/assets/stylesheets/bootstrap/scss/_custom-forms.scss */
.custom-control-input:active ~ .custom-control-indicator {
  color: #fff;
  background-color: #b3d7ff;
}

/* line 41, vendor/assets/stylesheets/bootstrap/scss/_custom-forms.scss */
.custom-control-input:disabled ~ .custom-control-indicator {
  background-color: #e9ecef;
}

/* line 45, vendor/assets/stylesheets/bootstrap/scss/_custom-forms.scss */
.custom-control-input:disabled ~ .custom-control-description {
  color: #868e96;
}

/* line 55, vendor/assets/stylesheets/bootstrap/scss/_custom-forms.scss */
.custom-control-indicator {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  user-select: none;
  background-color: #dee2e6;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

/* line 76, vendor/assets/stylesheets/bootstrap/scss/_custom-forms.scss */
.custom-checkbox .custom-control-indicator {
  border-radius: 0.25rem;
}

/* line 80, vendor/assets/stylesheets/bootstrap/scss/_custom-forms.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

/* line 84, vendor/assets/stylesheets/bootstrap/scss/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #007bff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

/* line 96, vendor/assets/stylesheets/bootstrap/scss/_custom-forms.scss */
.custom-radio .custom-control-indicator {
  border-radius: 50%;
}

/* line 100, vendor/assets/stylesheets/bootstrap/scss/_custom-forms.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

/* line 111, vendor/assets/stylesheets/bootstrap/scss/_custom-forms.scss */
.custom-controls-stacked {
  display: flex;
  flex-direction: column;
}

/* line 115, vendor/assets/stylesheets/bootstrap/scss/_custom-forms.scss */
.custom-controls-stacked .custom-control {
  margin-bottom: 0.25rem;
}

/* line 118, vendor/assets/stylesheets/bootstrap/scss/_custom-forms.scss */
.custom-controls-stacked .custom-control + .custom-control {
  margin-left: 0;
}

/* line 131, vendor/assets/stylesheets/bootstrap/scss/_custom-forms.scss */
.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}

/* line 149, vendor/assets/stylesheets/bootstrap/scss/_custom-forms.scss */
.custom-select:focus {
  border-color: #80bdff;
  outline: none;
}

/* line 154, vendor/assets/stylesheets/bootstrap/scss/_custom-forms.scss */
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 165, vendor/assets/stylesheets/bootstrap/scss/_custom-forms.scss */
.custom-select[multiple] {
  height: auto;
  background-image: none;
}

/* line 170, vendor/assets/stylesheets/bootstrap/scss/_custom-forms.scss */
.custom-select:disabled {
  color: #868e96;
  background-color: #e9ecef;
}

/* line 176, vendor/assets/stylesheets/bootstrap/scss/_custom-forms.scss */
.custom-select::-ms-expand {
  opacity: 0;
}

/* line 181, vendor/assets/stylesheets/bootstrap/scss/_custom-forms.scss */
.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

/* line 193, vendor/assets/stylesheets/bootstrap/scss/_custom-forms.scss */
.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

/* line 201, vendor/assets/stylesheets/bootstrap/scss/_custom-forms.scss */
.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}

/* line 208, vendor/assets/stylesheets/bootstrap/scss/_custom-forms.scss */
.custom-file-input:focus ~ .custom-file-control {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #007bff;
}

/* line 213, vendor/assets/stylesheets/bootstrap/scss/_custom-forms.scss */
.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  pointer-events: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

/* line 231, vendor/assets/stylesheets/bootstrap/scss/_custom-forms.scss */
.custom-file-control:lang(en):empty::after {
  content: "Choose file...";
}

/* line 236, vendor/assets/stylesheets/bootstrap/scss/_custom-forms.scss */
.custom-file-control::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

/* line 253, vendor/assets/stylesheets/bootstrap/scss/_custom-forms.scss */
.custom-file-control:lang(en)::before {
  content: "Browse";
}

/* line 6, vendor/assets/stylesheets/bootstrap/scss/_nav.scss */
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 14, vendor/assets/stylesheets/bootstrap/scss/_nav.scss */
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

/* line 24, vendor/assets/stylesheets/bootstrap/scss/mixins/_hover.scss */
.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}

/* line 23, vendor/assets/stylesheets/bootstrap/scss/_nav.scss */
.nav-link.disabled {
  color: #868e96;
}

/* line 32, vendor/assets/stylesheets/bootstrap/scss/_nav.scss */
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

/* line 35, vendor/assets/stylesheets/bootstrap/scss/_nav.scss */
.nav-tabs .nav-item {
  margin-bottom: -1px;
}

/* line 39, vendor/assets/stylesheets/bootstrap/scss/_nav.scss */
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 24, vendor/assets/stylesheets/bootstrap/scss/mixins/_hover.scss */
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}

/* line 47, vendor/assets/stylesheets/bootstrap/scss/_nav.scss */
.nav-tabs .nav-link.disabled {
  color: #868e96;
  background-color: transparent;
  border-color: transparent;
}

/* line 54, vendor/assets/stylesheets/bootstrap/scss/_nav.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

/* line 61, vendor/assets/stylesheets/bootstrap/scss/_nav.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 75, vendor/assets/stylesheets/bootstrap/scss/_nav.scss */
.nav-pills .nav-link {
  border-radius: 0.25rem;
}

/* line 79, vendor/assets/stylesheets/bootstrap/scss/_nav.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

/* line 92, vendor/assets/stylesheets/bootstrap/scss/_nav.scss */
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 99, vendor/assets/stylesheets/bootstrap/scss/_nav.scss */
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

/* line 112, vendor/assets/stylesheets/bootstrap/scss/_nav.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 115, vendor/assets/stylesheets/bootstrap/scss/_nav.scss */
.tab-content > .active {
  display: block;
}

/* line 18, vendor/assets/stylesheets/bootstrap/scss/_navbar.scss */
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

/* line 28, vendor/assets/stylesheets/bootstrap/scss/_navbar.scss */
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/* line 42, vendor/assets/stylesheets/bootstrap/scss/_navbar.scss */
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

/* line 24, vendor/assets/stylesheets/bootstrap/scss/mixins/_hover.scss */
.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}

/* line 61, vendor/assets/stylesheets/bootstrap/scss/_navbar.scss */
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 68, vendor/assets/stylesheets/bootstrap/scss/_navbar.scss */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

/* line 73, vendor/assets/stylesheets/bootstrap/scss/_navbar.scss */
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 84, vendor/assets/stylesheets/bootstrap/scss/_navbar.scss */
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 99, vendor/assets/stylesheets/bootstrap/scss/_navbar.scss */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/* line 108, vendor/assets/stylesheets/bootstrap/scss/_navbar.scss */
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 24, vendor/assets/stylesheets/bootstrap/scss/mixins/_hover.scss */
.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
}

/* line 123, vendor/assets/stylesheets/bootstrap/scss/_navbar.scss */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575px) {
  /* line 142, vendor/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  /* line 140, vendor/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 153, vendor/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 156, vendor/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 160, vendor/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  /* line 165, vendor/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  /* line 172, vendor/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 177, vendor/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 184, vendor/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  /* line 189, vendor/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 767px) {
  /* line 142, vendor/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  /* line 140, vendor/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 153, vendor/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 156, vendor/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 160, vendor/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  /* line 165, vendor/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  /* line 172, vendor/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 177, vendor/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 184, vendor/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  /* line 189, vendor/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 991px) {
  /* line 142, vendor/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 140, vendor/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 153, vendor/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 156, vendor/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 160, vendor/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  /* line 165, vendor/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  /* line 172, vendor/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 177, vendor/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 184, vendor/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  /* line 189, vendor/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 1199px) {
  /* line 142, vendor/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 140, vendor/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 153, vendor/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 156, vendor/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 160, vendor/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  /* line 165, vendor/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  /* line 172, vendor/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 177, vendor/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 184, vendor/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  /* line 189, vendor/assets/stylesheets/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

/* line 140, vendor/assets/stylesheets/bootstrap/scss/_navbar.scss */
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

/* line 142, vendor/assets/stylesheets/bootstrap/scss/_navbar.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

/* line 153, vendor/assets/stylesheets/bootstrap/scss/_navbar.scss */
.navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 156, vendor/assets/stylesheets/bootstrap/scss/_navbar.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 160, vendor/assets/stylesheets/bootstrap/scss/_navbar.scss */
.navbar-expand .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}

/* line 165, vendor/assets/stylesheets/bootstrap/scss/_navbar.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}

/* line 172, vendor/assets/stylesheets/bootstrap/scss/_navbar.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}

/* line 177, vendor/assets/stylesheets/bootstrap/scss/_navbar.scss */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

/* line 184, vendor/assets/stylesheets/bootstrap/scss/_navbar.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 189, vendor/assets/stylesheets/bootstrap/scss/_navbar.scss */
.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}

/* line 206, vendor/assets/stylesheets/bootstrap/scss/_navbar.scss */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

/* line 24, vendor/assets/stylesheets/bootstrap/scss/mixins/_hover.scss */
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}

/* line 215, vendor/assets/stylesheets/bootstrap/scss/_navbar.scss */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

/* line 24, vendor/assets/stylesheets/bootstrap/scss/mixins/_hover.scss */
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}

/* line 222, vendor/assets/stylesheets/bootstrap/scss/_navbar.scss */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

/* line 227, vendor/assets/stylesheets/bootstrap/scss/_navbar.scss */
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

/* line 235, vendor/assets/stylesheets/bootstrap/scss/_navbar.scss */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 240, vendor/assets/stylesheets/bootstrap/scss/_navbar.scss */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* line 244, vendor/assets/stylesheets/bootstrap/scss/_navbar.scss */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

/* line 246, vendor/assets/stylesheets/bootstrap/scss/_navbar.scss */
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

/* line 24, vendor/assets/stylesheets/bootstrap/scss/mixins/_hover.scss */
.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}

/* line 258, vendor/assets/stylesheets/bootstrap/scss/_navbar.scss */
.navbar-dark .navbar-brand {
  color: #fff;
}

/* line 24, vendor/assets/stylesheets/bootstrap/scss/mixins/_hover.scss */
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: #fff;
}

/* line 267, vendor/assets/stylesheets/bootstrap/scss/_navbar.scss */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

/* line 24, vendor/assets/stylesheets/bootstrap/scss/mixins/_hover.scss */
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

/* line 274, vendor/assets/stylesheets/bootstrap/scss/_navbar.scss */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 279, vendor/assets/stylesheets/bootstrap/scss/_navbar.scss */
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

/* line 287, vendor/assets/stylesheets/bootstrap/scss/_navbar.scss */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 292, vendor/assets/stylesheets/bootstrap/scss/_navbar.scss */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* line 296, vendor/assets/stylesheets/bootstrap/scss/_navbar.scss */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

/* line 298, vendor/assets/stylesheets/bootstrap/scss/_navbar.scss */
.navbar-dark .navbar-text a {
  color: #fff;
}

/* line 24, vendor/assets/stylesheets/bootstrap/scss/mixins/_hover.scss */
.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
  color: #fff;
}

/* line 5, vendor/assets/stylesheets/bootstrap/scss/_card.scss */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

/* line 16, vendor/assets/stylesheets/bootstrap/scss/_card.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 22, vendor/assets/stylesheets/bootstrap/scss/_card.scss */
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 28, vendor/assets/stylesheets/bootstrap/scss/_card.scss */
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 34, vendor/assets/stylesheets/bootstrap/scss/_card.scss */
.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

/* line 41, vendor/assets/stylesheets/bootstrap/scss/_card.scss */
.card-title {
  margin-bottom: 0.75rem;
}

/* line 45, vendor/assets/stylesheets/bootstrap/scss/_card.scss */
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

/* line 50, vendor/assets/stylesheets/bootstrap/scss/_card.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 12, vendor/assets/stylesheets/bootstrap/scss/mixins/_hover.scss */
.card-link:hover {
  text-decoration: none;
}

/* line 59, vendor/assets/stylesheets/bootstrap/scss/_card.scss */
.card-link + .card-link {
  margin-left: 1.25rem;
}

/* line 68, vendor/assets/stylesheets/bootstrap/scss/_card.scss */
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 74, vendor/assets/stylesheets/bootstrap/scss/_card.scss */
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

/* line 79, vendor/assets/stylesheets/bootstrap/scss/_card.scss */
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

/* line 85, vendor/assets/stylesheets/bootstrap/scss/_card.scss */
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 90, vendor/assets/stylesheets/bootstrap/scss/_card.scss */
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

/* line 100, vendor/assets/stylesheets/bootstrap/scss/_card.scss */
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

/* line 107, vendor/assets/stylesheets/bootstrap/scss/_card.scss */
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

/* line 113, vendor/assets/stylesheets/bootstrap/scss/_card.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

/* line 122, vendor/assets/stylesheets/bootstrap/scss/_card.scss */
.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

/* line 128, vendor/assets/stylesheets/bootstrap/scss/_card.scss */
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 133, vendor/assets/stylesheets/bootstrap/scss/_card.scss */
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

/* line 141, vendor/assets/stylesheets/bootstrap/scss/_card.scss */
.card-deck {
  display: flex;
  flex-direction: column;
}

/* line 145, vendor/assets/stylesheets/bootstrap/scss/_card.scss */
.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 141, vendor/assets/stylesheets/bootstrap/scss/_card.scss */
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  /* line 154, vendor/assets/stylesheets/bootstrap/scss/_card.scss */
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

/* line 171, vendor/assets/stylesheets/bootstrap/scss/_card.scss */
.card-group {
  display: flex;
  flex-direction: column;
}

/* line 175, vendor/assets/stylesheets/bootstrap/scss/_card.scss */
.card-group .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 171, vendor/assets/stylesheets/bootstrap/scss/_card.scss */
  .card-group {
    flex-flow: row wrap;
  }
  /* line 182, vendor/assets/stylesheets/bootstrap/scss/_card.scss */
  .card-group .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 187, vendor/assets/stylesheets/bootstrap/scss/_card.scss */
  .card-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 194, vendor/assets/stylesheets/bootstrap/scss/_card.scss */
  .card-group .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 197, vendor/assets/stylesheets/bootstrap/scss/_card.scss */
  .card-group .card:first-child .card-img-top,
.card-group .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  /* line 201, vendor/assets/stylesheets/bootstrap/scss/_card.scss */
  .card-group .card:first-child .card-img-bottom,
.card-group .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 207, vendor/assets/stylesheets/bootstrap/scss/_card.scss */
  .card-group .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 210, vendor/assets/stylesheets/bootstrap/scss/_card.scss */
  .card-group .card:last-child .card-img-top,
.card-group .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  /* line 214, vendor/assets/stylesheets/bootstrap/scss/_card.scss */
  .card-group .card:last-child .card-img-bottom,
.card-group .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  /* line 220, vendor/assets/stylesheets/bootstrap/scss/_card.scss */
  .card-group .card:only-child {
    border-radius: 0.25rem;
  }
  /* line 223, vendor/assets/stylesheets/bootstrap/scss/_card.scss */
  .card-group .card:only-child .card-img-top,
.card-group .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  /* line 227, vendor/assets/stylesheets/bootstrap/scss/_card.scss */
  .card-group .card:only-child .card-img-bottom,
.card-group .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  /* line 233, vendor/assets/stylesheets/bootstrap/scss/_card.scss */
  .card-group .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  /* line 236, vendor/assets/stylesheets/bootstrap/scss/_card.scss */
  .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
.card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
.card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
.card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

/* line 254, vendor/assets/stylesheets/bootstrap/scss/_card.scss */
.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  /* line 253, vendor/assets/stylesheets/bootstrap/scss/_card.scss */
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
  }
  /* line 262, vendor/assets/stylesheets/bootstrap/scss/_card.scss */
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

/* line 1, vendor/assets/stylesheets/bootstrap/scss/_breadcrumb.scss */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

/* line 13, vendor/assets/stylesheets/bootstrap/scss/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #868e96;
  content: "/";
}

/* line 27, vendor/assets/stylesheets/bootstrap/scss/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

/* line 31, vendor/assets/stylesheets/bootstrap/scss/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

/* line 35, vendor/assets/stylesheets/bootstrap/scss/_breadcrumb.scss */
.breadcrumb-item.active {
  color: #868e96;
}

/* line 1, vendor/assets/stylesheets/bootstrap/scss/_pagination.scss */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

/* line 7, vendor/assets/stylesheets/bootstrap/scss/_pagination.scss */
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

/* line 24, vendor/assets/stylesheets/bootstrap/scss/mixins/_hover.scss */
.page-link:focus, .page-link:hover {
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 27, vendor/assets/stylesheets/bootstrap/scss/_pagination.scss */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 33, vendor/assets/stylesheets/bootstrap/scss/_pagination.scss */
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

/* line 38, vendor/assets/stylesheets/bootstrap/scss/_pagination.scss */
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 45, vendor/assets/stylesheets/bootstrap/scss/_pagination.scss */
.page-item.disabled .page-link {
  color: #868e96;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

/* line 4, vendor/assets/stylesheets/bootstrap/scss/mixins/_pagination.scss */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 12, vendor/assets/stylesheets/bootstrap/scss/mixins/_pagination.scss */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

/* line 17, vendor/assets/stylesheets/bootstrap/scss/mixins/_pagination.scss */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

/* line 4, vendor/assets/stylesheets/bootstrap/scss/mixins/_pagination.scss */
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 12, vendor/assets/stylesheets/bootstrap/scss/mixins/_pagination.scss */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

/* line 17, vendor/assets/stylesheets/bootstrap/scss/mixins/_pagination.scss */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

/* line 6, vendor/assets/stylesheets/bootstrap/scss/_badge.scss */
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

/* line 18, vendor/assets/stylesheets/bootstrap/scss/_badge.scss */
.badge:empty {
  display: none;
}

/* line 24, vendor/assets/stylesheets/bootstrap/scss/_badge.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 33, vendor/assets/stylesheets/bootstrap/scss/_badge.scss */
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

/* line 44, vendor/assets/stylesheets/bootstrap/scss/_badge.scss */
.badge-primary {
  color: #fff;
  background-color: #007bff;
}

/* line 24, vendor/assets/stylesheets/bootstrap/scss/mixins/_hover.scss */
.badge-primary[href]:focus, .badge-primary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

/* line 44, vendor/assets/stylesheets/bootstrap/scss/_badge.scss */
.badge-secondary {
  color: #fff;
  background-color: #868e96;
}

/* line 24, vendor/assets/stylesheets/bootstrap/scss/mixins/_hover.scss */
.badge-secondary[href]:focus, .badge-secondary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #6c757d;
}

/* line 44, vendor/assets/stylesheets/bootstrap/scss/_badge.scss */
.badge-success {
  color: #fff;
  background-color: #28a745;
}

/* line 24, vendor/assets/stylesheets/bootstrap/scss/mixins/_hover.scss */
.badge-success[href]:focus, .badge-success[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

/* line 44, vendor/assets/stylesheets/bootstrap/scss/_badge.scss */
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

/* line 24, vendor/assets/stylesheets/bootstrap/scss/mixins/_hover.scss */
.badge-info[href]:focus, .badge-info[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

/* line 44, vendor/assets/stylesheets/bootstrap/scss/_badge.scss */
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

/* line 24, vendor/assets/stylesheets/bootstrap/scss/mixins/_hover.scss */
.badge-warning[href]:focus, .badge-warning[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

/* line 44, vendor/assets/stylesheets/bootstrap/scss/_badge.scss */
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

/* line 24, vendor/assets/stylesheets/bootstrap/scss/mixins/_hover.scss */
.badge-danger[href]:focus, .badge-danger[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

/* line 44, vendor/assets/stylesheets/bootstrap/scss/_badge.scss */
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

/* line 24, vendor/assets/stylesheets/bootstrap/scss/mixins/_hover.scss */
.badge-light[href]:focus, .badge-light[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

/* line 44, vendor/assets/stylesheets/bootstrap/scss/_badge.scss */
.badge-dark {
  color: #fff;
  background-color: #343a40;
}

/* line 24, vendor/assets/stylesheets/bootstrap/scss/mixins/_hover.scss */
.badge-dark[href]:focus, .badge-dark[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

/* line 1, vendor/assets/stylesheets/bootstrap/scss/_jumbotron.scss */
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  /* line 1, vendor/assets/stylesheets/bootstrap/scss/_jumbotron.scss */
  .jumbotron {
    padding: 4rem 2rem;
  }
}

/* line 12, vendor/assets/stylesheets/bootstrap/scss/_jumbotron.scss */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

/* line 5, vendor/assets/stylesheets/bootstrap/scss/_alert.scss */
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 14, vendor/assets/stylesheets/bootstrap/scss/_alert.scss */
.alert-heading {
  color: inherit;
}

/* line 20, vendor/assets/stylesheets/bootstrap/scss/_alert.scss */
.alert-link {
  font-weight: 700;
}

/* line 29, vendor/assets/stylesheets/bootstrap/scss/_alert.scss */
.alert-dismissible {
  padding-right: 4rem;
}

/* line 33, vendor/assets/stylesheets/bootstrap/scss/_alert.scss */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

/* line 48, vendor/assets/stylesheets/bootstrap/scss/_alert.scss */
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

/* line 6, vendor/assets/stylesheets/bootstrap/scss/mixins/_alert.scss */
.alert-primary hr {
  border-top-color: #9fcdff;
}

/* line 10, vendor/assets/stylesheets/bootstrap/scss/mixins/_alert.scss */
.alert-primary .alert-link {
  color: #002752;
}

/* line 48, vendor/assets/stylesheets/bootstrap/scss/_alert.scss */
.alert-secondary {
  color: #464a4e;
  background-color: #e7e8ea;
  border-color: #dddfe2;
}

/* line 6, vendor/assets/stylesheets/bootstrap/scss/mixins/_alert.scss */
.alert-secondary hr {
  border-top-color: #cfd2d6;
}

/* line 10, vendor/assets/stylesheets/bootstrap/scss/mixins/_alert.scss */
.alert-secondary .alert-link {
  color: #2e3133;
}

/* line 48, vendor/assets/stylesheets/bootstrap/scss/_alert.scss */
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

/* line 6, vendor/assets/stylesheets/bootstrap/scss/mixins/_alert.scss */
.alert-success hr {
  border-top-color: #b1dfbb;
}

/* line 10, vendor/assets/stylesheets/bootstrap/scss/mixins/_alert.scss */
.alert-success .alert-link {
  color: #0b2e13;
}

/* line 48, vendor/assets/stylesheets/bootstrap/scss/_alert.scss */
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

/* line 6, vendor/assets/stylesheets/bootstrap/scss/mixins/_alert.scss */
.alert-info hr {
  border-top-color: #abdde5;
}

/* line 10, vendor/assets/stylesheets/bootstrap/scss/mixins/_alert.scss */
.alert-info .alert-link {
  color: #062c33;
}

/* line 48, vendor/assets/stylesheets/bootstrap/scss/_alert.scss */
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

/* line 6, vendor/assets/stylesheets/bootstrap/scss/mixins/_alert.scss */
.alert-warning hr {
  border-top-color: #ffe8a1;
}

/* line 10, vendor/assets/stylesheets/bootstrap/scss/mixins/_alert.scss */
.alert-warning .alert-link {
  color: #533f03;
}

/* line 48, vendor/assets/stylesheets/bootstrap/scss/_alert.scss */
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

/* line 6, vendor/assets/stylesheets/bootstrap/scss/mixins/_alert.scss */
.alert-danger hr {
  border-top-color: #f1b0b7;
}

/* line 10, vendor/assets/stylesheets/bootstrap/scss/mixins/_alert.scss */
.alert-danger .alert-link {
  color: #491217;
}

/* line 48, vendor/assets/stylesheets/bootstrap/scss/_alert.scss */
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

/* line 6, vendor/assets/stylesheets/bootstrap/scss/mixins/_alert.scss */
.alert-light hr {
  border-top-color: #ececf6;
}

/* line 10, vendor/assets/stylesheets/bootstrap/scss/mixins/_alert.scss */
.alert-light .alert-link {
  color: #686868;
}

/* line 48, vendor/assets/stylesheets/bootstrap/scss/_alert.scss */
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

/* line 6, vendor/assets/stylesheets/bootstrap/scss/mixins/_alert.scss */
.alert-dark hr {
  border-top-color: #b9bbbe;
}

/* line 10, vendor/assets/stylesheets/bootstrap/scss/mixins/_alert.scss */
.alert-dark .alert-link {
  color: #040505;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

/* line 6, vendor/assets/stylesheets/bootstrap/scss/_progress.scss */
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

/* line 15, vendor/assets/stylesheets/bootstrap/scss/_progress.scss */
.progress-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #007bff;
}

/* line 23, vendor/assets/stylesheets/bootstrap/scss/_progress.scss */
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

/* line 28, vendor/assets/stylesheets/bootstrap/scss/_progress.scss */
.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

/* line 1, vendor/assets/stylesheets/bootstrap/scss/_media.scss */
.media {
  display: flex;
  align-items: flex-start;
}

/* line 6, vendor/assets/stylesheets/bootstrap/scss/_media.scss */
.media-body {
  flex: 1;
}

/* line 5, vendor/assets/stylesheets/bootstrap/scss/_list-group.scss */
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

/* line 20, vendor/assets/stylesheets/bootstrap/scss/_list-group.scss */
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

/* line 24, vendor/assets/stylesheets/bootstrap/scss/mixins/_hover.scss */
.list-group-item-action:focus, .list-group-item-action:hover {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 32, vendor/assets/stylesheets/bootstrap/scss/_list-group.scss */
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

/* line 43, vendor/assets/stylesheets/bootstrap/scss/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 52, vendor/assets/stylesheets/bootstrap/scss/_list-group.scss */
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 56, vendor/assets/stylesheets/bootstrap/scss/_list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 24, vendor/assets/stylesheets/bootstrap/scss/mixins/_hover.scss */
.list-group-item:focus, .list-group-item:hover {
  text-decoration: none;
}

/* line 65, vendor/assets/stylesheets/bootstrap/scss/_list-group.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: #868e96;
  background-color: #fff;
}

/* line 72, vendor/assets/stylesheets/bootstrap/scss/_list-group.scss */
.list-group-item.active {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 87, vendor/assets/stylesheets/bootstrap/scss/_list-group.scss */
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

/* line 94, vendor/assets/stylesheets/bootstrap/scss/_list-group.scss */
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

/* line 100, vendor/assets/stylesheets/bootstrap/scss/_list-group.scss */
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

/* line 4, vendor/assets/stylesheets/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

/* line 9, vendor/assets/stylesheets/bootstrap/scss/mixins/_list-group.scss */
a.list-group-item-primary,
button.list-group-item-primary {
  color: #004085;
}

/* line 24, vendor/assets/stylesheets/bootstrap/scss/mixins/_hover.scss */
a.list-group-item-primary:focus, a.list-group-item-primary:hover,
button.list-group-item-primary:focus,
button.list-group-item-primary:hover {
  color: #004085;
  background-color: #9fcdff;
}

/* line 17, vendor/assets/stylesheets/bootstrap/scss/mixins/_list-group.scss */
a.list-group-item-primary.active,
button.list-group-item-primary.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

/* line 4, vendor/assets/stylesheets/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-secondary {
  color: #464a4e;
  background-color: #dddfe2;
}

/* line 9, vendor/assets/stylesheets/bootstrap/scss/mixins/_list-group.scss */
a.list-group-item-secondary,
button.list-group-item-secondary {
  color: #464a4e;
}

/* line 24, vendor/assets/stylesheets/bootstrap/scss/mixins/_hover.scss */
a.list-group-item-secondary:focus, a.list-group-item-secondary:hover,
button.list-group-item-secondary:focus,
button.list-group-item-secondary:hover {
  color: #464a4e;
  background-color: #cfd2d6;
}

/* line 17, vendor/assets/stylesheets/bootstrap/scss/mixins/_list-group.scss */
a.list-group-item-secondary.active,
button.list-group-item-secondary.active {
  color: #fff;
  background-color: #464a4e;
  border-color: #464a4e;
}

/* line 4, vendor/assets/stylesheets/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

/* line 9, vendor/assets/stylesheets/bootstrap/scss/mixins/_list-group.scss */
a.list-group-item-success,
button.list-group-item-success {
  color: #155724;
}

/* line 24, vendor/assets/stylesheets/bootstrap/scss/mixins/_hover.scss */
a.list-group-item-success:focus, a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #155724;
  background-color: #b1dfbb;
}

/* line 17, vendor/assets/stylesheets/bootstrap/scss/mixins/_list-group.scss */
a.list-group-item-success.active,
button.list-group-item-success.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

/* line 4, vendor/assets/stylesheets/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

/* line 9, vendor/assets/stylesheets/bootstrap/scss/mixins/_list-group.scss */
a.list-group-item-info,
button.list-group-item-info {
  color: #0c5460;
}

/* line 24, vendor/assets/stylesheets/bootstrap/scss/mixins/_hover.scss */
a.list-group-item-info:focus, a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #0c5460;
  background-color: #abdde5;
}

/* line 17, vendor/assets/stylesheets/bootstrap/scss/mixins/_list-group.scss */
a.list-group-item-info.active,
button.list-group-item-info.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

/* line 4, vendor/assets/stylesheets/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

/* line 9, vendor/assets/stylesheets/bootstrap/scss/mixins/_list-group.scss */
a.list-group-item-warning,
button.list-group-item-warning {
  color: #856404;
}

/* line 24, vendor/assets/stylesheets/bootstrap/scss/mixins/_hover.scss */
a.list-group-item-warning:focus, a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #856404;
  background-color: #ffe8a1;
}

/* line 17, vendor/assets/stylesheets/bootstrap/scss/mixins/_list-group.scss */
a.list-group-item-warning.active,
button.list-group-item-warning.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

/* line 4, vendor/assets/stylesheets/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

/* line 9, vendor/assets/stylesheets/bootstrap/scss/mixins/_list-group.scss */
a.list-group-item-danger,
button.list-group-item-danger {
  color: #721c24;
}

/* line 24, vendor/assets/stylesheets/bootstrap/scss/mixins/_hover.scss */
a.list-group-item-danger:focus, a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #721c24;
  background-color: #f1b0b7;
}

/* line 17, vendor/assets/stylesheets/bootstrap/scss/mixins/_list-group.scss */
a.list-group-item-danger.active,
button.list-group-item-danger.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

/* line 4, vendor/assets/stylesheets/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

/* line 9, vendor/assets/stylesheets/bootstrap/scss/mixins/_list-group.scss */
a.list-group-item-light,
button.list-group-item-light {
  color: #818182;
}

/* line 24, vendor/assets/stylesheets/bootstrap/scss/mixins/_hover.scss */
a.list-group-item-light:focus, a.list-group-item-light:hover,
button.list-group-item-light:focus,
button.list-group-item-light:hover {
  color: #818182;
  background-color: #ececf6;
}

/* line 17, vendor/assets/stylesheets/bootstrap/scss/mixins/_list-group.scss */
a.list-group-item-light.active,
button.list-group-item-light.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

/* line 4, vendor/assets/stylesheets/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

/* line 9, vendor/assets/stylesheets/bootstrap/scss/mixins/_list-group.scss */
a.list-group-item-dark,
button.list-group-item-dark {
  color: #1b1e21;
}

/* line 24, vendor/assets/stylesheets/bootstrap/scss/mixins/_hover.scss */
a.list-group-item-dark:focus, a.list-group-item-dark:hover,
button.list-group-item-dark:focus,
button.list-group-item-dark:hover {
  color: #1b1e21;
  background-color: #b9bbbe;
}

/* line 17, vendor/assets/stylesheets/bootstrap/scss/mixins/_list-group.scss */
a.list-group-item-dark.active,
button.list-group-item-dark.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

/* line 1, vendor/assets/stylesheets/bootstrap/scss/_close.scss */
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

/* line 24, vendor/assets/stylesheets/bootstrap/scss/mixins/_hover.scss */
.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

/* line 23, vendor/assets/stylesheets/bootstrap/scss/_close.scss */
button.close {
  padding: 0;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 8, vendor/assets/stylesheets/bootstrap/scss/_modal.scss */
.modal-open {
  overflow: hidden;
}

/* line 13, vendor/assets/stylesheets/bootstrap/scss/_modal.scss */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

/* line 29, vendor/assets/stylesheets/bootstrap/scss/_modal.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 36, vendor/assets/stylesheets/bootstrap/scss/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  pointer-events: none;
}

/* line 44, vendor/assets/stylesheets/bootstrap/scss/_modal.scss */
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}

/* line 48, vendor/assets/stylesheets/bootstrap/scss/_modal.scss */
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

/* line 53, vendor/assets/stylesheets/bootstrap/scss/_modal.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 62, vendor/assets/stylesheets/bootstrap/scss/_modal.scss */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

/* line 79, vendor/assets/stylesheets/bootstrap/scss/_modal.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

/* line 89, vendor/assets/stylesheets/bootstrap/scss/_modal.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 90, vendor/assets/stylesheets/bootstrap/scss/_modal.scss */
.modal-backdrop.show {
  opacity: 0.5;
}

/* line 95, vendor/assets/stylesheets/bootstrap/scss/_modal.scss */
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

/* line 103, vendor/assets/stylesheets/bootstrap/scss/_modal.scss */
.modal-header .close {
  padding: 15px;
  margin: -15px -15px -15px auto;
}

/* line 111, vendor/assets/stylesheets/bootstrap/scss/_modal.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 118, vendor/assets/stylesheets/bootstrap/scss/_modal.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 15px;
}

/* line 127, vendor/assets/stylesheets/bootstrap/scss/_modal.scss */
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #e9ecef;
}

/* line 135, vendor/assets/stylesheets/bootstrap/scss/_modal.scss */
.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

/* line 136, vendor/assets/stylesheets/bootstrap/scss/_modal.scss */
.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

/* line 140, vendor/assets/stylesheets/bootstrap/scss/_modal.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 151, vendor/assets/stylesheets/bootstrap/scss/_modal.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto;
  }
  /* line 156, vendor/assets/stylesheets/bootstrap/scss/_modal.scss */
  .modal-dialog-centered {
    margin-top: 0;
    margin-bottom: 0;
  }
  /* line 165, vendor/assets/stylesheets/bootstrap/scss/_modal.scss */
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 170, vendor/assets/stylesheets/bootstrap/scss/_modal.scss */
  .modal-lg {
    max-width: 800px;
  }
}

/* line 2, vendor/assets/stylesheets/bootstrap/scss/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

/* line 15, vendor/assets/stylesheets/bootstrap/scss/_tooltip.scss */
.tooltip.show {
  opacity: 0.9;
}

/* line 17, vendor/assets/stylesheets/bootstrap/scss/_tooltip.scss */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
}

/* line 24, vendor/assets/stylesheets/bootstrap/scss/_tooltip.scss */
.tooltip .arrow::before {
  position: absolute;
  border-color: transparent;
  border-style: solid;
}

/* line 30, vendor/assets/stylesheets/bootstrap/scss/_tooltip.scss */
.tooltip.bs-tooltip-top, .tooltip.bs-tooltip-auto[x-placement^="top"] {
  padding: 5px 0;
}

/* line 32, vendor/assets/stylesheets/bootstrap/scss/_tooltip.scss */
.tooltip.bs-tooltip-top .arrow, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

/* line 36, vendor/assets/stylesheets/bootstrap/scss/_tooltip.scss */
.tooltip.bs-tooltip-top .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 43, vendor/assets/stylesheets/bootstrap/scss/_tooltip.scss */
.tooltip.bs-tooltip-right, .tooltip.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 5px;
}

/* line 45, vendor/assets/stylesheets/bootstrap/scss/_tooltip.scss */
.tooltip.bs-tooltip-right .arrow, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
}

/* line 49, vendor/assets/stylesheets/bootstrap/scss/_tooltip.scss */
.tooltip.bs-tooltip-right .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  margin-top: -3px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

/* line 56, vendor/assets/stylesheets/bootstrap/scss/_tooltip.scss */
.tooltip.bs-tooltip-bottom, .tooltip.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 5px 0;
}

/* line 58, vendor/assets/stylesheets/bootstrap/scss/_tooltip.scss */
.tooltip.bs-tooltip-bottom .arrow, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

/* line 62, vendor/assets/stylesheets/bootstrap/scss/_tooltip.scss */
.tooltip.bs-tooltip-bottom .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 69, vendor/assets/stylesheets/bootstrap/scss/_tooltip.scss */
.tooltip.bs-tooltip-left, .tooltip.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 5px;
}

/* line 71, vendor/assets/stylesheets/bootstrap/scss/_tooltip.scss */
.tooltip.bs-tooltip-left .arrow, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
}

/* line 75, vendor/assets/stylesheets/bootstrap/scss/_tooltip.scss */
.tooltip.bs-tooltip-left .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  right: 0;
  margin-top: -3px;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

/* line 100, vendor/assets/stylesheets/bootstrap/scss/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

/* line 1, vendor/assets/stylesheets/bootstrap/scss/_popover.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

/* line 24, vendor/assets/stylesheets/bootstrap/scss/_popover.scss */
.popover .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

/* line 31, vendor/assets/stylesheets/bootstrap/scss/_popover.scss */
.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  border-color: transparent;
  border-style: solid;
}

/* line 39, vendor/assets/stylesheets/bootstrap/scss/_popover.scss */
.popover .arrow::before {
  content: "";
  border-width: 0.8rem;
}

/* line 43, vendor/assets/stylesheets/bootstrap/scss/_popover.scss */
.popover .arrow::after {
  content: "";
  border-width: 0.8rem;
}

/* line 50, vendor/assets/stylesheets/bootstrap/scss/_popover.scss */
.popover.bs-popover-top, .popover.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.8rem;
}

/* line 53, vendor/assets/stylesheets/bootstrap/scss/_popover.scss */
.popover.bs-popover-top .arrow, .popover.bs-popover-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

/* line 57, vendor/assets/stylesheets/bootstrap/scss/_popover.scss */
.popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^="top"] .arrow::before,
.popover.bs-popover-top .arrow::after,
.popover.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-bottom-width: 0;
}

/* line 62, vendor/assets/stylesheets/bootstrap/scss/_popover.scss */
.popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: -0.8rem;
  margin-left: -0.8rem;
  border-top-color: rgba(0, 0, 0, 0.25);
}

/* line 68, vendor/assets/stylesheets/bootstrap/scss/_popover.scss */
.popover.bs-popover-top .arrow::after, .popover.bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: calc((0.8rem - 1px) * -1);
  margin-left: -0.8rem;
  border-top-color: #fff;
}

/* line 75, vendor/assets/stylesheets/bootstrap/scss/_popover.scss */
.popover.bs-popover-right, .popover.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.8rem;
}

/* line 78, vendor/assets/stylesheets/bootstrap/scss/_popover.scss */
.popover.bs-popover-right .arrow, .popover.bs-popover-auto[x-placement^="right"] .arrow {
  left: 0;
}

/* line 82, vendor/assets/stylesheets/bootstrap/scss/_popover.scss */
.popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^="right"] .arrow::before,
.popover.bs-popover-right .arrow::after,
.popover.bs-popover-auto[x-placement^="right"] .arrow::after {
  margin-top: -0.8rem;
  border-left-width: 0;
}

/* line 88, vendor/assets/stylesheets/bootstrap/scss/_popover.scss */
.popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^="right"] .arrow::before {
  left: -0.8rem;
  border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 93, vendor/assets/stylesheets/bootstrap/scss/_popover.scss */
.popover.bs-popover-right .arrow::after, .popover.bs-popover-auto[x-placement^="right"] .arrow::after {
  left: calc((0.8rem - 1px) * -1);
  border-right-color: #fff;
}

/* line 99, vendor/assets/stylesheets/bootstrap/scss/_popover.scss */
.popover.bs-popover-bottom, .popover.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.8rem;
}

/* line 102, vendor/assets/stylesheets/bootstrap/scss/_popover.scss */
.popover.bs-popover-bottom .arrow, .popover.bs-popover-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

/* line 106, vendor/assets/stylesheets/bootstrap/scss/_popover.scss */
.popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.popover.bs-popover-bottom .arrow::after,
.popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  margin-left: -0.8rem;
  border-top-width: 0;
}

/* line 112, vendor/assets/stylesheets/bootstrap/scss/_popover.scss */
.popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: -0.8rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 117, vendor/assets/stylesheets/bootstrap/scss/_popover.scss */
.popover.bs-popover-bottom .arrow::after, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: calc((0.8rem - 1px) * -1);
  border-bottom-color: #fff;
}

/* line 123, vendor/assets/stylesheets/bootstrap/scss/_popover.scss */
.popover.bs-popover-bottom .popover-header::before, .popover.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 20px;
  margin-left: -10px;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

/* line 135, vendor/assets/stylesheets/bootstrap/scss/_popover.scss */
.popover.bs-popover-left, .popover.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.8rem;
}

/* line 138, vendor/assets/stylesheets/bootstrap/scss/_popover.scss */
.popover.bs-popover-left .arrow, .popover.bs-popover-auto[x-placement^="left"] .arrow {
  right: 0;
}

/* line 142, vendor/assets/stylesheets/bootstrap/scss/_popover.scss */
.popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^="left"] .arrow::before,
.popover.bs-popover-left .arrow::after,
.popover.bs-popover-auto[x-placement^="left"] .arrow::after {
  margin-top: -0.8rem;
  border-right-width: 0;
}

/* line 148, vendor/assets/stylesheets/bootstrap/scss/_popover.scss */
.popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^="left"] .arrow::before {
  right: -0.8rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 153, vendor/assets/stylesheets/bootstrap/scss/_popover.scss */
.popover.bs-popover-left .arrow::after, .popover.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: calc((0.8rem - 1px) * -1);
  border-left-color: #fff;
}

/* line 176, vendor/assets/stylesheets/bootstrap/scss/_popover.scss */
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

/* line 186, vendor/assets/stylesheets/bootstrap/scss/_popover.scss */
.popover-header:empty {
  display: none;
}

/* line 191, vendor/assets/stylesheets/bootstrap/scss/_popover.scss */
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

/* line 2, vendor/assets/stylesheets/bootstrap/scss/_carousel.scss */
.carousel {
  position: relative;
}

/* line 6, vendor/assets/stylesheets/bootstrap/scss/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 12, vendor/assets/stylesheets/bootstrap/scss/_carousel.scss */
.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  backface-visibility: hidden;
  perspective: 1000px;
}

/* line 22, vendor/assets/stylesheets/bootstrap/scss/_carousel.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* line 28, vendor/assets/stylesheets/bootstrap/scss/_carousel.scss */
.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

/* line 35, vendor/assets/stylesheets/bootstrap/scss/_carousel.scss */
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
  /* line 35, vendor/assets/stylesheets/bootstrap/scss/_carousel.scss */
  .carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}

/* line 44, vendor/assets/stylesheets/bootstrap/scss/_carousel.scss */
.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%);
}

@supports (transform-style: preserve-3d) {
  /* line 44, vendor/assets/stylesheets/bootstrap/scss/_carousel.scss */
  .carousel-item-next,
.active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
}

/* line 53, vendor/assets/stylesheets/bootstrap/scss/_carousel.scss */
.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%);
}

@supports (transform-style: preserve-3d) {
  /* line 53, vendor/assets/stylesheets/bootstrap/scss/_carousel.scss */
  .carousel-item-prev,
.active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}

/* line 67, vendor/assets/stylesheets/bootstrap/scss/_carousel.scss */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

/* line 24, vendor/assets/stylesheets/bootstrap/scss/mixins/_hover.scss */
.carousel-control-prev:focus, .carousel-control-prev:hover,
.carousel-control-next:focus,
.carousel-control-next:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

/* line 91, vendor/assets/stylesheets/bootstrap/scss/_carousel.scss */
.carousel-control-prev {
  left: 0;
}

/* line 97, vendor/assets/stylesheets/bootstrap/scss/_carousel.scss */
.carousel-control-next {
  right: 0;
}

/* line 105, vendor/assets/stylesheets/bootstrap/scss/_carousel.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

/* line 113, vendor/assets/stylesheets/bootstrap/scss/_carousel.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

/* line 116, vendor/assets/stylesheets/bootstrap/scss/_carousel.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

/* line 126, vendor/assets/stylesheets/bootstrap/scss/_carousel.scss */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

/* line 140, vendor/assets/stylesheets/bootstrap/scss/_carousel.scss */
.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}

/* line 151, vendor/assets/stylesheets/bootstrap/scss/_carousel.scss */
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

/* line 160, vendor/assets/stylesheets/bootstrap/scss/_carousel.scss */
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

/* line 171, vendor/assets/stylesheets/bootstrap/scss/_carousel.scss */
.carousel-indicators .active {
  background-color: #fff;
}

/* line 181, vendor/assets/stylesheets/bootstrap/scss/_carousel.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

/* line 3, vendor/assets/stylesheets/bootstrap/scss/utilities/_align.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 4, vendor/assets/stylesheets/bootstrap/scss/utilities/_align.scss */
.align-top {
  vertical-align: top !important;
}

/* line 5, vendor/assets/stylesheets/bootstrap/scss/utilities/_align.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 6, vendor/assets/stylesheets/bootstrap/scss/utilities/_align.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 7, vendor/assets/stylesheets/bootstrap/scss/utilities/_align.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 8, vendor/assets/stylesheets/bootstrap/scss/utilities/_align.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 6, vendor/assets/stylesheets/bootstrap/scss/mixins/_background-variant.scss */
.bg-primary {
  background-color: #007bff !important;
}

/* line 24, vendor/assets/stylesheets/bootstrap/scss/mixins/_hover.scss */
a.bg-primary:focus, a.bg-primary:hover {
  background-color: #0062cc !important;
}

/* line 6, vendor/assets/stylesheets/bootstrap/scss/mixins/_background-variant.scss */
.bg-secondary {
  background-color: #868e96 !important;
}

/* line 24, vendor/assets/stylesheets/bootstrap/scss/mixins/_hover.scss */
a.bg-secondary:focus, a.bg-secondary:hover {
  background-color: #6c757d !important;
}

/* line 6, vendor/assets/stylesheets/bootstrap/scss/mixins/_background-variant.scss */
.bg-success {
  background-color: #28a745 !important;
}

/* line 24, vendor/assets/stylesheets/bootstrap/scss/mixins/_hover.scss */
a.bg-success:focus, a.bg-success:hover {
  background-color: #1e7e34 !important;
}

/* line 6, vendor/assets/stylesheets/bootstrap/scss/mixins/_background-variant.scss */
.bg-info {
  background-color: #17a2b8 !important;
}

/* line 24, vendor/assets/stylesheets/bootstrap/scss/mixins/_hover.scss */
a.bg-info:focus, a.bg-info:hover {
  background-color: #117a8b !important;
}

/* line 6, vendor/assets/stylesheets/bootstrap/scss/mixins/_background-variant.scss */
.bg-warning {
  background-color: #ffc107 !important;
}

/* line 24, vendor/assets/stylesheets/bootstrap/scss/mixins/_hover.scss */
a.bg-warning:focus, a.bg-warning:hover {
  background-color: #d39e00 !important;
}

/* line 6, vendor/assets/stylesheets/bootstrap/scss/mixins/_background-variant.scss */
.bg-danger {
  background-color: #dc3545 !important;
}

/* line 24, vendor/assets/stylesheets/bootstrap/scss/mixins/_hover.scss */
a.bg-danger:focus, a.bg-danger:hover {
  background-color: #bd2130 !important;
}

/* line 6, vendor/assets/stylesheets/bootstrap/scss/mixins/_background-variant.scss */
.bg-light {
  background-color: #f8f9fa !important;
}

/* line 24, vendor/assets/stylesheets/bootstrap/scss/mixins/_hover.scss */
a.bg-light:focus, a.bg-light:hover {
  background-color: #dae0e5 !important;
}

/* line 6, vendor/assets/stylesheets/bootstrap/scss/mixins/_background-variant.scss */
.bg-dark {
  background-color: #343a40 !important;
}

/* line 24, vendor/assets/stylesheets/bootstrap/scss/mixins/_hover.scss */
a.bg-dark:focus, a.bg-dark:hover {
  background-color: #1d2124 !important;
}

/* line 13, vendor/assets/stylesheets/bootstrap/scss/utilities/_background.scss */
.bg-white {
  background-color: #fff !important;
}

/* line 17, vendor/assets/stylesheets/bootstrap/scss/utilities/_background.scss */
.bg-transparent {
  background-color: transparent !important;
}

/* line 7, vendor/assets/stylesheets/bootstrap/scss/utilities/_borders.scss */
.border {
  border: 1px solid #e9ecef !important;
}

/* line 8, vendor/assets/stylesheets/bootstrap/scss/utilities/_borders.scss */
.border-0 {
  border: 0 !important;
}

/* line 9, vendor/assets/stylesheets/bootstrap/scss/utilities/_borders.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 10, vendor/assets/stylesheets/bootstrap/scss/utilities/_borders.scss */
.border-right-0 {
  border-right: 0 !important;
}

/* line 11, vendor/assets/stylesheets/bootstrap/scss/utilities/_borders.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 12, vendor/assets/stylesheets/bootstrap/scss/utilities/_borders.scss */
.border-left-0 {
  border-left: 0 !important;
}

/* line 15, vendor/assets/stylesheets/bootstrap/scss/utilities/_borders.scss */
.border-primary {
  border-color: #007bff !important;
}

/* line 15, vendor/assets/stylesheets/bootstrap/scss/utilities/_borders.scss */
.border-secondary {
  border-color: #868e96 !important;
}

/* line 15, vendor/assets/stylesheets/bootstrap/scss/utilities/_borders.scss */
.border-success {
  border-color: #28a745 !important;
}

/* line 15, vendor/assets/stylesheets/bootstrap/scss/utilities/_borders.scss */
.border-info {
  border-color: #17a2b8 !important;
}

/* line 15, vendor/assets/stylesheets/bootstrap/scss/utilities/_borders.scss */
.border-warning {
  border-color: #ffc107 !important;
}

/* line 15, vendor/assets/stylesheets/bootstrap/scss/utilities/_borders.scss */
.border-danger {
  border-color: #dc3545 !important;
}

/* line 15, vendor/assets/stylesheets/bootstrap/scss/utilities/_borders.scss */
.border-light {
  border-color: #f8f9fa !important;
}

/* line 15, vendor/assets/stylesheets/bootstrap/scss/utilities/_borders.scss */
.border-dark {
  border-color: #343a40 !important;
}

/* line 20, vendor/assets/stylesheets/bootstrap/scss/utilities/_borders.scss */
.border-white {
  border-color: #fff !important;
}

/* line 28, vendor/assets/stylesheets/bootstrap/scss/utilities/_borders.scss */
.rounded {
  border-radius: 0.25rem !important;
}

/* line 31, vendor/assets/stylesheets/bootstrap/scss/utilities/_borders.scss */
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

/* line 35, vendor/assets/stylesheets/bootstrap/scss/utilities/_borders.scss */
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

/* line 39, vendor/assets/stylesheets/bootstrap/scss/utilities/_borders.scss */
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 43, vendor/assets/stylesheets/bootstrap/scss/utilities/_borders.scss */
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 48, vendor/assets/stylesheets/bootstrap/scss/utilities/_borders.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 52, vendor/assets/stylesheets/bootstrap/scss/utilities/_borders.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 2, vendor/assets/stylesheets/bootstrap/scss/mixins/_clearfix.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 11, vendor/assets/stylesheets/bootstrap/scss/utilities/_display.scss */
.d-none {
  display: none !important;
}

/* line 12, vendor/assets/stylesheets/bootstrap/scss/utilities/_display.scss */
.d-inline {
  display: inline !important;
}

/* line 13, vendor/assets/stylesheets/bootstrap/scss/utilities/_display.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 14, vendor/assets/stylesheets/bootstrap/scss/utilities/_display.scss */
.d-block {
  display: block !important;
}

/* line 15, vendor/assets/stylesheets/bootstrap/scss/utilities/_display.scss */
.d-table {
  display: table !important;
}

/* line 16, vendor/assets/stylesheets/bootstrap/scss/utilities/_display.scss */
.d-table-row {
  display: table-row !important;
}

/* line 17, vendor/assets/stylesheets/bootstrap/scss/utilities/_display.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 18, vendor/assets/stylesheets/bootstrap/scss/utilities/_display.scss */
.d-flex {
  display: flex !important;
}

/* line 19, vendor/assets/stylesheets/bootstrap/scss/utilities/_display.scss */
.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 11, vendor/assets/stylesheets/bootstrap/scss/utilities/_display.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/scss/utilities/_display.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/scss/utilities/_display.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 14, vendor/assets/stylesheets/bootstrap/scss/utilities/_display.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 15, vendor/assets/stylesheets/bootstrap/scss/utilities/_display.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/scss/utilities/_display.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 17, vendor/assets/stylesheets/bootstrap/scss/utilities/_display.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 18, vendor/assets/stylesheets/bootstrap/scss/utilities/_display.scss */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/scss/utilities/_display.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  /* line 11, vendor/assets/stylesheets/bootstrap/scss/utilities/_display.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/scss/utilities/_display.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/scss/utilities/_display.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 14, vendor/assets/stylesheets/bootstrap/scss/utilities/_display.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 15, vendor/assets/stylesheets/bootstrap/scss/utilities/_display.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/scss/utilities/_display.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 17, vendor/assets/stylesheets/bootstrap/scss/utilities/_display.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 18, vendor/assets/stylesheets/bootstrap/scss/utilities/_display.scss */
  .d-md-flex {
    display: flex !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/scss/utilities/_display.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  /* line 11, vendor/assets/stylesheets/bootstrap/scss/utilities/_display.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/scss/utilities/_display.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/scss/utilities/_display.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 14, vendor/assets/stylesheets/bootstrap/scss/utilities/_display.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 15, vendor/assets/stylesheets/bootstrap/scss/utilities/_display.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/scss/utilities/_display.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 17, vendor/assets/stylesheets/bootstrap/scss/utilities/_display.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 18, vendor/assets/stylesheets/bootstrap/scss/utilities/_display.scss */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/scss/utilities/_display.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  /* line 11, vendor/assets/stylesheets/bootstrap/scss/utilities/_display.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/scss/utilities/_display.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/scss/utilities/_display.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 14, vendor/assets/stylesheets/bootstrap/scss/utilities/_display.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 15, vendor/assets/stylesheets/bootstrap/scss/utilities/_display.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/scss/utilities/_display.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 17, vendor/assets/stylesheets/bootstrap/scss/utilities/_display.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 18, vendor/assets/stylesheets/bootstrap/scss/utilities/_display.scss */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/scss/utilities/_display.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

/* line 28, vendor/assets/stylesheets/bootstrap/scss/utilities/_display.scss */
.d-print-block {
  display: none !important;
}

@media print {
  /* line 28, vendor/assets/stylesheets/bootstrap/scss/utilities/_display.scss */
  .d-print-block {
    display: block !important;
  }
}

/* line 36, vendor/assets/stylesheets/bootstrap/scss/utilities/_display.scss */
.d-print-inline {
  display: none !important;
}

@media print {
  /* line 36, vendor/assets/stylesheets/bootstrap/scss/utilities/_display.scss */
  .d-print-inline {
    display: inline !important;
  }
}

/* line 44, vendor/assets/stylesheets/bootstrap/scss/utilities/_display.scss */
.d-print-inline-block {
  display: none !important;
}

@media print {
  /* line 44, vendor/assets/stylesheets/bootstrap/scss/utilities/_display.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 52, vendor/assets/stylesheets/bootstrap/scss/utilities/_display.scss */
  .d-print-none {
    display: none !important;
  }
}

/* line 3, vendor/assets/stylesheets/bootstrap/scss/utilities/_embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/* line 10, vendor/assets/stylesheets/bootstrap/scss/utilities/_embed.scss */
.embed-responsive::before {
  display: block;
  content: "";
}

/* line 15, vendor/assets/stylesheets/bootstrap/scss/utilities/_embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 31, vendor/assets/stylesheets/bootstrap/scss/utilities/_embed.scss */
.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

/* line 37, vendor/assets/stylesheets/bootstrap/scss/utilities/_embed.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 43, vendor/assets/stylesheets/bootstrap/scss/utilities/_embed.scss */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 49, vendor/assets/stylesheets/bootstrap/scss/utilities/_embed.scss */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 11, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 12, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 13, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 14, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 16, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 17, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 18, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 20, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 21, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 22, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 23, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 24, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 26, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 27, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 28, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
.align-items-center {
  align-items: center !important;
}

/* line 29, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 30, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 32, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 33, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 34, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
.align-content-center {
  align-content: center !important;
}

/* line 35, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 36, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 37, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 39, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 40, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 41, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 42, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
.align-self-center {
  align-self: center !important;
}

/* line 43, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 44, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 11, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 20, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 21, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 23, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 24, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 26, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 27, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 28, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 29, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 30, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 32, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 33, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 34, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 35, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 36, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 37, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 39, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 40, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 41, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 42, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 44, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  /* line 11, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 20, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 21, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 23, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 24, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 26, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 27, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 28, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 29, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 30, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 32, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 33, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 34, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 35, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 36, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 37, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 39, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 40, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 41, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 42, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 44, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  /* line 11, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 20, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 21, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 23, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 24, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 26, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 27, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 28, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 29, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 30, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 32, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 33, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 34, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 35, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 36, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 37, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 39, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 40, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 41, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 42, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 44, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  /* line 11, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 20, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 21, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 23, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 24, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 26, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 27, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 28, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 29, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 30, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 32, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 33, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 34, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 35, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 36, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 37, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 39, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 40, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 41, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 42, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 43, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 44, vendor/assets/stylesheets/bootstrap/scss/utilities/_flex.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

/* line 5, vendor/assets/stylesheets/bootstrap/scss/utilities/_float.scss */
.float-left {
  float: left !important;
}

/* line 6, vendor/assets/stylesheets/bootstrap/scss/utilities/_float.scss */
.float-right {
  float: right !important;
}

/* line 7, vendor/assets/stylesheets/bootstrap/scss/utilities/_float.scss */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 5, vendor/assets/stylesheets/bootstrap/scss/utilities/_float.scss */
  .float-sm-left {
    float: left !important;
  }
  /* line 6, vendor/assets/stylesheets/bootstrap/scss/utilities/_float.scss */
  .float-sm-right {
    float: right !important;
  }
  /* line 7, vendor/assets/stylesheets/bootstrap/scss/utilities/_float.scss */
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  /* line 5, vendor/assets/stylesheets/bootstrap/scss/utilities/_float.scss */
  .float-md-left {
    float: left !important;
  }
  /* line 6, vendor/assets/stylesheets/bootstrap/scss/utilities/_float.scss */
  .float-md-right {
    float: right !important;
  }
  /* line 7, vendor/assets/stylesheets/bootstrap/scss/utilities/_float.scss */
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  /* line 5, vendor/assets/stylesheets/bootstrap/scss/utilities/_float.scss */
  .float-lg-left {
    float: left !important;
  }
  /* line 6, vendor/assets/stylesheets/bootstrap/scss/utilities/_float.scss */
  .float-lg-right {
    float: right !important;
  }
  /* line 7, vendor/assets/stylesheets/bootstrap/scss/utilities/_float.scss */
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 5, vendor/assets/stylesheets/bootstrap/scss/utilities/_float.scss */
  .float-xl-left {
    float: left !important;
  }
  /* line 6, vendor/assets/stylesheets/bootstrap/scss/utilities/_float.scss */
  .float-xl-right {
    float: right !important;
  }
  /* line 7, vendor/assets/stylesheets/bootstrap/scss/utilities/_float.scss */
  .float-xl-none {
    float: none !important;
  }
}

/* line 9, vendor/assets/stylesheets/bootstrap/scss/utilities/_position.scss */
.position-static {
  position: static !important;
}

/* line 9, vendor/assets/stylesheets/bootstrap/scss/utilities/_position.scss */
.position-relative {
  position: relative !important;
}

/* line 9, vendor/assets/stylesheets/bootstrap/scss/utilities/_position.scss */
.position-absolute {
  position: absolute !important;
}

/* line 9, vendor/assets/stylesheets/bootstrap/scss/utilities/_position.scss */
.position-fixed {
  position: fixed !important;
}

/* line 9, vendor/assets/stylesheets/bootstrap/scss/utilities/_position.scss */
.position-sticky {
  position: sticky !important;
}

/* line 14, vendor/assets/stylesheets/bootstrap/scss/utilities/_position.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 22, vendor/assets/stylesheets/bootstrap/scss/utilities/_position.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  /* line 30, vendor/assets/stylesheets/bootstrap/scss/utilities/_position.scss */
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 5, vendor/assets/stylesheets/bootstrap/scss/utilities/_screenreaders.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

/* line 25, vendor/assets/stylesheets/bootstrap/scss/mixins/_screen-reader.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none;
}

/* line 7, vendor/assets/stylesheets/bootstrap/scss/utilities/_sizing.scss */
.w-25 {
  width: 25% !important;
}

/* line 7, vendor/assets/stylesheets/bootstrap/scss/utilities/_sizing.scss */
.w-50 {
  width: 50% !important;
}

/* line 7, vendor/assets/stylesheets/bootstrap/scss/utilities/_sizing.scss */
.w-75 {
  width: 75% !important;
}

/* line 7, vendor/assets/stylesheets/bootstrap/scss/utilities/_sizing.scss */
.w-100 {
  width: 100% !important;
}

/* line 7, vendor/assets/stylesheets/bootstrap/scss/utilities/_sizing.scss */
.h-25 {
  height: 25% !important;
}

/* line 7, vendor/assets/stylesheets/bootstrap/scss/utilities/_sizing.scss */
.h-50 {
  height: 50% !important;
}

/* line 7, vendor/assets/stylesheets/bootstrap/scss/utilities/_sizing.scss */
.h-75 {
  height: 75% !important;
}

/* line 7, vendor/assets/stylesheets/bootstrap/scss/utilities/_sizing.scss */
.h-100 {
  height: 100% !important;
}

/* line 11, vendor/assets/stylesheets/bootstrap/scss/utilities/_sizing.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 12, vendor/assets/stylesheets/bootstrap/scss/utilities/_sizing.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 12, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
.m-0 {
  margin: 0 !important;
}

/* line 13, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 16, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 19, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 22, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

/* line 12, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 13, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

/* line 16, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

/* line 19, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

/* line 22, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

/* line 12, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 13, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

/* line 16, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

/* line 19, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

/* line 22, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

/* line 12, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 13, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

/* line 16, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

/* line 19, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

/* line 22, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

/* line 12, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 13, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

/* line 16, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

/* line 19, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 22, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

/* line 12, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 13, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

/* line 16, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

/* line 19, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

/* line 22, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

/* line 12, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
.p-0 {
  padding: 0 !important;
}

/* line 13, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 16, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 19, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 22, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 12, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 13, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

/* line 16, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

/* line 19, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

/* line 22, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

/* line 12, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 13, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

/* line 16, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

/* line 19, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

/* line 22, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

/* line 12, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 13, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

/* line 16, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

/* line 19, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

/* line 22, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

/* line 12, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 13, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

/* line 16, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

/* line 19, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 22, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

/* line 12, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 13, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

/* line 16, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

/* line 19, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

/* line 22, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

/* line 29, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
.m-auto {
  margin: auto !important;
}

/* line 30, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 33, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 36, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 39, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 12, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 29, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 30, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  /* line 33, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  /* line 36, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 39, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 12, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }
  /* line 29, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 30, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  /* line 33, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  /* line 36, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  /* line 39, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 12, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 29, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 30, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  /* line 33, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  /* line 36, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 39, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  /* line 12, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 12, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 13, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 16, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 19, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 22, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 29, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 30, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  /* line 33, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  /* line 36, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 39, vendor/assets/stylesheets/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}

/* line 9, vendor/assets/stylesheets/bootstrap/scss/utilities/_text.scss */
.text-justify {
  text-align: justify !important;
}

/* line 10, vendor/assets/stylesheets/bootstrap/scss/utilities/_text.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 11, vendor/assets/stylesheets/bootstrap/scss/utilities/_text.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 19, vendor/assets/stylesheets/bootstrap/scss/utilities/_text.scss */
.text-left {
  text-align: left !important;
}

/* line 20, vendor/assets/stylesheets/bootstrap/scss/utilities/_text.scss */
.text-right {
  text-align: right !important;
}

/* line 21, vendor/assets/stylesheets/bootstrap/scss/utilities/_text.scss */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 19, vendor/assets/stylesheets/bootstrap/scss/utilities/_text.scss */
  .text-sm-left {
    text-align: left !important;
  }
  /* line 20, vendor/assets/stylesheets/bootstrap/scss/utilities/_text.scss */
  .text-sm-right {
    text-align: right !important;
  }
  /* line 21, vendor/assets/stylesheets/bootstrap/scss/utilities/_text.scss */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 19, vendor/assets/stylesheets/bootstrap/scss/utilities/_text.scss */
  .text-md-left {
    text-align: left !important;
  }
  /* line 20, vendor/assets/stylesheets/bootstrap/scss/utilities/_text.scss */
  .text-md-right {
    text-align: right !important;
  }
  /* line 21, vendor/assets/stylesheets/bootstrap/scss/utilities/_text.scss */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 19, vendor/assets/stylesheets/bootstrap/scss/utilities/_text.scss */
  .text-lg-left {
    text-align: left !important;
  }
  /* line 20, vendor/assets/stylesheets/bootstrap/scss/utilities/_text.scss */
  .text-lg-right {
    text-align: right !important;
  }
  /* line 21, vendor/assets/stylesheets/bootstrap/scss/utilities/_text.scss */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 19, vendor/assets/stylesheets/bootstrap/scss/utilities/_text.scss */
  .text-xl-left {
    text-align: left !important;
  }
  /* line 20, vendor/assets/stylesheets/bootstrap/scss/utilities/_text.scss */
  .text-xl-right {
    text-align: right !important;
  }
  /* line 21, vendor/assets/stylesheets/bootstrap/scss/utilities/_text.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

/* line 27, vendor/assets/stylesheets/bootstrap/scss/utilities/_text.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 28, vendor/assets/stylesheets/bootstrap/scss/utilities/_text.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 29, vendor/assets/stylesheets/bootstrap/scss/utilities/_text.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 33, vendor/assets/stylesheets/bootstrap/scss/utilities/_text.scss */
.font-weight-light {
  font-weight: 300 !important;
}

/* line 34, vendor/assets/stylesheets/bootstrap/scss/utilities/_text.scss */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 35, vendor/assets/stylesheets/bootstrap/scss/utilities/_text.scss */
.font-weight-bold {
  font-weight: 700 !important;
}

/* line 36, vendor/assets/stylesheets/bootstrap/scss/utilities/_text.scss */
.font-italic {
  font-style: italic !important;
}

/* line 40, vendor/assets/stylesheets/bootstrap/scss/utilities/_text.scss */
.text-white {
  color: #fff !important;
}

/* line 6, vendor/assets/stylesheets/bootstrap/scss/mixins/_text-emphasis.scss */
.text-primary {
  color: #007bff !important;
}

/* line 24, vendor/assets/stylesheets/bootstrap/scss/mixins/_hover.scss */
a.text-primary:focus, a.text-primary:hover {
  color: #0062cc !important;
}

/* line 6, vendor/assets/stylesheets/bootstrap/scss/mixins/_text-emphasis.scss */
.text-secondary {
  color: #868e96 !important;
}

/* line 24, vendor/assets/stylesheets/bootstrap/scss/mixins/_hover.scss */
a.text-secondary:focus, a.text-secondary:hover {
  color: #6c757d !important;
}

/* line 6, vendor/assets/stylesheets/bootstrap/scss/mixins/_text-emphasis.scss */
.text-success {
  color: #28a745 !important;
}

/* line 24, vendor/assets/stylesheets/bootstrap/scss/mixins/_hover.scss */
a.text-success:focus, a.text-success:hover {
  color: #1e7e34 !important;
}

/* line 6, vendor/assets/stylesheets/bootstrap/scss/mixins/_text-emphasis.scss */
.text-info {
  color: #17a2b8 !important;
}

/* line 24, vendor/assets/stylesheets/bootstrap/scss/mixins/_hover.scss */
a.text-info:focus, a.text-info:hover {
  color: #117a8b !important;
}

/* line 6, vendor/assets/stylesheets/bootstrap/scss/mixins/_text-emphasis.scss */
.text-warning {
  color: #ffc107 !important;
}

/* line 24, vendor/assets/stylesheets/bootstrap/scss/mixins/_hover.scss */
a.text-warning:focus, a.text-warning:hover {
  color: #d39e00 !important;
}

/* line 6, vendor/assets/stylesheets/bootstrap/scss/mixins/_text-emphasis.scss */
.text-danger {
  color: #dc3545 !important;
}

/* line 24, vendor/assets/stylesheets/bootstrap/scss/mixins/_hover.scss */
a.text-danger:focus, a.text-danger:hover {
  color: #bd2130 !important;
}

/* line 6, vendor/assets/stylesheets/bootstrap/scss/mixins/_text-emphasis.scss */
.text-light {
  color: #f8f9fa !important;
}

/* line 24, vendor/assets/stylesheets/bootstrap/scss/mixins/_hover.scss */
a.text-light:focus, a.text-light:hover {
  color: #dae0e5 !important;
}

/* line 6, vendor/assets/stylesheets/bootstrap/scss/mixins/_text-emphasis.scss */
.text-dark {
  color: #343a40 !important;
}

/* line 24, vendor/assets/stylesheets/bootstrap/scss/mixins/_hover.scss */
a.text-dark:focus, a.text-dark:hover {
  color: #1d2124 !important;
}

/* line 46, vendor/assets/stylesheets/bootstrap/scss/utilities/_text.scss */
.text-muted {
  color: #868e96 !important;
}

/* line 50, vendor/assets/stylesheets/bootstrap/scss/utilities/_text.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 5, vendor/assets/stylesheets/bootstrap/scss/utilities/_visibility.scss */
.visible {
  visibility: visible !important;
}

/* line 9, vendor/assets/stylesheets/bootstrap/scss/utilities/_visibility.scss */
.invisible {
  visibility: hidden !important;
}

/*!
 *  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(/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot);
  src: url(/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot?#iefix) format("embedded-opentype"), url(/assets/fontawesome-webfont-fa79d127baca4558a0b973f5f514b90fc5ef43314c41095f5cb285ffaa0a4029.woff2) format("woff2"), url(/assets/fontawesome-webfont-c9a0a23a23a3f6f7165cba218b40483a0b1750d92b49c40842f1d8f566f5f421.woff) format("woff"), url(/assets/fontawesome-webfont-2794b002e3568f5abce8991e2431ca79e0ce84a08ea1268884b4e097b62762a6.ttf) format("truetype"), url(/assets/fontawesome-webfont-67c6c8e9ffb0fcd7c7c64eaff12a298abf5b54a54b54f0e6c4c49161dba62d6d.svg#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 19, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.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 */
/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 33, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-2x {
  font-size: 2em;
}

/* line 36, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-3x {
  font-size: 3em;
}

/* line 39, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-4x {
  font-size: 4em;
}

/* line 42, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-5x {
  font-size: 5em;
}

/* line 45, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

/* line 49, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 54, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ul > li {
  position: relative;
}

/* line 57, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-li.fa-lg {
  left: -1.85714286em;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

/* line 72, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pull-left {
  float: left;
}

/* line 75, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pull-right {
  float: right;
}

/* line 78, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa.fa-pull-left {
  margin-right: .3em;
}

/* line 81, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
/* line 85, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.pull-right {
  float: right;
}

/* line 88, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.pull-left {
  float: left;
}

/* line 91, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa.pull-left {
  margin-right: .3em;
}

/* line 94, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa.pull-right {
  margin-left: .3em;
}

/* line 97, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 101, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* line 125, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 131, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 137, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 143, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 149, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 155, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 162, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 170, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 177, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-1x {
  line-height: inherit;
}

/* line 180, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-2x {
  font-size: 2em;
}

/* line 183, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.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 */
/* line 188, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-glass:before {
  content: "\f000";
}

/* line 191, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-music:before {
  content: "\f001";
}

/* line 194, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-search:before {
  content: "\f002";
}

/* line 197, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 200, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-heart:before {
  content: "\f004";
}

/* line 203, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-star:before {
  content: "\f005";
}

/* line 206, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-o:before {
  content: "\f006";
}

/* line 209, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user:before {
  content: "\f007";
}

/* line 212, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-film:before {
  content: "\f008";
}

/* line 215, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-th-large:before {
  content: "\f009";
}

/* line 218, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-th:before {
  content: "\f00a";
}

/* line 221, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-th-list:before {
  content: "\f00b";
}

/* line 224, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-check:before {
  content: "\f00c";
}

/* line 227, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

/* line 232, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 235, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-search-minus:before {
  content: "\f010";
}

/* line 238, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-power-off:before {
  content: "\f011";
}

/* line 241, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-signal:before {
  content: "\f012";
}

/* line 244, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

/* line 248, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-trash-o:before {
  content: "\f014";
}

/* line 251, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-home:before {
  content: "\f015";
}

/* line 254, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-o:before {
  content: "\f016";
}

/* line 257, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-clock-o:before {
  content: "\f017";
}

/* line 260, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-road:before {
  content: "\f018";
}

/* line 263, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-download:before {
  content: "\f019";
}

/* line 266, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 269, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 272, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-inbox:before {
  content: "\f01c";
}

/* line 275, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 278, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

/* line 282, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-refresh:before {
  content: "\f021";
}

/* line 285, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-alt:before {
  content: "\f022";
}

/* line 288, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lock:before {
  content: "\f023";
}

/* line 291, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag:before {
  content: "\f024";
}

/* line 294, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-headphones:before {
  content: "\f025";
}

/* line 297, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-off:before {
  content: "\f026";
}

/* line 300, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-down:before {
  content: "\f027";
}

/* line 303, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-up:before {
  content: "\f028";
}

/* line 306, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-qrcode:before {
  content: "\f029";
}

/* line 309, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-barcode:before {
  content: "\f02a";
}

/* line 312, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tag:before {
  content: "\f02b";
}

/* line 315, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tags:before {
  content: "\f02c";
}

/* line 318, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-book:before {
  content: "\f02d";
}

/* line 321, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 324, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-print:before {
  content: "\f02f";
}

/* line 327, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-camera:before {
  content: "\f030";
}

/* line 330, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-font:before {
  content: "\f031";
}

/* line 333, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bold:before {
  content: "\f032";
}

/* line 336, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-italic:before {
  content: "\f033";
}

/* line 339, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-text-height:before {
  content: "\f034";
}

/* line 342, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-text-width:before {
  content: "\f035";
}

/* line 345, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-left:before {
  content: "\f036";
}

/* line 348, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-center:before {
  content: "\f037";
}

/* line 351, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-right:before {
  content: "\f038";
}

/* line 354, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-justify:before {
  content: "\f039";
}

/* line 357, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-list:before {
  content: "\f03a";
}

/* line 360, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

/* line 364, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-indent:before {
  content: "\f03c";
}

/* line 367, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 370, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

/* line 375, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pencil:before {
  content: "\f040";
}

/* line 378, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-marker:before {
  content: "\f041";
}

/* line 381, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-adjust:before {
  content: "\f042";
}

/* line 384, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tint:before {
  content: "\f043";
}

/* line 387, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

/* line 391, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 394, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 397, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows:before {
  content: "\f047";
}

/* line 400, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-step-backward:before {
  content: "\f048";
}

/* line 403, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 406, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-backward:before {
  content: "\f04a";
}

/* line 409, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-play:before {
  content: "\f04b";
}

/* line 412, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause:before {
  content: "\f04c";
}

/* line 415, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop:before {
  content: "\f04d";
}

/* line 418, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-forward:before {
  content: "\f04e";
}

/* line 421, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 424, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-step-forward:before {
  content: "\f051";
}

/* line 427, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eject:before {
  content: "\f052";
}

/* line 430, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 433, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 436, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 439, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 442, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-circle:before {
  content: "\f057";
}

/* line 445, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-circle:before {
  content: "\f058";
}

/* line 448, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-question-circle:before {
  content: "\f059";
}

/* line 451, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 454, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 457, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 460, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 463, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ban:before {
  content: "\f05e";
}

/* line 466, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 469, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 472, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 475, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 478, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

/* line 482, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-expand:before {
  content: "\f065";
}

/* line 485, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-compress:before {
  content: "\f066";
}

/* line 488, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus:before {
  content: "\f067";
}

/* line 491, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus:before {
  content: "\f068";
}

/* line 494, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-asterisk:before {
  content: "\f069";
}

/* line 497, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 500, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gift:before {
  content: "\f06b";
}

/* line 503, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-leaf:before {
  content: "\f06c";
}

/* line 506, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fire:before {
  content: "\f06d";
}

/* line 509, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eye:before {
  content: "\f06e";
}

/* line 512, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 515, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 519, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plane:before {
  content: "\f072";
}

/* line 522, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar:before {
  content: "\f073";
}

/* line 525, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-random:before {
  content: "\f074";
}

/* line 528, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-comment:before {
  content: "\f075";
}

/* line 531, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-magnet:before {
  content: "\f076";
}

/* line 534, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 537, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 540, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-retweet:before {
  content: "\f079";
}

/* line 543, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 546, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder:before {
  content: "\f07b";
}

/* line 549, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 552, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 555, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 558, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

/* line 562, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 565, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 568, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 571, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-key:before {
  content: "\f084";
}

/* line 574, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

/* line 578, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-comments:before {
  content: "\f086";
}

/* line 581, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 584, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 587, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-half:before {
  content: "\f089";
}

/* line 590, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 593, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 596, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 599, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 602, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-external-link:before {
  content: "\f08e";
}

/* line 605, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sign-in:before {
  content: "\f090";
}

/* line 608, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-trophy:before {
  content: "\f091";
}

/* line 611, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-github-square:before {
  content: "\f092";
}

/* line 614, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-upload:before {
  content: "\f093";
}

/* line 617, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 620, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-phone:before {
  content: "\f095";
}

/* line 623, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-square-o:before {
  content: "\f096";
}

/* line 626, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 629, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-phone-square:before {
  content: "\f098";
}

/* line 632, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitter:before {
  content: "\f099";
}

/* line 635, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

/* line 639, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-github:before {
  content: "\f09b";
}

/* line 642, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlock:before {
  content: "\f09c";
}

/* line 645, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 648, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

/* line 652, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 655, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 658, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell:before {
  content: "\f0f3";
}

/* line 661, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 664, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 667, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 670, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 673, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 676, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 679, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 682, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 685, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 688, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-globe:before {
  content: "\f0ac";
}

/* line 691, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 694, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 697, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-filter:before {
  content: "\f0b0";
}

/* line 700, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 703, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 706, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

/* line 710, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

/* line 714, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 717, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flask:before {
  content: "\f0c3";
}

/* line 720, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

/* line 724, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

/* line 728, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 731, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

/* line 735, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-square:before {
  content: "\f0c8";
}

/* line 738, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

/* line 743, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 746, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 749, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 752, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-underline:before {
  content: "\f0cd";
}

/* line 755, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-table:before {
  content: "\f0ce";
}

/* line 758, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-magic:before {
  content: "\f0d0";
}

/* line 761, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-truck:before {
  content: "\f0d1";
}

/* line 764, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 767, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 770, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 773, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 776, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-money:before {
  content: "\f0d6";
}

/* line 779, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 782, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 785, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 788, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 791, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-columns:before {
  content: "\f0db";
}

/* line 794, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

/* line 798, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

/* line 802, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

/* line 806, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 809, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 812, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

/* line 816, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

/* line 820, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

/* line 824, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 827, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 830, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

/* line 834, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 837, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 840, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

/* line 844, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 847, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 850, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 853, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 856, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 859, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 862, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 865, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 868, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 871, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 874, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 877, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 880, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 883, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 886, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 889, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 892, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-beer:before {
  content: "\f0fc";
}

/* line 895, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 898, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 901, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 904, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 907, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 910, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 913, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-left:before {
  content: "\f104";
}

/* line 916, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-right:before {
  content: "\f105";
}

/* line 919, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-up:before {
  content: "\f106";
}

/* line 922, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-down:before {
  content: "\f107";
}

/* line 925, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-desktop:before {
  content: "\f108";
}

/* line 928, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-laptop:before {
  content: "\f109";
}

/* line 931, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tablet:before {
  content: "\f10a";
}

/* line 934, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

/* line 938, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 941, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 944, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 947, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-spinner:before {
  content: "\f110";
}

/* line 950, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle:before {
  content: "\f111";
}

/* line 953, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

/* line 957, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-github-alt:before {
  content: "\f113";
}

/* line 960, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-o:before {
  content: "\f114";
}

/* line 963, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 966, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-smile-o:before {
  content: "\f118";
}

/* line 969, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-frown-o:before {
  content: "\f119";
}

/* line 972, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 975, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 978, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 981, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 984, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 987, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-terminal:before {
  content: "\f120";
}

/* line 990, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-code:before {
  content: "\f121";
}

/* line 993, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

/* line 997, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

/* line 1002, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 1005, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-crop:before {
  content: "\f125";
}

/* line 1008, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-code-fork:before {
  content: "\f126";
}

/* line 1011, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

/* line 1015, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-question:before {
  content: "\f128";
}

/* line 1018, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-info:before {
  content: "\f129";
}

/* line 1021, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 1024, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-superscript:before {
  content: "\f12b";
}

/* line 1027, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-subscript:before {
  content: "\f12c";
}

/* line 1030, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eraser:before {
  content: "\f12d";
}

/* line 1033, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 1036, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-microphone:before {
  content: "\f130";
}

/* line 1039, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 1042, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shield:before {
  content: "\f132";
}

/* line 1045, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 1048, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 1051, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rocket:before {
  content: "\f135";
}

/* line 1054, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 1057, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 1060, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 1063, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 1066, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 1069, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-html5:before {
  content: "\f13b";
}

/* line 1072, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-css3:before {
  content: "\f13c";
}

/* line 1075, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-anchor:before {
  content: "\f13d";
}

/* line 1078, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 1081, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bullseye:before {
  content: "\f140";
}

/* line 1084, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 1087, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 1090, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rss-square:before {
  content: "\f143";
}

/* line 1093, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-play-circle:before {
  content: "\f144";
}

/* line 1096, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ticket:before {
  content: "\f145";
}

/* line 1099, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-square:before {
  content: "\f146";
}

/* line 1102, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 1105, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-level-up:before {
  content: "\f148";
}

/* line 1108, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-level-down:before {
  content: "\f149";
}

/* line 1111, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-square:before {
  content: "\f14a";
}

/* line 1114, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 1117, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 1120, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-square:before {
  content: "\f14d";
}

/* line 1123, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-compass:before {
  content: "\f14e";
}

/* line 1126, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 1130, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 1134, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 1138, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

/* line 1142, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gbp:before {
  content: "\f154";
}

/* line 1145, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

/* line 1149, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

/* line 1153, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

/* line 1159, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

/* line 1164, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

/* line 1168, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

/* line 1172, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file:before {
  content: "\f15b";
}

/* line 1175, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-text:before {
  content: "\f15c";
}

/* line 1178, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 1181, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 1184, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 1187, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 1190, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 1193, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 1196, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 1199, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 1202, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 1205, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube:before {
  content: "\f167";
}

/* line 1208, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-xing:before {
  content: "\f168";
}

/* line 1211, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-xing-square:before {
  content: "\f169";
}

/* line 1214, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 1217, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 1220, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 1223, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-instagram:before {
  content: "\f16d";
}

/* line 1226, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flickr:before {
  content: "\f16e";
}

/* line 1229, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-adn:before {
  content: "\f170";
}

/* line 1232, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 1235, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 1238, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tumblr:before {
  content: "\f173";
}

/* line 1241, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 1244, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 1247, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 1250, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 1253, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 1256, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-apple:before {
  content: "\f179";
}

/* line 1259, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-windows:before {
  content: "\f17a";
}

/* line 1262, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-android:before {
  content: "\f17b";
}

/* line 1265, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-linux:before {
  content: "\f17c";
}

/* line 1268, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 1271, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-skype:before {
  content: "\f17e";
}

/* line 1274, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-foursquare:before {
  content: "\f180";
}

/* line 1277, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-trello:before {
  content: "\f181";
}

/* line 1280, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-female:before {
  content: "\f182";
}

/* line 1283, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-male:before {
  content: "\f183";
}

/* line 1286, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

/* line 1290, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sun-o:before {
  content: "\f185";
}

/* line 1293, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-moon-o:before {
  content: "\f186";
}

/* line 1296, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-archive:before {
  content: "\f187";
}

/* line 1299, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bug:before {
  content: "\f188";
}

/* line 1302, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vk:before {
  content: "\f189";
}

/* line 1305, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-weibo:before {
  content: "\f18a";
}

/* line 1308, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-renren:before {
  content: "\f18b";
}

/* line 1311, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 1314, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 1317, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 1320, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 1323, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 1327, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 1330, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 1333, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 1336, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

/* line 1340, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 1343, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 1346, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-slack:before {
  content: "\f198";
}

/* line 1349, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 1352, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 1355, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-openid:before {
  content: "\f19b";
}

/* line 1358, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

/* line 1363, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 1367, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 1370, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-google:before {
  content: "\f1a0";
}

/* line 1373, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 1376, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 1379, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 1382, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 1385, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 1388, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-digg:before {
  content: "\f1a6";
}

/* line 1391, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 1394, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 1397, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 1400, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 1403, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-language:before {
  content: "\f1ab";
}

/* line 1406, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fax:before {
  content: "\f1ac";
}

/* line 1409, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-building:before {
  content: "\f1ad";
}

/* line 1412, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-child:before {
  content: "\f1ae";
}

/* line 1415, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paw:before {
  content: "\f1b0";
}

/* line 1418, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 1421, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cube:before {
  content: "\f1b2";
}

/* line 1424, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 1427, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-behance:before {
  content: "\f1b4";
}

/* line 1430, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 1433, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-steam:before {
  content: "\f1b6";
}

/* line 1436, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 1439, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 1442, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

/* line 1446, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

/* line 1450, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tree:before {
  content: "\f1bb";
}

/* line 1453, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 1456, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 1459, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 1462, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-database:before {
  content: "\f1c0";
}

/* line 1465, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 1468, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 1471, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 1474, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 1477, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

/* line 1482, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 1486, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 1490, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

/* line 1494, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 1497, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vine:before {
  content: "\f1ca";
}

/* line 1500, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 1503, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 1506, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 1513, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 1516, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

/* line 1521, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

/* line 1525, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 1528, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-git:before {
  content: "\f1d3";
}

/* line 1531, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 1536, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 1539, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-qq:before {
  content: "\f1d6";
}

/* line 1542, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

/* line 1546, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 1550, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 1554, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-history:before {
  content: "\f1da";
}

/* line 1557, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-thin:before {
  content: "\f1db";
}

/* line 1560, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-header:before {
  content: "\f1dc";
}

/* line 1563, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 1566, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sliders:before {
  content: "\f1de";
}

/* line 1569, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 1572, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 1575, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 1578, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

/* line 1582, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tty:before {
  content: "\f1e4";
}

/* line 1585, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 1588, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plug:before {
  content: "\f1e6";
}

/* line 1591, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 1594, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 1597, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 1600, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 1603, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 1606, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 1609, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 1612, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 1615, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 1618, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 1621, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 1624, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 1627, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 1630, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 1633, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 1636, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-slash-o:before {
  content: "\f1f7";
}

/* line 1639, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-trash:before {
  content: "\f1f8";
}

/* line 1642, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 1645, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-at:before {
  content: "\f1fa";
}

/* line 1648, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 1651, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 1654, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 1657, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-area-chart:before {
  content: "\f1fe";
}

/* line 1660, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pie-chart:before {
  content: "\f200";
}

/* line 1663, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-line-chart:before {
  content: "\f201";
}

/* line 1666, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lastfm:before {
  content: "\f202";
}

/* line 1669, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 1672, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 1675, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 1678, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bicycle:before {
  content: "\f206";
}

/* line 1681, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bus:before {
  content: "\f207";
}

/* line 1684, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 1687, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angellist:before {
  content: "\f209";
}

/* line 1690, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc:before {
  content: "\f20a";
}

/* line 1693, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

/* line 1698, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-meanpath:before {
  content: "\f20c";
}

/* line 1701, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 1704, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 1707, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dashcube:before {
  content: "\f210";
}

/* line 1710, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-forumbee:before {
  content: "\f211";
}

/* line 1713, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-leanpub:before {
  content: "\f212";
}

/* line 1716, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sellsy:before {
  content: "\f213";
}

/* line 1719, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 1722, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 1725, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 1728, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 1731, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 1734, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-diamond:before {
  content: "\f219";
}

/* line 1737, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ship:before {
  content: "\f21a";
}

/* line 1740, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 1743, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 1746, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-street-view:before {
  content: "\f21d";
}

/* line 1749, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 1752, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus:before {
  content: "\f221";
}

/* line 1755, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars:before {
  content: "\f222";
}

/* line 1758, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mercury:before {
  content: "\f223";
}

/* line 1761, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

/* line 1765, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 1768, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus-double:before {
  content: "\f226";
}

/* line 1771, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-double:before {
  content: "\f227";
}

/* line 1774, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 1777, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 1780, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 1783, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 1786, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-neuter:before {
  content: "\f22c";
}

/* line 1789, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-genderless:before {
  content: "\f22d";
}

/* line 1792, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-official:before {
  content: "\f230";
}

/* line 1795, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 1798, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 1801, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-server:before {
  content: "\f233";
}

/* line 1804, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-plus:before {
  content: "\f234";
}

/* line 1807, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-times:before {
  content: "\f235";
}

/* line 1810, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

/* line 1814, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-viacoin:before {
  content: "\f237";
}

/* line 1817, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-train:before {
  content: "\f238";
}

/* line 1820, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-subway:before {
  content: "\f239";
}

/* line 1823, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-medium:before {
  content: "\f23a";
}

/* line 1826, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 1830, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 1833, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-opencart:before {
  content: "\f23d";
}

/* line 1836, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 1839, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

/* line 1844, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 1848, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

/* line 1852, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 1856, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

/* line 1860, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 1863, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 1866, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-object-group:before {
  content: "\f247";
}

/* line 1869, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 1872, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 1875, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sticky-note-o:before {
  content: "\f24a";
}

/* line 1878, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 1881, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 1884, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-clone:before {
  content: "\f24d";
}

/* line 1887, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 1890, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-o:before {
  content: "\f250";
}

/* line 1893, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 1897, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 1901, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 1905, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass:before {
  content: "\f254";
}

/* line 1908, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

/* line 1912, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

/* line 1916, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-scissors-o:before {
  content: "\f257";
}

/* line 1919, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-lizard-o:before {
  content: "\f258";
}

/* line 1922, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-spock-o:before {
  content: "\f259";
}

/* line 1925, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-pointer-o:before {
  content: "\f25a";
}

/* line 1928, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-peace-o:before {
  content: "\f25b";
}

/* line 1931, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-trademark:before {
  content: "\f25c";
}

/* line 1934, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-registered:before {
  content: "\f25d";
}

/* line 1937, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 1940, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gg:before {
  content: "\f260";
}

/* line 1943, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 1946, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 1949, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 1952, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 1955, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 1958, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 1961, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-safari:before {
  content: "\f267";
}

/* line 1964, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chrome:before {
  content: "\f268";
}

/* line 1967, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-firefox:before {
  content: "\f269";
}

/* line 1970, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-opera:before {
  content: "\f26a";
}

/* line 1973, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 1976, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

/* line 1980, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-contao:before {
  content: "\f26d";
}

/* line 1983, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-500px:before {
  content: "\f26e";
}

/* line 1986, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-amazon:before {
  content: "\f270";
}

/* line 1989, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-plus-o:before {
  content: "\f271";
}

/* line 1992, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-minus-o:before {
  content: "\f272";
}

/* line 1995, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-times-o:before {
  content: "\f273";
}

/* line 1998, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-check-o:before {
  content: "\f274";
}

/* line 2001, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-industry:before {
  content: "\f275";
}

/* line 2004, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-pin:before {
  content: "\f276";
}

/* line 2007, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-signs:before {
  content: "\f277";
}

/* line 2010, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-o:before {
  content: "\f278";
}

/* line 2013, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-map:before {
  content: "\f279";
}

/* line 2016, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-commenting:before {
  content: "\f27a";
}

/* line 2019, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-commenting-o:before {
  content: "\f27b";
}

/* line 2022, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-houzz:before {
  content: "\f27c";
}

/* line 2025, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vimeo:before {
  content: "\f27d";
}

/* line 2028, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 2031, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fonticons:before {
  content: "\f280";
}

/* line 2034, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 2037, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-edge:before {
  content: "\f282";
}

/* line 2040, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-credit-card-alt:before {
  content: "\f283";
}

/* line 2043, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-codiepie:before {
  content: "\f284";
}

/* line 2046, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-modx:before {
  content: "\f285";
}

/* line 2049, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 2052, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-usb:before {
  content: "\f287";
}

/* line 2055, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 2058, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 2061, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-scribd:before {
  content: "\f28a";
}

/* line 2064, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 2067, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause-circle-o:before {
  content: "\f28c";
}

/* line 2070, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 2073, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop-circle-o:before {
  content: "\f28e";
}

/* line 2076, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 2079, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 2082, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hashtag:before {
  content: "\f292";
}

/* line 2085, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 2088, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 2091, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-percent:before {
  content: "\f295";
}

/* line 2094, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gitlab:before {
  content: "\f296";
}

/* line 2097, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 2100, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpforms:before {
  content: "\f298";
}

/* line 2103, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envira:before {
  content: "\f299";
}

/* line 2106, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 2109, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wheelchair-alt:before {
  content: "\f29b";
}

/* line 2112, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-question-circle-o:before {
  content: "\f29c";
}

/* line 2115, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-blind:before {
  content: "\f29d";
}

/* line 2118, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 2121, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-control-phone:before {
  content: "\f2a0";
}

/* line 2124, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-braille:before {
  content: "\f2a1";
}

/* line 2127, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 2130, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 2134, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

/* line 2139, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-glide:before {
  content: "\f2a5";
}

/* line 2142, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 2145, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 2149, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 2152, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 2155, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 2158, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 2161, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 2164, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 2167, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 2170, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 2173, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 2176, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 2179, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

/* line 2183, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 2187, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-handshake-o:before {
  content: "\f2b5";
}

/* line 2190, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-open:before {
  content: "\f2b6";
}

/* line 2193, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-open-o:before {
  content: "\f2b7";
}

/* line 2196, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-linode:before {
  content: "\f2b8";
}

/* line 2199, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-address-book:before {
  content: "\f2b9";
}

/* line 2202, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-address-book-o:before {
  content: "\f2ba";
}

/* line 2205, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

/* line 2209, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

/* line 2213, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 2216, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-circle-o:before {
  content: "\f2be";
}

/* line 2219, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-o:before {
  content: "\f2c0";
}

/* line 2222, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 2225, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

/* line 2229, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

/* line 2233, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-quora:before {
  content: "\f2c4";
}

/* line 2236, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 2239, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 2242, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

/* line 2247, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 2251, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 2255, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 2259, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 2263, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shower:before {
  content: "\f2cc";
}

/* line 2266, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

/* line 2271, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 2274, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 2277, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 2280, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 2283, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

/* line 2287, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

/* line 2291, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 2294, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-grav:before {
  content: "\f2d6";
}

/* line 2297, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 2300, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 2303, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 2306, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eercast:before {
  content: "\f2da";
}

/* line 2309, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-microchip:before {
  content: "\f2db";
}

/* line 2312, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-snowflake-o:before {
  content: "\f2dc";
}

/* line 2315, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 2318, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 2321, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 2324, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 2334, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
/* line 11, vendor/assets/stylesheets/animate/animate.css */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 18, vendor/assets/stylesheets/animate/animate.css */
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* line 23, vendor/assets/stylesheets/animate/animate.css */
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

/* line 28, vendor/assets/stylesheets/animate/animate.css */
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

/* line 92, vendor/assets/stylesheets/animate/animate.css */
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

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

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

/* line 119, vendor/assets/stylesheets/animate/animate.css */
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* line 160, vendor/assets/stylesheets/animate/animate.css */
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* line 239, vendor/assets/stylesheets/animate/animate.css */
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

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

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

/* line 278, vendor/assets/stylesheets/animate/animate.css */
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* line 347, vendor/assets/stylesheets/animate/animate.css */
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

/* line 408, vendor/assets/stylesheets/animate/animate.css */
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* line 469, vendor/assets/stylesheets/animate/animate.css */
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

/* line 550, vendor/assets/stylesheets/animate/animate.css */
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

/* line 639, vendor/assets/stylesheets/animate/animate.css */
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* line 726, vendor/assets/stylesheets/animate/animate.css */
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

/* line 799, vendor/assets/stylesheets/animate/animate.css */
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

/* line 872, vendor/assets/stylesheets/animate/animate.css */
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

/* line 945, vendor/assets/stylesheets/animate/animate.css */
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 1018, vendor/assets/stylesheets/animate/animate.css */
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

/* line 1061, vendor/assets/stylesheets/animate/animate.css */
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

/* line 1104, vendor/assets/stylesheets/animate/animate.css */
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

/* line 1137, vendor/assets/stylesheets/animate/animate.css */
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

/* line 1170, vendor/assets/stylesheets/animate/animate.css */
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

/* line 1213, vendor/assets/stylesheets/animate/animate.css */
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* line 1238, vendor/assets/stylesheets/animate/animate.css */
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 1271, vendor/assets/stylesheets/animate/animate.css */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 1304, vendor/assets/stylesheets/animate/animate.css */
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 1337, vendor/assets/stylesheets/animate/animate.css */
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 1370, vendor/assets/stylesheets/animate/animate.css */
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 1403, vendor/assets/stylesheets/animate/animate.css */
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 1436, vendor/assets/stylesheets/animate/animate.css */
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 1469, vendor/assets/stylesheets/animate/animate.css */
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 1502, vendor/assets/stylesheets/animate/animate.css */
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* line 1527, vendor/assets/stylesheets/animate/animate.css */
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

/* line 1556, vendor/assets/stylesheets/animate/animate.css */
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

/* line 1585, vendor/assets/stylesheets/animate/animate.css */
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

/* line 1614, vendor/assets/stylesheets/animate/animate.css */
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

/* line 1643, vendor/assets/stylesheets/animate/animate.css */
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

/* line 1672, vendor/assets/stylesheets/animate/animate.css */
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

/* line 1701, vendor/assets/stylesheets/animate/animate.css */
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

/* line 1730, vendor/assets/stylesheets/animate/animate.css */
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

/* line 1759, vendor/assets/stylesheets/animate/animate.css */
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

/* line 1838, vendor/assets/stylesheets/animate/animate.css */
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

/* line 1911, vendor/assets/stylesheets/animate/animate.css */
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

/* line 1984, vendor/assets/stylesheets/animate/animate.css */
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

/* line 2029, vendor/assets/stylesheets/animate/animate.css */
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

/* line 2074, vendor/assets/stylesheets/animate/animate.css */
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

/* line 2133, vendor/assets/stylesheets/animate/animate.css */
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

/* line 2164, vendor/assets/stylesheets/animate/animate.css */
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

/* line 2207, vendor/assets/stylesheets/animate/animate.css */
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

/* line 2248, vendor/assets/stylesheets/animate/animate.css */
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

/* line 2289, vendor/assets/stylesheets/animate/animate.css */
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

/* line 2330, vendor/assets/stylesheets/animate/animate.css */
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

/* line 2371, vendor/assets/stylesheets/animate/animate.css */
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

/* line 2408, vendor/assets/stylesheets/animate/animate.css */
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

/* line 2445, vendor/assets/stylesheets/animate/animate.css */
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

/* line 2482, vendor/assets/stylesheets/animate/animate.css */
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

/* line 2519, vendor/assets/stylesheets/animate/animate.css */
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

/* line 2556, vendor/assets/stylesheets/animate/animate.css */
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

/* line 2629, vendor/assets/stylesheets/animate/animate.css */
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 2664, vendor/assets/stylesheets/animate/animate.css */
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

/* line 2695, vendor/assets/stylesheets/animate/animate.css */
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

/* line 2724, vendor/assets/stylesheets/animate/animate.css */
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 2765, vendor/assets/stylesheets/animate/animate.css */
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 2806, vendor/assets/stylesheets/animate/animate.css */
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 2847, vendor/assets/stylesheets/animate/animate.css */
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 2888, vendor/assets/stylesheets/animate/animate.css */
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

/* line 2925, vendor/assets/stylesheets/animate/animate.css */
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 2970, vendor/assets/stylesheets/animate/animate.css */
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

/* line 3007, vendor/assets/stylesheets/animate/animate.css */
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

/* line 3044, vendor/assets/stylesheets/animate/animate.css */
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 3089, vendor/assets/stylesheets/animate/animate.css */
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 3120, vendor/assets/stylesheets/animate/animate.css */
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 3151, vendor/assets/stylesheets/animate/animate.css */
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 3182, vendor/assets/stylesheets/animate/animate.css */
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 3213, vendor/assets/stylesheets/animate/animate.css */
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

/* line 3244, vendor/assets/stylesheets/animate/animate.css */
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

/* line 3275, vendor/assets/stylesheets/animate/animate.css */
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

/* line 3306, vendor/assets/stylesheets/animate/animate.css */
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

/* line 3337, vendor/assets/stylesheets/animate/animate.css */
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under	()
 */
/*
 *	Owl Carousel - Core
 */
/* line 9, vendor/assets/stylesheets/owl.carousel/assets/owl.carousel.css */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

/* line 16, vendor/assets/stylesheets/owl.carousel/assets/owl.carousel.css */
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

/* line 21, vendor/assets/stylesheets/owl.carousel/assets/owl.carousel.css */
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 28, vendor/assets/stylesheets/owl.carousel/assets/owl.carousel.css */
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

/* line 33, vendor/assets/stylesheets/owl.carousel/assets/owl.carousel.css */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/* line 41, vendor/assets/stylesheets/owl.carousel/assets/owl.carousel.css */
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

/* line 48, vendor/assets/stylesheets/owl.carousel/assets/owl.carousel.css */
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

/* line 51, vendor/assets/stylesheets/owl.carousel/assets/owl.carousel.css */
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

/* line 54, vendor/assets/stylesheets/owl.carousel/assets/owl.carousel.css */
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 64, vendor/assets/stylesheets/owl.carousel/assets/owl.carousel.css */
.owl-carousel.owl-loaded {
  display: block;
}

/* line 66, vendor/assets/stylesheets/owl.carousel/assets/owl.carousel.css */
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

/* line 69, vendor/assets/stylesheets/owl.carousel/assets/owl.carousel.css */
.owl-carousel.owl-hidden {
  opacity: 0;
}

/* line 71, vendor/assets/stylesheets/owl.carousel/assets/owl.carousel.css */
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

/* line 73, vendor/assets/stylesheets/owl.carousel/assets/owl.carousel.css */
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 78, vendor/assets/stylesheets/owl.carousel/assets/owl.carousel.css */
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

/* line 81, vendor/assets/stylesheets/owl.carousel/assets/owl.carousel.css */
.owl-carousel.owl-rtl {
  direction: rtl;
}

/* line 83, vendor/assets/stylesheets/owl.carousel/assets/owl.carousel.css */
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
/* line 87, vendor/assets/stylesheets/owl.carousel/assets/owl.carousel.css */
.no-js .owl-carousel {
  display: block;
}

/*
 *	Owl Carousel - Animate Plugin
 */
/* line 93, vendor/assets/stylesheets/owl.carousel/assets/owl.carousel.css */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

/* line 97, vendor/assets/stylesheets/owl.carousel/assets/owl.carousel.css */
.owl-carousel .owl-animated-in {
  z-index: 0;
}

/* line 100, vendor/assets/stylesheets/owl.carousel/assets/owl.carousel.css */
.owl-carousel .owl-animated-out {
  z-index: 1;
}

/* line 103, vendor/assets/stylesheets/owl.carousel/assets/owl.carousel.css */
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

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

/*
 * 	Owl Carousel - Auto Height Plugin
 */
/* line 115, vendor/assets/stylesheets/owl.carousel/assets/owl.carousel.css */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
/* line 121, vendor/assets/stylesheets/owl.carousel/assets/owl.carousel.css */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

/* line 125, vendor/assets/stylesheets/owl.carousel/assets/owl.carousel.css */
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
/* line 131, vendor/assets/stylesheets/owl.carousel/assets/owl.carousel.css */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

/* line 136, vendor/assets/stylesheets/owl.carousel/assets/owl.carousel.css */
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

/* line 150, vendor/assets/stylesheets/owl.carousel/assets/owl.carousel.css */
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

/* line 154, vendor/assets/stylesheets/owl.carousel/assets/owl.carousel.css */
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

/* line 158, vendor/assets/stylesheets/owl.carousel/assets/owl.carousel.css */
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

/* line 166, vendor/assets/stylesheets/owl.carousel/assets/owl.carousel.css */
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under	()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
/* line 9, vendor/assets/stylesheets/owl.carousel/assets/owl.theme.default.css */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

/* line 13, vendor/assets/stylesheets/owl.carousel/assets/owl.theme.default.css */
.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

/* line 22, vendor/assets/stylesheets/owl.carousel/assets/owl.theme.default.css */
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

/* line 26, vendor/assets/stylesheets/owl.carousel/assets/owl.theme.default.css */
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

/* line 30, vendor/assets/stylesheets/owl.carousel/assets/owl.theme.default.css */
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

/* line 33, vendor/assets/stylesheets/owl.carousel/assets/owl.theme.default.css */
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

/* line 36, vendor/assets/stylesheets/owl.carousel/assets/owl.theme.default.css */
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 40, vendor/assets/stylesheets/owl.carousel/assets/owl.theme.default.css */
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

/* line 49, vendor/assets/stylesheets/owl.carousel/assets/owl.theme.default.css */
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/* Magnific Popup CSS */
/* line 2, vendor/assets/stylesheets/magnific-popup/magnific-popup.css */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

/* line 13, vendor/assets/stylesheets/magnific-popup/magnific-popup.css */
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

/* line 23, vendor/assets/stylesheets/magnific-popup/magnific-popup.css */
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

/* line 33, vendor/assets/stylesheets/magnific-popup/magnific-popup.css */
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 39, vendor/assets/stylesheets/magnific-popup/magnific-popup.css */
.mfp-align-top .mfp-container:before {
  display: none;
}

/* line 42, vendor/assets/stylesheets/magnific-popup/magnific-popup.css */
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

/* line 50, vendor/assets/stylesheets/magnific-popup/magnific-popup.css */
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

/* line 55, vendor/assets/stylesheets/magnific-popup/magnific-popup.css */
.mfp-ajax-cur {
  cursor: progress;
}

/* line 58, vendor/assets/stylesheets/magnific-popup/magnific-popup.css */
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

/* line 63, vendor/assets/stylesheets/magnific-popup/magnific-popup.css */
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

/* line 69, vendor/assets/stylesheets/magnific-popup/magnific-popup.css */
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

/* line 72, vendor/assets/stylesheets/magnific-popup/magnific-popup.css */
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 80, vendor/assets/stylesheets/magnific-popup/magnific-popup.css */
.mfp-loading.mfp-figure {
  display: none;
}

/* line 83, vendor/assets/stylesheets/magnific-popup/magnific-popup.css */
.mfp-hide {
  display: none !important;
}

/* line 86, vendor/assets/stylesheets/magnific-popup/magnific-popup.css */
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

/* line 96, vendor/assets/stylesheets/magnific-popup/magnific-popup.css */
.mfp-preloader a {
  color: #CCC;
}

/* line 98, vendor/assets/stylesheets/magnific-popup/magnific-popup.css */
.mfp-preloader a:hover {
  color: #FFF;
}

/* line 101, vendor/assets/stylesheets/magnific-popup/magnific-popup.css */
.mfp-s-ready .mfp-preloader {
  display: none;
}

/* line 104, vendor/assets/stylesheets/magnific-popup/magnific-popup.css */
.mfp-s-error .mfp-content {
  display: none;
}

/* line 107, vendor/assets/stylesheets/magnific-popup/magnific-popup.css */
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

/* line 121, vendor/assets/stylesheets/magnific-popup/magnific-popup.css */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 125, vendor/assets/stylesheets/magnific-popup/magnific-popup.css */
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

/* line 140, vendor/assets/stylesheets/magnific-popup/magnific-popup.css */
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

/* line 143, vendor/assets/stylesheets/magnific-popup/magnific-popup.css */
.mfp-close:active {
  top: 1px;
}

/* line 146, vendor/assets/stylesheets/magnific-popup/magnific-popup.css */
.mfp-close-btn-in .mfp-close {
  color: #333;
}

/* line 149, vendor/assets/stylesheets/magnific-popup/magnific-popup.css */
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

/* line 157, vendor/assets/stylesheets/magnific-popup/magnific-popup.css */
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

/* line 166, vendor/assets/stylesheets/magnific-popup/magnific-popup.css */
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

/* line 176, vendor/assets/stylesheets/magnific-popup/magnific-popup.css */
.mfp-arrow:active {
  margin-top: -54px;
}

/* line 178, vendor/assets/stylesheets/magnific-popup/magnific-popup.css */
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

/* line 181, vendor/assets/stylesheets/magnific-popup/magnific-popup.css */
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

/* line 193, vendor/assets/stylesheets/magnific-popup/magnific-popup.css */
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

/* line 197, vendor/assets/stylesheets/magnific-popup/magnific-popup.css */
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

/* line 202, vendor/assets/stylesheets/magnific-popup/magnific-popup.css */
.mfp-arrow-left {
  left: 0;
}

/* line 204, vendor/assets/stylesheets/magnific-popup/magnific-popup.css */
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

/* line 207, vendor/assets/stylesheets/magnific-popup/magnific-popup.css */
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

/* line 211, vendor/assets/stylesheets/magnific-popup/magnific-popup.css */
.mfp-arrow-right {
  right: 0;
}

/* line 213, vendor/assets/stylesheets/magnific-popup/magnific-popup.css */
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

/* line 216, vendor/assets/stylesheets/magnific-popup/magnific-popup.css */
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

/* line 219, vendor/assets/stylesheets/magnific-popup/magnific-popup.css */
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* line 222, vendor/assets/stylesheets/magnific-popup/magnific-popup.css */
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

/* line 226, vendor/assets/stylesheets/magnific-popup/magnific-popup.css */
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

/* line 229, vendor/assets/stylesheets/magnific-popup/magnific-popup.css */
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

/* line 234, vendor/assets/stylesheets/magnific-popup/magnific-popup.css */
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

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

/* The shadow behind the image */
/* line 256, vendor/assets/stylesheets/magnific-popup/magnific-popup.css */
.mfp-figure {
  line-height: 0;
}

/* line 258, vendor/assets/stylesheets/magnific-popup/magnific-popup.css */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

/* line 271, vendor/assets/stylesheets/magnific-popup/magnific-popup.css */
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

/* line 276, vendor/assets/stylesheets/magnific-popup/magnific-popup.css */
.mfp-figure figure {
  margin: 0;
}

/* line 279, vendor/assets/stylesheets/magnific-popup/magnific-popup.css */
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

/* line 287, vendor/assets/stylesheets/magnific-popup/magnific-popup.css */
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

/* line 294, vendor/assets/stylesheets/magnific-popup/magnific-popup.css */
.mfp-image-holder .mfp-content {
  max-width: 100%;
}

/* line 297, vendor/assets/stylesheets/magnific-popup/magnific-popup.css */
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

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

@media all and (max-width: 900px) {
  /* line 340, vendor/assets/stylesheets/magnific-popup/magnific-popup.css */
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  /* line 343, vendor/assets/stylesheets/magnific-popup/magnific-popup.css */
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  /* line 346, vendor/assets/stylesheets/magnific-popup/magnific-popup.css */
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  /* line 349, vendor/assets/stylesheets/magnific-popup/magnific-popup.css */
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.47
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
/* line 6, vendor/assets/stylesheets/bootstrap4-datetimepicker/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget {
  list-style: none;
}

/* line 9, vendor/assets/stylesheets/bootstrap4-datetimepicker/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}

@media (min-width: 576px) {
  /* line 16, vendor/assets/stylesheets/bootstrap4-datetimepicker/bootstrap-datetimepicker.css */
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 768px) {
  /* line 21, vendor/assets/stylesheets/bootstrap4-datetimepicker/bootstrap-datetimepicker.css */
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 992px) {
  /* line 26, vendor/assets/stylesheets/bootstrap4-datetimepicker/bootstrap-datetimepicker.css */
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

/* line 30, vendor/assets/stylesheets/bootstrap4-datetimepicker/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}

/* line 36, vendor/assets/stylesheets/bootstrap4-datetimepicker/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}

/* line 44, vendor/assets/stylesheets/bootstrap4-datetimepicker/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}

/* line 51, vendor/assets/stylesheets/bootstrap4-datetimepicker/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}

/* line 59, vendor/assets/stylesheets/bootstrap4-datetimepicker/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}

/* line 66, vendor/assets/stylesheets/bootstrap4-datetimepicker/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}

/* line 70, vendor/assets/stylesheets/bootstrap4-datetimepicker/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}

/* line 74, vendor/assets/stylesheets/bootstrap4-datetimepicker/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}

/* line 77, vendor/assets/stylesheets/bootstrap4-datetimepicker/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}

/* line 80, vendor/assets/stylesheets/bootstrap4-datetimepicker/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}

/* line 83, vendor/assets/stylesheets/bootstrap4-datetimepicker/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}

/* line 91, vendor/assets/stylesheets/bootstrap4-datetimepicker/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}

/* line 94, vendor/assets/stylesheets/bootstrap4-datetimepicker/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}

/* line 105, vendor/assets/stylesheets/bootstrap4-datetimepicker/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}

/* line 116, vendor/assets/stylesheets/bootstrap4-datetimepicker/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}

/* line 127, vendor/assets/stylesheets/bootstrap4-datetimepicker/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}

/* line 138, vendor/assets/stylesheets/bootstrap4-datetimepicker/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}

/* line 149, vendor/assets/stylesheets/bootstrap4-datetimepicker/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}

/* line 160, vendor/assets/stylesheets/bootstrap4-datetimepicker/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}

/* line 171, vendor/assets/stylesheets/bootstrap4-datetimepicker/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}

/* line 182, vendor/assets/stylesheets/bootstrap4-datetimepicker/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}

/* line 193, vendor/assets/stylesheets/bootstrap4-datetimepicker/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}

/* line 196, vendor/assets/stylesheets/bootstrap4-datetimepicker/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}

/* line 207, vendor/assets/stylesheets/bootstrap4-datetimepicker/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}

/* line 214, vendor/assets/stylesheets/bootstrap4-datetimepicker/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .picker-switch td span,
.bootstrap-datetimepicker-widget .picker-switch td i {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}

/* line 220, vendor/assets/stylesheets/bootstrap4-datetimepicker/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}

/* line 224, vendor/assets/stylesheets/bootstrap4-datetimepicker/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 0.25rem;
  padding: 0.5em;
}

/* line 230, vendor/assets/stylesheets/bootstrap4-datetimepicker/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

/* line 235, vendor/assets/stylesheets/bootstrap4-datetimepicker/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}

/* line 238, vendor/assets/stylesheets/bootstrap4-datetimepicker/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #dee2e6;
  cursor: not-allowed;
}

/* line 244, vendor/assets/stylesheets/bootstrap4-datetimepicker/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}

/* line 255, vendor/assets/stylesheets/bootstrap4-datetimepicker/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}

/* line 266, vendor/assets/stylesheets/bootstrap4-datetimepicker/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}

/* line 269, vendor/assets/stylesheets/bootstrap4-datetimepicker/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #f8f9fa;
}

/* line 272, vendor/assets/stylesheets/bootstrap4-datetimepicker/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}

/* line 277, vendor/assets/stylesheets/bootstrap4-datetimepicker/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #dee2e6;
}

/* line 283, vendor/assets/stylesheets/bootstrap4-datetimepicker/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

/* line 288, vendor/assets/stylesheets/bootstrap4-datetimepicker/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #f8f9fa;
  cursor: pointer;
}

/* line 295, vendor/assets/stylesheets/bootstrap4-datetimepicker/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #dee2e6;
}

/* line 299, vendor/assets/stylesheets/bootstrap4-datetimepicker/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}

/* line 302, vendor/assets/stylesheets/bootstrap4-datetimepicker/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #dee2e6;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}

/* line 313, vendor/assets/stylesheets/bootstrap4-datetimepicker/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #dee2e6;
  color: #007bff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 319, vendor/assets/stylesheets/bootstrap4-datetimepicker/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}

/* line 322, vendor/assets/stylesheets/bootstrap4-datetimepicker/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #dee2e6;
  cursor: not-allowed;
}

/* line 328, vendor/assets/stylesheets/bootstrap4-datetimepicker/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td span,
.bootstrap-datetimepicker-widget table td i {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 0.25rem;
}

/* line 338, vendor/assets/stylesheets/bootstrap4-datetimepicker/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td span:hover,
.bootstrap-datetimepicker-widget table td i:hover {
  background: #f8f9fa;
}

/* line 342, vendor/assets/stylesheets/bootstrap4-datetimepicker/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td span.active,
.bootstrap-datetimepicker-widget table td i.active {
  background-color: #dee2e6;
  color: #007bff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 348, vendor/assets/stylesheets/bootstrap4-datetimepicker/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td span.old,
.bootstrap-datetimepicker-widget table td i.old {
  color: #dee2e6;
}

/* line 352, vendor/assets/stylesheets/bootstrap4-datetimepicker/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td i.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover,
.bootstrap-datetimepicker-widget table td i.disabled:hover {
  background: none;
  color: #dee2e6;
  cursor: not-allowed;
}

/* line 360, vendor/assets/stylesheets/bootstrap4-datetimepicker/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}

/* line 364, vendor/assets/stylesheets/bootstrap4-datetimepicker/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}

/* line 367, vendor/assets/stylesheets/bootstrap4-datetimepicker/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}

/* line 370, vendor/assets/stylesheets/bootstrap4-datetimepicker/bootstrap-datetimepicker.css */
.input-group.date .input-group-addon {
  cursor: pointer;
}

/* line 373, vendor/assets/stylesheets/bootstrap4-datetimepicker/bootstrap-datetimepicker.css */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/*!
 * animsition v4.0.2
 * A simple and easy jQuery plugin for CSS animated page transitions.
 * http://blivesta.github.io/animsition
 * License : MIT
 * Author : blivesta (http://blivesta.com/)
 */
/* line 8, vendor/assets/stylesheets/animsition/animsition.css */
.animsition,
.animsition-overlay {
  position: relative;
  opacity: 0;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/**
 * overlay option
 */
/* line 19, vendor/assets/stylesheets/animsition/animsition.css */
.animsition-overlay-slide {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #ddd;
}

/* loading option */
/* line 27, vendor/assets/stylesheets/animsition/animsition.css */
.animsition-loading,
.animsition-loading:after {
  width: 32px;
  height: 32px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  border-radius: 50%;
  z-index: 100;
}

/* line 40, vendor/assets/stylesheets/animsition/animsition.css */
.animsition-loading {
  background-color: transparent;
  border-top: 5px solid rgba(0, 0, 0, 0.2);
  border-right: 5px solid rgba(0, 0, 0, 0.2);
  border-bottom: 5px solid rgba(0, 0, 0, 0.2);
  border-left: 5px solid #eee;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-name: animsition-loading;
  animation-name: animsition-loading;
}

@-webkit-keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

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

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* line 99, vendor/assets/stylesheets/animsition/animsition.css */
.fade-in {
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
}

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

@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* line 125, vendor/assets/stylesheets/animsition/animsition.css */
.fade-out {
  -webkit-animation-name: fade-out;
  animation-name: fade-out;
}

@-webkit-keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

/* line 155, vendor/assets/stylesheets/animsition/animsition.css */
.fade-in-up {
  -webkit-animation-name: fade-in-up;
  animation-name: fade-in-up;
}

@-webkit-keyframes fade-out-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
  }
}

@keyframes fade-out-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
  }
}

/* line 189, vendor/assets/stylesheets/animsition/animsition.css */
.fade-out-up {
  -webkit-animation-name: fade-out-up;
  animation-name: fade-out-up;
}

@-webkit-keyframes fade-in-up-sm {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-up-sm {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

/* line 219, vendor/assets/stylesheets/animsition/animsition.css */
.fade-in-up-sm {
  -webkit-animation-name: fade-in-up-sm;
  animation-name: fade-in-up-sm;
}

@-webkit-keyframes fade-out-up-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
}

@keyframes fade-out-up-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
}

/* line 253, vendor/assets/stylesheets/animsition/animsition.css */
.fade-out-up-sm {
  -webkit-animation-name: fade-out-up-sm;
  animation-name: fade-out-up-sm;
}

@-webkit-keyframes fade-in-up-lg {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-up-lg {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

/* line 283, vendor/assets/stylesheets/animsition/animsition.css */
.fade-in-up-lg {
  -webkit-animation-name: fade-in-up-lg;
  animation-name: fade-in-up-lg;
}

@-webkit-keyframes fade-out-up-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
}

@keyframes fade-out-up-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
}

/* line 317, vendor/assets/stylesheets/animsition/animsition.css */
.fade-out-up-lg {
  -webkit-animation-name: fade-out-up-lg;
  animation-name: fade-out-up-lg;
}

@-webkit-keyframes fade-in-down {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-down {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

/* line 347, vendor/assets/stylesheets/animsition/animsition.css */
.fade-in-down {
  -webkit-animation-name: fade-in-down;
  animation-name: fade-in-down;
}

@-webkit-keyframes fade-out-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0;
  }
}

@keyframes fade-out-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0;
  }
}

/* line 381, vendor/assets/stylesheets/animsition/animsition.css */
.fade-out-down {
  -webkit-animation-name: fade-out-down;
  animation-name: fade-out-down;
}

@-webkit-keyframes fade-in-down-sm {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-down-sm {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

/* line 411, vendor/assets/stylesheets/animsition/animsition.css */
.fade-in-down-sm {
  -webkit-animation-name: fade-in-down-sm;
  animation-name: fade-in-down-sm;
}

@-webkit-keyframes fade-out-down-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
}

@keyframes fade-out-down-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
}

/* line 445, vendor/assets/stylesheets/animsition/animsition.css */
.fade-out-down-sm {
  -webkit-animation-name: fade-out-down-sm;
  animation-name: fade-out-down-sm;
}

@-webkit-keyframes fade-in-down-lg {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-down-lg {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

/* line 475, vendor/assets/stylesheets/animsition/animsition.css */
.fade-in-down-lg {
  -webkit-animation-name: fade-in-down;
  animation-name: fade-in-down;
}

@-webkit-keyframes fade-out-down-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
}

@keyframes fade-out-down-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
}

/* line 509, vendor/assets/stylesheets/animsition/animsition.css */
.fade-out-down-lg {
  -webkit-animation-name: fade-out-down-lg;
  animation-name: fade-out-down-lg;
}

@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

/* line 539, vendor/assets/stylesheets/animsition/animsition.css */
.fade-in-left {
  -webkit-animation-name: fade-in-left;
  animation-name: fade-in-left;
}

@-webkit-keyframes fade-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0;
  }
}

@keyframes fade-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0;
  }
}

/* line 573, vendor/assets/stylesheets/animsition/animsition.css */
.fade-out-left {
  -webkit-animation-name: fade-out-left;
  animation-name: fade-out-left;
}

@-webkit-keyframes fade-in-left-sm {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-left-sm {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

/* line 603, vendor/assets/stylesheets/animsition/animsition.css */
.fade-in-left-sm {
  -webkit-animation-name: fade-in-left-sm;
  animation-name: fade-in-left-sm;
}

@-webkit-keyframes fade-out-left-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
}

@keyframes fade-out-left-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
}

/* line 637, vendor/assets/stylesheets/animsition/animsition.css */
.fade-out-left-sm {
  -webkit-animation-name: fade-out-left-sm;
  animation-name: fade-out-left-sm;
}

@-webkit-keyframes fade-in-left-lg {
  0% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-left-lg {
  0% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

/* line 667, vendor/assets/stylesheets/animsition/animsition.css */
.fade-in-left-lg {
  -webkit-animation-name: fade-in-left-lg;
  animation-name: fade-in-left-lg;
}

@-webkit-keyframes fade-out-left-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0;
  }
}

@keyframes fade-out-left-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0;
  }
}

/* line 701, vendor/assets/stylesheets/animsition/animsition.css */
.fade-out-left-lg {
  -webkit-animation-name: fade-out-left-lg;
  animation-name: fade-out-left-lg;
}

@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

/* line 731, vendor/assets/stylesheets/animsition/animsition.css */
.fade-in-right {
  -webkit-animation-name: fade-in-right;
  animation-name: fade-in-right;
}

@-webkit-keyframes fade-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
  }
}

@keyframes fade-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
  }
}

/* line 765, vendor/assets/stylesheets/animsition/animsition.css */
.fade-out-right {
  -webkit-animation-name: fade-out-right;
  animation-name: fade-out-right;
}

@-webkit-keyframes fade-in-right-sm {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-right-sm {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

/* line 795, vendor/assets/stylesheets/animsition/animsition.css */
.fade-in-right-sm {
  -webkit-animation-name: fade-in-right-sm;
  animation-name: fade-in-right-sm;
}

@-webkit-keyframes fade-out-right-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
}

@keyframes fade-out-right-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
}

/* line 829, vendor/assets/stylesheets/animsition/animsition.css */
.fade-out-right-sm {
  -webkit-animation-name: fade-out-right-sm;
  animation-name: fade-out-right-sm;
}

@-webkit-keyframes fade-in-right-lg {
  0% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-right-lg {
  0% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

/* line 859, vendor/assets/stylesheets/animsition/animsition.css */
.fade-in-right-lg {
  -webkit-animation-name: fade-in-right-lg;
  animation-name: fade-in-right-lg;
}

@-webkit-keyframes fade-out-right-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0;
  }
}

@keyframes fade-out-right-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0;
  }
}

/* line 893, vendor/assets/stylesheets/animsition/animsition.css */
.fade-out-right-lg {
  -webkit-animation-name: fade-out-right-lg;
  animation-name: fade-out-right-lg;
}

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

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

/* line 933, vendor/assets/stylesheets/animsition/animsition.css */
.rotate-in {
  -webkit-animation-name: rotate-in;
  animation-name: rotate-in;
}

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

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

/* line 975, vendor/assets/stylesheets/animsition/animsition.css */
.rotate-out {
  -webkit-animation-name: rotate-out;
  animation-name: rotate-out;
}

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

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

/* line 1013, vendor/assets/stylesheets/animsition/animsition.css */
.rotate-in-sm {
  -webkit-animation-name: rotate-in-sm;
  animation-name: rotate-in-sm;
}

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

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

/* line 1055, vendor/assets/stylesheets/animsition/animsition.css */
.rotate-out-sm {
  -webkit-animation-name: rotate-out-sm;
  animation-name: rotate-out-sm;
}

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

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

/* line 1093, vendor/assets/stylesheets/animsition/animsition.css */
.rotate-in-lg {
  -webkit-animation-name: rotate-in-lg;
  animation-name: rotate-in-lg;
}

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

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

/* line 1135, vendor/assets/stylesheets/animsition/animsition.css */
.rotate-out-lg {
  -webkit-animation-name: rotate-out-lg;
  animation-name: rotate-out-lg;
}

@-webkit-keyframes flip-in-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flip-in-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
}

/* line 1167, vendor/assets/stylesheets/animsition/animsition.css */
.flip-in-x {
  -webkit-animation-name: flip-in-x;
  animation-name: flip-in-x;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flip-out-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
}

/* line 1203, vendor/assets/stylesheets/animsition/animsition.css */
.flip-out-x {
  -webkit-animation-name: flip-out-x;
  animation-name: flip-out-x;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-in-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flip-in-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
}

/* line 1235, vendor/assets/stylesheets/animsition/animsition.css */
.flip-in-x-nr {
  -webkit-animation-name: flip-in-x-nr;
  animation-name: flip-in-x-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flip-out-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
}

/* line 1271, vendor/assets/stylesheets/animsition/animsition.css */
.flip-out-x-nr {
  -webkit-animation-name: flip-out-x-nr;
  animation-name: flip-out-x-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-in-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flip-in-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
}

/* line 1303, vendor/assets/stylesheets/animsition/animsition.css */
.flip-in-x-fr {
  -webkit-animation-name: flip-in-x-fr;
  animation-name: flip-in-x-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flip-out-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
}

/* line 1339, vendor/assets/stylesheets/animsition/animsition.css */
.flip-out-x-fr {
  -webkit-animation-name: flip-out-x-fr;
  animation-name: flip-out-x-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-in-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flip-in-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
}

/* line 1371, vendor/assets/stylesheets/animsition/animsition.css */
.flip-in-y {
  -webkit-animation-name: flip-in-y;
  animation-name: flip-in-y;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flip-out-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
}

/* line 1407, vendor/assets/stylesheets/animsition/animsition.css */
.flip-out-y {
  -webkit-animation-name: flip-out-y;
  animation-name: flip-out-y;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-in-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flip-in-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
}

/* line 1439, vendor/assets/stylesheets/animsition/animsition.css */
.flip-in-y-nr {
  -webkit-animation-name: flip-in-y-nr;
  animation-name: flip-in-y-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flip-out-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
}

/* line 1475, vendor/assets/stylesheets/animsition/animsition.css */
.flip-out-y-nr {
  -webkit-animation-name: flip-out-y-nr;
  animation-name: flip-out-y-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-in-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flip-in-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
}

/* line 1507, vendor/assets/stylesheets/animsition/animsition.css */
.flip-in-y-fr {
  -webkit-animation-name: flip-in-y-fr;
  animation-name: flip-in-y-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flip-out-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
}

/* line 1543, vendor/assets/stylesheets/animsition/animsition.css */
.flip-out-y-fr {
  -webkit-animation-name: flip-out-y-fr;
  animation-name: flip-out-y-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* line 1573, vendor/assets/stylesheets/animsition/animsition.css */
.zoom-in {
  -webkit-animation-name: zoom-in;
  animation-name: zoom-in;
}

@-webkit-keyframes zoom-out {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes zoom-out {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/* line 1613, vendor/assets/stylesheets/animsition/animsition.css */
.zoom-out {
  -webkit-animation-name: zoom-out;
  animation-name: zoom-out;
}

@-webkit-keyframes zoom-in-sm {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes zoom-in-sm {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* line 1639, vendor/assets/stylesheets/animsition/animsition.css */
.zoom-in-sm {
  -webkit-animation-name: zoom-in-sm;
  animation-name: zoom-in-sm;
}

@-webkit-keyframes zoom-out-sm {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes zoom-out-sm {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/* line 1679, vendor/assets/stylesheets/animsition/animsition.css */
.zoom-out-sm {
  -webkit-animation-name: zoom-out-sm;
  animation-name: zoom-out-sm;
}

@-webkit-keyframes zoom-in-lg {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes zoom-in-lg {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* line 1705, vendor/assets/stylesheets/animsition/animsition.css */
.zoom-in-lg {
  -webkit-animation-name: zoom-in-lg;
  animation-name: zoom-in-lg;
}

@-webkit-keyframes zoom-out-lg {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes zoom-out-lg {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/* line 1745, vendor/assets/stylesheets/animsition/animsition.css */
.zoom-out-lg {
  -webkit-animation-name: zoom-out-lg;
  animation-name: zoom-out-lg;
}

@-webkit-keyframes overlay-slide-in-top {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}

@keyframes overlay-slide-in-top {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}

/* line 1769, vendor/assets/stylesheets/animsition/animsition.css */
.overlay-slide-in-top {
  top: 0;
  height: 0;
  -webkit-animation-name: overlay-slide-in-top;
  animation-name: overlay-slide-in-top;
}

@-webkit-keyframes overlay-slide-out-top {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}

@keyframes overlay-slide-out-top {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}

/* line 1797, vendor/assets/stylesheets/animsition/animsition.css */
.overlay-slide-out-top {
  top: 0;
  height: 100%;
  -webkit-animation-name: overlay-slide-out-top;
  animation-name: overlay-slide-out-top;
}

@-webkit-keyframes overlay-slide-in-bottom {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}

@keyframes overlay-slide-in-bottom {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}

/* line 1821, vendor/assets/stylesheets/animsition/animsition.css */
.overlay-slide-in-bottom {
  bottom: 0;
  height: 0;
  -webkit-animation-name: overlay-slide-in-bottom;
  animation-name: overlay-slide-in-bottom;
}

@-webkit-keyframes overlay-slide-out-bottom {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}

@keyframes overlay-slide-out-bottom {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}

/* line 1849, vendor/assets/stylesheets/animsition/animsition.css */
.overlay-slide-out-bottom {
  bottom: 0;
  height: 100%;
  -webkit-animation-name: overlay-slide-out-bottom;
  animation-name: overlay-slide-out-bottom;
}

@-webkit-keyframes overlay-slide-in-left {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}

@keyframes overlay-slide-in-left {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}

/* line 1873, vendor/assets/stylesheets/animsition/animsition.css */
.overlay-slide-in-left {
  width: 0;
  -webkit-animation-name: overlay-slide-in-left;
  animation-name: overlay-slide-in-left;
}

@-webkit-keyframes overlay-slide-out-left {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes overlay-slide-out-left {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

/* line 1900, vendor/assets/stylesheets/animsition/animsition.css */
.overlay-slide-out-left {
  left: 0;
  width: 100%;
  -webkit-animation-name: overlay-slide-out-left;
  animation-name: overlay-slide-out-left;
}

@-webkit-keyframes overlay-slide-in-right {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}

@keyframes overlay-slide-in-right {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}

/* line 1924, vendor/assets/stylesheets/animsition/animsition.css */
.overlay-slide-in-right {
  right: 0;
  width: 0;
  -webkit-animation-name: overlay-slide-in-right;
  animation-name: overlay-slide-in-right;
}

@-webkit-keyframes overlay-slide-out-right {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes overlay-slide-out-right {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

/* line 1952, vendor/assets/stylesheets/animsition/animsition.css */
.overlay-slide-out-right {
  right: 0;
  width: 100%;
  -webkit-animation-name: overlay-slide-out-right;
  animation-name: overlay-slide-out-right;
}

/*
Name: 			theme-blog.css
Written by: 	Okler Themes - (http://www.okler.net)
Theme Version:	6.0.0
*/
/* Posts */
/* line 7, vendor/assets/stylesheets/porto/theme-blog.css */
.blog-posts article {
  border-bottom: 1px solid #DDD;
  margin-bottom: 50px;
  padding-bottom: 10px;
}

/* line 13, vendor/assets/stylesheets/porto/theme-blog.css */
.blog-posts .pagination {
  margin: -10px 0 20px;
}

/* Post */
/* line 18, vendor/assets/stylesheets/porto/theme-blog.css */
article.post h2 a {
  text-decoration: none;
}

/* line 22, vendor/assets/stylesheets/porto/theme-blog.css */
article.post .post-meta {
  font-size: 0.9em;
  margin-bottom: 7px;
}

/* line 27, vendor/assets/stylesheets/porto/theme-blog.css */
article.post .post-meta > span {
  display: inline-block;
  padding-right: 8px;
}

/* line 32, vendor/assets/stylesheets/porto/theme-blog.css */
article.post .post-meta i {
  margin-right: 3px;
}

/* line 36, vendor/assets/stylesheets/porto/theme-blog.css */
article.post .post-date {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  float: left;
  margin-right: 10px;
  text-align: center;
}

/* line 43, vendor/assets/stylesheets/porto/theme-blog.css */
article.post .post-date .month {
  background: #CCC;
  border-radius: 0 0 2px 2px;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07) inset;
  color: #FFF;
  font-size: 0.9em;
  padding: 0 10px 2px;
}

/* line 52, vendor/assets/stylesheets/porto/theme-blog.css */
article.post .post-date .day {
  background: #F4F4F4;
  border-radius: 2px 2px 0 0;
  color: #CCC;
  display: block;
  font-size: 16px;
  font-weight: 500;
  font-weight: bold;
  padding: 10px;
}

/* line 63, vendor/assets/stylesheets/porto/theme-blog.css */
article.post .post-image .owl-carousel {
  width: 100.1%;
}

/* line 67, vendor/assets/stylesheets/porto/theme-blog.css */
article .post-video {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 0;
  background-color: #FFF;
  border: 1px solid #DDD;
  border-radius: 8px;
  display: block;
  height: auto;
  position: relative;
  margin: 0 0 30px 0;
  padding-bottom: 61%;
}

/* line 82, vendor/assets/stylesheets/porto/theme-blog.css */
article .post-video iframe {
  bottom: 0;
  height: auto;
  left: 0;
  margin: 0;
  min-height: 100%;
  min-width: 100%;
  padding: 4px;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

/* line 96, vendor/assets/stylesheets/porto/theme-blog.css */
article .post-audio {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 0;
  background-color: #FFF;
  border: 1px solid #DDD;
  border-radius: 8px;
  display: block;
  height: auto;
  position: relative;
  margin: 0 0 30px 0;
  padding-bottom: 35%;
  min-height: 160px;
}

/* line 112, vendor/assets/stylesheets/porto/theme-blog.css */
article .post-audio iframe {
  bottom: 0;
  height: auto;
  left: 0;
  margin: 0;
  min-height: 100%;
  min-width: 100%;
  padding: 4px;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

/* line 126, vendor/assets/stylesheets/porto/theme-blog.css */
article.post-medium .post-image .owl-carousel {
  width: 100.2%;
}

/* line 130, vendor/assets/stylesheets/porto/theme-blog.css */
article.post-large {
  margin-left: 60px;
}

/* line 134, vendor/assets/stylesheets/porto/theme-blog.css */
article.post-large h2 {
  margin-bottom: 5px;
}

/* line 138, vendor/assets/stylesheets/porto/theme-blog.css */
article.post-large .post-image, article.post-large .post-date {
  margin-left: -60px;
}

/* line 142, vendor/assets/stylesheets/porto/theme-blog.css */
article.post-large .post-image {
  margin-bottom: 15px;
}

/* line 146, vendor/assets/stylesheets/porto/theme-blog.css */
article.post-large .post-image.single {
  margin-bottom: 30px;
}

/* line 150, vendor/assets/stylesheets/porto/theme-blog.css */
article.post-large .post-video {
  margin-left: -60px;
}

/* line 154, vendor/assets/stylesheets/porto/theme-blog.css */
article.post-large .post-audio {
  margin-left: -60px;
}

/* Single Post */
/* line 159, vendor/assets/stylesheets/porto/theme-blog.css */
.single-post article {
  border-bottom: 0;
  margin-bottom: 0;
}

/* line 164, vendor/assets/stylesheets/porto/theme-blog.css */
article.blog-single-post .post-meta {
  margin-bottom: 20px;
}

/* Post Block */
/* line 169, vendor/assets/stylesheets/porto/theme-blog.css */
.post-block {
  border-top: 1px solid #DDD;
  margin: 15px 0 0 0;
  padding: 20px 0 15px 0;
}

/* line 175, vendor/assets/stylesheets/porto/theme-blog.css */
.post-block h3 {
  font-size: 1.8em;
  font-weight: 200;
  margin: 0 0 20px;
  text-transform: none;
}

/* line 182, vendor/assets/stylesheets/porto/theme-blog.css */
.post-block h3 i {
  margin-right: 7px;
}

/* Post Author */
/* line 187, vendor/assets/stylesheets/porto/theme-blog.css */
.post-author {
  margin: 15px 0 0 0;
}

/* line 191, vendor/assets/stylesheets/porto/theme-blog.css */
.post-author img {
  max-height: 80px;
  max-width: 80px;
}

/* line 196, vendor/assets/stylesheets/porto/theme-blog.css */
.post-author p {
  font-size: 0.9em;
  line-height: 22px;
  margin: 0;
  padding: 0;
}

/* line 203, vendor/assets/stylesheets/porto/theme-blog.css */
.post-author p .name {
  font-size: 1.1em;
}

/* line 207, vendor/assets/stylesheets/porto/theme-blog.css */
.post-author .img-thumbnail {
  display: inline-block;
  float: left;
  margin-right: 20px;
}

/* Post Share */
/* line 214, vendor/assets/stylesheets/porto/theme-blog.css */
.post-share {
  margin: 55px 0 0 0;
  padding-bottom: 0;
}

/* Post Comments */
/* line 220, vendor/assets/stylesheets/porto/theme-blog.css */
.post-comments {
  margin-top: 45px;
}

/* line 224, vendor/assets/stylesheets/porto/theme-blog.css */
ul.comments {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 230, vendor/assets/stylesheets/porto/theme-blog.css */
ul.comments li {
  clear: both;
  padding: 10px 0 0 115px;
}

/* line 235, vendor/assets/stylesheets/porto/theme-blog.css */
ul.comments li img.avatar {
  height: 80px;
  width: 80px;
}

/* line 240, vendor/assets/stylesheets/porto/theme-blog.css */
ul.comments li ul.reply {
  margin: 0;
}

/* line 244, vendor/assets/stylesheets/porto/theme-blog.css */
ul.comments li a {
  text-decoration: none;
}

/* line 248, vendor/assets/stylesheets/porto/theme-blog.css */
ul.comments li .img-thumbnail {
  margin-left: -115px;
  position: absolute;
}

/* line 253, vendor/assets/stylesheets/porto/theme-blog.css */
ul.comments li .comment {
  margin-bottom: 10px;
}

/* line 257, vendor/assets/stylesheets/porto/theme-blog.css */
ul.comments .comment-arrow {
  border-bottom: 15px solid transparent;
  border-right: 15px solid #F4F4F4;
  border-top: 15px solid transparent;
  height: 0;
  left: -15px;
  position: absolute;
  top: 28px;
  width: 0;
}

/* line 268, vendor/assets/stylesheets/porto/theme-blog.css */
ul.comments .comment-block {
  background: #F4F4F4;
  border-radius: 5px;
  padding: 20px 20px 30px;
  position: relative;
}

/* line 275, vendor/assets/stylesheets/porto/theme-blog.css */
ul.comments .comment-block p {
  font-size: 0.9em;
  line-height: 21px;
  margin: 0;
  padding: 0;
}

/* line 282, vendor/assets/stylesheets/porto/theme-blog.css */
ul.comments .comment-block .comment-by {
  display: block;
  font-size: 1em;
  line-height: 21px;
  margin: 0;
  padding: 0 0 5px 0;
}

/* line 290, vendor/assets/stylesheets/porto/theme-blog.css */
ul.comments .comment-block .date {
  color: #999;
  font-size: 0.9em;
}

/* Leave a Comment */
/* line 296, vendor/assets/stylesheets/porto/theme-blog.css */
.post-leave-comment {
  margin-top: 25px;
  padding-top: 45px;
}

/* line 301, vendor/assets/stylesheets/porto/theme-blog.css */
.post-leave-comment h3 {
  margin: 0 0 40px;
}

/* Recent Posts */
/* line 306, vendor/assets/stylesheets/porto/theme-blog.css */
.recent-posts h4 {
  margin-bottom: 7px;
}

/* line 310, vendor/assets/stylesheets/porto/theme-blog.css */
.recent-posts article.recent-post h4 {
  margin: 0 0 3px 0;
}

/* line 314, vendor/assets/stylesheets/porto/theme-blog.css */
.recent-posts article.recent-post h4 a {
  display: block;
}

/* line 318, vendor/assets/stylesheets/porto/theme-blog.css */
.recent-posts .date {
  float: left;
  margin-right: 10px;
  margin-top: 8px;
  text-align: center;
}

/* line 325, vendor/assets/stylesheets/porto/theme-blog.css */
.recent-posts .date .month {
  background: #CCC;
  border-radius: 0 0 2px 2px;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07) inset;
  color: #FFF;
  font-size: 0.9em;
  padding: 0 10px 2px;
}

/* line 334, vendor/assets/stylesheets/porto/theme-blog.css */
.recent-posts .date .day {
  background: #F7F7F7;
  color: #CCC;
  display: block;
  font-size: 18px;
  font-weight: 500;
  font-weight: bold;
  padding: 8px;
}

/* line 344, vendor/assets/stylesheets/porto/theme-blog.css */
section.section .recent-posts .date .day {
  background: #FFF;
}

/* Simple Post List */
/* line 349, vendor/assets/stylesheets/porto/theme-blog.css */
ul.simple-post-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 355, vendor/assets/stylesheets/porto/theme-blog.css */
ul.simple-post-list li {
  border-bottom: 1px dotted #E2E2E2;
  padding: 15px 0;
}

/* line 360, vendor/assets/stylesheets/porto/theme-blog.css */
ul.simple-post-list li::after {
  clear: both;
  content: "";
  display: table;
}

/* line 366, vendor/assets/stylesheets/porto/theme-blog.css */
ul.simple-post-list li:last-child {
  border-bottom: 0;
}

/* line 370, vendor/assets/stylesheets/porto/theme-blog.css */
ul.simple-post-list .post-image {
  float: left;
  margin-right: 12px;
}

/* line 375, vendor/assets/stylesheets/porto/theme-blog.css */
ul.simple-post-list .post-meta {
  color: #888;
  font-size: 0.8em;
}

/* line 380, vendor/assets/stylesheets/porto/theme-blog.css */
ul.simple-post-list .post-info {
  line-height: 20px;
}

/* Responsive */
@media (max-width: 575px) {
  /* line 386, vendor/assets/stylesheets/porto/theme-blog.css */
  ul.comments li {
    border-left: 8px solid #DDDDDD;
    clear: both;
    padding: 0 0 0 10px;
  }
  /* line 392, vendor/assets/stylesheets/porto/theme-blog.css */
  ul.comments li .img-thumbnail {
    display: none;
  }
  /* line 396, vendor/assets/stylesheets/porto/theme-blog.css */
  ul.comments .comment-arrow {
    display: none;
  }
}

/*
Name: 			theme-elements.css
Written by: 	Okler Themes - (http://www.okler.net)
Theme Version:	6.0.0
*/
/* Headings */
/* line 8, vendor/assets/stylesheets/porto/theme-elements.css */
h1, h2, h3, h4, h5, h6 {
  color: #1d2127;
  font-weight: 200;
  letter-spacing: -1px;
  margin: 0;
}

/* line 15, vendor/assets/stylesheets/porto/theme-elements.css */
h1 {
  font-size: 2.6em;
  line-height: 44px;
  /* margin: 0 0 32px 0; */
}

/* line 21, vendor/assets/stylesheets/porto/theme-elements.css */
h2 {
  font-size: 2.2em;
  font-weight: 300;
  line-height: 42px;
  margin: 0 0 32px 0;
}

/* line 28, vendor/assets/stylesheets/porto/theme-elements.css */
h3 {
  font-size: 1.8em;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 24px;
  margin-bottom: 33px;
  text-transform: uppercase;
}

/* line 37, vendor/assets/stylesheets/porto/theme-elements.css */
h4 {
  font-size: 1.4em;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 27px;
  margin: 0 0 14px 0;
}

/* line 45, vendor/assets/stylesheets/porto/theme-elements.css */
h5 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 18px;
  margin: 0 0 14px 0;
  text-transform: uppercase;
}

/* line 54, vendor/assets/stylesheets/porto/theme-elements.css */
h6 {
  color: #333;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 18px;
  margin: 0 0 14px 0;
}

/* line 63, vendor/assets/stylesheets/porto/theme-elements.css */
h1.big {
  font-size: 4.2em;
  line-height: 54px;
}

/* line 68, vendor/assets/stylesheets/porto/theme-elements.css */
h1.small {
  font-size: 2.2em;
  line-height: 42px;
  font-weight: 600;
}

/* line 74, vendor/assets/stylesheets/porto/theme-elements.css */
h1.short {
  margin-bottom: 15px;
}

/* line 78, vendor/assets/stylesheets/porto/theme-elements.css */
h2.short {
  margin-bottom: 15px;
}

/* line 82, vendor/assets/stylesheets/porto/theme-elements.css */
h3.short,
h4.short,
h5.short,
h6.short {
  margin-bottom: 9px;
}

/* line 89, vendor/assets/stylesheets/porto/theme-elements.css */
h1.shorter,
h2.shorter,
h3.shorter,
h4.shorter,
h5.shorter,
h6.shorter {
  margin-bottom: 0;
}

/* line 98, vendor/assets/stylesheets/porto/theme-elements.css */
h1.tall,
h2.tall,
h3.tall,
h4.tall,
h5.tall,
h6.tall {
  margin-bottom: 33px;
}

/* line 107, vendor/assets/stylesheets/porto/theme-elements.css */
h1.taller,
h2.taller,
h3.taller,
h4.taller,
h5.taller,
h6.taller {
  margin-bottom: 44px;
}

/* line 116, vendor/assets/stylesheets/porto/theme-elements.css */
h1.spaced,
h2.spaced,
h3.spaced,
h4.spaced,
h5.spaced,
h6.spaced {
  margin-top: 22px;
}

/* line 125, vendor/assets/stylesheets/porto/theme-elements.css */
h1.more-spaced,
h2.more-spaced,
h3.more-spaced,
h4.more-spaced,
h5.more-spaced,
h6.more-spaced {
  margin-top: 44px;
}

/* line 134, vendor/assets/stylesheets/porto/theme-elements.css */
h1.dark,
h2.dark,
h3.dark,
h4.dark,
h5.dark {
  color: #1d2127;
}

/* line 142, vendor/assets/stylesheets/porto/theme-elements.css */
h1.light,
h2.light,
h3.light,
h4.light,
h5.light,
h6.light {
  color: #FFF;
}

/* line 151, vendor/assets/stylesheets/porto/theme-elements.css */
h1.text-shadow,
h2.text-shadow,
h3.text-shadow,
h4.text-shadow,
h5.text-shadow,
h6.text-shadow {
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

/* Heading */
/* line 161, vendor/assets/stylesheets/porto/theme-elements.css */
.heading.heading-border {
  margin-bottom: 25px;
}

/* line 165, vendor/assets/stylesheets/porto/theme-elements.css */
.heading.heading-border h1, .heading.heading-border h2, .heading.heading-border h3, .heading.heading-border h4, .heading.heading-border h5, .heading.heading-border h6 {
  margin: 0;
  padding: 0;
}

/* line 170, vendor/assets/stylesheets/porto/theme-elements.css */
.heading.heading-bottom-border h1 {
  border-bottom: 5px solid #DBDBDB;
  padding-bottom: 10px;
}

/* line 175, vendor/assets/stylesheets/porto/theme-elements.css */
.heading.heading-bottom-border h2, .heading.heading-bottom-border h3 {
  border-bottom: 2px solid #DBDBDB;
  padding-bottom: 10px;
}

/* line 180, vendor/assets/stylesheets/porto/theme-elements.css */
.heading.heading-bottom-border h4, .heading.heading-bottom-border h5, .heading.heading-bottom-border h6 {
  border-bottom: 1px solid #DBDBDB;
  padding-bottom: 5px;
}

/* line 185, vendor/assets/stylesheets/porto/theme-elements.css */
.heading.heading-bottom-double-border h1, .heading.heading-bottom-double-border h2, .heading.heading-bottom-double-border h3 {
  border-bottom: 3px double #DBDBDB;
  padding-bottom: 10px;
}

/* line 190, vendor/assets/stylesheets/porto/theme-elements.css */
.heading.heading-bottom-double-border h4, .heading.heading-bottom-double-border h5, .heading.heading-bottom-double-border h6 {
  border-bottom: 3px double #DBDBDB;
  padding-bottom: 5px;
}

/* line 195, vendor/assets/stylesheets/porto/theme-elements.css */
.heading.heading-middle-border {
  position: relative;
}

/* line 199, vendor/assets/stylesheets/porto/theme-elements.css */
.heading.heading-middle-border:before {
  border-top: 1px solid #DBDBDB;
  content: "";
  height: 0;
  left: auto;
  position: absolute;
  right: 0;
  top: 50%;
  width: 100%;
}

/* line 210, vendor/assets/stylesheets/porto/theme-elements.css */
.heading.heading-middle-border h1, .heading.heading-middle-border h2, .heading.heading-middle-border h3, .heading.heading-middle-border h4, .heading.heading-middle-border h5, .heading.heading-middle-border h6 {
  position: relative;
  background: #FFF;
  display: inline-block;
}

/* line 216, vendor/assets/stylesheets/porto/theme-elements.css */
.heading.heading-middle-border h1 {
  padding-right: 15px;
}

/* line 220, vendor/assets/stylesheets/porto/theme-elements.css */
.heading.heading-middle-border h2, .heading.heading-middle-border h3 {
  padding-right: 10px;
}

/* line 224, vendor/assets/stylesheets/porto/theme-elements.css */
.heading.heading-middle-border h4, .heading.heading-middle-border h5, .heading.heading-middle-border h6 {
  padding-right: 5px;
}

/* line 228, vendor/assets/stylesheets/porto/theme-elements.css */
.heading.heading-middle-border-reverse {
  text-align: right;
}

/* line 232, vendor/assets/stylesheets/porto/theme-elements.css */
.heading.heading-middle-border-reverse h1, .heading.heading-middle-border-reverse h2, .heading.heading-middle-border-reverse h3, .heading.heading-middle-border-reverse h4, .heading.heading-middle-border-reverse h5, .heading.heading-middle-border-reverse h6 {
  padding-right: 0;
}

/* line 236, vendor/assets/stylesheets/porto/theme-elements.css */
.heading.heading-middle-border-reverse h1 {
  padding-left: 15px;
}

/* line 240, vendor/assets/stylesheets/porto/theme-elements.css */
.heading.heading-middle-border-reverse h2, .heading.heading-middle-border-reverse h3 {
  padding-left: 10px;
}

/* line 244, vendor/assets/stylesheets/porto/theme-elements.css */
.heading.heading-middle-border-reverse h4, .heading.heading-middle-border-reverse h5, .heading.heading-middle-border-reverse h6 {
  padding-left: 5px;
}

/* line 248, vendor/assets/stylesheets/porto/theme-elements.css */
.heading.heading-middle-border-center {
  text-align: center;
}

/* line 252, vendor/assets/stylesheets/porto/theme-elements.css */
.heading.heading-middle-border-center h1 {
  padding-left: 15px;
  padding-right: 15px;
}

/* line 257, vendor/assets/stylesheets/porto/theme-elements.css */
.heading.heading-middle-border-center h2, .heading.heading-middle-border-center h3 {
  padding-left: 10px;
  padding-right: 10px;
}

/* line 262, vendor/assets/stylesheets/porto/theme-elements.css */
.heading.heading-middle-border-center h4, .heading.heading-middle-border-center h5, .heading.heading-middle-border-center h6 {
  padding-left: 5px;
  padding-right: 5px;
}

/* line 267, vendor/assets/stylesheets/porto/theme-elements.css */
.heading.heading-border-xs:before {
  border-top-width: 1px;
}

/* line 271, vendor/assets/stylesheets/porto/theme-elements.css */
.heading.heading-border-sm:before {
  border-top-width: 2px;
}

/* line 275, vendor/assets/stylesheets/porto/theme-elements.css */
.heading.heading-border-lg:before {
  border-top-width: 3px;
}

/* line 279, vendor/assets/stylesheets/porto/theme-elements.css */
.heading.heading-border-xl:before {
  border-top-width: 5px;
}

/* Modal Titles */
/* line 284, vendor/assets/stylesheets/porto/theme-elements.css */
.modal-header h3 {
  color: #333;
  text-transform: none;
}

/* Responsive */
@media (max-width: 575px) {
  /* line 291, vendor/assets/stylesheets/porto/theme-elements.css */
  h2 {
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  /* line 297, vendor/assets/stylesheets/porto/theme-elements.css */
  h1.big {
    font-size: 3.2em;
    line-height: 42px;
  }
}

/* Blockquotes */
/* line 303, vendor/assets/stylesheets/porto/theme-elements.css */
blockquote {
  border-left: 5px solid #eee;
  margin: 0 0 1rem 0;
  padding: 0.5rem 1rem;
  font-size: 1em;
}

/* line 310, vendor/assets/stylesheets/porto/theme-elements.css */
blockquote.with-borders {
  border-radius: 6px;
  border-top: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
  border-left: 1px solid #ECECEC;
  border-right: 1px solid #ECECEC;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
  padding: 1.3rem;
}

/* Small */
/* line 321, vendor/assets/stylesheets/porto/theme-elements.css */
small, .small {
  font-size: 70%;
}

/* Paragraphs */
/* line 326, vendor/assets/stylesheets/porto/theme-elements.css */
p {
  color: #777;
  /* line-height: 24px;
	margin: 0 0 20px; */
}

/* line 332, vendor/assets/stylesheets/porto/theme-elements.css */
p.featured {
  font-size: 1.6em;
  line-height: 1.5em;
}

/* line 337, vendor/assets/stylesheets/porto/theme-elements.css */
p.lead {
  line-height: 1.8rem;
}

/* line 341, vendor/assets/stylesheets/porto/theme-elements.css */
p .alternative-font {
  display: inline-block;
  margin-top: -15px;
  position: relative;
  top: 3px;
  margin-bottom: -6px;
}

/* Links */
/* line 350, vendor/assets/stylesheets/porto/theme-elements.css */
a, a:hover, a:focus {
  color: #CCC;
}

/* Drop Caps */
/* line 355, vendor/assets/stylesheets/porto/theme-elements.css */
p.drop-caps:first-letter {
  float: left;
  font-size: 75px;
  line-height: 60px;
  padding: 4px;
  margin-right: 5px;
  margin-top: 5px;
  font-family: Georgia;
}

/* line 365, vendor/assets/stylesheets/porto/theme-elements.css */
p.drop-caps.drop-caps-style-2:first-letter {
  background-color: #CCC;
  color: #FFF;
  padding: 6px;
  margin-right: 5px;
  border-radius: 4px;
}

/* Default Font Style */
/* line 374, vendor/assets/stylesheets/porto/theme-elements.css */
.default-font {
  font-family: "Open Sans", Arial, sans-serif;
}

/* Alternative Font Style */
/* line 379, vendor/assets/stylesheets/porto/theme-elements.css */
.alternative-font {
  color: #CCC;
  font-family: "Shadows Into Light", cursive;
  font-size: 1.6em;
}

/* Animations */
/* line 386, vendor/assets/stylesheets/porto/theme-elements.css */
.appear-animation {
  opacity: 0;
}

/* line 390, vendor/assets/stylesheets/porto/theme-elements.css */
.appear-animation-visible {
  opacity: 1;
}

/* Nav */
/* line 395, vendor/assets/stylesheets/porto/theme-elements.css */
.nav > li > a:hover, .nav > li > a:focus {
  background: transparent;
}

/* Nav List */
/* line 400, vendor/assets/stylesheets/porto/theme-elements.css */
ul.nav-list li {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}

/* line 407, vendor/assets/stylesheets/porto/theme-elements.css */
ul.nav-list li a {
  -webkit-transition: background 0.1s;
  -moz-transition: background 0.1s;
  transition: background 0.1s;
  border-bottom: 1px solid #EDEDDE;
  padding: 8px 0 8px 18px;
  display: block;
  color: #666;
  font-size: 0.9em;
  text-decoration: none;
  line-height: 20px;
}

/* line 420, vendor/assets/stylesheets/porto/theme-elements.css */
ul.nav-list li a:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #333;
  margin: 7px 0 0 -9px;
  position: absolute;
}

/* line 432, vendor/assets/stylesheets/porto/theme-elements.css */
ul.nav-list li a:hover {
  background-color: #eee;
  text-decoration: none;
}

/* line 437, vendor/assets/stylesheets/porto/theme-elements.css */
ul.nav-list li > a.active {
  font-weight: bold;
}

/* line 441, vendor/assets/stylesheets/porto/theme-elements.css */
ul.nav-list li ul {
  list-style: none;
  margin: 0 0 0 25px;
  padding: 0;
}

/* line 447, vendor/assets/stylesheets/porto/theme-elements.css */
ul.nav-list.hide-not-active li ul {
  display: none;
}

/* line 451, vendor/assets/stylesheets/porto/theme-elements.css */
ul.nav-list.hide-not-active li.active ul {
  display: block;
}

/* line 455, vendor/assets/stylesheets/porto/theme-elements.css */
ul.nav-list.show-bg-active .active > a,
ul.nav-list.show-bg-active a.active {
  background-color: #f5f5f5;
}

/* line 460, vendor/assets/stylesheets/porto/theme-elements.css */
ul.nav-list.show-bg-active .active > a:hover,
ul.nav-list.show-bg-active a.active:hover {
  background-color: #eee;
}

/* line 465, vendor/assets/stylesheets/porto/theme-elements.css */
ul.narrow li a {
  padding: 4px 0;
}

/* line 469, vendor/assets/stylesheets/porto/theme-elements.css */
ul.nav-pills > li > a.active {
  color: #FFF;
  background-color: #CCC;
}

/* line 474, vendor/assets/stylesheets/porto/theme-elements.css */
ul.nav-pills > li > a.active:hover, ul.nav-pills > li > a.active:focus {
  color: #FFF;
  background-color: #CCC;
}

/* Nav Pills */
/* line 480, vendor/assets/stylesheets/porto/theme-elements.css */
.nav-pills-center {
  text-align: center;
}

/* line 484, vendor/assets/stylesheets/porto/theme-elements.css */
.nav-pills-center > li {
  display: inline-block;
  float: none;
}

/* line 489, vendor/assets/stylesheets/porto/theme-elements.css */
.nav-pills-sm > li > a {
  padding: 7px 12px;
}

/* line 493, vendor/assets/stylesheets/porto/theme-elements.css */
.nav-pills-xs > li > a {
  padding: 5px 10px;
  font-size: 0.9em;
}

/* line 498, vendor/assets/stylesheets/porto/theme-elements.css */
.nav-pills .nav-link.active {
  background-color: transparent;
}

/* line 502, vendor/assets/stylesheets/porto/theme-elements.css */
.show > .nav-pills .nav-link {
  background-color: transparent;
}

/* Nav Secondary */
/* line 507, vendor/assets/stylesheets/porto/theme-elements.css */
.nav-secondary {
  background: #fafafa;
  margin: 0;
  padding: 20px 0;
  text-align: center;
  z-index: 99;
  width: 100% !important;
}

/* line 516, vendor/assets/stylesheets/porto/theme-elements.css */
.nav-secondary .nav-pills > li {
  float: none;
  display: inline-block;
}

/* line 521, vendor/assets/stylesheets/porto/theme-elements.css */
.nav-secondary .nav-pills > li a {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  padding: 10px 13px;
  text-transform: uppercase;
}

/* line 530, vendor/assets/stylesheets/porto/theme-elements.css */
.nav-secondary.sticky-active {
  border-bottom-color: #e9e9e9;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

/* Boxed */
/* line 536, vendor/assets/stylesheets/porto/theme-elements.css */
html.boxed .nav-secondary.sticky-active {
  max-width: 1200px;
  left: auto !important;
}

/* Buttons */
/* line 542, vendor/assets/stylesheets/porto/theme-elements.css */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  box-shadow: none !important;
}

/* line 549, vendor/assets/stylesheets/porto/theme-elements.css */
.btn-default:hover, .btn-default:active, .btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 555, vendor/assets/stylesheets/porto/theme-elements.css */
.btn {
  font-size: 0.9rem;
  padding: 0.47rem 0.75rem;
  cursor: pointer;
}

/* line 561, vendor/assets/stylesheets/porto/theme-elements.css */
.btn.btn-xs {
  font-size: 0.7rem;
  padding: 0.2rem 0.5rem;
}

/* line 566, vendor/assets/stylesheets/porto/theme-elements.css */
.btn.btn-sm, .btn-group-sm > .btn {
  font-size: 0.8rem;
  padding: 0.3rem 0.65rem;
}

/* line 571, vendor/assets/stylesheets/porto/theme-elements.css */
.btn.btn-lg, .btn-group-lg > .btn {
  font-size: 1rem;
  padding: 0.5rem 1rem;
}

/* line 576, vendor/assets/stylesheets/porto/theme-elements.css */
.btn.btn-xl {
  font-size: 1rem;
  padding: 0.8rem 2rem;
}

/* Outline */
/* line 582, vendor/assets/stylesheets/porto/theme-elements.css */
.btn-outline {
  border-width: 2px;
}

/* 3d */
/* line 587, vendor/assets/stylesheets/porto/theme-elements.css */
.btn-3d {
  border-bottom-width: 3px;
}

/* Icons	*/
/* line 592, vendor/assets/stylesheets/porto/theme-elements.css */
.btn-icon i {
  margin-right: 10px;
}

/* line 596, vendor/assets/stylesheets/porto/theme-elements.css */
.btn-icon-right i {
  margin-right: 0;
  margin-left: 10px;
}

/* Dropdown Button */
/* line 602, vendor/assets/stylesheets/porto/theme-elements.css */
.btn.dropdown-toggle:after {
  margin-left: .155em;
  vertical-align: .155em;
}

/* Colors */
/* line 608, vendor/assets/stylesheets/porto/theme-elements.css */
.btn-primary {
  background-color: #CCC;
  border-color: #CCC #CCC #b3b3b3;
  color: #FFF;
}

/* line 614, vendor/assets/stylesheets/porto/theme-elements.css */
.btn-primary:hover, .btn-primary.hover {
  background-color: #dfdfdf;
  border-color: #e6e6e6 #e6e6e6 #CCC;
  color: #FFF;
}

/* line 620, vendor/assets/stylesheets/porto/theme-elements.css */
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 3px rgba(204, 204, 204, 0.5);
}

/* line 624, vendor/assets/stylesheets/porto/theme-elements.css */
.btn-primary.disabled, .btn-primary:disabled {
  background-color: #CCC;
  border-color: #CCC #CCC #b3b3b3;
}

/* line 629, vendor/assets/stylesheets/porto/theme-elements.css */
.btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  background-color: #b9b9b9;
  background-image: none;
  border-color: #b3b3b3 #b3b3b3 #999999;
}

/* line 635, vendor/assets/stylesheets/porto/theme-elements.css */
.btn-outline.btn-primary {
  color: #CCC;
  background-color: transparent;
  background-image: none;
  border-color: #CCC;
}

/* line 642, vendor/assets/stylesheets/porto/theme-elements.css */
.btn-outline.btn-primary:hover, .btn-outline.btn-primary.hover {
  color: #FFF;
  background-color: #CCC;
  border-color: #CCC;
}

/* line 648, vendor/assets/stylesheets/porto/theme-elements.css */
.btn-outline.btn-primary:focus, .btn-outline.btn-primary.focus {
  box-shadow: 0 0 0 3px rgba(204, 204, 204, 0.5);
}

/* line 652, vendor/assets/stylesheets/porto/theme-elements.css */
.btn-outline.btn-primary.disabled, .btn-outline.btn-primary:disabled {
  color: #CCC;
  background-color: transparent;
}

/* line 657, vendor/assets/stylesheets/porto/theme-elements.css */
.btn-outline.btn-primary:active, .btn-outline.btn-primary.active, .show > .btn-outline.btn-primary.dropdown-toggle {
  color: #FFF;
  background-color: #CCC;
  border-color: #CCC;
}

/* line 663, vendor/assets/stylesheets/porto/theme-elements.css */
.btn-success {
  background-color: #28a745;
  border-color: #28a745 #28a745 #1e7e34;
  color: #FFF;
}

/* line 669, vendor/assets/stylesheets/porto/theme-elements.css */
.btn-success:hover, .btn-success.hover {
  background-color: #2fc652;
  border-color: #34ce57 #34ce57 #28a745;
  color: #FFF;
}

/* line 675, vendor/assets/stylesheets/porto/theme-elements.css */
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);
}

/* line 679, vendor/assets/stylesheets/porto/theme-elements.css */
.btn-success.disabled, .btn-success:disabled {
  background-color: #28a745;
  border-color: #28a745 #28a745 #1e7e34;
}

/* line 684, vendor/assets/stylesheets/porto/theme-elements.css */
.btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  background-color: #218838;
  background-image: none;
  border-color: #1e7e34 #1e7e34 #145523;
}

/* line 690, vendor/assets/stylesheets/porto/theme-elements.css */
.btn-outline.btn-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

/* line 697, vendor/assets/stylesheets/porto/theme-elements.css */
.btn-outline.btn-success:hover, .btn-outline.btn-success.hover {
  color: #FFF;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 703, vendor/assets/stylesheets/porto/theme-elements.css */
.btn-outline.btn-success:focus, .btn-outline.btn-success.focus {
  box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);
}

/* line 707, vendor/assets/stylesheets/porto/theme-elements.css */
.btn-outline.btn-success.disabled, .btn-outline.btn-success:disabled {
  color: #28a745;
  background-color: transparent;
}

/* line 712, vendor/assets/stylesheets/porto/theme-elements.css */
.btn-outline.btn-success:active, .btn-outline.btn-success.active, .show > .btn-outline.btn-success.dropdown-toggle {
  color: #FFF;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 718, vendor/assets/stylesheets/porto/theme-elements.css */
.btn-warning {
  background-color: #dc3545;
  border-color: #dc3545 #dc3545 #bd2130;
  color: #FFF;
}

/* line 724, vendor/assets/stylesheets/porto/theme-elements.css */
.btn-warning:hover, .btn-warning.hover {
  background-color: #e25663;
  border-color: #e4606d #e4606d #dc3545;
  color: #FFF;
}

/* line 730, vendor/assets/stylesheets/porto/theme-elements.css */
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);
}

/* line 734, vendor/assets/stylesheets/porto/theme-elements.css */
.btn-warning.disabled, .btn-warning:disabled {
  background-color: #dc3545;
  border-color: #dc3545 #dc3545 #bd2130;
}

/* line 739, vendor/assets/stylesheets/porto/theme-elements.css */
.btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  background-color: #c82333;
  background-image: none;
  border-color: #bd2130 #bd2130 #921925;
}

/* line 745, vendor/assets/stylesheets/porto/theme-elements.css */
.btn-outline.btn-warning {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

/* line 752, vendor/assets/stylesheets/porto/theme-elements.css */
.btn-outline.btn-warning:hover, .btn-outline.btn-warning.hover {
  color: #FFF;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 758, vendor/assets/stylesheets/porto/theme-elements.css */
.btn-outline.btn-warning:focus, .btn-outline.btn-warning.focus {
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);
}

/* line 762, vendor/assets/stylesheets/porto/theme-elements.css */
.btn-outline.btn-warning.disabled, .btn-outline.btn-warning:disabled {
  color: #dc3545;
  background-color: transparent;
}

/* line 767, vendor/assets/stylesheets/porto/theme-elements.css */
.btn-outline.btn-warning:active, .btn-outline.btn-warning.active, .show > .btn-outline.btn-warning.dropdown-toggle {
  color: #FFF;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 773, vendor/assets/stylesheets/porto/theme-elements.css */
.btn-danger {
  background-color: #ffc107;
  border-color: #ffc107 #ffc107 #d39e00;
  color: #FFF;
}

/* line 779, vendor/assets/stylesheets/porto/theme-elements.css */
.btn-danger:hover, .btn-danger.hover {
  background-color: #ffcb2d;
  border-color: #ffce3a #ffce3a #ffc107;
  color: #FFF;
}

/* line 785, vendor/assets/stylesheets/porto/theme-elements.css */
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5);
}

/* line 789, vendor/assets/stylesheets/porto/theme-elements.css */
.btn-danger.disabled, .btn-danger:disabled {
  background-color: #ffc107;
  border-color: #ffc107 #ffc107 #d39e00;
}

/* line 794, vendor/assets/stylesheets/porto/theme-elements.css */
.btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  background-color: #e0a800;
  background-image: none;
  border-color: #d39e00 #d39e00 #a07800;
}

/* line 800, vendor/assets/stylesheets/porto/theme-elements.css */
.btn-outline.btn-danger {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

/* line 807, vendor/assets/stylesheets/porto/theme-elements.css */
.btn-outline.btn-danger:hover, .btn-outline.btn-danger.hover {
  color: #FFF;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 813, vendor/assets/stylesheets/porto/theme-elements.css */
.btn-outline.btn-danger:focus, .btn-outline.btn-danger.focus {
  box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5);
}

/* line 817, vendor/assets/stylesheets/porto/theme-elements.css */
.btn-outline.btn-danger.disabled, .btn-outline.btn-danger:disabled {
  color: #ffc107;
  background-color: transparent;
}

/* line 822, vendor/assets/stylesheets/porto/theme-elements.css */
.btn-outline.btn-danger:active, .btn-outline.btn-danger.active, .show > .btn-outline.btn-danger.dropdown-toggle {
  color: #FFF;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 828, vendor/assets/stylesheets/porto/theme-elements.css */
.btn-info {
  background-color: #17a2b8;
  border-color: #17a2b8 #17a2b8 #117a8b;
  color: #FFF;
}

/* line 834, vendor/assets/stylesheets/porto/theme-elements.css */
.btn-info:hover, .btn-info.hover {
  background-color: #1bc0da;
  border-color: #1fc8e3 #1fc8e3 #17a2b8;
  color: #FFF;
}

/* line 840, vendor/assets/stylesheets/porto/theme-elements.css */
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);
}

/* line 844, vendor/assets/stylesheets/porto/theme-elements.css */
.btn-info.disabled, .btn-info:disabled {
  background-color: #17a2b8;
  border-color: #17a2b8 #17a2b8 #117a8b;
}

/* line 849, vendor/assets/stylesheets/porto/theme-elements.css */
.btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  background-color: #138496;
  background-image: none;
  border-color: #117a8b #117a8b #0c525d;
}

/* line 855, vendor/assets/stylesheets/porto/theme-elements.css */
.btn-outline.btn-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

/* line 862, vendor/assets/stylesheets/porto/theme-elements.css */
.btn-outline.btn-info:hover, .btn-outline.btn-info.hover {
  color: #FFF;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 868, vendor/assets/stylesheets/porto/theme-elements.css */
.btn-outline.btn-info:focus, .btn-outline.btn-info.focus {
  box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);
}

/* line 872, vendor/assets/stylesheets/porto/theme-elements.css */
.btn-outline.btn-info.disabled, .btn-outline.btn-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

/* line 877, vendor/assets/stylesheets/porto/theme-elements.css */
.btn-outline.btn-info:active, .btn-outline.btn-info.active, .show > .btn-outline.btn-info.dropdown-toggle {
  color: #FFF;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 883, vendor/assets/stylesheets/porto/theme-elements.css */
.btn-dark {
  background-color: #1d2127;
  border-color: #1d2127 #1d2127 #07080a;
  color: #FFF;
}

/* line 889, vendor/assets/stylesheets/porto/theme-elements.css */
.btn-dark:hover, .btn-dark.hover {
  background-color: #2d343d;
  border-color: #333a44 #333a44 #1d2127;
  color: #FFF;
}

/* line 895, vendor/assets/stylesheets/porto/theme-elements.css */
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 3px rgba(29, 33, 39, 0.5);
}

/* line 899, vendor/assets/stylesheets/porto/theme-elements.css */
.btn-dark.disabled, .btn-dark:disabled {
  background-color: #1d2127;
  border-color: #1d2127 #1d2127 #07080a;
}

/* line 904, vendor/assets/stylesheets/porto/theme-elements.css */
.btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  background-color: #0d0e11;
  background-image: none;
  border-color: #07080a #07080a black;
}

/* line 910, vendor/assets/stylesheets/porto/theme-elements.css */
.btn-outline.btn-dark {
  color: #1d2127;
  background-color: transparent;
  background-image: none;
  border-color: #1d2127;
}

/* line 917, vendor/assets/stylesheets/porto/theme-elements.css */
.btn-outline.btn-dark:hover, .btn-outline.btn-dark.hover {
  color: #FFF;
  background-color: #1d2127;
  border-color: #1d2127;
}

/* line 923, vendor/assets/stylesheets/porto/theme-elements.css */
.btn-outline.btn-dark:focus, .btn-outline.btn-dark.focus {
  box-shadow: 0 0 0 3px rgba(29, 33, 39, 0.5);
}

/* line 927, vendor/assets/stylesheets/porto/theme-elements.css */
.btn-outline.btn-dark.disabled, .btn-outline.btn-dark:disabled {
  color: #1d2127;
  background-color: transparent;
}

/* line 932, vendor/assets/stylesheets/porto/theme-elements.css */
.btn-outline.btn-dark:active, .btn-outline.btn-dark.active, .show > .btn-outline.btn-dark.dropdown-toggle {
  color: #FFF;
  background-color: #1d2127;
  border-color: #1d2127;
}

/* Button Light */
/* line 939, vendor/assets/stylesheets/porto/theme-elements.css */
html body .btn-light,
html body .btn-outline.btn-light {
  border-color: #cccccc #cccccc #b3b3b3;
  color: #777;
}

/* line 945, vendor/assets/stylesheets/porto/theme-elements.css */
html body .btn-light:hover, html body .btn-light.hover,
html body .btn-outline.btn-light:hover,
html body .btn-outline.btn-light.hover {
  background-color: #f2f2f2;
  border-color: #d9d9d9 #d9d9d9 #bfbfbf;
  color: #777;
}

/* line 953, vendor/assets/stylesheets/porto/theme-elements.css */
html body .btn-light:focus, html body .btn-light.focus,
html body .btn-outline.btn-light:focus,
html body .btn-outline.btn-light.focus {
  box-shadow: 0 0 0 3px rgba(179, 179, 179, 0.5);
}

/* line 959, vendor/assets/stylesheets/porto/theme-elements.css */
html body .btn-light.disabled, html body .btn-light:disabled,
html body .btn-outline.btn-light.disabled,
html body .btn-outline.btn-light:disabled {
  border-color: #b3b3b3 #b3b3b3 #b3b3b3;
}

/* line 965, vendor/assets/stylesheets/porto/theme-elements.css */
html body .btn-light:active, html body .btn-light.active, .show > html body .btn-light.dropdown-toggle,
html body .btn-outline.btn-light:active,
html body .btn-outline.btn-light.active, .show > html body .btn-outline.btn-light.dropdown-toggle {
  border-color: #b3b3b3 #b3b3b3 #b3b3b3;
}

/* line 972, vendor/assets/stylesheets/porto/theme-elements.css */
html[dir="rtl"] .input-group .form-control:not(:first-child),
html[dir="rtl"] .input-group-addon:not(:first-child),
html[dir="rtl"] .input-group-btn:not(:first-child) > .btn,
html[dir="rtl"] .input-group-btn:not(:first-child) > .btn-group > .btn,
html[dir="rtl"] .input-group-btn:not(:first-child) > .dropdown-toggle,
html[dir="rtl"] .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn,
html[dir="rtl"] .input-group-btn:not(:last-child) > .btn:not(:first-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* Labels */
/* line 986, vendor/assets/stylesheets/porto/theme-elements.css */
.badge-primary {
  background-color: #CCC;
  color: #FFF;
}

/* line 991, vendor/assets/stylesheets/porto/theme-elements.css */
.badge-success {
  background-color: #28a745;
  color: #FFF;
}

/* line 996, vendor/assets/stylesheets/porto/theme-elements.css */
.badge-warning {
  background-color: #dc3545;
  color: #FFF;
}

/* line 1001, vendor/assets/stylesheets/porto/theme-elements.css */
.badge-danger {
  background-color: #ffc107;
  color: #FFF;
}

/* line 1006, vendor/assets/stylesheets/porto/theme-elements.css */
.badge-info {
  background-color: #17a2b8;
  color: #FFF;
}

/* line 1011, vendor/assets/stylesheets/porto/theme-elements.css */
.badge-dark {
  background-color: #1d2127;
  color: #FFF;
}

/* line 1016, vendor/assets/stylesheets/porto/theme-elements.css */
.badge.badge-xs {
  padding: 0.3em 0.5em;
}

/* line 1020, vendor/assets/stylesheets/porto/theme-elements.css */
.badge.badge-sm {
  padding: 0.5em 0.8em;
}

/* line 1024, vendor/assets/stylesheets/porto/theme-elements.css */
.badge.badge-md {
  padding: 1em 1.6em;
  font-size: 85%;
}

/* line 1029, vendor/assets/stylesheets/porto/theme-elements.css */
.badge.badge-lg {
  padding: 1.5em 2em;
  font-size: 90%;
}

/* line 1034, vendor/assets/stylesheets/porto/theme-elements.css */
.badge.badge-xl {
  padding: 2em 2.5em;
  font-size: 100%;
}

/* Forms */
/* line 1040, vendor/assets/stylesheets/porto/theme-elements.css */
form label {
  font-weight: normal;
}

/* line 1044, vendor/assets/stylesheets/porto/theme-elements.css */
textarea {
  resize: vertical;
}

/* line 1048, vendor/assets/stylesheets/porto/theme-elements.css */
select {
  border: 1px solid #E5E7E9;
  border-radius: 6px;
  outline: none;
}

/* line 1054, vendor/assets/stylesheets/porto/theme-elements.css */
.label {
  font-weight: normal;
}

/* line 1058, vendor/assets/stylesheets/porto/theme-elements.css */
.form-group:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 1067, vendor/assets/stylesheets/porto/theme-elements.css */
.form-control:not(.form-control-lg) {
  font-size: 0.75rem;
  line-height: 1.3;
}

/* line 1072, vendor/assets/stylesheets/porto/theme-elements.css */
.form-control:not(.form-control-sm):not(.form-control-lg) {
  font-size: 0.85rem;
  line-height: 1.85;
}

/* line 1077, vendor/assets/stylesheets/porto/theme-elements.css */
.form-control.form-control-focused {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  border-color: #CCC;
}

/* line 1082, vendor/assets/stylesheets/porto/theme-elements.css */
.form-control:focus {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  border-color: #CCC;
}

/* line 1087, vendor/assets/stylesheets/porto/theme-elements.css */
.form-control.error {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 1093, vendor/assets/stylesheets/porto/theme-elements.css */
.form-control.error:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

/* Form - iOS Override */
/* line 1100, vendor/assets/stylesheets/porto/theme-elements.css */
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
  -webkit-appearance: none;
}

/* line 1118, vendor/assets/stylesheets/porto/theme-elements.css */
.form-control::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #bdbdbd;
}

/* line 1137, vendor/assets/stylesheets/porto/theme-elements.css */
.form-control::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #bdbdbd;
}

/* line 1156, vendor/assets/stylesheets/porto/theme-elements.css */
.form-control:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #bdbdbd;
}

/* Form - Bootstrap Override */
/* line 1176, vendor/assets/stylesheets/porto/theme-elements.css */
.btn-lg,
.btn-group-lg > .btn {
  line-height: 1.334;
}

/* line 1181, vendor/assets/stylesheets/porto/theme-elements.css */
.input-group-btn .btn {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 1186, vendor/assets/stylesheets/porto/theme-elements.css */
select.form-control-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn, select.form-control-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  line-height: 1;
  height: auto !important;
}

/* line 1191, vendor/assets/stylesheets/porto/theme-elements.css */
.bootstrap-timepicker-widget input {
  border: 0;
}

/* line 1195, vendor/assets/stylesheets/porto/theme-elements.css */
.bootstrap-timepicker-widget table td input {
  width: 40px;
}

/* line 1199, vendor/assets/stylesheets/porto/theme-elements.css */
.fileupload .btn {
  line-height: 20px;
  margin-left: -5px;
}

/* Forms Validations */
/* line 1205, vendor/assets/stylesheets/porto/theme-elements.css */
label.valid {
  display: inline-block;
  text-indent: -9999px;
}

/* line 1210, vendor/assets/stylesheets/porto/theme-elements.css */
label.error {
  color: #c10000;
  font-size: 0.9em;
  line-height: 18px;
  padding: 5px 0 0;
}

/* line 1217, vendor/assets/stylesheets/porto/theme-elements.css */
label#captcha-error.error {
  margin-top: 15px;
}

/* Captcha */
/* line 1222, vendor/assets/stylesheets/porto/theme-elements.css */
.captcha {
  clear: both;
  overflow: hidden;
  background: #F2F2F2;
  text-align: center;
  margin-bottom: 20px;
  max-width: 160px;
  height: 78px;
  position: relative;
}

/* line 1233, vendor/assets/stylesheets/porto/theme-elements.css */
.captcha input {
  border: 0;
}

/* line 1237, vendor/assets/stylesheets/porto/theme-elements.css */
.captcha-input {
  position: relative;
  top: 15px;
  font-size: 14px;
}

/* line 1243, vendor/assets/stylesheets/porto/theme-elements.css */
.captcha-image {
  float: left;
  position: relative;
  top: -5px;
  left: -13px;
}

/* line 1250, vendor/assets/stylesheets/porto/theme-elements.css */
.captcha-refresh {
  position: absolute;
  z-index: 1;
  bottom: 2px;
  right: 2px;
  border-radius: 3px;
  padding: 2px 5px;
}

/* line 1259, vendor/assets/stylesheets/porto/theme-elements.css */
.captcha-refresh a, .captcha-refresh a:hover, .captcha-refresh a:focus, .captcha-refresh a:active {
  color: #333;
}

/* Tables */
/* line 1264, vendor/assets/stylesheets/porto/theme-elements.css */
.table > thead > tr > td.primary,
.table > tbody > tr > td.primary,
.table > tfoot > tr > td.primary,
.table > thead > tr > th.primary,
.table > tbody > tr > th.primary,
.table > tfoot > tr > th.primary,
.table > thead > tr.primary > td,
.table > tbody > tr.primary > td,
.table > tfoot > tr.primary > td,
.table > thead > tr.primary > th,
.table > tbody > tr.primary > th,
.table > tfoot > tr.primary > th {
  background-color: #CCC;
  color: #FFF;
}

/* line 1280, vendor/assets/stylesheets/porto/theme-elements.css */
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #28a745;
  color: #FFF;
}

/* line 1296, vendor/assets/stylesheets/porto/theme-elements.css */
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #dc3545;
  color: #FFF;
}

/* line 1312, vendor/assets/stylesheets/porto/theme-elements.css */
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #ffc107;
  color: #FFF;
}

/* line 1328, vendor/assets/stylesheets/porto/theme-elements.css */
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #17a2b8;
  color: #FFF;
}

/* line 1344, vendor/assets/stylesheets/porto/theme-elements.css */
.table > thead > tr > td.dark,
.table > tbody > tr > td.dark,
.table > tfoot > tr > td.dark,
.table > thead > tr > th.dark,
.table > tbody > tr > th.dark,
.table > tfoot > tr > th.dark,
.table > thead > tr.dark > td,
.table > tbody > tr.dark > td,
.table > tfoot > tr.dark > td,
.table > thead > tr.dark > th,
.table > tbody > tr.dark > th,
.table > tfoot > tr.dark > th {
  background-color: #1d2127;
  color: #FFF;
}

/* Icons */
/* line 1361, vendor/assets/stylesheets/porto/theme-elements.css */
.featured-icon {
  background: #CCC;
  border-radius: 35px;
  color: #FFF;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  margin-right: 10px;
  position: relative;
  text-align: center;
  top: 5px;
  width: 35px;
}

/* line 1375, vendor/assets/stylesheets/porto/theme-elements.css */
.featured-icon i {
  color: #FFF;
  font-size: 0.9em;
  font-weight: normal;
}

/* Font Awesome List */
/* line 1382, vendor/assets/stylesheets/porto/theme-elements.css */
.sample-icon-list {
  margin-top: 22px;
}

/* line 1386, vendor/assets/stylesheets/porto/theme-elements.css */
.sample-icon-list .sample-icon a {
  display: block;
  color: #222222;
  line-height: 36px;
  height: 36px;
  padding-left: 10px;
  border-radius: 4px;
  font-size: 11px;
}

/* line 1396, vendor/assets/stylesheets/porto/theme-elements.css */
.sample-icon-list .sample-icon a .fa, .sample-icon-list .sample-icon a .icons {
  width: 32px;
  font-size: 14px;
  display: inline-block;
  text-align: right;
  margin-right: 10px;
}

/* line 1404, vendor/assets/stylesheets/porto/theme-elements.css */
.sample-icon-list .sample-icon a:hover {
  color: #ffffff;
  text-decoration: none;
}

/* line 1409, vendor/assets/stylesheets/porto/theme-elements.css */
.sample-icon-list .sample-icon a:hover .fa, .sample-icon-list .sample-icon a:hover .icons {
  font-size: 28px;
  vertical-align: -6px;
}

/* Simple Line Icons List */
/* line 1415, vendor/assets/stylesheets/porto/theme-elements.css */
#lineIcons .sample-icon-list .sample-icon a {
  line-height: 39px;
}

/* Thumbnails */
/* line 1420, vendor/assets/stylesheets/porto/theme-elements.css */
.rounded {
  border-radius: 4px;
}

/* line 1424, vendor/assets/stylesheets/porto/theme-elements.css */
.img-thumbnail {
  border-radius: 4px;
  position: relative;
}

/* line 1429, vendor/assets/stylesheets/porto/theme-elements.css */
.img-thumbnail img {
  border-radius: 4px;
}

/* line 1433, vendor/assets/stylesheets/porto/theme-elements.css */
.img-thumbnail .zoom {
  background: #CCC;
  border-radius: 100%;
  bottom: 8px;
  color: #FFF;
  display: block;
  height: 30px;
  padding: 6px;
  position: absolute;
  right: 8px;
  text-align: center;
  width: 30px;
}

/* line 1447, vendor/assets/stylesheets/porto/theme-elements.css */
.img-thumbnail .zoom i {
  font-size: 14px;
  left: -1px;
  position: relative;
  top: -3px;
}

/* line 1454, vendor/assets/stylesheets/porto/theme-elements.css */
.img-thumbnail.img-thumbnail-hover-icon {
  position: relative;
}

/* line 1458, vendor/assets/stylesheets/porto/theme-elements.css */
.img-thumbnail.img-thumbnail-hover-icon img {
  position: relative;
  z-index: 1;
}

/* line 1463, vendor/assets/stylesheets/porto/theme-elements.css */
.img-thumbnail.img-thumbnail-hover-icon:before {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  background: rgba(0, 0, 0, 0.65);
  border-radius: 4px;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  z-index: 2;
}

/* line 1482, vendor/assets/stylesheets/porto/theme-elements.css */
.img-thumbnail.img-thumbnail-hover-icon:after {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  font-family: FontAwesome;
  color: #FFF;
  content: "\f00e";
  font-size: 30px;
  height: 30px;
  position: absolute;
  top: 30%;
  margin-top: -15px;
  display: block;
  text-align: center;
  width: 100%;
  opacity: 0;
  z-index: 3;
}

/* line 1501, vendor/assets/stylesheets/porto/theme-elements.css */
.img-thumbnail.img-thumbnail-hover-icon:hover:before {
  opacity: 1;
}

/* line 1505, vendor/assets/stylesheets/porto/theme-elements.css */
.img-thumbnail.img-thumbnail-hover-icon:hover:after {
  top: 50%;
  opacity: 1;
}

/* Image Gallery */
/* line 1511, vendor/assets/stylesheets/porto/theme-elements.css */
ul.image-gallery {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 1517, vendor/assets/stylesheets/porto/theme-elements.css */
ul.image-gallery .image-gallery-item {
  margin-bottom: 35px;
}

/* Thumbnail Gallery */
/* line 1522, vendor/assets/stylesheets/porto/theme-elements.css */
ul.thumbnail-gallery {
  list-style: none;
  margin: 10px 0;
  padding: 0;
}

/* line 1528, vendor/assets/stylesheets/porto/theme-elements.css */
ul.thumbnail-gallery li {
  display: inline-block;
  margin: 10px 10px 0 0;
  padding: 0;
}

/* Responsive */
@media (max-width: 991px) {
  /* line 1536, vendor/assets/stylesheets/porto/theme-elements.css */
  .thumbnail {
    border: 0;
    text-align: center;
  }
}

/* Masonry */
/* line 1542, vendor/assets/stylesheets/porto/theme-elements.css */
.masonry .masonry-item {
  width: 25%;
}

/* line 1546, vendor/assets/stylesheets/porto/theme-elements.css */
.masonry .masonry-item.w2 {
  width: 50%;
}

/* line 1550, vendor/assets/stylesheets/porto/theme-elements.css */
.masonry .masonry-item img {
  border-radius: 0 !important;
}

/* Masonry Loading */
/* line 1555, vendor/assets/stylesheets/porto/theme-elements.css */
.masonry-loader {
  height: auto;
  overflow: visible;
  position: relative;
}

/* line 1561, vendor/assets/stylesheets/porto/theme-elements.css */
.masonry-loader:after {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  content: ' ';
  background: #FFF;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
}

/* line 1576, vendor/assets/stylesheets/porto/theme-elements.css */
.masonry-loader .bounce-loader {
  display: none;
}

/* line 1580, vendor/assets/stylesheets/porto/theme-elements.css */
.masonry-loader.masonry-loader-showing {
  height: 200px;
  overflow: hidden;
}

/* line 1585, vendor/assets/stylesheets/porto/theme-elements.css */
.masonry-loader.masonry-loader-showing:after {
  opacity: 1;
}

/* line 1589, vendor/assets/stylesheets/porto/theme-elements.css */
.masonry-loader.masonry-loader-showing .bounce-loader {
  display: block;
}

/* line 1593, vendor/assets/stylesheets/porto/theme-elements.css */
.masonry-loader.masonry-loader-loaded:after {
  display: none;
}

/* Mockup */
@media (min-width: 992px) {
  /* line 1599, vendor/assets/stylesheets/porto/theme-elements.css */
  .mockup-landing-page {
    margin-top: -120px;
  }
}

/* List */
/* line 1604, vendor/assets/stylesheets/porto/theme-elements.css */
.list li {
  margin-bottom: 13px;
}

/* line 1608, vendor/assets/stylesheets/porto/theme-elements.css */
.list.pull-left li {
  text-align: left;
}

/* line 1612, vendor/assets/stylesheets/porto/theme-elements.css */
.list.list-icons {
  list-style: none;
  padding-left: 0;
  padding-right: 0;
}

/* line 1618, vendor/assets/stylesheets/porto/theme-elements.css */
.list.list-icons li {
  position: relative;
  padding-left: 25px;
}

/* line 1623, vendor/assets/stylesheets/porto/theme-elements.css */
.list.list-icons li > .fa:first-child,
.list.list-icons li > .icons:first-child, .list.list-icons li a:first-child > .fa:first-child,
.list.list-icons li a:first-child > .icons:first-child {
  position: absolute;
  left: 0;
  top: 5px;
}

/* line 1631, vendor/assets/stylesheets/porto/theme-elements.css */
.list.list-icons.list-icons-style-2 li {
  padding-top: 5px;
  padding-left: 36px;
}

/* line 1636, vendor/assets/stylesheets/porto/theme-elements.css */
.list.list-icons.list-icons-style-2 li > .fa:first-child,
.list.list-icons.list-icons-style-2 li > .icons:first-child, .list.list-icons.list-icons-style-2 li a:first-child > .fa:first-child,
.list.list-icons.list-icons-style-2 li a:first-child > .icons:first-child {
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  text-align: center;
  padding: 4px;
}

/* line 1648, vendor/assets/stylesheets/porto/theme-elements.css */
.list.list-icons.list-icons-style-3 li {
  padding-top: 5px;
  padding-left: 36px;
}

/* line 1653, vendor/assets/stylesheets/porto/theme-elements.css */
.list.list-icons.list-icons-style-3 li > .fa:first-child,
.list.list-icons.list-icons-style-3 li > .icons:first-child, .list.list-icons.list-icons-style-3 li a:first-child > .fa:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
  color: #FFF;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  text-align: center;
  padding: 5px;
}

/* line 1664, vendor/assets/stylesheets/porto/theme-elements.css */
.list.list-icons.list-icons-sm li {
  padding-left: 13px;
  margin-bottom: 5px;
}

/* line 1669, vendor/assets/stylesheets/porto/theme-elements.css */
.list.list-icons.list-icons-sm li > .fa:first-child,
.list.list-icons.list-icons-sm li > .icons:first-child, .list.list-icons.list-icons-sm li a:first-child > .fa:first-child,
.list.list-icons.list-icons-sm li a:first-child > .icons:first-child {
  font-size: 0.8em;
  top: 7px;
}

/* line 1676, vendor/assets/stylesheets/porto/theme-elements.css */
.list.list-icons.list-icons-sm.list-icons-style-2 li {
  padding-left: 32px;
}

/* line 1680, vendor/assets/stylesheets/porto/theme-elements.css */
.list.list-icons.list-icons-sm.list-icons-style-2 li > .fa:first-child,
.list.list-icons.list-icons-sm.list-icons-style-2 li > .icons:first-child, .list.list-icons.list-icons-sm.list-icons-style-2 li a:first-child > .fa:first-child,
.list.list-icons.list-icons-sm.list-icons-style-2 li a:first-child > .icons:first-child {
  width: 20px;
  height: 20px;
  padding: 3px;
}

/* line 1688, vendor/assets/stylesheets/porto/theme-elements.css */
.list.list-icons.list-icons-sm.list-icons-style-3 li {
  padding-left: 32px;
}

/* line 1692, vendor/assets/stylesheets/porto/theme-elements.css */
.list.list-icons.list-icons-sm.list-icons-style-3 li > .fa:first-child,
.list.list-icons.list-icons-sm.list-icons-style-3 li > .icons:first-child, .list.list-icons.list-icons-sm.list-icons-style-3 li a:first-child > .fa:first-child,
.list.list-icons.list-icons-sm.list-icons-style-3 li a:first-child > .icons:first-child {
  width: 20px;
  height: 20px;
  padding: 3px;
}

/* line 1700, vendor/assets/stylesheets/porto/theme-elements.css */
.list.list-icons.list-icons-lg li {
  padding-top: 5px;
  padding-left: 32px;
}

/* line 1705, vendor/assets/stylesheets/porto/theme-elements.css */
.list.list-icons.list-icons-lg li > .fa:first-child,
.list.list-icons.list-icons-lg li > .icons:first-child, .list.list-icons.list-icons-lg li a:first-child > .fa:first-child,
.list.list-icons.list-icons-lg li a:first-child > .icons:first-child {
  font-size: 1.5em;
}

/* line 1711, vendor/assets/stylesheets/porto/theme-elements.css */
.list.list-icons.list-icons-lg.list-icons-style-2 li {
  padding-top: 8px;
  padding-left: 42px;
}

/* line 1716, vendor/assets/stylesheets/porto/theme-elements.css */
.list.list-icons.list-icons-lg.list-icons-style-2 li > .fa:first-child,
.list.list-icons.list-icons-lg.list-icons-style-2 li > .icons:first-child, .list.list-icons.list-icons-lg.list-icons-style-2 li a:first-child > .fa:first-child,
.list.list-icons.list-icons-lg.list-icons-style-2 li a:first-child > .icons:first-child {
  width: 30px;
  height: 30px;
  padding: 4px;
}

/* line 1724, vendor/assets/stylesheets/porto/theme-elements.css */
.list.list-icons.list-icons-lg.list-icons-style-3 li {
  padding-top: 8px;
  padding-left: 42px;
}

/* line 1729, vendor/assets/stylesheets/porto/theme-elements.css */
.list.list-icons.list-icons-lg.list-icons-style-3 li > .fa:first-child,
.list.list-icons.list-icons-lg.list-icons-style-3 li > .icons:first-child, .list.list-icons.list-icons-lg.list-icons-style-3 li a:first-child > .fa:first-child,
.list.list-icons.list-icons-lg.list-icons-style-3 li a:first-child > .icons:first-child {
  width: 30px;
  height: 30px;
  padding: 4px;
}

/* line 1737, vendor/assets/stylesheets/porto/theme-elements.css */
.list.list-icons.list-icons-reverse li {
  text-align: right;
  padding-right: 25px;
  padding-left: 0;
}

/* line 1743, vendor/assets/stylesheets/porto/theme-elements.css */
.list.list-icons.list-icons-reverse li > .fa:first-child,
.list.list-icons.list-icons-reverse li > .icons:first-child, .list.list-icons.list-icons-reverse li a:first-child > .fa:first-child,
.list.list-icons.list-icons-reverse li a:first-child > .icons:first-child {
  position: absolute;
  left: auto;
  right: 0;
  top: 5px;
}

/* line 1752, vendor/assets/stylesheets/porto/theme-elements.css */
.list.list-icons.list-icons-reverse.list-icons-style-2 li {
  padding-right: 36px;
}

/* line 1756, vendor/assets/stylesheets/porto/theme-elements.css */
.list.list-icons.list-icons-reverse.list-icons-style-3 li {
  padding-right: 36px;
}

/* line 1760, vendor/assets/stylesheets/porto/theme-elements.css */
.list.list-icons.list-icons-reverse.list-icons-sm li {
  padding-left: 0;
  padding-right: 13px;
}

/* line 1765, vendor/assets/stylesheets/porto/theme-elements.css */
.list.list-icons.list-icons-reverse.list-icons-sm.list-icons-style-2 li {
  padding-right: 32px;
}

/* line 1769, vendor/assets/stylesheets/porto/theme-elements.css */
.list.list-icons.list-icons-reverse.list-icons-sm.list-icons-style-3 li {
  padding-right: 32px;
}

/* line 1773, vendor/assets/stylesheets/porto/theme-elements.css */
.list.list-icons.list-icons-reverse.list-icons-lg li {
  padding-left: 0;
  padding-right: 32px;
}

/* line 1778, vendor/assets/stylesheets/porto/theme-elements.css */
.list.list-icons.list-icons-reverse.list-icons-lg.list-icons-style-2 li {
  padding-right: 42px;
}

/* line 1782, vendor/assets/stylesheets/porto/theme-elements.css */
.list.list-icons.list-icons-reverse.list-icons-lg.list-icons-style-3 li {
  padding-right: 42px;
}

/* line 1786, vendor/assets/stylesheets/porto/theme-elements.css */
.list.list-borders li {
  border-bottom: 1px solid #DBDBDB;
  margin-top: 9px;
  margin-bottom: 0;
  padding-bottom: 9px;
}

/* line 1793, vendor/assets/stylesheets/porto/theme-elements.css */
.list.list-borders li:last-child {
  border-bottom: 0;
}

/* line 1797, vendor/assets/stylesheets/porto/theme-elements.css */
.list.list-side-borders {
  border-left: 1px solid #DBDBDB;
  padding-left: 10px;
}

/* line 1802, vendor/assets/stylesheets/porto/theme-elements.css */
.list.list-ordened {
  counter-reset: custom-counter;
  list-style: none;
}

/* line 1807, vendor/assets/stylesheets/porto/theme-elements.css */
.list.list-ordened li {
  position: relative;
  padding-left: 22px;
}

/* line 1812, vendor/assets/stylesheets/porto/theme-elements.css */
.list.list-ordened li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(custom-counter);
  counter-increment: custom-counter;
  font-weight: bold;
}

/* line 1821, vendor/assets/stylesheets/porto/theme-elements.css */
.list.list-ordened.list-ordened-style-2 li, .list.list-ordened.list-ordened-style-3 li {
  padding-left: 32px;
}

/* line 1825, vendor/assets/stylesheets/porto/theme-elements.css */
.list.list-ordened.list-ordened-style-2 li:before, .list.list-ordened.list-ordened-style-3 li:before {
  border-radius: 100%;
  border-style: solid;
  border-width: 1px;
  min-width: 26px;
  padding: 0;
  text-align: center;
}

/* line 1834, vendor/assets/stylesheets/porto/theme-elements.css */
.list.list-ordened.list-ordened-style-3 li:before {
  color: #FFF;
  border: 0;
}

/* line 1839, vendor/assets/stylesheets/porto/theme-elements.css */
.list.list-unstyled {
  padding-left: 0;
  padding-right: 0;
}

/* line 1844, vendor/assets/stylesheets/porto/theme-elements.css */
.list-unstyled {
  padding-left: 0;
  padding-right: 0;
}

/* line 1849, vendor/assets/stylesheets/porto/theme-elements.css */
dl dd {
  margin-bottom: 15px;
}

/* Sitemap */
/* line 1854, vendor/assets/stylesheets/porto/theme-elements.css */
ul.sitemap > li > a {
  font-weight: bold;
}

/* line 1858, vendor/assets/stylesheets/porto/theme-elements.css */
ul.sitemap.list li {
  margin: 0 0 3px 0;
}

/* line 1862, vendor/assets/stylesheets/porto/theme-elements.css */
ul.sitemap.list ul {
  margin-bottom: 5px;
  margin-top: 5px;
}

/* Accordion */
/* line 1868, vendor/assets/stylesheets/porto/theme-elements.css */
.accordion .card {
  margin-top: 5px;
}

/* line 1872, vendor/assets/stylesheets/porto/theme-elements.css */
.accordion .card:first-child {
  margin-top: 0;
}

/* line 1876, vendor/assets/stylesheets/porto/theme-elements.css */
.accordion .card-title {
  font-size: 16px;
}

/* line 1880, vendor/assets/stylesheets/porto/theme-elements.css */
.accordion .card-header {
  padding: 0;
  border-radius: 3px;
  border-bottom: 0;
}

/* line 1886, vendor/assets/stylesheets/porto/theme-elements.css */
.accordion .card-header a {
  display: block;
  padding: 10px 20px;
}

/* line 1891, vendor/assets/stylesheets/porto/theme-elements.css */
.accordion .card-header a:hover, .accordion .card-header a:focus {
  text-decoration: none;
}

/* line 1895, vendor/assets/stylesheets/porto/theme-elements.css */
.accordion .card-header a [class^="icon-"] {
  margin-right: 4px;
  position: relative;
  top: 1px;
}

/* line 1901, vendor/assets/stylesheets/porto/theme-elements.css */
.accordion .card-header a .fa, .accordion .card-header a .icons {
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: -1px;
}

/* line 1908, vendor/assets/stylesheets/porto/theme-elements.css */
.accordion.accordion-sm .card-header a {
  padding: 5px 15px;
  font-size: 0.9em;
}

/* line 1913, vendor/assets/stylesheets/porto/theme-elements.css */
.accordion.accordion-sm .card-body {
  font-size: 0.9em;
}

/* line 1917, vendor/assets/stylesheets/porto/theme-elements.css */
.accordion.accordion-lg .card-header a {
  padding: 15px 15px;
  font-size: 1em;
  font-weight: 600;
}

/* line 1923, vendor/assets/stylesheets/porto/theme-elements.css */
.accordion.without-bg .card-default {
  background: transparent !important;
}

/* line 1927, vendor/assets/stylesheets/porto/theme-elements.css */
.accordion.without-bg .card-default > .card-header {
  background: transparent !important;
}

/* line 1931, vendor/assets/stylesheets/porto/theme-elements.css */
.accordion.without-bg .card-body {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 1936, vendor/assets/stylesheets/porto/theme-elements.css */
.accordion.without-borders .card {
  border: 0;
  box-shadow: none;
  border-bottom: 1px solid #DDD;
  border-radius: 0;
}

/* line 1943, vendor/assets/stylesheets/porto/theme-elements.css */
.accordion.without-borders .card-header a {
  padding-left: 0;
  padding-right: 0;
}

/* line 1948, vendor/assets/stylesheets/porto/theme-elements.css */
.accordion.without-borders .card-body {
  padding: 0;
}

/* Tabs */
/* line 1953, vendor/assets/stylesheets/porto/theme-elements.css */
.tabs {
  border-radius: 4px;
  margin-bottom: 20px;
}

/* line 1958, vendor/assets/stylesheets/porto/theme-elements.css */
.nav-tabs {
  margin: 0;
  padding: 0;
  border-bottom-color: #EEE;
}

/* line 1964, vendor/assets/stylesheets/porto/theme-elements.css */
.nav-tabs li:last-child .nav-link {
  margin-right: 0;
}

/* line 1968, vendor/assets/stylesheets/porto/theme-elements.css */
.nav-tabs li .nav-link {
  border-radius: 5px 5px 0 0;
  font-size: 14px;
  margin-right: 1px;
}

/* line 1974, vendor/assets/stylesheets/porto/theme-elements.css */
.nav-tabs li .nav-link, .nav-tabs li .nav-link:hover {
  background: #F4F4F4;
  border-bottom: none;
  border-left: 1px solid #EEE;
  border-right: 1px solid #EEE;
  border-top: 3px solid #EEE;
  color: #CCC;
}

/* line 1983, vendor/assets/stylesheets/porto/theme-elements.css */
.nav-tabs li .nav-link:hover {
  border-bottom-color: transparent;
  border-top: 3px solid #CCC;
  box-shadow: none;
}

/* line 1989, vendor/assets/stylesheets/porto/theme-elements.css */
.nav-tabs li .nav-link:active, .nav-tabs li .nav-link:focus {
  border-bottom: 0;
}

/* line 1993, vendor/assets/stylesheets/porto/theme-elements.css */
.nav-tabs li.active .nav-link,
.nav-tabs li.active .nav-link:hover,
.nav-tabs li.active .nav-link:focus {
  background: #FFF;
  border-left-color: #EEE;
  border-right-color: #EEE;
  border-top: 3px solid #CCC;
  color: #CCC;
}

/* line 2003, vendor/assets/stylesheets/porto/theme-elements.css */
.tab-content {
  border-radius: 0 0 4px 4px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
  background-color: #FFF;
  border: 1px solid #EEE;
  border-top: 0;
  padding: 15px;
}

/* Right Aligned */
/* line 2013, vendor/assets/stylesheets/porto/theme-elements.css */
.nav-tabs.nav-right {
  text-align: right;
}

/* Bottom Tabs */
/* line 2018, vendor/assets/stylesheets/porto/theme-elements.css */
.tabs.tabs-bottom {
  margin: 0 0 20px 0;
  padding: 0;
}

/* line 2023, vendor/assets/stylesheets/porto/theme-elements.css */
.tabs.tabs-bottom .tab-content {
  border-radius: 4px 4px 0 0;
  border-bottom: 0;
  border-top: 1px solid #EEE;
}

/* line 2029, vendor/assets/stylesheets/porto/theme-elements.css */
.tabs.tabs-bottom .nav-tabs {
  border-bottom: none;
  border-top: 1px solid #EEE;
}

/* line 2034, vendor/assets/stylesheets/porto/theme-elements.css */
.tabs.tabs-bottom .nav-tabs li {
  margin-bottom: 0;
  margin-top: -1px;
}

/* line 2039, vendor/assets/stylesheets/porto/theme-elements.css */
.tabs.tabs-bottom .nav-tabs li:last-child .nav-link {
  margin-right: 0;
}

/* line 2043, vendor/assets/stylesheets/porto/theme-elements.css */
.tabs.tabs-bottom .nav-tabs li .nav-link {
  border-radius: 0 0 5px 5px;
  font-size: 14px;
  margin-right: 1px;
}

/* line 2049, vendor/assets/stylesheets/porto/theme-elements.css */
.tabs.tabs-bottom .nav-tabs li .nav-link, .tabs.tabs-bottom .nav-tabs li .nav-link:hover {
  border-bottom: 3px solid #EEE;
  border-top: 1px solid #EEE;
}

/* line 2054, vendor/assets/stylesheets/porto/theme-elements.css */
.tabs.tabs-bottom .nav-tabs li .nav-link:hover {
  border-bottom: 3px solid #CCC;
  border-top: 1px solid #EEE;
}

/* line 2059, vendor/assets/stylesheets/porto/theme-elements.css */
.tabs.tabs-bottom .nav-tabs li.active .nav-link,
.tabs.tabs-bottom .nav-tabs li.active .nav-link:hover,
.tabs.tabs-bottom .nav-tabs li.active .nav-link:focus {
  border-bottom: 3px solid #CCC;
  border-top-color: transparent;
}

/* Vertical */
/* line 2067, vendor/assets/stylesheets/porto/theme-elements.css */
.tabs-vertical {
  display: table;
  width: 100%;
  padding: 0;
  border-top: 1px solid #EEE;
}

/* line 2074, vendor/assets/stylesheets/porto/theme-elements.css */
.tabs-vertical .tab-content {
  display: table-cell;
  vertical-align: top;
}

/* line 2079, vendor/assets/stylesheets/porto/theme-elements.css */
.tabs-vertical .nav-tabs {
  border-bottom: none;
  display: table-cell;
  height: 100%;
  float: none;
  padding: 0;
  vertical-align: top;
  width: 25%;
}

/* line 2089, vendor/assets/stylesheets/porto/theme-elements.css */
.tabs-vertical .nav-tabs > li {
  display: block;
}

/* line 2093, vendor/assets/stylesheets/porto/theme-elements.css */
.tabs-vertical .nav-tabs > li .nav-link {
  border-radius: 0;
  display: block;
  padding-top: 10px;
}

/* line 2099, vendor/assets/stylesheets/porto/theme-elements.css */
.tabs-vertical .nav-tabs > li .nav-link, .tabs-vertical .nav-tabs > li .nav-link:hover, .tabs-vertical .nav-tabs > li .nav-link:focus {
  border-bottom: none;
  border-top: none;
}

/* line 2104, vendor/assets/stylesheets/porto/theme-elements.css */
.tabs-vertical .nav-tabs > li.active .nav-link,
.tabs-vertical .nav-tabs > li.active .nav-link:hover,
.tabs-vertical .nav-tabs > li.active .nav-link:focus {
  border-top: none;
}

/* Vertical - Left Side */
/* line 2111, vendor/assets/stylesheets/porto/theme-elements.css */
.tabs-left {
  padding: 0;
}

/* line 2115, vendor/assets/stylesheets/porto/theme-elements.css */
.tabs-left .tab-content {
  border-radius: 0 5px 5px 5px;
  border-left: none;
}

/* line 2120, vendor/assets/stylesheets/porto/theme-elements.css */
.tabs-left .nav-tabs > li {
  margin-right: -1px;
}

/* line 2124, vendor/assets/stylesheets/porto/theme-elements.css */
.tabs-left .nav-tabs > li:first-child .nav-link {
  border-radius: 5px 0 0 0;
}

/* line 2128, vendor/assets/stylesheets/porto/theme-elements.css */
.tabs-left .nav-tabs > li:last-child .nav-link {
  border-radius: 0 0 0 5px;
  border-bottom: 1px solid #eee;
}

/* line 2133, vendor/assets/stylesheets/porto/theme-elements.css */
.tabs-left .nav-tabs > li .nav-link {
  border-right: 1px solid #EEE;
  border-left: 3px solid #EEE;
  margin-right: 1px;
  margin-left: -3px;
}

/* line 2140, vendor/assets/stylesheets/porto/theme-elements.css */
.tabs-left .nav-tabs > li .nav-link:hover {
  border-left-color: #CCC;
}

/* line 2144, vendor/assets/stylesheets/porto/theme-elements.css */
.tabs-left .nav-tabs > li.active .nav-link,
.tabs-left .nav-tabs > li.active .nav-link:hover,
.tabs-left .nav-tabs > li.active .nav-link:focus {
  border-left: 3px solid #CCC;
  border-right-color: #FFF;
}

/* Vertical - Right Side */
/* line 2152, vendor/assets/stylesheets/porto/theme-elements.css */
.tabs-right {
  padding: 0;
}

/* line 2156, vendor/assets/stylesheets/porto/theme-elements.css */
.tabs-right .tab-content {
  border-radius: 5px 0 5px 5px;
  border-right: none;
}

/* line 2161, vendor/assets/stylesheets/porto/theme-elements.css */
.tabs-right .nav-tabs > li {
  margin-left: -1px;
}

/* line 2165, vendor/assets/stylesheets/porto/theme-elements.css */
.tabs-right .nav-tabs > li:first-child .nav-link {
  border-radius: 0 5px 0 0;
}

/* line 2169, vendor/assets/stylesheets/porto/theme-elements.css */
.tabs-right .nav-tabs > li:last-child .nav-link {
  border-radius: 0 0 5px 0;
  border-bottom: 1px solid #eee;
}

/* line 2174, vendor/assets/stylesheets/porto/theme-elements.css */
.tabs-right .nav-tabs > li .nav-link {
  border-right: 3px solid #EEE;
  border-left: 1px solid #EEE;
  margin-right: 1px;
  margin-left: 1px;
}

/* line 2181, vendor/assets/stylesheets/porto/theme-elements.css */
.tabs-right .nav-tabs > li .nav-link:hover {
  border-right-color: #CCC;
}

/* line 2185, vendor/assets/stylesheets/porto/theme-elements.css */
.tabs-right .nav-tabs > li.active .nav-link,
.tabs-right .nav-tabs > li.active .nav-link:hover,
.tabs-right .nav-tabs > li.active .nav-link:focus {
  border-right: 3px solid #CCC;
  border-left: 1px solid #FFF;
}

/* Justified */
/* line 2193, vendor/assets/stylesheets/porto/theme-elements.css */
.nav-tabs.nav-justified {
  padding: 0;
  margin-bottom: -1px;
}

/* line 2198, vendor/assets/stylesheets/porto/theme-elements.css */
.nav-tabs.nav-justified li {
  margin-bottom: 0;
}

/* line 2202, vendor/assets/stylesheets/porto/theme-elements.css */
.nav-tabs.nav-justified li:first-child .nav-link,
.nav-tabs.nav-justified li:first-child .nav-link:hover {
  border-radius: 5px 0 0 0;
}

/* line 2207, vendor/assets/stylesheets/porto/theme-elements.css */
.nav-tabs.nav-justified li:last-child .nav-link,
.nav-tabs.nav-justified li:last-child .nav-link:hover {
  border-radius: 0 5px 0 0;
}

/* line 2212, vendor/assets/stylesheets/porto/theme-elements.css */
.nav-tabs.nav-justified li .nav-link {
  border-bottom: 1px solid #DDD;
  border-radius: 0;
  margin-right: 0;
}

/* line 2218, vendor/assets/stylesheets/porto/theme-elements.css */
.nav-tabs.nav-justified li .nav-link:hover, .nav-tabs.nav-justified li .nav-link:focus {
  border-bottom: 1px solid #DDD;
}

/* line 2222, vendor/assets/stylesheets/porto/theme-elements.css */
.nav-tabs.nav-justified li.active .nav-link,
.nav-tabs.nav-justified li.active .nav-link:hover,
.nav-tabs.nav-justified li.active .nav-link:focus {
  background: #FFF;
  border-left-color: #EEE;
  border-right-color: #EEE;
  border-top-width: 3px;
}

/* line 2231, vendor/assets/stylesheets/porto/theme-elements.css */
.nav-tabs.nav-justified li.active .nav-link {
  border-bottom: 1px solid #FFF;
}

/* line 2235, vendor/assets/stylesheets/porto/theme-elements.css */
.nav-tabs.nav-justified li.active .nav-link, .nav-tabs.nav-justified li.active .nav-link:hover, .nav-tabs.nav-justified li.active .nav-link:focus {
  border-top-width: 3px;
}

/* line 2239, vendor/assets/stylesheets/porto/theme-elements.css */
.nav-tabs.nav-justified li.active .nav-link:hover {
  border-bottom: 1px solid #FFF;
}

/* Bottom Tabs with Justified Nav */
/* line 2244, vendor/assets/stylesheets/porto/theme-elements.css */
.tabs.tabs-bottom {
  padding: 0;
}

/* line 2248, vendor/assets/stylesheets/porto/theme-elements.css */
.tabs.tabs-bottom .nav.nav-tabs.nav-justified {
  border-top: none;
}

/* line 2252, vendor/assets/stylesheets/porto/theme-elements.css */
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li .nav-link {
  margin-right: 0;
  border-top-color: transparent;
}

/* line 2257, vendor/assets/stylesheets/porto/theme-elements.css */
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child .nav-link {
  border-radius: 0 0 0 5px;
}

/* line 2261, vendor/assets/stylesheets/porto/theme-elements.css */
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child .nav-link {
  margin-right: 0;
  border-radius: 0 0 5px 0;
}

/* line 2266, vendor/assets/stylesheets/porto/theme-elements.css */
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li.active .nav-link,
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li.active .nav-link:hover,
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li.active .nav-link:focus {
  border-top-color: transparent;
}

/* Center */
/* line 2273, vendor/assets/stylesheets/porto/theme-elements.css */
.tabs-center .nav-tabs {
  margin: 0 auto;
  text-align: center;
}

/* Navigation */
/* line 2279, vendor/assets/stylesheets/porto/theme-elements.css */
.tabs-navigation {
  border-radius: 5px;
}

/* line 2283, vendor/assets/stylesheets/porto/theme-elements.css */
.tabs-navigation .nav-tabs > li {
  margin-bottom: 1px;
}

/* line 2287, vendor/assets/stylesheets/porto/theme-elements.css */
.tabs-navigation .nav-tabs > li .nav-link {
  color: #777;
  padding: 18px;
  line-height: 100%;
  position: relative;
}

/* line 2294, vendor/assets/stylesheets/porto/theme-elements.css */
.tabs-navigation .nav-tabs > li .nav-link:before {
  font-family: FontAwesome;
  content: "\f054";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

/* line 2303, vendor/assets/stylesheets/porto/theme-elements.css */
.tabs-navigation .nav-tabs > li .nav-link .fa, .tabs-navigation .nav-tabs > li .nav-link .icons {
  margin-right: 4px;
}

/* line 2307, vendor/assets/stylesheets/porto/theme-elements.css */
.tabs-navigation .nav-tabs li:first-child .nav-link {
  border-radius: 5px 5px 0 0;
}

/* line 2311, vendor/assets/stylesheets/porto/theme-elements.css */
.tabs-navigation .nav-tabs li.active .nav-link, .tabs-navigation .nav-tabs li.active .nav-link:hover, .tabs-navigation .nav-tabs li.active .nav-link:focus {
  border-right-color: #eee;
}

/* line 2315, vendor/assets/stylesheets/porto/theme-elements.css */
.tabs-navigation .nav-tabs li:last-child .nav-link {
  border-radius: 0 0 5px 5px;
}

/* line 2319, vendor/assets/stylesheets/porto/theme-elements.css */
.tab-pane-navigation {
  display: none;
}

/* line 2323, vendor/assets/stylesheets/porto/theme-elements.css */
.tab-pane-navigation.active {
  display: block;
}

/* Simple */
/* line 2328, vendor/assets/stylesheets/porto/theme-elements.css */
.tabs.tabs-simple .nav-tabs {
  justify-content: center;
  border: 0;
  margin-bottom: 10px;
}

/* line 2334, vendor/assets/stylesheets/porto/theme-elements.css */
.tabs.tabs-simple .nav-tabs > li {
  margin-left: 0;
  margin-bottom: 20px;
}

/* line 2339, vendor/assets/stylesheets/porto/theme-elements.css */
.tabs.tabs-simple .nav-tabs > li .nav-link, .tabs.tabs-simple .nav-tabs > li .nav-link:hover, .tabs.tabs-simple .nav-tabs > li .nav-link:focus {
  padding: 15px 30px;
  background: none;
  border: 0;
  border-bottom: 3px solid #eee;
  border-radius: 0;
  color: #777;
  font-size: 16px;
}

/* line 2349, vendor/assets/stylesheets/porto/theme-elements.css */
.tabs.tabs-simple .tab-content {
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  box-shadow: none;
}

/* Responsive */
@media (max-width: 575px) {
  /* line 2359, vendor/assets/stylesheets/porto/theme-elements.css */
  .tabs .nav.nav-tabs.nav-justified li {
    display: block;
    margin-bottom: -5px;
  }
  /* line 2364, vendor/assets/stylesheets/porto/theme-elements.css */
  .tabs .nav.nav-tabs.nav-justified li .nav-link {
    border-top-width: 3px !important;
    border-bottom-width: 0 !important;
  }
  /* line 2369, vendor/assets/stylesheets/porto/theme-elements.css */
  .tabs .nav.nav-tabs.nav-justified li:first-child .nav-link, .tabs .nav.nav-tabs.nav-justified li:first-child .nav-link:hover {
    border-radius: 5px 5px 0 0;
  }
  /* line 2373, vendor/assets/stylesheets/porto/theme-elements.css */
  .tabs .nav.nav-tabs.nav-justified li:last-child .nav-link, .tabs .nav.nav-tabs.nav-justified li:last-child .nav-link:hover {
    border-radius: 0;
  }
  /* line 2377, vendor/assets/stylesheets/porto/theme-elements.css */
  .tabs.tabs-bottom .nav.nav-tabs.nav-justified li {
    margin-bottom: 0;
    margin-top: -5px;
  }
  /* line 2382, vendor/assets/stylesheets/porto/theme-elements.css */
  .tabs.tabs-bottom .nav.nav-tabs.nav-justified li .nav-link {
    border-bottom-width: 3px !important;
    border-top-width: 0 !important;
  }
  /* line 2387, vendor/assets/stylesheets/porto/theme-elements.css */
  .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child .nav-link, .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child .nav-link:hover {
    border-radius: 0;
  }
  /* line 2391, vendor/assets/stylesheets/porto/theme-elements.css */
  .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child .nav-link, .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child .nav-link:hover {
    border-radius: 0 0 5px 5px;
  }
}

/* Toggles */
/* line 2396, vendor/assets/stylesheets/porto/theme-elements.css */
.toggle {
  margin: 10px 0 20px;
  position: relative;
  clear: both;
}

/* line 2402, vendor/assets/stylesheets/porto/theme-elements.css */
.toggle .toggle {
  margin: 10px 0 0;
}

/* line 2406, vendor/assets/stylesheets/porto/theme-elements.css */
.toggle > input {
  cursor: pointer;
  filter: alpha(opacity=0);
  height: 45px;
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}

/* line 2417, vendor/assets/stylesheets/porto/theme-elements.css */
.toggle > label {
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  background: #F4F4F4;
  border-left: 3px solid #CCC;
  border-radius: 5px;
  color: #CCC;
  display: block;
  font-size: 1.1em;
  min-height: 20px;
  padding: 12px 20px 12px 10px;
  position: relative;
  cursor: pointer;
  font-weight: 400;
}

/* line 2434, vendor/assets/stylesheets/porto/theme-elements.css */
.toggle > label:-moz-selection {
  background: none;
}

/* line 2438, vendor/assets/stylesheets/porto/theme-elements.css */
.toggle > label i.fa-minus {
  display: none;
}

/* line 2442, vendor/assets/stylesheets/porto/theme-elements.css */
.toggle > label i.fa-plus {
  display: inline;
}

/* line 2446, vendor/assets/stylesheets/porto/theme-elements.css */
.toggle > label:selection {
  background: none;
}

/* line 2450, vendor/assets/stylesheets/porto/theme-elements.css */
.toggle > label:before {
  border: 6px solid transparent;
  border-left-color: inherit;
  content: '';
  margin-top: -6px;
  position: absolute;
  right: 4px;
  top: 50%;
}

/* line 2460, vendor/assets/stylesheets/porto/theme-elements.css */
.toggle > label:hover {
  background: #f5f5f5;
}

/* line 2464, vendor/assets/stylesheets/porto/theme-elements.css */
.toggle > label + p {
  color: #999;
  display: block;
  overflow: hidden;
  padding-left: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 25px;
}

/* line 2474, vendor/assets/stylesheets/porto/theme-elements.css */
.toggle > label i {
  font-size: 0.7em;
  margin-right: 8px;
  position: relative;
  top: -1px;
}

/* line 2481, vendor/assets/stylesheets/porto/theme-elements.css */
.toggle > .toggle-content {
  display: none;
}

/* line 2485, vendor/assets/stylesheets/porto/theme-elements.css */
.toggle > .toggle-content > p {
  margin-bottom: 0;
  padding: 10px 0;
}

/* line 2490, vendor/assets/stylesheets/porto/theme-elements.css */
.toggle.active i.fa-minus {
  display: inline;
}

/* line 2494, vendor/assets/stylesheets/porto/theme-elements.css */
.toggle.active i.fa-plus {
  display: none;
}

/* line 2498, vendor/assets/stylesheets/porto/theme-elements.css */
.toggle.active > label {
  background: #F4F4F4;
  border-color: #CCC;
}

/* line 2503, vendor/assets/stylesheets/porto/theme-elements.css */
.toggle.active > label:before {
  border: 6px solid transparent;
  border-top-color: #FFF;
  margin-top: -3px;
  right: 10px;
}

/* line 2510, vendor/assets/stylesheets/porto/theme-elements.css */
.toggle.active > p {
  white-space: normal;
}

/* line 2514, vendor/assets/stylesheets/porto/theme-elements.css */
.toggle > p.preview-active {
  height: auto;
  white-space: normal;
}

/* line 2519, vendor/assets/stylesheets/porto/theme-elements.css */
.toggle.toggle-sm .toggle > label {
  font-size: 0.9em;
  padding: 6px 20px 6px 10px;
}

/* line 2524, vendor/assets/stylesheets/porto/theme-elements.css */
.toggle.toggle-sm .toggle > .toggle-content > p {
  font-size: 0.9em;
}

/* line 2528, vendor/assets/stylesheets/porto/theme-elements.css */
.toggle.toggle-lg .toggle > label {
  font-size: 1.1em;
  padding: 16px 20px 16px 20px;
}

/* line 2533, vendor/assets/stylesheets/porto/theme-elements.css */
.toggle.toggle-lg .toggle > .toggle-content > p {
  font-size: 1.1em;
}

/* line 2537, vendor/assets/stylesheets/porto/theme-elements.css */
.toggle.toggle-simple .toggle > label {
  border-radius: 0;
  border: 0;
  background: transparent;
  color: #777;
  padding-left: 32px;
  margin-bottom: -10px;
  font-size: 1em;
  font-weight: 600;
  color: #1d2127;
}

/* line 2549, vendor/assets/stylesheets/porto/theme-elements.css */
.toggle.toggle-simple .toggle > label:after {
  content: '';
  position: absolute;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  background: #CCC;
  top: 23px;
  margin-top: -12px;
  border-radius: 3px;
  z-index: 1;
}

/* line 2563, vendor/assets/stylesheets/porto/theme-elements.css */
.toggle.toggle-simple .toggle > label:before {
  border: 0;
  left: 7px;
  right: auto;
  margin-top: 0;
  top: 12px;
  font-family: FontAwesome;
  content: "\f067";
  z-index: 2;
  color: #FFF;
  font-size: 13px;
}

/* line 2576, vendor/assets/stylesheets/porto/theme-elements.css */
.toggle.toggle-simple .toggle.active > label {
  background: transparent;
  color: #1d2127;
}

/* line 2581, vendor/assets/stylesheets/porto/theme-elements.css */
.toggle.toggle-simple .toggle.active > label:before {
  content: "\f068";
}

/* Owl Carousel */
/* line 2586, vendor/assets/stylesheets/porto/theme-elements.css */
.owl-carousel {
  margin-bottom: 20px;
}

/* line 2590, vendor/assets/stylesheets/porto/theme-elements.css */
.owl-carousel .owl-item img {
  transform-style: unset;
}

/* line 2594, vendor/assets/stylesheets/porto/theme-elements.css */
.owl-carousel .thumbnail {
  margin-right: 1px;
}

/* line 2598, vendor/assets/stylesheets/porto/theme-elements.css */
.owl-carousel .item-video {
  height: 300px;
}

/* line 2602, vendor/assets/stylesheets/porto/theme-elements.css */
.owl-carousel .owl-nav {
  top: 50%;
  position: absolute;
  margin-top: -20px;
  width: 100%;
}

/* line 2609, vendor/assets/stylesheets/porto/theme-elements.css */
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 30px;
}

/* line 2616, vendor/assets/stylesheets/porto/theme-elements.css */
.owl-carousel .owl-nav .owl-prev {
  left: -5px;
}

/* line 2620, vendor/assets/stylesheets/porto/theme-elements.css */
.owl-carousel .owl-nav .owl-prev:before {
  font-family: FontAwesome;
  content: "\f053";
  position: relative;
  left: -1px;
  top: 1px;
}

/* line 2628, vendor/assets/stylesheets/porto/theme-elements.css */
.owl-carousel .owl-nav .owl-next {
  right: -5px;
}

/* line 2632, vendor/assets/stylesheets/porto/theme-elements.css */
.owl-carousel .owl-nav .owl-next:before {
  font-family: FontAwesome;
  content: "\f054";
  position: relative;
  left: 2px;
  top: 1px;
}

/* line 2640, vendor/assets/stylesheets/porto/theme-elements.css */
.owl-carousel.stage-margin .owl-stage-outer {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

/* line 2645, vendor/assets/stylesheets/porto/theme-elements.css */
.owl-carousel.stage-margin .owl-stage-outer .owl-stage {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* line 2650, vendor/assets/stylesheets/porto/theme-elements.css */
.owl-carousel.show-nav-hover .owl-nav {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

/* line 2657, vendor/assets/stylesheets/porto/theme-elements.css */
.owl-carousel.show-nav-hover .owl-nav .owl-prev {
  left: -20px;
}

/* line 2661, vendor/assets/stylesheets/porto/theme-elements.css */
.owl-carousel.show-nav-hover .owl-nav .owl-next {
  right: -20px;
}

/* line 2665, vendor/assets/stylesheets/porto/theme-elements.css */
.owl-carousel.show-nav-hover:hover .owl-nav {
  opacity: 1;
}

/* line 2669, vendor/assets/stylesheets/porto/theme-elements.css */
.owl-carousel.show-nav-title .owl-nav {
  top: 0;
  right: 0;
  margin-top: -45px;
  width: auto;
}

/* line 2676, vendor/assets/stylesheets/porto/theme-elements.css */
.owl-carousel.show-nav-title .owl-nav [class*="owl-"], .owl-carousel.show-nav-title .owl-nav [class*="owl-"]:hover, .owl-carousel.show-nav-title .owl-nav [class*="owl-"]:active {
  font-size: 18px;
  background: transparent !important;
  width: 18px;
  font-size: 18px;
}

/* line 2683, vendor/assets/stylesheets/porto/theme-elements.css */
.owl-carousel.show-nav-title .owl-nav .owl-prev {
  left: -45px;
}

/* line 2687, vendor/assets/stylesheets/porto/theme-elements.css */
.owl-carousel.rounded-nav .owl-nav [class*="owl-"] {
  padding: 3px 7px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #999 !important;
  color: #999;
}

/* line 2695, vendor/assets/stylesheets/porto/theme-elements.css */
.owl-carousel.rounded-nav .owl-nav [class*="owl-"]:hover, .owl-carousel.rounded-nav .owl-nav .hover[class*="owl-"] {
  background: transparent !important;
  border: 1px solid #a1a1a1 !important;
  color: #a1a1a1 !important;
}

/* line 2701, vendor/assets/stylesheets/porto/theme-elements.css */
.owl-carousel.rounded-nav .owl-nav [class*="owl-"]:active, .owl-carousel.rounded-nav .owl-nav .active[class*="owl-"] {
  background: transparent !important;
  border: 1px solid #666 !important;
  color: #666 !important;
}

/* line 2707, vendor/assets/stylesheets/porto/theme-elements.css */
.owl-carousel.nav-bottom .owl-nav {
  position: static;
  margin: 0;
  padding: 0;
  width: auto;
}

/* line 2714, vendor/assets/stylesheets/porto/theme-elements.css */
.owl-carousel.nav-bottom .owl-nav .owl-prev, .owl-carousel.nav-bottom .owl-nav .owl-next {
  position: static;
}

/* line 2718, vendor/assets/stylesheets/porto/theme-elements.css */
.owl-carousel.nav-inside .owl-nav, .owl-carousel.nav-inside .owl-dots {
  bottom: 2px;
  margin-top: 10px;
  position: absolute;
  right: 6px;
}

/* line 2725, vendor/assets/stylesheets/porto/theme-elements.css */
.owl-carousel.full-width .owl-nav, .owl-carousel.big-nav .owl-nav {
  margin-top: -30px;
}

/* line 2729, vendor/assets/stylesheets/porto/theme-elements.css */
.owl-carousel.full-width .owl-nav [class*="owl-"], .owl-carousel.full-width .owl-nav [class*="owl-"]:hover, .owl-carousel.big-nav .owl-nav [class*="owl-"], .owl-carousel.big-nav .owl-nav [class*="owl-"]:hover {
  height: auto;
  padding: 20px 0;
}

/* line 2734, vendor/assets/stylesheets/porto/theme-elements.css */
.owl-carousel.full-width .owl-nav .owl-prev, .owl-carousel.big-nav .owl-nav .owl-prev {
  border-radius: 0 4px 4px 0;
}

/* line 2738, vendor/assets/stylesheets/porto/theme-elements.css */
.owl-carousel.full-width .owl-nav .owl-next, .owl-carousel.big-nav .owl-nav .owl-next {
  border-radius: 4px 0 0 4px;
}

/* line 2742, vendor/assets/stylesheets/porto/theme-elements.css */
.owl-carousel.top-border {
  border-top: 1px solid #DBDBDB;
  padding-top: 18px;
}

/* Spaced */
/* line 2748, vendor/assets/stylesheets/porto/theme-elements.css */
.owl-carousel-spaced {
  margin-left: -5px;
}

/* line 2752, vendor/assets/stylesheets/porto/theme-elements.css */
.owl-carousel-spaced .owl-item > div {
  margin: 5px;
}

/* Testimonials */
/* line 2757, vendor/assets/stylesheets/porto/theme-elements.css */
.owl-carousel.testimonials img {
  display: inline-block;
  height: 70px;
  width: 70px;
}

/* Responsive */
@media (max-width: 575px) {
  /* line 2765, vendor/assets/stylesheets/porto/theme-elements.css */
  .owl-carousel-spaced {
    margin-left: 0;
  }
}

/* Carousel Areas */
/* line 2770, vendor/assets/stylesheets/porto/theme-elements.css */
.carousel-areas {
  background: transparent url(/../img/patterns/stripes.png) repeat 0 0;
  margin-bottom: -10px;
  padding: 10px 10px 0 10px;
  border-radius: 6px 6px 0 0;
}

/* line 2777, vendor/assets/stylesheets/porto/theme-elements.css */
.carousel-areas .owl-carousel {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

/* line 2781, vendor/assets/stylesheets/porto/theme-elements.css */
.carousel-areas .owl-carousel .owl-nav .owl-prev {
  left: -55px;
}

/* line 2785, vendor/assets/stylesheets/porto/theme-elements.css */
.carousel-areas .owl-carousel .owl-nav .owl-next {
  right: -55px;
}

/* line 2789, vendor/assets/stylesheets/porto/theme-elements.css */
.carousel-areas .owl-carousel:first-child img {
  border-radius: 6px 6px 0 0;
}

/* Responsive */
@media (max-width: 991px) {
  /* line 2795, vendor/assets/stylesheets/porto/theme-elements.css */
  .carousel-areas .owl-carousel .owl-nav {
    display: none;
  }
}

/* Video */
/* line 2800, vendor/assets/stylesheets/porto/theme-elements.css */
section.video {
  -webkit-transform: translate3d(0, 0, 0);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 50px 0;
  position: relative;
  overflow: hidden;
  width: 100%;
}

/* line 2810, vendor/assets/stylesheets/porto/theme-elements.css */
section.video .container {
  position: relative;
  z-index: 3;
}

/* line 2815, vendor/assets/stylesheets/porto/theme-elements.css */
section.video .video-overlay {
  background: transparent url(/../img/video-overlay.png) repeat 0 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

/* line 2827, vendor/assets/stylesheets/porto/theme-elements.css */
section.video.video-overlay-dark .video-overlay {
  background-image: url(/../img/video-overlay-dark.png);
}

/* line 2831, vendor/assets/stylesheets/porto/theme-elements.css */
html.boxed section.video > div:first-child {
  z-index: 0 !important;
}

/* line 2835, vendor/assets/stylesheets/porto/theme-elements.css */
html.boxed section.video > div:first-child video {
  z-index: 0 !important;
}

/* Popup */
/* line 2840, vendor/assets/stylesheets/porto/theme-elements.css */
.popup-inline-content,
.mfp-content .ajax-container {
  background: none repeat scroll 0 0 #FFF;
  margin: 40px auto;
  max-width: 1170px;
  padding: 20px 30px;
  position: relative;
  text-align: left;
  display: none;
}

/* line 2851, vendor/assets/stylesheets/porto/theme-elements.css */
.mfp-content .ajax-container {
  display: block;
}

/* line 2855, vendor/assets/stylesheets/porto/theme-elements.css */
.mfp-wrap .popup-inline-content {
  display: block;
}

@media (min-width: 576px) {
  /* line 2860, vendor/assets/stylesheets/porto/theme-elements.css */
  .modal-dialog {
    max-width: 600px;
  }
}

/* line 2865, vendor/assets/stylesheets/porto/theme-elements.css */
.modal-footer > :not(:first-child) {
  margin-left: .25rem;
  margin-right: 0rem;
}

/* line 2870, vendor/assets/stylesheets/porto/theme-elements.css */
.modal-footer > :not(:last-child) {
  margin-right: .25rem;
  margin-left: 0rem;
}

/* Close */
/* line 2876, vendor/assets/stylesheets/porto/theme-elements.css */
.mfp-close,
.mfp-close-btn-in .mfp-close {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #838383;
}

/* No Margins */
/* line 2885, vendor/assets/stylesheets/porto/theme-elements.css */
.mfp-no-margins img.mfp-img {
  padding: 0;
}

/* line 2889, vendor/assets/stylesheets/porto/theme-elements.css */
.mfp-no-margins .mfp-figure:after {
  top: 0;
  bottom: 0;
}

/* line 2894, vendor/assets/stylesheets/porto/theme-elements.css */
.mfp-no-margins .mfp-container {
  padding: 0;
}

/* Zoom */
/* line 2899, vendor/assets/stylesheets/porto/theme-elements.css */
.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
  opacity: 0.001;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* line 2908, vendor/assets/stylesheets/porto/theme-elements.css */
.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

/* line 2912, vendor/assets/stylesheets/porto/theme-elements.css */
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* line 2916, vendor/assets/stylesheets/porto/theme-elements.css */
.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/* Animnate */
/* line 2921, vendor/assets/stylesheets/porto/theme-elements.css */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

/* line 2934, vendor/assets/stylesheets/porto/theme-elements.css */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* line 2943, vendor/assets/stylesheets/porto/theme-elements.css */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

/* line 2952, vendor/assets/stylesheets/porto/theme-elements.css */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0.001;
  /* Chrome opacity transition bug */
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* line 2961, vendor/assets/stylesheets/porto/theme-elements.css */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* line 2965, vendor/assets/stylesheets/porto/theme-elements.css */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/* line 2969, vendor/assets/stylesheets/porto/theme-elements.css */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* line 2982, vendor/assets/stylesheets/porto/theme-elements.css */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}

/* line 2991, vendor/assets/stylesheets/porto/theme-elements.css */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* line 3000, vendor/assets/stylesheets/porto/theme-elements.css */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0.01;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* line 3008, vendor/assets/stylesheets/porto/theme-elements.css */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* line 3012, vendor/assets/stylesheets/porto/theme-elements.css */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

/* Fade */
/* line 3017, vendor/assets/stylesheets/porto/theme-elements.css */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* line 3024, vendor/assets/stylesheets/porto/theme-elements.css */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* line 3028, vendor/assets/stylesheets/porto/theme-elements.css */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* line 3032, vendor/assets/stylesheets/porto/theme-elements.css */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* line 3039, vendor/assets/stylesheets/porto/theme-elements.css */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* line 3043, vendor/assets/stylesheets/porto/theme-elements.css */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* Dialog */
/* line 3048, vendor/assets/stylesheets/porto/theme-elements.css */
.dialog {
  background: white;
  padding: 20px 30px;
  text-align: left;
  margin: 40px auto;
  position: relative;
  max-width: 600px;
}

/* line 3057, vendor/assets/stylesheets/porto/theme-elements.css */
.dialog.dialog-xs {
  max-width: 200px;
}

/* line 3061, vendor/assets/stylesheets/porto/theme-elements.css */
.dialog.dialog-sm {
  max-width: 400px;
}

/* line 3065, vendor/assets/stylesheets/porto/theme-elements.css */
.dialog.dialog-md {
  max-width: 600px;
}

/* line 3069, vendor/assets/stylesheets/porto/theme-elements.css */
.dialog.dialog-lg {
  max-width: 900px;
}

/* White Popup Block */
/* line 3074, vendor/assets/stylesheets/porto/theme-elements.css */
.white-popup-block {
  background: #FFF;
  padding: 20px 30px;
  text-align: left;
  max-width: 600px;
  margin: 40px auto;
  position: relative;
}

/* line 3083, vendor/assets/stylesheets/porto/theme-elements.css */
.white-popup-block.white-popup-block-xs {
  max-width: 200px;
}

/* line 3087, vendor/assets/stylesheets/porto/theme-elements.css */
.white-popup-block.white-popup-block-sm {
  max-width: 400px;
}

/* line 3091, vendor/assets/stylesheets/porto/theme-elements.css */
.white-popup-block.white-popup-block-md {
  max-width: 600px;
}

/* line 3095, vendor/assets/stylesheets/porto/theme-elements.css */
.white-popup-block.white-popup-block-lg {
  max-width: 900px;
}

/* Lightbox Opened */
/* line 3100, vendor/assets/stylesheets/porto/theme-elements.css */
html.lightbox-opened.sticky-header-active #header .header-body {
  padding-right: 17px;
}

/* Modal Opened */
/* line 3105, vendor/assets/stylesheets/porto/theme-elements.css */
.modal-open {
  padding-right: 0 !important;
}

/* Clearfix */
/* line 3110, vendor/assets/stylesheets/porto/theme-elements.css */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 3119, vendor/assets/stylesheets/porto/theme-elements.css */
html[xmlns] .clearfix {
  display: block;
}

/* line 3123, vendor/assets/stylesheets/porto/theme-elements.css */
* html .clearfix {
  height: 1%;
}

/* Container */
/* line 3128, vendor/assets/stylesheets/porto/theme-elements.css */
.container-xl {
  width: 100%;
  max-width: 1630px;
}

/* Sample Item */
/* line 3134, vendor/assets/stylesheets/porto/theme-elements.css */
.sample-item-container {
  max-width: 1648px;
}

/* line 3138, vendor/assets/stylesheets/porto/theme-elements.css */
.sample-item-list {
  list-style: none;
  padding: 0;
  margin: 0;
  opacity: 0;
}

/* line 3145, vendor/assets/stylesheets/porto/theme-elements.css */
.sample-item-list li {
  text-align: center;
}

/* line 3149, vendor/assets/stylesheets/porto/theme-elements.css */
.sample-item-list.sample-item-list-loaded {
  opacity: 1;
}

/* line 3153, vendor/assets/stylesheets/porto/theme-elements.css */
.sample-item {
  text-align: center;
  max-width: 500px;
  width: 100%;
  display: inline-block;
  margin-bottom: 35px;
}

/* line 3161, vendor/assets/stylesheets/porto/theme-elements.css */
.sample-item a {
  text-decoration: none !important;
}

/* line 3165, vendor/assets/stylesheets/porto/theme-elements.css */
.sample-item .owl-carousel {
  margin-bottom: 0;
  box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.1);
  position: relative;
  height: 22.8vw;
  max-height: 365px;
  display: block !important;
  overflow: hidden;
  -webkit-transition: box-shadow 0.3s ease;
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
}

/* line 3178, vendor/assets/stylesheets/porto/theme-elements.css */
.sample-item .owl-carousel:hover {
  box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.4);
}

/* line 3182, vendor/assets/stylesheets/porto/theme-elements.css */
.sample-item .owl-carousel .sample-item-image-wrapper {
  box-shadow: none;
}

/* line 3186, vendor/assets/stylesheets/porto/theme-elements.css */
.sample-item .owl-carousel .owl-item > div {
  height: 365px;
  max-height: 365px;
}

/* line 3191, vendor/assets/stylesheets/porto/theme-elements.css */
.sample-item .owl-carousel .owl-nav .owl-prev,
.sample-item .owl-carousel .owl-nav .owl-next {
  border: 0 none;
  border-radius: 0 4px 4px 0;
  color: #777;
  height: 50px;
  line-height: 38px;
  margin-top: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 3204, vendor/assets/stylesheets/porto/theme-elements.css */
.sample-item .owl-carousel .owl-nav .owl-prev:hover, .sample-item .owl-carousel .owl-nav .owl-prev:focus,
.sample-item .owl-carousel .owl-nav .owl-next:hover,
.sample-item .owl-carousel .owl-nav .owl-next:focus {
  color: #000 !important;
}

/* line 3210, vendor/assets/stylesheets/porto/theme-elements.css */
.sample-item .owl-carousel .owl-nav .owl-prev:before,
.sample-item .owl-carousel .owl-nav .owl-next:before {
  font-size: 11px;
}

/* line 3215, vendor/assets/stylesheets/porto/theme-elements.css */
.sample-item .owl-carousel .owl-nav .owl-prev {
  background-color: #E7E7E7;
  -webkit-transform: translate3d(-30px, 0, 0);
  -moz-transform: translate3d(-30px, 0, 0);
  -ms-transform: translate3d(-30px, 0, 0);
  -o-transform: translate3d(-30px, 0, 0);
  transform: translate3d(-30px, 0, 0);
}

/* line 3224, vendor/assets/stylesheets/porto/theme-elements.css */
.sample-item .owl-carousel .owl-nav .owl-prev:hover, .sample-item .owl-carousel .owl-nav .owl-prev:focus {
  background-color: #E7E7E7 !important;
}

/* line 3228, vendor/assets/stylesheets/porto/theme-elements.css */
.sample-item .owl-carousel .owl-nav .owl-next {
  background-color: #E7E7E7;
  -webkit-transform: translate3d(30px, 0, 0);
  -moz-transform: translate3d(30px, 0, 0);
  -ms-transform: translate3d(30px, 0, 0);
  -o-transform: translate3d(30px, 0, 0);
  transform: translate3d(30px, 0, 0);
  border-radius: 4px 0 0 4px;
}

/* line 3238, vendor/assets/stylesheets/porto/theme-elements.css */
.sample-item .owl-carousel .owl-nav .owl-next:hover, .sample-item .owl-carousel .owl-nav .owl-next:focus {
  background-color: #E7E7E7 !important;
}

/* line 3242, vendor/assets/stylesheets/porto/theme-elements.css */
.sample-item .owl-carousel:hover .owl-nav .owl-prev {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 3250, vendor/assets/stylesheets/porto/theme-elements.css */
.sample-item .owl-carousel:hover .owl-nav .owl-next {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 3258, vendor/assets/stylesheets/porto/theme-elements.css */
.sample-item .sample-item-image-wrapper {
  background: #FFF;
  height: 22vw;
  max-height: 365px;
  max-width: 500px;
  width: 100%;
  display: inline-block;
  border: none;
  box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.1);
  position: relative;
  -webkit-transition: box-shadow 0.3s ease;
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
}

/* line 3273, vendor/assets/stylesheets/porto/theme-elements.css */
.sample-item .sample-item-image-wrapper .fa-spin {
  background: transparent none repeat scroll 0 0;
  color: #ccc;
  font-size: 25px;
  left: 50%;
  margin: -13px;
  position: absolute;
  top: 50%;
  z-index: 1;
}

/* line 3284, vendor/assets/stylesheets/porto/theme-elements.css */
.sample-item a:hover .sample-item-image-wrapper {
  box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.4);
}

/* line 3288, vendor/assets/stylesheets/porto/theme-elements.css */
.sample-item .sample-item-image {
  height: 22.8vw;
  max-height: 365px;
  max-width: 500px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 2;
}

/* line 3302, vendor/assets/stylesheets/porto/theme-elements.css */
.sample-item .sample-item-description {
  display: block;
  padding: 15px 0;
}

/* line 3307, vendor/assets/stylesheets/porto/theme-elements.css */
.sample-item h5 {
  padding: 0;
  margin: 0;
  font-size: 14px;
}

/* line 3313, vendor/assets/stylesheets/porto/theme-elements.css */
.sample-item h5 .sample-item-info {
  display: block;
  font-size: 11px;
  opacity: 0.6;
}

/* line 3319, vendor/assets/stylesheets/porto/theme-elements.css */
.sample-item p {
  padding: 0;
  margin: 0;
  font-size: 12px;
}

/* line 3325, vendor/assets/stylesheets/porto/theme-elements.css */
.sample-item.sample-item-home .sample-item-image-wrapper {
  height: 13.9vw;
}

/* line 3329, vendor/assets/stylesheets/porto/theme-elements.css */
.sample-item.sample-item-home .sample-item-image-wrapper,
.sample-item.sample-item-home .sample-item-image {
  max-height: 260px;
}

/* line 3334, vendor/assets/stylesheets/porto/theme-elements.css */
.sample-item.sample-item-coming-soon .sample-item-image {
  background-color: #FBFBFB;
  background-position: center center;
}

/* line 3339, vendor/assets/stylesheets/porto/theme-elements.css */
.sample-item.sample-item-coming-soon.sample-item-home .sample-item-image {
  height: 15vw;
}

@media (max-width: 991px) {
  /* line 3344, vendor/assets/stylesheets/porto/theme-elements.css */
  .sample-item .sample-item-image-wrapper, .sample-item .owl-carousel {
    height: 33vw;
  }
  /* line 3348, vendor/assets/stylesheets/porto/theme-elements.css */
  .sample-item .sample-item-image {
    height: 34vw;
  }
  /* line 3352, vendor/assets/stylesheets/porto/theme-elements.css */
  .sample-item.sample-item-home .sample-item-image-wrapper {
    height: 30vw;
  }
  /* line 3356, vendor/assets/stylesheets/porto/theme-elements.css */
  .sample-item.sample-item-home .sample-item-image {
    height: 30vw;
  }
  /* line 3360, vendor/assets/stylesheets/porto/theme-elements.css */
  .sample-item.sample-item-coming-soon.sample-item-home .sample-item-image {
    height: 30vw;
  }
}

@media (max-width: 767px) {
  /* line 3366, vendor/assets/stylesheets/porto/theme-elements.css */
  .sample-item .sample-item-image-wrapper, .sample-item .owl-carousel {
    height: 63.4vw;
  }
  /* line 3370, vendor/assets/stylesheets/porto/theme-elements.css */
  .sample-item .sample-item-image {
    height: 67.5vw;
  }
  /* line 3374, vendor/assets/stylesheets/porto/theme-elements.css */
  .sample-item.sample-item-home .sample-item-image-wrapper {
    height: 63.4vw;
    max-height: 345px;
  }
  /* line 3379, vendor/assets/stylesheets/porto/theme-elements.css */
  .sample-item.sample-item-home .sample-item-image {
    height: 67.5vw;
    max-height: 345px;
  }
  /* line 3384, vendor/assets/stylesheets/porto/theme-elements.css */
  .sample-item.sample-item-coming-soon.sample-item-home .sample-item-image {
    height: 63.4vw;
  }
}

/* Sample Sub Items Lightbox */
/* line 3389, vendor/assets/stylesheets/porto/theme-elements.css */
.sample-sub-items-lightbox {
  margin: 0 auto;
  max-width: 1650px;
  padding: 10vh 10px 50px;
  width: 100%;
}

/* Magnific Popup Demo Options */
/* line 3397, vendor/assets/stylesheets/porto/theme-elements.css */
.mfp-demo-options.mfp-bg {
  opacity: 0.98 !important;
  background: #F4F4F4;
}

/* line 3402, vendor/assets/stylesheets/porto/theme-elements.css */
.mfp-demo-options.mfp-bg.mfp-removing {
  opacity: 0 !important;
}

/* line 3406, vendor/assets/stylesheets/porto/theme-elements.css */
.mfp-demo-options .mfp-close {
  position: fixed;
  top: 0;
  right: 17px;
  z-index: 3000;
}

/* line 3413, vendor/assets/stylesheets/porto/theme-elements.css */
.mfp-demo-options.mfp-wrap {
  height: 100vh !important;
}

/* line 3417, vendor/assets/stylesheets/porto/theme-elements.css */
.mfp-demo-options.mfp-wrap:before {
  background: -webkit-linear-gradient(top, #f4f4f4 0, transparent 100%) repeat scroll 0 0 rgba(244, 244, 244, 0);
  background: linear-gradient(to bottom, #f4f4f4 0, transparent 100%) repeat scroll 0 0 rgba(244, 244, 244, 0);
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 2000;
  opacity: 1;
  opacity: 0.7;
}

/* line 3432, vendor/assets/stylesheets/porto/theme-elements.css */
.mfp-demo-options.mfp-wrap:after {
  background: -webkit-linear-gradient(bottom, #f4f4f4 0, transparent 100%) repeat scroll 0 0 rgba(244, 244, 244, 0);
  background: linear-gradient(to top, #f4f4f4 0, transparent 100%) repeat scroll 0 0 rgba(244, 244, 244, 0);
  content: '';
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 2000;
  opacity: 1;
  opacity: 0.7;
}

/* line 3447, vendor/assets/stylesheets/porto/theme-elements.css */
.mfp-demo-options.mfp-wrap.mfp-removing:before, .mfp-demo-options.mfp-wrap.mfp-removing:after {
  opacity: 0 !important;
}

/* Pagination */
/* line 3452, vendor/assets/stylesheets/porto/theme-elements.css */
.pagination {
  position: relative;
  z-index: 1;
}

/* line 3457, vendor/assets/stylesheets/porto/theme-elements.css */
.pagination > li > a,
.pagination > li > span,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #CCC;
}

/* line 3466, vendor/assets/stylesheets/porto/theme-elements.css */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #CCC;
  border-color: #CCC;
}

/* Read More */
/* line 3477, vendor/assets/stylesheets/porto/theme-elements.css */
.read-more,
.learn-more {
  display: inline-block;
  white-space: nowrap;
}

/* Offset Anchor */
/* line 3484, vendor/assets/stylesheets/porto/theme-elements.css */
.offset-anchor {
  display: block;
  position: relative;
  visibility: hidden;
  top: -100px;
}

/* Responsive */
@media (max-width: 991px) {
  /* line 3493, vendor/assets/stylesheets/porto/theme-elements.css */
  .offset-anchor {
    top: 0;
  }
}

/* Show Grid */
/* line 3498, vendor/assets/stylesheets/porto/theme-elements.css */
.show-grid [class*="col"] .show-grid-block {
  background-color: #EEE;
  line-height: 40px;
  min-height: 40px;
  text-align: center;
  border: 1px solid #FFF;
  display: block;
}

/* Alerts */
/* line 3508, vendor/assets/stylesheets/porto/theme-elements.css */
.alert .fa, .alert .icons {
  margin-right: 8px;
  font-size: 1.1em;
}

/* line 3513, vendor/assets/stylesheets/porto/theme-elements.css */
.alert ul {
  padding: 0;
  /* margin: 7px 0 0 40px; */
}

/* line 3518, vendor/assets/stylesheets/porto/theme-elements.css */
.alert ul li {
  font-size: 0.9em;
}

/* line 3522, vendor/assets/stylesheets/porto/theme-elements.css */
.alert.alert-sm {
  padding: 5px 10px;
  font-size: 0.9em;
}

/* line 3527, vendor/assets/stylesheets/porto/theme-elements.css */
.alert.alert-lg {
  padding: 20px;
  font-size: 1.2em;
}

/* line 3532, vendor/assets/stylesheets/porto/theme-elements.css */
.alert.alert-default {
  background-color: #f2f2f2;
  border-color: #eaeaea;
  color: #737373;
}

/* line 3538, vendor/assets/stylesheets/porto/theme-elements.css */
.alert.alert-default .alert-link {
  color: #4c4c4c;
}

/* line 3542, vendor/assets/stylesheets/porto/theme-elements.css */
.alert.alert-dark {
  background-color: #333a44;
  border-color: #07080a;
  color: #ced3db;
}

/* line 3548, vendor/assets/stylesheets/porto/theme-elements.css */
.alert.alert-dark .alert-link {
  color: #fafbfb;
}

/* Embed Responsive */
/* line 3553, vendor/assets/stylesheets/porto/theme-elements.css */
.embed-responsive.embed-soundcloud {
  padding-bottom: 19.25%;
}

/* line 3557, vendor/assets/stylesheets/porto/theme-elements.css */
.embed-responsive.embed-responsive-borders {
  border: 1px solid #DDD;
  padding: 4px;
  border-radius: 4px;
}

/* Grid */
/* line 3564, vendor/assets/stylesheets/porto/theme-elements.css */
.col-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5, .col-2-5, .col-sm-2-5, .col-md-2-5, .col-lg-2-5, .col-3-5, .col-sm-3-5, .col-md-3-5, .col-lg-3-5, .col-4-5, .col-sm-4-5, .col-md-4-5, .col-lg-4-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 3571, vendor/assets/stylesheets/porto/theme-elements.css */
.col-1-5 {
  width: 20%;
  float: left;
}

/* line 3576, vendor/assets/stylesheets/porto/theme-elements.css */
.col-2-5 {
  width: 40%;
  float: left;
}

/* line 3581, vendor/assets/stylesheets/porto/theme-elements.css */
.col-3-5 {
  width: 60%;
  float: left;
}

/* line 3586, vendor/assets/stylesheets/porto/theme-elements.css */
.col-4-5 {
  width: 80%;
  float: left;
}

@media (min-width: 768px) {
  /* line 3592, vendor/assets/stylesheets/porto/theme-elements.css */
  .col-sm-1-5 {
    width: 20%;
    float: left;
  }
  /* line 3597, vendor/assets/stylesheets/porto/theme-elements.css */
  col-sm-2-5 {
    width: 40%;
    float: left;
  }
  /* line 3602, vendor/assets/stylesheets/porto/theme-elements.css */
  col-sm-3-5 {
    width: 60%;
    float: left;
  }
  /* line 3607, vendor/assets/stylesheets/porto/theme-elements.css */
  col-sm-4-5 {
    width: 80%;
    float: left;
  }
}

@media (min-width: 992px) {
  /* line 3614, vendor/assets/stylesheets/porto/theme-elements.css */
  .col-md-1-5 {
    width: 20%;
    float: left;
  }
  /* line 3619, vendor/assets/stylesheets/porto/theme-elements.css */
  .col-md-2-5 {
    width: 40%;
    float: left;
  }
  /* line 3624, vendor/assets/stylesheets/porto/theme-elements.css */
  .col-md-3-5 {
    width: 60%;
    float: left;
  }
  /* line 3629, vendor/assets/stylesheets/porto/theme-elements.css */
  .col-md-4-5 {
    width: 80%;
    float: left;
  }
}

@media (min-width: 1200px) {
  /* line 3636, vendor/assets/stylesheets/porto/theme-elements.css */
  .col-lg-1-5 {
    width: 20%;
    float: left;
  }
  /* line 3641, vendor/assets/stylesheets/porto/theme-elements.css */
  .col-lg-2-5 {
    width: 40%;
    float: left;
  }
  /* line 3646, vendor/assets/stylesheets/porto/theme-elements.css */
  .col-lg-3-5 {
    width: 60%;
    float: left;
  }
  /* line 3651, vendor/assets/stylesheets/porto/theme-elements.css */
  .col-lg-4-5 {
    width: 80%;
    float: left;
  }
}

@media (max-width: 991px) {
  /* line 3658, vendor/assets/stylesheets/porto/theme-elements.css */
  .col-md-3 .sidebar {
    clear: both;
  }
}

/* Half Section */
/* line 3663, vendor/assets/stylesheets/porto/theme-elements.css */
.col-half-section {
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  max-width: 555px;
  margin-left: 30px;
  margin-right: 0;
}

/* line 3674, vendor/assets/stylesheets/porto/theme-elements.css */
.col-half-section.col-half-section-right {
  margin-left: 0;
  margin-right: 30px;
}

@media (max-width: 1199px) {
  /* line 3680, vendor/assets/stylesheets/porto/theme-elements.css */
  .col-half-section {
    max-width: 465px;
  }
}

@media (max-width: 991px) {
  /* line 3686, vendor/assets/stylesheets/porto/theme-elements.css */
  .col-half-section {
    max-width: 720px;
    margin: 0 auto !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

@media (max-width: 767px) {
  /* line 3695, vendor/assets/stylesheets/porto/theme-elements.css */
  .col-half-section {
    max-width: 540px;
  }
}

@media (max-width: 575px) {
  /* line 3701, vendor/assets/stylesheets/porto/theme-elements.css */
  .col-half-section {
    max-width: 100%;
  }
}

/* Content Grid */
/* line 3706, vendor/assets/stylesheets/porto/theme-elements.css */
.content-grid {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

/* line 3712, vendor/assets/stylesheets/porto/theme-elements.css */
.content-grid .content-grid-item {
  position: relative;
  padding: 10px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 3721, vendor/assets/stylesheets/porto/theme-elements.css */
.content-grid .content-grid-item:before, .content-grid .content-grid-item:after {
  content: '';
  position: absolute;
}

/* line 3726, vendor/assets/stylesheets/porto/theme-elements.css */
.content-grid .content-grid-item:before {
  height: 100%;
  top: 0;
  left: -1px;
  border-left: 1px solid #DADADA;
}

/* line 3733, vendor/assets/stylesheets/porto/theme-elements.css */
.content-grid .content-grid-item:after {
  width: 100%;
  height: 0;
  top: auto;
  left: 0;
  bottom: -1px;
  border-bottom: 1px solid #DADADA;
}

/* line 3742, vendor/assets/stylesheets/porto/theme-elements.css */
.content-grid .content-grid-item .img-fluid {
  display: inline-block;
  flex: 0 0 auto;
}

/* line 3747, vendor/assets/stylesheets/porto/theme-elements.css */
.content-grid.content-grid-dashed .content-grid-item:before {
  border-left: 1px dashed #DADADA;
}

/* line 3751, vendor/assets/stylesheets/porto/theme-elements.css */
.content-grid.content-grid-dashed .content-grid-item:after {
  border-bottom: 1px dashed #DADADA;
}

/* Alert Admin */
/* line 3756, vendor/assets/stylesheets/porto/theme-elements.css */
.alert-admin {
  margin: 25px 0;
}

/* line 3760, vendor/assets/stylesheets/porto/theme-elements.css */
.alert-admin img {
  margin: -50px 0 0;
}

/* line 3764, vendor/assets/stylesheets/porto/theme-elements.css */
.alert-admin .btn {
  margin: 0 0 -15px;
}

/* line 3768, vendor/assets/stylesheets/porto/theme-elements.css */
.alert-admin p {
  color: #444;
}

/* line 3772, vendor/assets/stylesheets/porto/theme-elements.css */
.alert-admin h4 {
  color: #111;
  font-size: 1.2em;
  font-weight: 600;
  text-transform: uppercase;
}

/* line 3779, vendor/assets/stylesheets/porto/theme-elements.css */
.alert-admin .warning {
  color: #B20000;
}

/* Not Included */
/* line 3784, vendor/assets/stylesheets/porto/theme-elements.css */
.not-included {
  color: #b7b7b7;
  display: block;
  font-size: 0.8em;
  font-style: normal;
  margin: -4px 0;
  padding: 0;
}

/* Tip */
/* line 3794, vendor/assets/stylesheets/porto/theme-elements.css */
.tip {
  display: inline-block;
  padding: 0 5px;
  background: #FFF;
  color: #111;
  text-shadow: none;
  border-radius: 3px;
  margin-left: 8px;
  position: relative;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
}

/* line 3808, vendor/assets/stylesheets/porto/theme-elements.css */
.tip:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 5px;
  margin-top: -5px;
}

/* line 3823, vendor/assets/stylesheets/porto/theme-elements.css */
.tip.skin {
  color: #FFF;
}

/* Custom Underline */
/* line 3828, vendor/assets/stylesheets/porto/theme-elements.css */
.custom-underline {
  background: url(/../img/custom-underline.png) no-repeat center 100%;
  padding-bottom: 25px;
  font-size: 1.5em;
}

/* Ajax Box */
/* line 3835, vendor/assets/stylesheets/porto/theme-elements.css */
.ajax-box {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
}

/* line 3842, vendor/assets/stylesheets/porto/theme-elements.css */
.ajax-box .ajax-box-content {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 1;
  overflow: hidden;
  height: auto;
}

/* line 3851, vendor/assets/stylesheets/porto/theme-elements.css */
.ajax-box .bounce-loader {
  opacity: 0;
}

/* line 3855, vendor/assets/stylesheets/porto/theme-elements.css */
.ajax-box.ajax-box-init {
  height: 0;
}

/* line 3859, vendor/assets/stylesheets/porto/theme-elements.css */
.ajax-box.ajax-box-loading {
  height: 300px;
}

/* line 3863, vendor/assets/stylesheets/porto/theme-elements.css */
.ajax-box.ajax-box-loading .ajax-box-content {
  opacity: 0;
  height: 300px;
}

/* line 3868, vendor/assets/stylesheets/porto/theme-elements.css */
.ajax-box.ajax-box-loading .bounce-loader {
  opacity: 1;
}

/* Go to Demos */
/* line 3873, vendor/assets/stylesheets/porto/theme-elements.css */
.go-to-demos {
  -webkit-transition: padding 0.3s ease;
  -moz-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
  background-color: #EEE;
  border-radius: 0 6px 6px 0;
  color: #888 !important;
  display: block;
  font-size: 10px;
  height: 40px;
  left: 0;
  line-height: 38px;
  padding: 0 15px 0 10px;
  position: fixed;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  top: 190px;
  width: auto;
  z-index: 999;
}

/* line 3895, vendor/assets/stylesheets/porto/theme-elements.css */
.go-to-demos .fa {
  -webkit-transition: left 0.3s ease;
  -moz-transition: left 0.3s ease;
  transition: left 0.3s ease;
  display: inline-block;
  padding-right: 5px;
  position: relative;
  left: 0;
}

/* line 3905, vendor/assets/stylesheets/porto/theme-elements.css */
.go-to-demos:hover {
  text-decoration: none;
  padding-left: 25px;
}

/* line 3910, vendor/assets/stylesheets/porto/theme-elements.css */
.go-to-demos:hover .fa {
  left: -7px;
}

@media (max-width: 991px) {
  /* line 3915, vendor/assets/stylesheets/porto/theme-elements.css */
  .go-to-demos {
    display: none;
  }
}

/* Dividers */
/* line 3920, vendor/assets/stylesheets/porto/theme-elements.css */
hr {
  background-image: -webkit-linear-gradient(left, transparent, #DBDBDB, transparent);
  background-image: linear-gradient(to right, transparent, #DBDBDB, transparent);
  border: 0;
  height: 1px;
  margin: 22px 0;
}

/* line 3928, vendor/assets/stylesheets/porto/theme-elements.css */
hr.short {
  margin: 11px 0;
}

/* line 3932, vendor/assets/stylesheets/porto/theme-elements.css */
hr.tall {
  margin: 44px 0;
}

/* line 3936, vendor/assets/stylesheets/porto/theme-elements.css */
hr.taller {
  margin: 66px 0;
}

/* line 3940, vendor/assets/stylesheets/porto/theme-elements.css */
hr.gradient-to-right {
  background-image: -webkit-linear-gradient(left, #DBDBDB, transparent);
  background-image: linear-gradient(to right, #DBDBDB, transparent);
}

/* line 3945, vendor/assets/stylesheets/porto/theme-elements.css */
hr.gradient-to-left {
  background-image: -webkit-linear-gradient(left, transparent, #DBDBDB);
  background-image: linear-gradient(to right, transparent, #DBDBDB);
}

/* line 3950, vendor/assets/stylesheets/porto/theme-elements.css */
hr.solid {
  background: #DBDBDB;
}

/* line 3954, vendor/assets/stylesheets/porto/theme-elements.css */
hr.light {
  background-image: -webkit-linear-gradient(left, transparent, rgba(255, 255, 255, 0.15), transparent);
  background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.15), transparent);
}

/* line 3959, vendor/assets/stylesheets/porto/theme-elements.css */
hr.invisible {
  background: none;
}

/* line 3963, vendor/assets/stylesheets/porto/theme-elements.css */
.divider {
  border: 0;
  height: 1px;
  margin: 44px auto;
  background-image: -webkit-linear-gradient(left, transparent, #DBDBDB, transparent);
  background-image: linear-gradient(to right, transparent, #DBDBDB, transparent);
  text-align: center;
  position: relative;
  clear: both;
}

/* line 3974, vendor/assets/stylesheets/porto/theme-elements.css */
.divider.taller {
  margin: 66px auto;
}

/* line 3978, vendor/assets/stylesheets/porto/theme-elements.css */
.divider .fa, .divider .icons {
  text-align: center;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  background: #FFF;
  border-radius: 50px;
  color: #a9a9a9;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  position: absolute;
  text-align: center;
  width: 50px;
  font-size: 20px;
  margin: 0 auto 0 -25px;
  top: -25px;
  left: 50%;
  z-index: 1;
}

/* line 3998, vendor/assets/stylesheets/porto/theme-elements.css */
.divider.divider-solid {
  background: #DBDBDB;
}

/* line 4002, vendor/assets/stylesheets/porto/theme-elements.css */
.divider.divider-icon-sm .fa, .divider.divider-icon-sm .icons {
  width: 30px;
  height: 30px;
  line-height: 30px;
  top: -15px;
  font-size: 15px;
  margin-left: -16px;
}

/* line 4011, vendor/assets/stylesheets/porto/theme-elements.css */
.divider.divider-icon-lg {
  margin: 86px 0;
}

/* line 4015, vendor/assets/stylesheets/porto/theme-elements.css */
.divider.divider-icon-lg .fa, .divider.divider-icon-lg .icons {
  width: 60px;
  height: 60px;
  line-height: 60px;
  top: -30px;
  font-size: 30px;
  margin-left: -30px;
}

/* line 4024, vendor/assets/stylesheets/porto/theme-elements.css */
.divider.divider-icon-lg.taller {
  margin: 100px auto;
}

/* line 4028, vendor/assets/stylesheets/porto/theme-elements.css */
.divider.divider-xs {
  width: 35%;
}

/* line 4032, vendor/assets/stylesheets/porto/theme-elements.css */
.divider.divider-sm {
  width: 67%;
}

/* line 4036, vendor/assets/stylesheets/porto/theme-elements.css */
.divider.divider-left .fa, .divider.divider-left .icons {
  left: 0;
  margin-left: 0;
  margin-right: 0;
  right: auto;
}

/* line 4043, vendor/assets/stylesheets/porto/theme-elements.css */
.divider.divider-right .fa, .divider.divider-right .icons {
  left: auto;
  margin-left: 0;
  margin-right: 0;
  right: 0;
}

/* line 4050, vendor/assets/stylesheets/porto/theme-elements.css */
.divider.divider-style-2 .fa, .divider.divider-style-2 .icons {
  background: #f4f4f4;
  color: #a9a9a9;
}

/* line 4055, vendor/assets/stylesheets/porto/theme-elements.css */
.divider.divider-style-3 .fa, .divider.divider-style-3 .icons {
  border: 1px solid #CECECE;
}

/* line 4059, vendor/assets/stylesheets/porto/theme-elements.css */
.divider.divider-style-4 .fa, .divider.divider-style-4 .icons {
  border: 1px solid #CECECE;
}

/* line 4063, vendor/assets/stylesheets/porto/theme-elements.css */
.divider.divider-style-4 .fa:after, .divider.divider-style-4 .icons:after {
  border: 3px solid #f4f4f4;
  border-radius: 50%;
  box-sizing: content-box;
  content: "";
  display: block;
  height: 100%;
  left: -4px;
  padding: 1px;
  position: absolute;
  top: -4px;
  width: 100%;
}

/* line 4077, vendor/assets/stylesheets/porto/theme-elements.css */
.divider.divider-small {
  margin: 22px auto;
  background: transparent;
}

/* line 4082, vendor/assets/stylesheets/porto/theme-elements.css */
.divider.divider-small hr {
  width: 50px;
  height: 3px;
  background: #555;
}

/* line 4088, vendor/assets/stylesheets/porto/theme-elements.css */
.divider.divider-small.divider-small-center {
  text-align: center;
}

/* line 4092, vendor/assets/stylesheets/porto/theme-elements.css */
.divider.divider-small.divider-small-center hr {
  margin-left: auto;
  margin-right: auto;
}

/* line 4097, vendor/assets/stylesheets/porto/theme-elements.css */
.divider.divider-small.divider-small-right {
  text-align: right;
}

/* line 4101, vendor/assets/stylesheets/porto/theme-elements.css */
.divider.divider-small.divider-small-right hr {
  margin-left: auto;
}

/* line 4105, vendor/assets/stylesheets/porto/theme-elements.css */
.divider.divider-small.divider-light hr {
  background: #DDD;
}

/* line 4109, vendor/assets/stylesheets/porto/theme-elements.css */
.divider.divider-small.divider-small-sm hr {
  height: 1px;
}

/* line 4113, vendor/assets/stylesheets/porto/theme-elements.css */
.divider.divider-small.divider-small-lg hr {
  height: 6px;
}

/* line 4117, vendor/assets/stylesheets/porto/theme-elements.css */
.divider.divider-small.tall {
  margin: 34px 0;
}

/* line 4121, vendor/assets/stylesheets/porto/theme-elements.css */
.divider.divider-small.taller {
  margin: 46px 0;
}

/* line 4125, vendor/assets/stylesheets/porto/theme-elements.css */
hr.dashed, .divider.dashed {
  background: none;
  position: relative;
}

/* line 4130, vendor/assets/stylesheets/porto/theme-elements.css */
hr.dashed:after, .divider.dashed:after {
  border-top: 1px dashed #DBDBDB;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  width: 100%;
}

/* line 4141, vendor/assets/stylesheets/porto/theme-elements.css */
hr.pattern, .divider.pattern {
  background: none;
  position: relative;
}

/* line 4146, vendor/assets/stylesheets/porto/theme-elements.css */
hr.pattern:after, .divider.pattern:after {
  background: transparent url(/../img/patterns/worn_dots.png) repeat 0 0;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  width: 100%;
}

/* line 4157, vendor/assets/stylesheets/porto/theme-elements.css */
hr.pattern.pattern-2:after, .divider.pattern.pattern-2:after {
  background-image: url(/../img/patterns/az_subtle.png);
}

/* Sort Source Wrapper */
/* line 4162, vendor/assets/stylesheets/porto/theme-elements.css */
.sort-source-wrapper {
  padding: 8px 0;
  position: relative;
}

/* line 4167, vendor/assets/stylesheets/porto/theme-elements.css */
.sort-source-wrapper .nav {
  margin: -100px 0 5px;
}

/* line 4171, vendor/assets/stylesheets/porto/theme-elements.css */
.sort-source-wrapper .nav > li > a {
  color: #FFF;
  background: transparent;
}

/* line 4176, vendor/assets/stylesheets/porto/theme-elements.css */
.sort-source-wrapper .nav > li > a:hover, .sort-source-wrapper .nav > li > a:focus {
  background: transparent;
}

/* line 4180, vendor/assets/stylesheets/porto/theme-elements.css */
.sort-source-wrapper .nav > li.active > a {
  background: transparent;
}

/* line 4184, vendor/assets/stylesheets/porto/theme-elements.css */
.sort-source-wrapper .nav > li.active > a:hover, .sort-source-wrapper .nav > li.active > a:focus {
  background: transparent;
}

/* Sort Source */
/* line 4189, vendor/assets/stylesheets/porto/theme-elements.css */
.sort-source {
  clear: both;
}

/* line 4193, vendor/assets/stylesheets/porto/theme-elements.css */
.sort-source > li > a {
  padding: 6px 12px;
  text-decoration: none;
}

/* line 4198, vendor/assets/stylesheets/porto/theme-elements.css */
.sort-source.sort-source-style-2 {
  margin: -10px auto;
}

/* line 4202, vendor/assets/stylesheets/porto/theme-elements.css */
.sort-source.sort-source-style-2 > li {
  float: none;
  display: inline-block;
}

/* line 4207, vendor/assets/stylesheets/porto/theme-elements.css */
.sort-source.sort-source-style-2 > li > a, .sort-source.sort-source-style-2 > li > a:focus, .sort-source.sort-source-style-2 > li > a:hover {
  background: transparent;
  color: #FFF;
  display: inline-block;
  border-radius: 0;
  margin: 0;
  padding: 18px 28px;
  position: relative;
  text-decoration: none;
}

/* line 4218, vendor/assets/stylesheets/porto/theme-elements.css */
.sort-source.sort-source-style-2 > li > a:after {
  -webkit-transition: margin 0.3s;
  -moz-transition: margin 0.3s;
  transition: margin 0.3s;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 15px solid #CCC;
  content: " ";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  margin-top: 0;
  opacity: 0;
}

/* line 4236, vendor/assets/stylesheets/porto/theme-elements.css */
.sort-source.sort-source-style-2 > li.active > a, .sort-source.sort-source-style-2 > li.active > a:focus, .sort-source.sort-source-style-2 > li.active > a:hover {
  background: transparent;
}

/* line 4240, vendor/assets/stylesheets/porto/theme-elements.css */
.sort-source.sort-source-style-2 > li.active > a:after {
  opacity: 1;
  margin-top: 18px;
}

@media (max-width: 991px) {
  /* line 4246, vendor/assets/stylesheets/porto/theme-elements.css */
  .sort-source.sort-source-style-2 > li {
    display: block;
  }
  /* line 4250, vendor/assets/stylesheets/porto/theme-elements.css */
  .sort-source.sort-source-style-2 > li.active > a:after {
    display: none !important;
  }
}

/* Sort Destination */
/* line 4255, vendor/assets/stylesheets/porto/theme-elements.css */
.sort-destination {
  overflow: hidden;
}

/* line 4259, vendor/assets/stylesheets/porto/theme-elements.css */
.sort-destination .isotope-item {
  min-width: 1px;
}

/* line 4263, vendor/assets/stylesheets/porto/theme-elements.css */
.sort-destination.full-width {
  position: relative;
}

/* line 4267, vendor/assets/stylesheets/porto/theme-elements.css */
.sort-destination.full-width .isotope-item {
  width: 20%;
  float: left;
}

/* line 4272, vendor/assets/stylesheets/porto/theme-elements.css */
.sort-destination.full-width .isotope-item.w2 {
  width: 40%;
}

/* line 4276, vendor/assets/stylesheets/porto/theme-elements.css */
.sort-destination.full-width .isotope-item .img-thumbnail, .sort-destination.full-width .isotope-item a, .sort-destination.full-width .isotope-item .thumb-info img {
  border-radius: 0;
}

/* line 4280, vendor/assets/stylesheets/porto/theme-elements.css */
.sort-destination.full-width-spaced {
  margin-top: 50px;
  margin-left: 20px;
  margin-right: 20px;
}

/* line 4286, vendor/assets/stylesheets/porto/theme-elements.css */
.sort-destination.full-width-spaced .portfolio-item {
  margin-left: 20px;
  margin-right: 20px;
}

/* line 4291, vendor/assets/stylesheets/porto/theme-elements.css */
.sort-source-wrapper + .sort-destination.full-width {
  margin: 0 0 -81px;
  top: -51px;
}

/* line 4296, vendor/assets/stylesheets/porto/theme-elements.css */
.sort-source-wrapper + .sort-destination-loader .full-width {
  margin: 0 0 -81px;
  top: -51px;
}

/* Sort Loading */
/* line 4302, vendor/assets/stylesheets/porto/theme-elements.css */
.sort-destination-loader {
  height: auto;
  overflow: hidden;
  position: relative;
}

/* line 4308, vendor/assets/stylesheets/porto/theme-elements.css */
.sort-destination-loader:after {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  content: ' ';
  background: #FFF;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
}

/* line 4323, vendor/assets/stylesheets/porto/theme-elements.css */
.sort-destination-loader .bounce-loader {
  display: none;
}

/* line 4327, vendor/assets/stylesheets/porto/theme-elements.css */
.sort-destination-loader.sort-destination-loader-showing {
  max-height: 200px;
}

/* line 4331, vendor/assets/stylesheets/porto/theme-elements.css */
.sort-destination-loader.sort-destination-loader-showing:after {
  opacity: 1;
}

/* line 4335, vendor/assets/stylesheets/porto/theme-elements.css */
.sort-destination-loader.sort-destination-loader-showing .bounce-loader {
  display: block;
}

/* line 4339, vendor/assets/stylesheets/porto/theme-elements.css */
.sort-destination-loader.sort-destination-loader-loaded {
  overflow: visible;
}

/* line 4343, vendor/assets/stylesheets/porto/theme-elements.css */
.sort-destination-loader.sort-destination-loader-loaded:after {
  display: none;
}

/* line 4347, vendor/assets/stylesheets/porto/theme-elements.css */
.sort-destination-loader-full-width {
  overflow: visible;
}

/* line 4351, vendor/assets/stylesheets/porto/theme-elements.css */
.sort-destination-loader-full-width:after {
  bottom: -81px;
  top: -51px;
}

/* line 4356, vendor/assets/stylesheets/porto/theme-elements.css */
.sort-destination-loader-full-width.sort-destination-loader-showing {
  overflow: hidden;
  height: 600px;
}

/* line 4361, vendor/assets/stylesheets/porto/theme-elements.css */
.sort-destination-loader-lg.sort-destination-loader-showing {
  height: 600px;
}

/* line 4365, vendor/assets/stylesheets/porto/theme-elements.css */
.portfolio-load-more-loader.portfolio-load-more-loader-showing .bounce-loader {
  display: block !important;
}

/* Responsive */
@media (min-width: 992px) {
  /* line 4371, vendor/assets/stylesheets/porto/theme-elements.css */
  .col-md-6.isotope-item:nth-child(2n+1) {
    clear: both;
  }
  /* line 4375, vendor/assets/stylesheets/porto/theme-elements.css */
  .col-md-4.isotope-item:nth-child(3n+1) {
    clear: both;
  }
  /* line 4379, vendor/assets/stylesheets/porto/theme-elements.css */
  .col-md-3.isotope-item:nth-child(4n+1) {
    clear: both;
  }
  /* line 4383, vendor/assets/stylesheets/porto/theme-elements.css */
  .col-md-1-5.isotope-item:nth-child(5n+1) {
    clear: both;
  }
  /* line 4387, vendor/assets/stylesheets/porto/theme-elements.css */
  .col-md-2.isotope-item:nth-child(6n+1) {
    clear: both;
  }
  /* line 4391, vendor/assets/stylesheets/porto/theme-elements.css */
  .sort-destination.full-width .isotope-item:nth-child(5n+1) {
    clear: both;
  }
}

@media (max-width: 991px) {
  /* line 4397, vendor/assets/stylesheets/porto/theme-elements.css */
  .sort-destination.isotope {
    overflow: visible !important;
    height: auto !important;
  }
  /* line 4402, vendor/assets/stylesheets/porto/theme-elements.css */
  .sort-destination.isotope.full-width {
    overflow: hidden !important;
  }
  /* line 4406, vendor/assets/stylesheets/porto/theme-elements.css */
  .isotope-hidden {
    display: none !important;
  }
}

@media (max-width: 767px) {
  /* line 4412, vendor/assets/stylesheets/porto/theme-elements.css */
  .isotope-item {
    position: static !important;
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
  }
  /* line 4425, vendor/assets/stylesheets/porto/theme-elements.css */
  .isotope-item.product {
    position: relative !important;
  }
  /* line 4429, vendor/assets/stylesheets/porto/theme-elements.css */
  .sort-source-wrapper {
    background: #171717;
    clear: both;
    margin-top: -35px;
  }
  /* line 4435, vendor/assets/stylesheets/porto/theme-elements.css */
  .sort-source-wrapper .nav {
    margin: 0;
  }
  /* line 4439, vendor/assets/stylesheets/porto/theme-elements.css */
  .sort-destination {
    height: auto !important;
  }
  /* line 4443, vendor/assets/stylesheets/porto/theme-elements.css */
  .sort-destination.full-width,
.sort-source-wrapper + .sort-destination.full-width {
    max-width: none;
    margin: 0 0 -30px;
    top: 0;
  }
  /* line 4450, vendor/assets/stylesheets/porto/theme-elements.css */
  .sort-destination.full-width .isotope-item,
.sort-source-wrapper + .sort-destination.full-width .isotope-item {
    max-width: 100%;
  }
  /* line 4455, vendor/assets/stylesheets/porto/theme-elements.css */
  .sort-source-wrapper + .sort-destination-loader .full-width {
    margin: 0 0 -30px;
    top: 0;
  }
}

@media (max-width: 575px) {
  /* line 4462, vendor/assets/stylesheets/porto/theme-elements.css */
  .sort-destination.full-width .isotope-item,
.sort-source-wrapper + .sort-destination.full-width .isotope-item {
    position: static !important;
    clear: both;
    float: none;
    width: auto;
  }
}

/* Pricing Tables */
/* line 4471, vendor/assets/stylesheets/porto/theme-elements.css */
.pricing-table {
  margin: 0;
  padding: 0;
  text-align: center;
}

/* line 4477, vendor/assets/stylesheets/porto/theme-elements.css */
.pricing-table ul {
  list-style: none;
  margin: 20px 0 0 0;
  padding: 0;
}

/* line 4483, vendor/assets/stylesheets/porto/theme-elements.css */
.pricing-table li {
  border-top: 1px solid #ddd;
  padding: 10px 0;
  color: #777;
}

/* line 4489, vendor/assets/stylesheets/porto/theme-elements.css */
.pricing-table h3 {
  background-color: #eee;
  border-radius: 2px 2px 0 0;
  font-size: 1.3em;
  font-weight: normal;
  margin: -20px -20px 50px -20px;
  padding: 20px;
}

/* line 4498, vendor/assets/stylesheets/porto/theme-elements.css */
.pricing-table h3 .desc {
  font-size: 0.7em;
  margin-bottom: 0;
  padding-bottom: 0;
  color: #777;
  font-style: normal;
  text-transform: none;
  display: block;
}

/* line 4508, vendor/assets/stylesheets/porto/theme-elements.css */
.pricing-table h3 span {
  background: #FFF;
  border: 5px solid #FFF;
  border-radius: 100px;
  box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
  color: #777;
  display: block;
  font: bold 25px / 92px Georgia, Serif;
  height: 100px;
  margin: 20px auto -65px;
  width: 100px;
}

/* line 4521, vendor/assets/stylesheets/porto/theme-elements.css */
.pricing-table .most-popular {
  border: 3px solid #CCC;
  box-shadow: 11px 0 10px -10px rgba(0, 0, 0, 0.1), -11px 0 10px -10px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  top: -10px;
  z-index: 2;
}

/* line 4529, vendor/assets/stylesheets/porto/theme-elements.css */
.pricing-table .most-popular h3 {
  background-color: #666;
  color: #FFF;
  padding-top: 30px;
}

/* line 4535, vendor/assets/stylesheets/porto/theme-elements.css */
.pricing-table .most-popular h3 .desc {
  color: #FFF;
}

/* line 4539, vendor/assets/stylesheets/porto/theme-elements.css */
.pricing-table .plan-ribbon-wrapper {
  height: 88px;
  overflow: hidden;
  position: absolute;
  right: -3px;
  top: -5px;
  width: 85px;
}

/* line 4548, vendor/assets/stylesheets/porto/theme-elements.css */
.pricing-table .plan-ribbon {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background-image: -webkit-linear-gradient(top, #bfdc7a, #8ebf45);
  background-image: linear-gradient(to bottom, #bfdc7a, #8ebf45);
  background-color: #bfdc7a;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  color: #333;
  font-size: 14px;
  left: -5px;
  padding: 7px 0;
  position: relative;
  text-align: center;
  text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0;
  top: 15px;
  width: 120px;
}

/* line 4569, vendor/assets/stylesheets/porto/theme-elements.css */
.pricing-table .plan-ribbon:before {
  left: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  bottom: -3px;
  content: "";
  position: absolute;
}

/* line 4578, vendor/assets/stylesheets/porto/theme-elements.css */
.pricing-table .plan-ribbon:after {
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  bottom: -3px;
  content: "";
  position: absolute;
  right: 0;
}

/* line 4587, vendor/assets/stylesheets/porto/theme-elements.css */
.pricing-table [class*="col-lg-"] {
  padding-left: 0;
  padding-right: 0;
}

/* line 4592, vendor/assets/stylesheets/porto/theme-elements.css */
.pricing-table .plan {
  background: #FFF;
  border: 1px solid #ddd;
  border-radius: 5px;
  color: #333;
  margin-bottom: 35px;
  margin-right: 0;
  padding: 20px;
  position: relative;
}

/* line 4603, vendor/assets/stylesheets/porto/theme-elements.css */
.pricing-table .btn {
  margin-top: 5px;
}

/* line 4607, vendor/assets/stylesheets/porto/theme-elements.css */
.pricing-table.pricing-table-sm h3 .desc {
  font-size: 0.7em;
}

/* line 4611, vendor/assets/stylesheets/porto/theme-elements.css */
.pricing-table.pricing-table-sm h3 span {
  border: 3px solid #FFF;
  box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
  font: bold 19px/65px Georgia,serif;
  height: 70px;
  margin: 10px auto -65px;
  width: 70px;
}

/* line 4620, vendor/assets/stylesheets/porto/theme-elements.css */
.pricing-table.pricing-table-sm .most-popular {
  padding-bottom: 30px;
}

/* line 4624, vendor/assets/stylesheets/porto/theme-elements.css */
.pricing-table.princig-table-flat .plan {
  padding-left: 0;
  padding-right: 0;
  margin: -1px;
}

/* line 4630, vendor/assets/stylesheets/porto/theme-elements.css */
.pricing-table.princig-table-flat .plan h3 {
  padding-left: 0;
  padding-right: 0;
  margin: -20px 0 0;
  background-color: #666;
  color: #FFF;
  padding-top: 30px;
  text-shadow: 0 1px #555;
}

/* line 4640, vendor/assets/stylesheets/porto/theme-elements.css */
.pricing-table.princig-table-flat .plan h3 .desc {
  color: #FFF;
}

/* line 4644, vendor/assets/stylesheets/porto/theme-elements.css */
.pricing-table.princig-table-flat .plan h3 span {
  border-radius: 0;
  border: 0;
  background: #666;
  color: #FFF;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 600;
  box-shadow: none;
  width: 100%;
  font-size: 1.5em;
  height: auto;
  line-height: 38px;
  margin: 0;
}

/* line 4659, vendor/assets/stylesheets/porto/theme-elements.css */
.pricing-table.princig-table-flat .plan ul {
  margin-top: 0;
  margin-bottom: -15px;
}

/* line 4664, vendor/assets/stylesheets/porto/theme-elements.css */
.pricing-table.princig-table-flat .plan ul li {
  padding: 8px 0;
}

/* line 4668, vendor/assets/stylesheets/porto/theme-elements.css */
.pricing-table.princig-table-flat .plan.most-popular ul li {
  padding: 10px 0;
}

/* line 4672, vendor/assets/stylesheets/porto/theme-elements.css */
.pricing-table.spaced [class*="col-lg-"] {
  padding-left: 2px;
  padding-right: 2px;
}

/* line 4677, vendor/assets/stylesheets/porto/theme-elements.css */
.pricing-table.no-borders .plan {
  border: 0 !important;
}

/* Pricing Tables Boxed */
/* line 4682, vendor/assets/stylesheets/porto/theme-elements.css */
html.boxed .pricing-table .plan, html.boxed .pricing-table h3 {
  border-radius: 0;
}

/* Responsive */
@media (max-width: 767px) {
  /* Pricing Tables */
  /* line 4689, vendor/assets/stylesheets/porto/theme-elements.css */
  .pricing-table {
    margin-left: 0;
  }
  /* line 4693, vendor/assets/stylesheets/porto/theme-elements.css */
  .pricing-table .plan {
    margin-right: 0;
  }
  /* line 4697, vendor/assets/stylesheets/porto/theme-elements.css */
  html.boxed .pricing-table {
    margin-left: 0;
  }
}

@media (max-width: 575px) {
  /* Pricing Tables */
  /* line 4704, vendor/assets/stylesheets/porto/theme-elements.css */
  .pricing-table .most-popular {
    top: 0;
  }
}

/* Icon Featured */
/* line 4709, vendor/assets/stylesheets/porto/theme-elements.css */
.icon-featured {
  display: inline-block;
  font-size: 0;
  margin: 15px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #FFF;
  font-size: 40px;
  line-height: 110px;
}

/* line 4724, vendor/assets/stylesheets/porto/theme-elements.css */
.icon-featured:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* Featured Box */
/* line 4737, vendor/assets/stylesheets/porto/theme-elements.css */
.featured-box {
  background: #F5F5F5;
  background: -webkit-linear-gradient(top, #FFF 1%, #fcfcfc 98%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  background: linear-gradient(to bottom, #FFF 1%, #fcfcfc 98%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #DFDFDF;
  border-left: 1px solid #ECECEC;
  border-radius: 8px;
  border-right: 1px solid #ECECEC;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  min-height: 100px;
  position: relative;
  text-align: center;
  z-index: 1;
}

/* line 4759, vendor/assets/stylesheets/porto/theme-elements.css */
.featured-box h4 {
  font-size: 1.3em;
  font-weight: 400;
  letter-spacing: -0.7px;
  margin-top: 5px;
  margin-bottom: 5px;
}

/* line 4767, vendor/assets/stylesheets/porto/theme-elements.css */
.featured-box .box-content {
  border-radius: 8px;
  border-top: 1px solid #CCC;
  border-top-width: 4px;
  padding: 30px 30px 10px 30px;
  position: relative;
  top: -1px;
}

/* line 4776, vendor/assets/stylesheets/porto/theme-elements.css */
.featured-box .learn-more {
  display: block;
  margin-top: 10px;
}

/* Featured Box Left */
/* line 4782, vendor/assets/stylesheets/porto/theme-elements.css */
.featured-box-text-left {
  text-align: left;
}

/* Featured Boxes - Flat */
/* line 4787, vendor/assets/stylesheets/porto/theme-elements.css */
.featured-boxes-flat .featured-box {
  box-shadow: none;
  margin: 10px 0;
}

/* line 4792, vendor/assets/stylesheets/porto/theme-elements.css */
.featured-boxes-flat .featured-box .box-content {
  background: #FFF;
  margin-top: 65px;
}

/* line 4797, vendor/assets/stylesheets/porto/theme-elements.css */
.featured-boxes-flat .featured-box .icon-featured {
  display: inline-block;
  font-size: 38px;
  height: 90px;
  line-height: 90px;
  padding: 0;
  width: 90px;
  margin: -100px 0 -15px;
  position: relative;
  top: -37px;
}

/* Featured Boxes - Style 2 */
/* line 4810, vendor/assets/stylesheets/porto/theme-elements.css */
.featured-boxes-style-2 .featured-box {
  background: none;
  border: 0;
  margin: 10px 0;
  box-shadow: none;
}

/* line 4817, vendor/assets/stylesheets/porto/theme-elements.css */
.featured-boxes-style-2 .featured-box .box-content {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
}

/* line 4823, vendor/assets/stylesheets/porto/theme-elements.css */
.featured-boxes-style-2 .featured-box .icon-featured {
  display: inline-block;
  font-size: 30px;
  height: 75px;
  line-height: 75px;
  padding: 0;
  width: 75px;
  margin-top: 0;
}

/* Featured Boxes - Style 3 */
/* line 4834, vendor/assets/stylesheets/porto/theme-elements.css */
.featured-boxes-style-3 .featured-box {
  margin: 10px 0;
}

/* line 4838, vendor/assets/stylesheets/porto/theme-elements.css */
.featured-boxes-style-3 .featured-box .icon-featured {
  display: inline-block;
  font-size: 30px;
  height: 75px;
  line-height: 75px;
  padding: 0;
  width: 75px;
  margin-top: -35px;
  background: #FFF;
  border: 3px solid #CCC;
  color: #CCC;
  line-height: 68px;
}

/* line 4852, vendor/assets/stylesheets/porto/theme-elements.css */
.featured-boxes-style-3:not(.featured-boxes-flat) .featured-box {
  background: none;
  border: 0;
  box-shadow: none;
}

/* line 4858, vendor/assets/stylesheets/porto/theme-elements.css */
.featured-boxes-style-3:not(.featured-boxes-flat) .featured-box .box-content {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
}

/* Featured Boxes - Style 4 */
/* line 4865, vendor/assets/stylesheets/porto/theme-elements.css */
.featured-boxes-style-4 .featured-box {
  background: none;
  border: 0;
  margin: 10px 0;
  box-shadow: none;
}

/* line 4872, vendor/assets/stylesheets/porto/theme-elements.css */
.featured-boxes-style-4 .featured-box .box-content {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
}

/* line 4878, vendor/assets/stylesheets/porto/theme-elements.css */
.featured-boxes-style-4 .featured-box .icon-featured {
  display: inline-block;
  font-size: 40px;
  height: 45px;
  line-height: 45px;
  padding: 0;
  width: 45px;
  margin-top: 0;
  margin-bottom: 10px;
  background: transparent;
  color: #CCC;
  border-radius: 0;
}

/* Featured Boxes - Style 5, 6 and 7 */
/* line 4893, vendor/assets/stylesheets/porto/theme-elements.css */
.featured-boxes-style-5 .featured-box, .featured-boxes-style-6 .featured-box, .featured-boxes-style-7 .featured-box {
  background: none;
  border: 0;
  box-shadow: none;
  margin: 10px 0;
}

/* line 4900, vendor/assets/stylesheets/porto/theme-elements.css */
.featured-boxes-style-5 .featured-box .box-content, .featured-boxes-style-6 .featured-box .box-content, .featured-boxes-style-7 .featured-box .box-content {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
}

/* line 4906, vendor/assets/stylesheets/porto/theme-elements.css */
.featured-boxes-style-5 .featured-box .box-content h4, .featured-boxes-style-6 .featured-box .box-content h4, .featured-boxes-style-7 .featured-box .box-content h4 {
  color: #2e353e;
}

/* line 4910, vendor/assets/stylesheets/porto/theme-elements.css */
.featured-boxes-style-5 .featured-box .icon-featured, .featured-boxes-style-6 .featured-box .icon-featured, .featured-boxes-style-7 .featured-box .icon-featured {
  display: inline-block;
  font-size: 30px;
  height: 75px;
  padding: 0;
  width: 75px;
  margin-top: 0;
  margin-bottom: 10px;
  background: #FFF;
  border: 1px solid #dfdfdf;
  color: #777;
  line-height: 73px;
}

/* Featured Boxes - Style 6 */
/* line 4925, vendor/assets/stylesheets/porto/theme-elements.css */
.featured-boxes-style-6 .featured-box .icon-featured {
  border: 1px solid #cecece;
  color: #777;
}

/* line 4930, vendor/assets/stylesheets/porto/theme-elements.css */
.featured-boxes-style-6 .featured-box .icon-featured:after {
  border: 5px solid #f4f4f4;
  border-radius: 50%;
  box-sizing: content-box;
  content: "";
  display: block;
  height: 100%;
  left: -6px;
  padding: 1px;
  position: absolute;
  top: -6px;
  width: 100%;
}

/* Featured Boxes - Style 7 */
/* line 4945, vendor/assets/stylesheets/porto/theme-elements.css */
.featured-boxes-style-7 .featured-box .icon-featured {
  border: 1px solid #dfdfdf;
  color: #777;
}

/* Featured Boxes - Style 8 */
/* line 4951, vendor/assets/stylesheets/porto/theme-elements.css */
.featured-boxes-style-8 .featured-box .icon-featured {
  display: inline-block;
  font-size: 30px;
  height: 75px;
  padding: 0;
  width: 75px;
  margin: -15px -15px 0 0;
  background: #FFF;
  line-height: 73px;
  border: 0;
  color: #777;
}

/* line 4964, vendor/assets/stylesheets/porto/theme-elements.css */
.featured-boxes-style-8 .featured-box .icon-featured:after {
  display: none;
}

/* Featured Boxes */
/* line 4969, vendor/assets/stylesheets/porto/theme-elements.css */
.featured-boxes .featured-box {
  margin-bottom: 30px;
  margin-top: 45px;
}

/* Effects */
/* line 4975, vendor/assets/stylesheets/porto/theme-elements.css */
.featured-box-effect-1 .icon-featured:after {
  top: -7px;
  left: -7px;
  padding: 7px;
  box-shadow: 0 0 0 3px #FFF;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(1);
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transition: transform 0.2s, opacity 0.2s;
  transform: scale(1);
  opacity: 0;
}

/* line 4990, vendor/assets/stylesheets/porto/theme-elements.css */
.featured-box-effect-1:hover .icon-featured:after {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 1;
}

/* line 4998, vendor/assets/stylesheets/porto/theme-elements.css */
.featured-box-effect-2 .icon-featured:after {
  top: -7px;
  left: -7px;
  padding: 7px;
  box-shadow: 0 0 0 3px #FFF;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(0.8);
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transition: transform 0.2s, opacity 0.2s;
  transform: scale(0.8);
  opacity: 0;
}

/* line 5013, vendor/assets/stylesheets/porto/theme-elements.css */
.featured-box-effect-2:hover .icon-featured:after {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  opacity: 1;
}

/* line 5021, vendor/assets/stylesheets/porto/theme-elements.css */
.featured-box-effect-3 .icon-featured:after {
  top: 0;
  left: 0;
  box-shadow: 0 0 0 10px #FFF;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(0.9);
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transition: transform 0.2s, opacity 0.2s;
  transform: scale(0.9);
  opacity: 0;
}

/* line 5035, vendor/assets/stylesheets/porto/theme-elements.css */
.featured-box-effect-3:hover .icon-featured {
  color: #FFF !important;
}

/* line 5039, vendor/assets/stylesheets/porto/theme-elements.css */
.featured-box-effect-3:hover .icon-featured:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 0.8;
}

/* line 5047, vendor/assets/stylesheets/porto/theme-elements.css */
.featured-box-effect-4 .icon-featured {
  -webkit-transition: -webkit-transform 0.2s, transform 0.2s;
  -moz-transition: -moz-transform 0.2s, transform 0.2s;
  transition: transform 0.2s, transform 0.2s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* line 5057, vendor/assets/stylesheets/porto/theme-elements.css */
.featured-box-effect-4:hover .icon-featured {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

/* line 5064, vendor/assets/stylesheets/porto/theme-elements.css */
.featured-box-effect-5 .icon-featured {
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 5071, vendor/assets/stylesheets/porto/theme-elements.css */
.featured-box-effect-5:hover .icon-featured {
  -webkit-animation: toRightFromLeft 0.3s forwards;
  -moz-animation: toRightFromLeft 0.3s forwards;
  animation: toRightFromLeft 0.3s forwards;
}

@-webkit-keyframes toRightFromLeft {
  49% {
    -webkit-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}

@-moz-keyframes toRightFromLeft {
  49% {
    -moz-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}

@keyframes toRightFromLeft {
  49% {
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}

/* line 5122, vendor/assets/stylesheets/porto/theme-elements.css */
.featured-box-effect-6 .icon-featured:after {
  -webkit-transition: all 0.2s, -webkit-transform 0.2s;
  -moz-transition: all 0.2s, -moz-transform 0.2s;
  transition: all 0.2s, transform 0.2s;
}

/* line 5128, vendor/assets/stylesheets/porto/theme-elements.css */
.featured-box-effect-6:hover .box-content .icon-featured:after {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/* line 5135, vendor/assets/stylesheets/porto/theme-elements.css */
.featured-box-effect-7 .icon-featured:after {
  opacity: 0;
  box-shadow: 3px 3px #d5d5d5;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  -moz-transition: opacity 0.2s, -moz-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
  left: 0;
  top: -1px;
}

/* line 5149, vendor/assets/stylesheets/porto/theme-elements.css */
.featured-box-effect-7:hover .icon-featured:after {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* line 5157, vendor/assets/stylesheets/porto/theme-elements.css */
.featured-box-effect-7 .icon-featured:before {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0.7;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
}

/* line 5168, vendor/assets/stylesheets/porto/theme-elements.css */
.featured-box-effect-7:hover .icon-featured:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* Feature Box */
/* line 5177, vendor/assets/stylesheets/porto/theme-elements.css */
.feature-box {
  display: flex;
}

/* line 5181, vendor/assets/stylesheets/porto/theme-elements.css */
.feature-box .feature-box-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #CCC;
  border-radius: 100%;
  color: #FFF;
  font-size: 1rem;
  position: relative;
  top: 7px;
  text-align: center;
  padding: 0.8em;
  height: 1px;
  min-width: 2.7em;
  min-height: 2.7em;
}

/* line 5198, vendor/assets/stylesheets/porto/theme-elements.css */
.feature-box .feature-box-info {
  flex: 1 1 100%;
  padding-left: 15px;
}

/* line 5203, vendor/assets/stylesheets/porto/theme-elements.css */
.feature-box.align-items-center .feature-box-icon {
  top: 0;
}

/* Style 2 */
/* line 5208, vendor/assets/stylesheets/porto/theme-elements.css */
.feature-box.feature-box-style-2 h4 {
  color: #1d2127;
}

/* line 5212, vendor/assets/stylesheets/porto/theme-elements.css */
.feature-box.feature-box-style-2 .feature-box-icon {
  background: transparent;
  top: -3px;
}

/* line 5217, vendor/assets/stylesheets/porto/theme-elements.css */
.feature-box.feature-box-style-2 .feature-box-icon i.fa,
.feature-box.feature-box-style-2 .feature-box-icon i.icons {
  font-size: 1.7em;
}

/* line 5222, vendor/assets/stylesheets/porto/theme-elements.css */
.feature-box.feature-box-style-2.align-items-center .feature-box-icon {
  top: 0;
}

/* Style 3 */
/* line 5227, vendor/assets/stylesheets/porto/theme-elements.css */
.feature-box.feature-box-style-3 h4 {
  color: #1d2127;
}

/* line 5231, vendor/assets/stylesheets/porto/theme-elements.css */
.feature-box.feature-box-style-3 .feature-box-icon {
  border: 1px solid #CCC;
  background: transparent;
  line-height: 32px;
}

/* line 5237, vendor/assets/stylesheets/porto/theme-elements.css */
.feature-box.feature-box-style-3 .feature-box-icon i.fa,
.feature-box.feature-box-style-3 .feature-box-icon i.icons {
  color: #CCC;
}

/* Style 4 */
/* line 5243, vendor/assets/stylesheets/porto/theme-elements.css */
.feature-box.feature-box-style-4 {
  flex-wrap: wrap;
}

/* line 5247, vendor/assets/stylesheets/porto/theme-elements.css */
.feature-box.feature-box-style-4 h4 {
  color: #1d2127;
}

/* line 5251, vendor/assets/stylesheets/porto/theme-elements.css */
.feature-box.feature-box-style-4 .feature-box-icon {
  flex-basis: 100%;
  justify-content: flex-start;
  background: transparent;
  padding: 0 0 1.2rem 0;
}

/* line 5258, vendor/assets/stylesheets/porto/theme-elements.css */
.feature-box.feature-box-style-4 .feature-box-icon i.fa,
.feature-box.feature-box-style-4 .feature-box-icon i.icons {
  font-size: 2.35em;
  width: auto;
  height: auto;
}

/* line 5265, vendor/assets/stylesheets/porto/theme-elements.css */
.feature-box.feature-box-style-4 .feature-box-info {
  clear: both;
  padding-left: 0;
}

/* Style 5 */
/* line 5271, vendor/assets/stylesheets/porto/theme-elements.css */
.feature-box.feature-box-style-5 h4 {
  color: #1d2127;
}

/* line 5275, vendor/assets/stylesheets/porto/theme-elements.css */
.feature-box.feature-box-style-5 .feature-box-icon {
  background: transparent;
  top: 0;
  padding: 1em 1.4em;
  min-width: 5em;
}

/* line 5282, vendor/assets/stylesheets/porto/theme-elements.css */
.feature-box.feature-box-style-5 .feature-box-icon i.fa,
.feature-box.feature-box-style-5 .feature-box-icon i.icons {
  font-size: 2.75em;
}

/* line 5287, vendor/assets/stylesheets/porto/theme-elements.css */
.feature-box.feature-box-style-5.align-items-center .feature-box-icon {
  top: 0;
}

/* Style 6 */
/* line 5292, vendor/assets/stylesheets/porto/theme-elements.css */
.feature-box.feature-box-style-6 h4 {
  color: #1d2127;
}

/* line 5296, vendor/assets/stylesheets/porto/theme-elements.css */
.feature-box.feature-box-style-6 .feature-box-icon {
  border: 1px solid #cecece;
  background: transparent;
  line-height: 32px;
}

/* line 5302, vendor/assets/stylesheets/porto/theme-elements.css */
.feature-box.feature-box-style-6 .feature-box-icon:after {
  border: 3px solid #f4f4f4;
  border-radius: 50%;
  box-sizing: content-box;
  content: "";
  display: block;
  height: 100%;
  left: -4px;
  padding: 1px;
  position: absolute;
  top: -4px;
  width: 100%;
}

/* line 5316, vendor/assets/stylesheets/porto/theme-elements.css */
.feature-box.feature-box-style-6 .feature-box-icon i.fa,
.feature-box.feature-box-style-6 .feature-box-icon i.icons {
  color: #a9a9a9;
}

/* Reverse All Resolutions */
/* line 5322, vendor/assets/stylesheets/porto/theme-elements.css */
.feature-box.reverse-allres {
  text-align: right;
  flex-direction: row-reverse;
}

/* line 5327, vendor/assets/stylesheets/porto/theme-elements.css */
.feature-box.reverse-allres .feature-box-info {
  padding-right: 15px;
  padding-left: 0;
}

/* line 5332, vendor/assets/stylesheets/porto/theme-elements.css */
.feature-box.reverse-allres.feature-box-style-4 .feature-box-icon {
  justify-content: flex-end;
}

/* line 5336, vendor/assets/stylesheets/porto/theme-elements.css */
.feature-box.reverse-allres.feature-box-style-4 .feature-box-info {
  padding-right: 0;
}

/* Reverse */
@media (min-width: 992px) {
  /* line 5342, vendor/assets/stylesheets/porto/theme-elements.css */
  .feature-box.reverse {
    text-align: right;
    flex-direction: row-reverse;
  }
  /* line 5347, vendor/assets/stylesheets/porto/theme-elements.css */
  .feature-box.reverse .feature-box-info {
    padding-right: 15px;
    padding-left: 0;
  }
  /* line 5352, vendor/assets/stylesheets/porto/theme-elements.css */
  .feature-box.reverse.feature-box-style-4 .feature-box-icon {
    justify-content: flex-end;
  }
  /* line 5356, vendor/assets/stylesheets/porto/theme-elements.css */
  .feature-box.reverse.feature-box-style-4 .feature-box-info {
    padding-right: 0;
  }
}

/* Full Width */
/* line 5361, vendor/assets/stylesheets/porto/theme-elements.css */
.featured-boxes-full .featured-box-full {
  text-align: center;
  padding: 55px;
}

/* line 5366, vendor/assets/stylesheets/porto/theme-elements.css */
.featured-boxes-full .featured-box-full .fa, .featured-boxes-full .featured-box-full .icons, .featured-boxes-full .featured-box-full h1, .featured-boxes-full .featured-box-full h2, .featured-boxes-full .featured-box-full h3, .featured-boxes-full .featured-box-full h4, .featured-boxes-full .featured-box-full h5, .featured-boxes-full .featured-box-full h6, .featured-boxes-full .featured-box-full p, .featured-boxes-full .featured-box-full a {
  color: #FFF;
  padding: 0;
  margin: 0;
}

/* line 5372, vendor/assets/stylesheets/porto/theme-elements.css */
.featured-boxes-full .featured-box-full .icons, .featured-boxes-full .featured-box-full .fa {
  font-size: 3.9em;
  margin-bottom: 15px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

/* line 5378, vendor/assets/stylesheets/porto/theme-elements.css */
.featured-boxes-full .featured-box-full p {
  padding-top: 12px;
  opacity: 0.8;
}

/* Thumb Info */
/* line 5384, vendor/assets/stylesheets/porto/theme-elements.css */
.thumb-info {
  display: block;
  position: relative;
  text-decoration: none;
  max-width: 100%;
  background-color: #FFF;
  border: 1px solid #DDD;
  border-radius: 4px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 5401, vendor/assets/stylesheets/porto/theme-elements.css */
.thumb-info .thumb-info-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border-radius: 4px;
  margin: 4px;
  overflow: hidden;
  display: block;
  position: relative;
}

/* line 5415, vendor/assets/stylesheets/porto/theme-elements.css */
.thumb-info .thumb-info-wrapper:after {
  content: "";
  background: rgba(23, 23, 23, 0.8);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 4px;
  bottom: -4px;
  color: #FFF;
  left: -4px;
  position: absolute;
  right: -4px;
  top: -4px;
  display: block;
  opacity: 0;
  z-index: 1;
}

/* line 5433, vendor/assets/stylesheets/porto/theme-elements.css */
.thumb-info .thumb-info-action-icon {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background: #CCC;
  border-radius: 0 0 0 25px;
  display: inline-block;
  font-size: 25px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  right: -100px;
  text-align: center;
  top: -100px;
  width: 50px;
  z-index: 2;
}

/* line 5451, vendor/assets/stylesheets/porto/theme-elements.css */
.thumb-info .thumb-info-action-icon i {
  font-size: 24px;
  left: 3px;
  position: relative;
  top: -4px;
  color: #FFF;
}

/* line 5459, vendor/assets/stylesheets/porto/theme-elements.css */
.thumb-info .thumb-info-inner {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
}

/* line 5466, vendor/assets/stylesheets/porto/theme-elements.css */
.thumb-info .thumb-info-inner em {
  display: block;
  font-size: 0.8em;
  font-style: normal;
  font-weight: normal;
}

/* line 5473, vendor/assets/stylesheets/porto/theme-elements.css */
.thumb-info .thumb-info-title {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background: rgba(23, 23, 23, 0.8);
  bottom: 10%;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  left: 0;
  letter-spacing: -1px;
  padding: 9px 11px 9px;
  position: absolute;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  z-index: 2;
  max-width: 90%;
}

/* line 5492, vendor/assets/stylesheets/porto/theme-elements.css */
.thumb-info .thumb-info-type {
  background-color: #CCC;
  border-radius: 2px;
  display: inline-block;
  float: left;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 8px -2px -15px -2px;
  padding: 2px 9px;
  text-transform: none;
  z-index: 2;
}

/* line 5506, vendor/assets/stylesheets/porto/theme-elements.css */
.thumb-info .owl-carousel {
  z-index: auto;
}

/* line 5510, vendor/assets/stylesheets/porto/theme-elements.css */
.thumb-info .owl-carousel .owl-dots {
  z-index: 2;
}

/* line 5514, vendor/assets/stylesheets/porto/theme-elements.css */
.thumb-info img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 3px;
  position: relative;
  width: 100%;
}

/* line 5523, vendor/assets/stylesheets/porto/theme-elements.css */
.thumb-info:hover .thumb-info-wrapper:after {
  opacity: 1;
}

/* line 5527, vendor/assets/stylesheets/porto/theme-elements.css */
.thumb-info:hover .thumb-info-action-icon {
  right: 0;
  top: 0;
}

/* line 5532, vendor/assets/stylesheets/porto/theme-elements.css */
.thumb-info:hover .thumb-info-title {
  background: #000;
}

/* line 5536, vendor/assets/stylesheets/porto/theme-elements.css */
.thumb-info:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

/* line 5544, vendor/assets/stylesheets/porto/theme-elements.css */
.thumb-info.thumb-info-no-zoom img {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

/* line 5550, vendor/assets/stylesheets/porto/theme-elements.css */
.thumb-info.thumb-info-no-zoom:hover img {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

/* line 5558, vendor/assets/stylesheets/porto/theme-elements.css */
.thumb-info.thumb-info-lighten .thumb-info-wrapper:after {
  background: rgba(23, 23, 23, 0.25);
}

/* line 5562, vendor/assets/stylesheets/porto/theme-elements.css */
.thumb-info.thumb-info-hide-wrapper-bg .thumb-info-wrapper:after {
  display: none;
}

/* line 5566, vendor/assets/stylesheets/porto/theme-elements.css */
.thumb-info.thumb-info-centered-icons .thumb-info-action {
  -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
  -moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  transform: translate3d(0, -10px, 0);
  top: 50%;
  left: 3px;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 40px;
  margin-top: -20px;
  text-align: center;
  position: absolute;
  opacity: 0;
  z-index: 2;
}

/* line 5584, vendor/assets/stylesheets/porto/theme-elements.css */
.thumb-info.thumb-info-centered-icons .thumb-info-action-icon {
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  transition: all 0.1s ease;
  position: relative;
  z-index: 2;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  width: 40px;
  height: 40px;
  line-height: 33px;
  border-radius: 50%;
  margin-right: 3px;
}

/* line 5601, vendor/assets/stylesheets/porto/theme-elements.css */
.thumb-info.thumb-info-centered-icons .thumb-info-action-icon i {
  position: static;
  font-size: 18px;
}

/* line 5606, vendor/assets/stylesheets/porto/theme-elements.css */
.thumb-info.thumb-info-centered-icons .thumb-info-action-icon:hover {
  -webkit-transform: scale(1.15, 1.15);
  -moz-transform: scale(1.15, 1.15);
  -ms-transform: scale(1.15, 1.15);
  -o-transform: scale(1.15, 1.15);
  transform: scale(1.15, 1.15);
}

/* line 5614, vendor/assets/stylesheets/porto/theme-elements.css */
.thumb-info.thumb-info-centered-icons:hover .thumb-info-action {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/* line 5619, vendor/assets/stylesheets/porto/theme-elements.css */
.thumb-info.thumb-info-centered-icons:hover .thumb-info-action-icon {
  position: relative;
}

/* line 5623, vendor/assets/stylesheets/porto/theme-elements.css */
.thumb-info.thumb-info-centered-info .thumb-info-title {
  background: transparent;
  left: 5%;
  width: 90%;
  -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
  -moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  transform: translate(0%, -30%);
  top: 50%;
  bottom: auto;
  opacity: 0;
  text-align: center;
  padding: 0;
  position: absolute;
}

/* line 5639, vendor/assets/stylesheets/porto/theme-elements.css */
.thumb-info.thumb-info-centered-info .thumb-info-type {
  float: none;
}

/* line 5643, vendor/assets/stylesheets/porto/theme-elements.css */
.thumb-info.thumb-info-centered-info:hover .thumb-info-title {
  opacity: 1;
  transform: translate(0%, -50%);
}

/* line 5648, vendor/assets/stylesheets/porto/theme-elements.css */
.thumb-info.thumb-info-bottom-info .thumb-info-title {
  background: #FFF;
  left: 0;
  width: 100%;
  max-width: 100%;
  -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
  -moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  transform: translate3d(0, 100px, 0);
  top: auto;
  bottom: 0;
  opacity: 0;
  padding: 15px;
  text-shadow: none;
  color: #777;
}

/* line 5665, vendor/assets/stylesheets/porto/theme-elements.css */
.thumb-info.thumb-info-bottom-info .thumb-info-type {
  float: none;
  background: none;
  padding: 0;
  margin: 0;
}

/* line 5672, vendor/assets/stylesheets/porto/theme-elements.css */
.thumb-info.thumb-info-bottom-info:hover .thumb-info-title {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/* line 5677, vendor/assets/stylesheets/porto/theme-elements.css */
.thumb-info.thumb-info-bottom-info:hover img {
  -webkit-transform: translateY(-18px);
  -moz-transform: translateY(-18px);
  -ms-transform: translateY(-18px);
  -o-transform: translateY(-18px);
  transform: translateY(-18px);
}

/* line 5685, vendor/assets/stylesheets/porto/theme-elements.css */
.thumb-info.thumb-info-bottom-info-dark .thumb-info-title {
  background: -webkit-linear-gradient(bottom, rgba(23, 23, 23, 0.8) 0, transparent 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  background: linear-gradient(to top, rgba(23, 23, 23, 0.8) 0, transparent 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #FFF;
}

/* line 5691, vendor/assets/stylesheets/porto/theme-elements.css */
.thumb-info.thumb-info-push-hor img {
  -webkit-transform: translatex(-18px);
  -moz-transform: translatex(-18px);
  -ms-transform: translatex(-18px);
  -o-transform: translatex(-18px);
  transform: translatex(-18px);
  width: calc(100% + 19px);
  max-width: none;
}

/* line 5701, vendor/assets/stylesheets/porto/theme-elements.css */
.thumb-info.thumb-info-push-hor:hover img {
  -webkit-transform: translatex(0);
  -moz-transform: translatex(0);
  -ms-transform: translatex(0);
  -o-transform: translatex(0);
  transform: translatex(0);
}

/* line 5709, vendor/assets/stylesheets/porto/theme-elements.css */
.thumb-info.thumb-info-hide-info-hover .thumb-info-wrapper:after {
  opacity: 0.65;
}

/* line 5713, vendor/assets/stylesheets/porto/theme-elements.css */
.thumb-info.thumb-info-hide-info-hover .thumb-info-title {
  opacity: 1;
  top: 50%;
}

/* line 5718, vendor/assets/stylesheets/porto/theme-elements.css */
.thumb-info.thumb-info-hide-info-hover .thumb-info-type {
  float: none;
}

/* line 5722, vendor/assets/stylesheets/porto/theme-elements.css */
.thumb-info.thumb-info-hide-info-hover:hover .thumb-info-wrapper:after {
  opacity: 0.1;
}

/* line 5726, vendor/assets/stylesheets/porto/theme-elements.css */
.thumb-info.thumb-info-hide-info-hover:hover .thumb-info-title {
  opacity: 0;
}

/* line 5730, vendor/assets/stylesheets/porto/theme-elements.css */
.thumb-info.thumb-info-no-borders, .thumb-info.thumb-info-no-borders img {
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
}

/* line 5737, vendor/assets/stylesheets/porto/theme-elements.css */
.thumb-info.thumb-info-no-borders .thumb-info-wrapper {
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
}

/* line 5744, vendor/assets/stylesheets/porto/theme-elements.css */
.thumb-info.thumb-info-no-borders .thumb-info-wrapper:after {
  border-radius: 0;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

/* line 5752, vendor/assets/stylesheets/porto/theme-elements.css */
.thumb-info.thumb-info-preview .thumb-info-wrapper:after {
  display: none;
}

/* line 5756, vendor/assets/stylesheets/porto/theme-elements.css */
.thumb-info.thumb-info-preview .thumb-info-image {
  min-height: 232px;
  display: block;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: relative;
  transition: background-position 0.8s linear 0s;
}

/* line 5766, vendor/assets/stylesheets/porto/theme-elements.css */
.thumb-info.thumb-info-preview:hover .thumb-info-image {
  transition: background-position 2.5s linear 0s;
  background-position: center bottom;
}

/* line 5771, vendor/assets/stylesheets/porto/theme-elements.css */
.thumb-info.thumb-info-preview.thumb-info-preview-short:hover .thumb-info-image {
  transition: background-position 1s linear 0s;
}

/* line 5775, vendor/assets/stylesheets/porto/theme-elements.css */
.thumb-info.thumb-info-preview.thumb-info-preview-long:hover .thumb-info-image {
  transition: background-position 5s linear 0s;
}

/* line 5779, vendor/assets/stylesheets/porto/theme-elements.css */
html.webkit .thumb-info .thumb-info-wrapper {
  margin: 4px 4px 3px 4px;
}

/* line 5783, vendor/assets/stylesheets/porto/theme-elements.css */
html.webkit .full-width .thumb-info .thumb-info-wrapper,
html.webkit .masonry-item .thumb-info .thumb-info-wrapper,
html.webkit .thumb-info-no-borders .thumb-info-wrapper {
  margin: 0;
}

/* Thumb Info Ribbon */
/* line 5790, vendor/assets/stylesheets/porto/theme-elements.css */
.thumb-info-ribbon {
  background: #999;
  position: absolute;
  margin: -16px 0 0 0;
  padding: 5px 13px 6px;
  right: 15px;
  z-index: 1;
}

/* line 5799, vendor/assets/stylesheets/porto/theme-elements.css */
.thumb-info-ribbon:before {
  border-right: 10px solid #646464;
  border-top: 16px solid transparent;
  content: "";
  display: block;
  height: 0;
  left: -10px;
  position: absolute;
  top: 0;
  width: 7px;
}

/* line 5811, vendor/assets/stylesheets/porto/theme-elements.css */
.thumb-info-ribbon span {
  color: #FFF;
  font-size: 1.1em;
  font-family: "Shadows Into Light", cursive;
}

/* Thumb Info - Full Width */
/* line 5818, vendor/assets/stylesheets/porto/theme-elements.css */
.full-width .thumb-info img {
  border-radius: 0 !important;
}

/* Thumb Info Caption	*/
/* line 5823, vendor/assets/stylesheets/porto/theme-elements.css */
.thumb-info-caption {
  padding: 10px 0;
}

/* line 5827, vendor/assets/stylesheets/porto/theme-elements.css */
.thumb-info-caption .thumb-info-caption-text, .thumb-info-caption p {
  font-size: 0.9em;
  line-height: 20px;
  margin: 0 0 8px;
  padding: 10px;
  display: block;
}

/* Thumb Info Side Image	*/
/* line 5836, vendor/assets/stylesheets/porto/theme-elements.css */
.thumb-info-side-image .thumb-info-side-image-wrapper {
  padding: 4px;
  float: left;
  margin-right: 20px;
}

/* line 5842, vendor/assets/stylesheets/porto/theme-elements.css */
.thumb-info-side-image .thumb-info-caption .thumb-info-caption-text {
  padding: 17px;
}

/* line 5846, vendor/assets/stylesheets/porto/theme-elements.css */
.thumb-info-side-image-right .thumb-info-side-image-wrapper {
  float: right;
  margin-left: 20px;
  margin-right: 0;
}

/* Thumb Info Social Icons */
/* line 5853, vendor/assets/stylesheets/porto/theme-elements.css */
.thumb-info-social-icons {
  border-top: 1px dotted #DDD;
  margin: 0;
  padding: 15px 10px;
  display: block;
}

/* line 5860, vendor/assets/stylesheets/porto/theme-elements.css */
.thumb-info-social-icons a {
  background: #CCC;
  border-radius: 25px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
}

/* line 5870, vendor/assets/stylesheets/porto/theme-elements.css */
.thumb-info-social-icons a:hover {
  text-decoration: none;
}

/* line 5874, vendor/assets/stylesheets/porto/theme-elements.css */
.thumb-info-social-icons a span {
  display: none;
}

/* line 5878, vendor/assets/stylesheets/porto/theme-elements.css */
.thumb-info-social-icons a i {
  color: #FFF;
  font-size: 0.9em;
  font-weight: normal;
}

/* Responsive */
@media (max-width: 991px) {
  /* line 5886, vendor/assets/stylesheets/porto/theme-elements.css */
  .thumb-info .thumb-info-title {
    font-size: 14px;
  }
  /* line 5890, vendor/assets/stylesheets/porto/theme-elements.css */
  .thumb-info .thumb-info-more {
    font-size: 11px;
  }
}

/* Timeline */
/* line 5895, vendor/assets/stylesheets/porto/theme-elements.css */
section.timeline {
  width: 75%;
  margin: 50px 12.5% 0;
  position: relative;
  float: left;
  padding-bottom: 120px;
}

/* line 5903, vendor/assets/stylesheets/porto/theme-elements.css */
section.timeline:after {
  background: #505050;
  background: -moz-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e5799), color-stop(100%, #7db9e8));
  background: -webkit-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
  background: -o-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
  background: -ms-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
  background: linear-gradient(to bottom, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  margin-left: -2px;
  position: absolute;
  top: -60px;
  width: 3px;
  z-index: 0;
  filter: alpha(opacity=35);
  opacity: 0.35;
}

/* line 5924, vendor/assets/stylesheets/porto/theme-elements.css */
section.timeline .timeline-date {
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
  position: relative;
  display: block;
  clear: both;
  width: 200px;
  height: 45px;
  padding: 5px;
  border: 1px solid #E5E5E5;
  margin: 0 auto 10px;
  text-shadow: 0 1px 1px #fff;
  border-radius: 4px;
  background: #FFF;
  z-index: 1;
}

/* line 5940, vendor/assets/stylesheets/porto/theme-elements.css */
section.timeline .timeline-date h3 {
  display: block;
  text-align: center;
  color: #757575;
  font-size: 0.9em;
  line-height: 32px;
}

/* line 5948, vendor/assets/stylesheets/porto/theme-elements.css */
section.timeline .timeline-title {
  background: #F4F4F4;
  padding: 12px;
}

/* line 5953, vendor/assets/stylesheets/porto/theme-elements.css */
section.timeline .timeline-title h4 {
  padding: 0;
  margin: 0;
  color: #171717;
  font-size: 1.4em;
}

/* line 5960, vendor/assets/stylesheets/porto/theme-elements.css */
section.timeline .timeline-title a {
  color: #171717;
}

/* line 5964, vendor/assets/stylesheets/porto/theme-elements.css */
section.timeline .timeline-title .timeline-title-tags {
  color: #B1B1B1;
  font-size: 0.9em;
}

/* line 5969, vendor/assets/stylesheets/porto/theme-elements.css */
section.timeline .timeline-title .timeline-title-tags a {
  color: #B1B1B1;
  font-size: 0.9em;
}

/* line 5974, vendor/assets/stylesheets/porto/theme-elements.css */
section.timeline .timeline-box {
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  margin: 20px 10px 10px 10px;
  padding: 10px;
  position: relative;
  width: 45.7%;
  float: left;
  z-index: 1;
  margin-bottom: 30px;
  background: #FFF;
}

/* line 5988, vendor/assets/stylesheets/porto/theme-elements.css */
section.timeline .timeline-box.left {
  clear: both;
}

/* line 5992, vendor/assets/stylesheets/porto/theme-elements.css */
section.timeline .timeline-box.left:before {
  background: none repeat scroll 0 0 #E5E5E5;
  border-radius: 50%;
  box-shadow: 0 0 0 3px #FFF, 0 0 0 6px #E5E5E5;
  content: "";
  display: block;
  height: 7px;
  margin-right: -5px;
  position: absolute;
  right: -6.8%;
  top: 22px;
  width: 8px;
}

/* line 6006, vendor/assets/stylesheets/porto/theme-elements.css */
section.timeline .timeline-box.left:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #FFF;
  border-right: 1px solid #E5E5E5;
  border-top: 1px solid #E5E5E5;
  content: "";
  display: block;
  height: 14px;
  position: absolute;
  right: -8px;
  top: 20px;
  width: 14px;
  z-index: 0;
}

/* line 6025, vendor/assets/stylesheets/porto/theme-elements.css */
section.timeline .timeline-box.right {
  clear: right;
  float: right;
  right: -1px;
  margin-top: 40px;
}

/* line 6032, vendor/assets/stylesheets/porto/theme-elements.css */
section.timeline .timeline-box.right:before {
  background: none repeat scroll 0 0 #E5E5E5;
  border-radius: 50%;
  box-shadow: 0 0 0 3px #FFF, 0 0 0 6px #E5E5E5;
  content: "";
  display: block;
  height: 7px;
  margin-left: -5px;
  position: absolute;
  left: -7.2%;
  top: 32px;
  width: 8px;
}

/* line 6046, vendor/assets/stylesheets/porto/theme-elements.css */
section.timeline .timeline-box.right:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #FFF;
  border-left: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  content: "";
  display: block;
  height: 14px;
  position: absolute;
  left: -8px;
  top: 30px;
  width: 14px;
  z-index: 0;
}

/* line 6065, vendor/assets/stylesheets/porto/theme-elements.css */
section.timeline .timeline-box .owl-carousel {
  border-radius: 0;
  padding: 0;
  border: 0;
  box-shadow: none;
}

/* Responsive */
@media (max-width: 1199px) {
  /* line 6074, vendor/assets/stylesheets/porto/theme-elements.css */
  section.timeline .timeline-box.left:before {
    right: -6.2%;
  }
  /* line 6078, vendor/assets/stylesheets/porto/theme-elements.css */
  section.timeline .timeline-box.right:before {
    left: -6.7%;
  }
}

@media (max-width: 991px) {
  /* line 6084, vendor/assets/stylesheets/porto/theme-elements.css */
  section.timeline .timeline-box {
    float: none;
    clear: both;
    right: auto;
    left: auto;
    margin: 25px auto;
    max-width: 70%;
    width: auto;
  }
  /* line 6094, vendor/assets/stylesheets/porto/theme-elements.css */
  section.timeline .timeline-box.right {
    float: none;
    clear: both;
    right: auto;
    left: auto;
    margin: 25px auto;
    max-width: 70%;
    width: auto;
  }
  /* line 6104, vendor/assets/stylesheets/porto/theme-elements.css */
  section.timeline .timeline-box.left:after, section.timeline .timeline-box.right:after, section.timeline .timeline-box.left:before, section.timeline .timeline-box.right:before {
    display: none;
  }
}

@media (max-width: 767px) {
  /* line 6110, vendor/assets/stylesheets/porto/theme-elements.css */
  section.timeline {
    width: 100%;
    margin: 0;
  }
}

@media (max-width: 575px) {
  /* line 6117, vendor/assets/stylesheets/porto/theme-elements.css */
  section.timeline {
    width: auto;
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 6124, vendor/assets/stylesheets/porto/theme-elements.css */
  section.timeline .timeline-box {
    margin: 15px auto;
    max-width: 90%;
  }
  /* line 6129, vendor/assets/stylesheets/porto/theme-elements.css */
  section.timeline .timeline-box.right {
    margin: 15px auto;
    max-width: 90%;
  }
  /* line 6134, vendor/assets/stylesheets/porto/theme-elements.css */
  article.post-large {
    margin-left: 0;
  }
  /* line 6138, vendor/assets/stylesheets/porto/theme-elements.css */
  article.post-large .post-image, article.post-large .post-date {
    margin-left: 0;
  }
}

/* Testimonials */
/* line 6143, vendor/assets/stylesheets/porto/theme-elements.css */
.testimonial {
  margin-bottom: 20px;
}

/* line 6147, vendor/assets/stylesheets/porto/theme-elements.css */
.testimonial blockquote {
  background: #CCC;
  border-radius: 10px;
  border: 0;
  color: #666;
  font-family: Georgia, serif;
  font-style: italic;
  margin: 0;
  padding: 10px 50px;
  position: relative;
}

/* line 6159, vendor/assets/stylesheets/porto/theme-elements.css */
.testimonial blockquote:before {
  left: 10px;
  top: 0;
  color: #FFF;
  content: "“";
  font-size: 80px;
  font-style: normal;
  line-height: 1;
  position: absolute;
}

/* line 6170, vendor/assets/stylesheets/porto/theme-elements.css */
.testimonial blockquote:after {
  color: #FFF;
  content: "”";
  font-size: 80px;
  font-style: normal;
  line-height: 1;
  position: absolute;
  bottom: -0.5em;
  right: 10px;
}

/* line 6181, vendor/assets/stylesheets/porto/theme-elements.css */
.testimonial blockquote p {
  color: #FFF;
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 1.2em;
  line-height: 1.3;
}

/* line 6189, vendor/assets/stylesheets/porto/theme-elements.css */
.testimonial .testimonial-arrow-down {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #CCC;
  height: 0;
  margin: 0 0 0 17px;
  width: 0;
}

/* line 6198, vendor/assets/stylesheets/porto/theme-elements.css */
.testimonial .testimonial-author {
  margin: 8px 0 0 0;
}

/* line 6202, vendor/assets/stylesheets/porto/theme-elements.css */
.testimonial .testimonial-author::after {
  clear: both;
  content: "";
  display: table;
}

/* line 6208, vendor/assets/stylesheets/porto/theme-elements.css */
.testimonial .testimonial-author .testimonial-author-thumbnail {
  float: left;
  margin-right: 10px;
  width: auto;
}

/* line 6214, vendor/assets/stylesheets/porto/theme-elements.css */
.testimonial .testimonial-author img {
  max-width: 55px;
}

/* line 6218, vendor/assets/stylesheets/porto/theme-elements.css */
.testimonial .testimonial-author strong {
  color: #111;
  display: block;
  padding-top: 10px;
  margin-bottom: -5px;
}

/* line 6225, vendor/assets/stylesheets/porto/theme-elements.css */
.testimonial .testimonial-author span {
  color: #666;
  display: block;
  font-size: 12px;
}

/* line 6231, vendor/assets/stylesheets/porto/theme-elements.css */
.testimonial .testimonial-author p {
  color: #999;
  margin: 0 0 0 25px;
  text-align: left;
}

/* Style 2 */
/* line 6238, vendor/assets/stylesheets/porto/theme-elements.css */
.testimonial.testimonial-style-2 {
  text-align: center;
}

/* line 6242, vendor/assets/stylesheets/porto/theme-elements.css */
.testimonial.testimonial-style-2 blockquote {
  background: transparent !important;
  border-radius: 4px;
  padding: 6px 20px;
}

/* line 6248, vendor/assets/stylesheets/porto/theme-elements.css */
.testimonial.testimonial-style-2 blockquote:before, .testimonial.testimonial-style-2 blockquote:after {
  display: none;
}

/* line 6252, vendor/assets/stylesheets/porto/theme-elements.css */
.testimonial.testimonial-style-2 blockquote p {
  color: #777;
}

/* line 6256, vendor/assets/stylesheets/porto/theme-elements.css */
.testimonial.testimonial-style-2 .testimonial-arrow-down {
  display: none;
}

/* line 6260, vendor/assets/stylesheets/porto/theme-elements.css */
.testimonial.testimonial-style-2 .testimonial-author {
  padding: 0;
  margin: 6px 0 0;
}

/* line 6265, vendor/assets/stylesheets/porto/theme-elements.css */
.testimonial.testimonial-style-2 .testimonial-author img {
  margin: 0 auto 10px;
}

/* line 6269, vendor/assets/stylesheets/porto/theme-elements.css */
.testimonial.testimonial-style-2 .testimonial-author p {
  text-align: center;
  padding: 0;
  margin: 0;
}

/* Style 3 */
/* line 6276, vendor/assets/stylesheets/porto/theme-elements.css */
.testimonial.testimonial-style-3 blockquote {
  background: #f2f2f2 !important;
  border-radius: 4px;
  padding: 12px 30px;
}

/* line 6282, vendor/assets/stylesheets/porto/theme-elements.css */
.testimonial.testimonial-style-3 blockquote:before {
  top: 5px;
  color: #777;
  font-size: 35px;
}

/* line 6288, vendor/assets/stylesheets/porto/theme-elements.css */
.testimonial.testimonial-style-3 blockquote:after {
  color: #777;
  font-size: 35px;
  bottom: -5px;
}

/* line 6294, vendor/assets/stylesheets/porto/theme-elements.css */
.testimonial.testimonial-style-3 blockquote p {
  color: #777;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1em;
  font-style: normal;
}

/* line 6301, vendor/assets/stylesheets/porto/theme-elements.css */
.testimonial.testimonial-style-3 .testimonial-author {
  margin-left: 8px;
}

/* line 6305, vendor/assets/stylesheets/porto/theme-elements.css */
.testimonial.testimonial-style-3 .testimonial-arrow-down {
  margin-left: 20px;
  border-top: 10px solid #f2f2f2 !important;
}

/* Style 4 */
/* line 6311, vendor/assets/stylesheets/porto/theme-elements.css */
.testimonial.testimonial-style-4 {
  border-radius: 6px;
  padding: 8px;
  border-top: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
  border-left: 1px solid #ECECEC;
  border-right: 1px solid #ECECEC;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
}

/* line 6321, vendor/assets/stylesheets/porto/theme-elements.css */
.testimonial.testimonial-style-4 blockquote {
  background: transparent !important;
  border-radius: 4px;
  padding: 12px 30px;
}

/* line 6327, vendor/assets/stylesheets/porto/theme-elements.css */
.testimonial.testimonial-style-4 blockquote:before {
  top: 5px;
  color: #777;
  font-size: 35px;
}

/* line 6333, vendor/assets/stylesheets/porto/theme-elements.css */
.testimonial.testimonial-style-4 blockquote:after {
  color: #777;
  font-size: 35px;
  bottom: -5px;
}

/* line 6339, vendor/assets/stylesheets/porto/theme-elements.css */
.testimonial.testimonial-style-4 blockquote p {
  color: #777;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1em;
  font-style: normal;
}

/* line 6346, vendor/assets/stylesheets/porto/theme-elements.css */
.testimonial.testimonial-style-4 .testimonial-arrow-down {
  display: none;
}

/* line 6350, vendor/assets/stylesheets/porto/theme-elements.css */
.testimonial.testimonial-style-4 .testimonial-author {
  margin-left: 30px;
  margin-bottom: 15px;
}

/* line 6355, vendor/assets/stylesheets/porto/theme-elements.css */
.testimonial.testimonial-style-4.testimonial-no-borders {
  border: 0;
  box-shadow: none;
}

/* Style 5 */
/* line 6361, vendor/assets/stylesheets/porto/theme-elements.css */
.testimonial.testimonial-style-5 {
  text-align: center;
}

/* line 6365, vendor/assets/stylesheets/porto/theme-elements.css */
.testimonial.testimonial-style-5 blockquote {
  background: transparent !important;
  border-radius: 4px;
  padding: 6px 20px;
}

/* line 6371, vendor/assets/stylesheets/porto/theme-elements.css */
.testimonial.testimonial-style-5 blockquote:before, .testimonial.testimonial-style-5 blockquote:after {
  display: none;
}

/* line 6375, vendor/assets/stylesheets/porto/theme-elements.css */
.testimonial.testimonial-style-5 blockquote p {
  color: #777;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1.2em;
  font-style: normal;
}

/* line 6382, vendor/assets/stylesheets/porto/theme-elements.css */
.testimonial.testimonial-style-5 .testimonial-arrow-down {
  display: none;
}

/* line 6386, vendor/assets/stylesheets/porto/theme-elements.css */
.testimonial.testimonial-style-5 .testimonial-author {
  padding: 6px 0 0;
  margin: 12px 0 0;
  border-top: 1px solid #f2f2f2;
}

/* line 6392, vendor/assets/stylesheets/porto/theme-elements.css */
.testimonial.testimonial-style-5 .testimonial-author img {
  margin: 0 auto 10px;
}

/* line 6396, vendor/assets/stylesheets/porto/theme-elements.css */
.testimonial.testimonial-style-5 .testimonial-author p {
  text-align: center;
  padding: 0;
  margin: 0;
}

/* Style 6 */
/* line 6403, vendor/assets/stylesheets/porto/theme-elements.css */
.testimonial.testimonial-style-6 {
  text-align: center;
}

/* line 6407, vendor/assets/stylesheets/porto/theme-elements.css */
.testimonial.testimonial-style-6 blockquote {
  background: transparent !important;
  border-radius: 4px;
  border: 0;
  padding: 0 10%;
}

/* line 6414, vendor/assets/stylesheets/porto/theme-elements.css */
.testimonial.testimonial-style-6 blockquote:before, .testimonial.testimonial-style-6 blockquote:after {
  display: none;
}

/* line 6418, vendor/assets/stylesheets/porto/theme-elements.css */
.testimonial.testimonial-style-6 blockquote i.fa-quote-left {
  font-size: 34px;
  position: relative;
  left: -5px;
}

/* line 6424, vendor/assets/stylesheets/porto/theme-elements.css */
.testimonial.testimonial-style-6 blockquote p {
  color: #777;
  font-size: 24px;
  line-height: 30px;
}

/* line 6430, vendor/assets/stylesheets/porto/theme-elements.css */
.testimonial.testimonial-style-6 blockquote span {
  font-size: 16px;
  line-height: 20px;
  color: #999;
  position: relative;
  left: -5px;
}

/* line 6438, vendor/assets/stylesheets/porto/theme-elements.css */
.testimonial.testimonial-style-6 .testimonial-arrow-down {
  display: none;
}

/* line 6442, vendor/assets/stylesheets/porto/theme-elements.css */
.testimonial.testimonial-style-6 .testimonial-author {
  padding: 0;
  margin: 6px 0 0;
}

/* line 6447, vendor/assets/stylesheets/porto/theme-elements.css */
.testimonial.testimonial-style-6 .testimonial-author img {
  margin: 0 auto 10px;
}

/* line 6451, vendor/assets/stylesheets/porto/theme-elements.css */
.testimonial.testimonial-style-6 .testimonial-author p {
  text-align: center;
  padding: 0;
  margin: 0;
}

/* With Quotes */
/* line 6458, vendor/assets/stylesheets/porto/theme-elements.css */
.testimonial.testimonial-with-quotes blockquote:before {
  color: #777;
  display: block !important;
  left: 10px;
  top: 0;
  content: "“";
  font-size: 80px;
  font-style: normal;
  line-height: 1;
  position: absolute;
}

/* line 6470, vendor/assets/stylesheets/porto/theme-elements.css */
.testimonial.testimonial-with-quotes blockquote:after {
  color: #777;
  display: block !important;
  right: 10px;
  font-size: 80px;
  font-style: normal;
  line-height: 1;
  position: absolute;
  bottom: -0.5em;
  content: "”";
}

/* line 6482, vendor/assets/stylesheets/porto/theme-elements.css */
.testimonial.testimonial-with-quotes blockquote p {
  padding: 0 40px;
}

/* Transparent Background */
/* line 6487, vendor/assets/stylesheets/porto/theme-elements.css */
.testimonial.testimonial-trasnparent-background blockquote {
  background: transparent !important;
}

/* Alternarive Font */
/* line 6492, vendor/assets/stylesheets/porto/theme-elements.css */
.testimonial.testimonial-alternarive-font blockquote p {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 1.2em;
}

/* Light */
/* line 6499, vendor/assets/stylesheets/porto/theme-elements.css */
.section-text-light .testimonial.testimonial blockquote:before, .section-text-light .testimonial.testimonial blockquote:after, .section-text-light .testimonial.testimonial blockquote p {
  opacity: 0.9;
  color: #FFF;
}

/* line 6504, vendor/assets/stylesheets/porto/theme-elements.css */
.section-text-light .testimonial.testimonial .testimonial-author span, .section-text-light .testimonial.testimonial .testimonial-author strong {
  opacity: 0.6;
  color: #FFF;
}

/* Social Icons */
/* line 6510, vendor/assets/stylesheets/porto/theme-elements.css */
.social-icons {
  margin: 0;
  padding: 0;
  width: auto;
}

/* line 6516, vendor/assets/stylesheets/porto/theme-elements.css */
.social-icons li {
  display: inline-block;
  margin: -1px 1px 0 0;
  padding: 0;
  border-radius: 100%;
  overflow: visible;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}

/* line 6525, vendor/assets/stylesheets/porto/theme-elements.css */
.social-icons li a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: #FFF;
  border-radius: 100%;
  display: block;
  height: 30px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  color: #333 !important;
  text-decoration: none;
}

/* line 6540, vendor/assets/stylesheets/porto/theme-elements.css */
.social-icons li:hover a {
  background: #171717;
  color: #FFF !important;
}

/* line 6545, vendor/assets/stylesheets/porto/theme-elements.css */
.social-icons li.social-icons-twitter:hover a {
  background: #1aa9e1;
}

/* line 6549, vendor/assets/stylesheets/porto/theme-elements.css */
.social-icons li.social-icons-facebook:hover a {
  background: #3b5a9a;
}

/* line 6553, vendor/assets/stylesheets/porto/theme-elements.css */
.social-icons li.social-icons-linkedin:hover a {
  background: #0073b2;
}

/* line 6557, vendor/assets/stylesheets/porto/theme-elements.css */
.social-icons li.social-icons-rss:hover a {
  background: #ff8201;
}

/* line 6561, vendor/assets/stylesheets/porto/theme-elements.css */
.social-icons li.social-icons-googleplus:hover a {
  background: #dd4b39;
}

/* line 6565, vendor/assets/stylesheets/porto/theme-elements.css */
.social-icons li.social-icons-pinterest:hover a {
  background: #cc2127;
}

/* line 6569, vendor/assets/stylesheets/porto/theme-elements.css */
.social-icons li.social-icons-youtube:hover a {
  background: #c3191e;
}

/* line 6573, vendor/assets/stylesheets/porto/theme-elements.css */
.social-icons li.social-icons-instagram:hover a {
  background: #7c4a3a;
}

/* line 6577, vendor/assets/stylesheets/porto/theme-elements.css */
.social-icons li.social-icons-skype:hover a {
  background: #00b0f6;
}

/* line 6581, vendor/assets/stylesheets/porto/theme-elements.css */
.social-icons li.social-icons-email:hover a {
  background: #dd4b39;
}

/* line 6585, vendor/assets/stylesheets/porto/theme-elements.css */
.social-icons li.social-icons-vk:hover a {
  background: #6383a8;
}

/* line 6589, vendor/assets/stylesheets/porto/theme-elements.css */
.social-icons li.social-icons-xing:hover a {
  background: #1a7576;
}

/* line 6593, vendor/assets/stylesheets/porto/theme-elements.css */
.social-icons li.social-icons-tumblr:hover a {
  background: #304e6c;
}

/* line 6597, vendor/assets/stylesheets/porto/theme-elements.css */
.social-icons li.social-icons-reddit:hover a {
  background: #ff4107;
}

/* line 6601, vendor/assets/stylesheets/porto/theme-elements.css */
.social-icons.social-icons-transparent li {
  box-shadow: none;
}

/* line 6605, vendor/assets/stylesheets/porto/theme-elements.css */
.social-icons.social-icons-transparent li a {
  background: transparent;
}

/* line 6609, vendor/assets/stylesheets/porto/theme-elements.css */
.social-icons.social-icons-icon-light li a i {
  color: #FFF;
}

/* Arrows */
/* line 6614, vendor/assets/stylesheets/porto/theme-elements.css */
.arrow {
  background: transparent url(/assets/arrows.png) no-repeat 0 0;
  width: 47px;
  height: 120px;
  display: inline-block;
  position: relative;
}

/* line 6622, vendor/assets/stylesheets/porto/theme-elements.css */
.arrow.arrow-light {
  background-image: url(/assets/arrows-dark.png);
}

/* line 6626, vendor/assets/stylesheets/porto/theme-elements.css */
.arrow.vtl {
  background-position: 0 0;
  width: 47px;
  height: 96px;
}

/* line 6632, vendor/assets/stylesheets/porto/theme-elements.css */
.arrow.vtr {
  background-position: -101px 0;
  width: 47px;
  height: 96px;
}

/* line 6638, vendor/assets/stylesheets/porto/theme-elements.css */
.arrow.vbl {
  background-position: 0 -144px;
  width: 47px;
  height: 96px;
}

/* line 6644, vendor/assets/stylesheets/porto/theme-elements.css */
.arrow.vbr {
  background-position: -101px -144px;
  width: 47px;
  height: 96px;
}

/* line 6650, vendor/assets/stylesheets/porto/theme-elements.css */
.arrow.hlt {
  background-position: -209px 0;
  width: 120px;
  height: 47px;
}

/* line 6656, vendor/assets/stylesheets/porto/theme-elements.css */
.arrow.hlb {
  background-position: -209px -101px;
  width: 120px;
  height: 47px;
}

/* line 6662, vendor/assets/stylesheets/porto/theme-elements.css */
.arrow.hrt {
  background-position: -353px 0;
  width: 120px;
  height: 47px;
}

/* line 6668, vendor/assets/stylesheets/porto/theme-elements.css */
.arrow.hrb {
  background-position: -353px -101px;
  width: 120px;
  height: 47px;
}

/* Responsive */
@media (max-width: 575px) {
  /* line 6676, vendor/assets/stylesheets/porto/theme-elements.css */
  .arrow {
    display: none;
  }
}

/* Call to Action */
/* line 6681, vendor/assets/stylesheets/porto/theme-elements.css */
.call-to-action {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 32px 55px;
  clear: both;
}

/* line 6689, vendor/assets/stylesheets/porto/theme-elements.css */
.call-to-action::after {
  clear: both;
  content: "";
  display: table;
}

@media (max-width: 767px) {
  /* line 6696, vendor/assets/stylesheets/porto/theme-elements.css */
  .call-to-action {
    padding: 10px 10px;
  }
}

/* line 6701, vendor/assets/stylesheets/porto/theme-elements.css */
.call-to-action h3 {
  text-transform: none;
  color: #1d2127;
  padding: 0;
  margin: 0 0 9px;
}

/* line 6708, vendor/assets/stylesheets/porto/theme-elements.css */
.call-to-action p {
  font-size: 1.2em;
}

/* line 6712, vendor/assets/stylesheets/porto/theme-elements.css */
.call-to-action > [class*="col-"] {
  display: flex;
  align-items: center;
}

/* line 6717, vendor/assets/stylesheets/porto/theme-elements.css */
.call-to-action > [class*="col-"]:nth-child(2) {
  justify-content: flex-end;
  text-align: center;
}

@media (max-width: 767px) {
  /* line 6723, vendor/assets/stylesheets/porto/theme-elements.css */
  .call-to-action > [class*="col-"]:nth-child(2) {
    justify-content: center;
  }
}

/* line 6728, vendor/assets/stylesheets/porto/theme-elements.css */
.call-to-action .container > .row, .call-to-action .container-fluid > .row {
  display: flex;
  flex-wrap: wrap;
}

/* line 6733, vendor/assets/stylesheets/porto/theme-elements.css */
.call-to-action .container > .row > [class*="col-"], .call-to-action .container-fluid > .row > [class*="col-"] {
  display: flex;
  align-items: center;
}

/* line 6738, vendor/assets/stylesheets/porto/theme-elements.css */
.call-to-action .container > .row > [class*="col-"]:nth-child(2), .call-to-action .container-fluid > .row > [class*="col-"]:nth-child(2) {
  justify-content: flex-end;
  text-align: center;
}

@media (max-width: 767px) {
  /* line 6744, vendor/assets/stylesheets/porto/theme-elements.css */
  .call-to-action .container > .row > [class*="col-"]:nth-child(2), .call-to-action .container-fluid > .row > [class*="col-"]:nth-child(2) {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  /* line 6750, vendor/assets/stylesheets/porto/theme-elements.css */
  .call-to-action > [class*="col-"]:not([class*="col-xs"]) {
    width: 100%;
  }
  /* line 6754, vendor/assets/stylesheets/porto/theme-elements.css */
  .call-to-action .container > .row [class*="col-"]:not([class*="col-xs"]) {
    width: 100%;
  }
}

/* line 6759, vendor/assets/stylesheets/porto/theme-elements.css */
.call-to-action .call-to-action-content {
  text-align: center;
}

/* line 6763, vendor/assets/stylesheets/porto/theme-elements.css */
.call-to-action.call-to-action-big {
  padding: 63px 55px;
}

@media (max-width: 575px) {
  /* line 6768, vendor/assets/stylesheets/porto/theme-elements.css */
  .call-to-action.call-to-action-big {
    padding: 63px 0;
  }
}

/* line 6773, vendor/assets/stylesheets/porto/theme-elements.css */
.call-to-action.call-to-action-front {
  z-index: 1;
}

/* line 6777, vendor/assets/stylesheets/porto/theme-elements.css */
.call-to-action.call-to-action-default {
  background: #F4F4F4;
}

/* line 6781, vendor/assets/stylesheets/porto/theme-elements.css */
.call-to-action.call-to-action-dark {
  background: #2e353e;
}

/* line 6785, vendor/assets/stylesheets/porto/theme-elements.css */
.call-to-action.call-to-action-dark h3, .call-to-action.call-to-action-dark p {
  color: #FFF;
}

/* line 6789, vendor/assets/stylesheets/porto/theme-elements.css */
.call-to-action.with-borders {
  border-top: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
  border-left: 1px solid #ECECEC;
  border-right: 1px solid #ECECEC;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
}

/* line 6797, vendor/assets/stylesheets/porto/theme-elements.css */
.call-to-action.with-full-borders {
  border: 2px solid #CCC;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
}

/* line 6802, vendor/assets/stylesheets/porto/theme-elements.css */
.call-to-action.featured {
  background: -webkit-linear-gradient(top, #FFF 1%, #fcfcfc 98%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  background: linear-gradient(to bottom, #FFF 1%, #fcfcfc 98%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  margin: 0;
  border-top: 3px solid #CCC;
  border-bottom: 1px solid #DFDFDF;
  border-left: 1px solid #ECECEC;
  border-right: 1px solid #ECECEC;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
}

/* line 6813, vendor/assets/stylesheets/porto/theme-elements.css */
.call-to-action.featured.featured-primary {
  border-top-color: #CCC;
}

/* line 6817, vendor/assets/stylesheets/porto/theme-elements.css */
.call-to-action.featured.featured-secondary {
  border-top-color: #E36159;
}

/* line 6821, vendor/assets/stylesheets/porto/theme-elements.css */
.call-to-action.featured.featured-tertiary {
  border-top-color: #2BAAB1;
}

/* line 6825, vendor/assets/stylesheets/porto/theme-elements.css */
.call-to-action.featured.featured-quaternary {
  border-top-color: #2e353e;
}

/* line 6829, vendor/assets/stylesheets/porto/theme-elements.css */
.call-to-action.with-button-arrow .call-to-action-btn {
  position: relative;
}

@media (min-width: 992px) {
  /* line 6834, vendor/assets/stylesheets/porto/theme-elements.css */
  .call-to-action.with-button-arrow .call-to-action-btn {
    left: -80px;
  }
}

/* line 6839, vendor/assets/stylesheets/porto/theme-elements.css */
.call-to-action.with-button-arrow .call-to-action-btn .arrow {
  position: absolute;
}

@media (max-width: 991px) {
  /* line 6844, vendor/assets/stylesheets/porto/theme-elements.css */
  .call-to-action.with-button-arrow .call-to-action-btn .arrow {
    display: none;
  }
}

/* line 6849, vendor/assets/stylesheets/porto/theme-elements.css */
.call-to-action.with-button-arrow .call-to-action-btn.no-left {
  left: 0;
}

@media (max-width: 991px) {
  /* line 6854, vendor/assets/stylesheets/porto/theme-elements.css */
  .call-to-action.with-button-arrow .call-to-action-btn.no-left {
    margin-top: -25px !important;
  }
}

/* line 6859, vendor/assets/stylesheets/porto/theme-elements.css */
.call-to-action.with-button-arrow.button-arrow-price-centered .call-to-action-btn > span {
  position: relative;
}

/* line 6863, vendor/assets/stylesheets/porto/theme-elements.css */
.call-to-action.with-button-arrow.button-arrow-price-centered .call-to-action-btn > span .arrow {
  right: 50% !important;
}

/* line 6867, vendor/assets/stylesheets/porto/theme-elements.css */
.call-to-action.content-align-center .call-to-action-content, .call-to-action.content-align-center .call-to-action-btn {
  width: 100%;
  text-align: center;
}

/* line 6872, vendor/assets/stylesheets/porto/theme-elements.css */
.call-to-action.button-centered .call-to-action-content {
  text-align: center;
  width: 100%;
  padding: 35px 0 0;
  margin: 0;
}

/* line 6879, vendor/assets/stylesheets/porto/theme-elements.css */
.call-to-action.button-centered .call-to-action-btn {
  text-align: center;
  position: static;
  margin: 20px auto 25px;
  width: auto;
}

/* line 6886, vendor/assets/stylesheets/porto/theme-elements.css */
.call-to-action.call-to-action-in-footer {
  padding-top: 90px;
  padding-bottom: 70px;
  margin-top: 30px;
  margin-bottom: -50px !important;
}

/* line 6893, vendor/assets/stylesheets/porto/theme-elements.css */
.call-to-action.call-to-action-in-footer:before {
  content: "";
  display: block;
  position: absolute;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #FFF;
  height: 20px;
  width: 20px;
  top: -5px;
  left: 50%;
  margin-left: -20px;
}

/* line 6907, vendor/assets/stylesheets/porto/theme-elements.css */
.call-to-action.no-top-arrow:before {
  display: none;
}

/* line 6911, vendor/assets/stylesheets/porto/theme-elements.css */
.call-to-action.call-to-action-in-footer-margin-top {
  margin-top: 60px;
}

/* line 6915, vendor/assets/stylesheets/porto/theme-elements.css */
.container .call-to-action {
  border-radius: 8px;
}

/* Responsive */
@media (max-width: 767px) {
  /* line 6921, vendor/assets/stylesheets/porto/theme-elements.css */
  .call-to-action .call-to-action-content,
.call-to-action .call-to-action-btn {
    margin: 0;
    padding: 20px;
    position: static;
    width: auto;
  }
}

/*
* IE 11 Fixes
*/
/* line 6932, vendor/assets/stylesheets/porto/theme-elements.css */
html.ie:not(.ie9) .call-to-action .call-to-action-content {
  width: 100%;
}

/* line 6936, vendor/assets/stylesheets/porto/theme-elements.css */
html.ie:not(.ie9) .call-to-action.button-centered > [class*="col-"] {
  display: block;
}

/* line 6940, vendor/assets/stylesheets/porto/theme-elements.css */
html.ie:not(.ie9) .call-to-action.button-centered .container > .row, html.ie:not(.ie9) .call-to-action.button-centered .container-fluid > .row {
  display: block;
}

/*
* IE 9 Fixes
*/
/* line 6947, vendor/assets/stylesheets/porto/theme-elements.css */
html.ie9 .call-to-action > [class*="col-"] {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

/* line 6953, vendor/assets/stylesheets/porto/theme-elements.css */
html.ie9 .call-to-action > [class*="col-"]:nth-child(2) {
  text-align: right;
}

/* line 6957, vendor/assets/stylesheets/porto/theme-elements.css */
html.ie9 .call-to-action .container > .row, html.ie9 .call-to-action .container-fluid > .row {
  display: table;
  width: 100%;
}

/* line 6962, vendor/assets/stylesheets/porto/theme-elements.css */
html.ie9 .call-to-action .container > .row > [class*="col-"], html.ie9 .call-to-action .container-fluid > .row > [class*="col-"] {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

/* line 6968, vendor/assets/stylesheets/porto/theme-elements.css */
html.ie9 .call-to-action .container > .row > [class*="col-"]:nth-child(2), html.ie9 .call-to-action .container-fluid > .row > [class*="col-"]:nth-child(2) {
  text-align: center;
}

/* line 6972, vendor/assets/stylesheets/porto/theme-elements.css */
html.ie9 .call-to-action.button-centered > [class*="col-"] {
  float: left;
}

/* line 6976, vendor/assets/stylesheets/porto/theme-elements.css */
html.ie9 .call-to-action.button-centered .container > .row > [class*="col-"], html.ie9 .call-to-action.button-centered .container-fluid > .row > [class*="col-"] {
  float: left;
}

/* Circular Bars */
/* line 6981, vendor/assets/stylesheets/porto/theme-elements.css */
.circular-bar {
  text-align: center;
  margin-bottom: 25px;
}

/* line 6986, vendor/assets/stylesheets/porto/theme-elements.css */
.circular-bar .circular-bar-chart {
  position: relative;
}

/* line 6990, vendor/assets/stylesheets/porto/theme-elements.css */
.circular-bar strong {
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  position: absolute;
  top: 35%;
  width: 80%;
  left: 10%;
  text-align: center;
}

/* line 7002, vendor/assets/stylesheets/porto/theme-elements.css */
.circular-bar label {
  display: block;
  font-weight: 100;
  font-size: 17px;
  line-height: 20px;
  position: absolute;
  top: 50%;
  width: 80%;
  left: 10%;
  text-align: center;
}

/* line 7014, vendor/assets/stylesheets/porto/theme-elements.css */
.circular-bar.only-icon .fa, .circular-bar.only-icon .icons {
  display: block;
  font-weight: 600;
  font-size: 38px;
  line-height: 30px;
  position: absolute;
  top: 40%;
  width: 80%;
  left: 10%;
  text-align: center;
}

/* line 7026, vendor/assets/stylesheets/porto/theme-elements.css */
.circular-bar.single-line strong {
  top: 40%;
}

/* line 7030, vendor/assets/stylesheets/porto/theme-elements.css */
.circular-bar.circular-bar-sm label {
  font-size: 14px;
  top: 36%;
}

/* line 7035, vendor/assets/stylesheets/porto/theme-elements.css */
.circular-bar.circular-bar-lg strong {
  font-size: 20px;
  top: 40%;
}

/* Progress */
/* line 7041, vendor/assets/stylesheets/porto/theme-elements.css */
.progress {
  border-radius: 25px;
  height: 20px;
  background: #FAFAFA;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  overflow: visible;
}

/* line 7049, vendor/assets/stylesheets/porto/theme-elements.css */
.progress.progress-border-radius {
  border-radius: 3px;
}

/* line 7053, vendor/assets/stylesheets/porto/theme-elements.css */
.progress.progress-border-radius .progress-bar {
  border-radius: 3px;
}

/* line 7057, vendor/assets/stylesheets/porto/theme-elements.css */
.progress.progress-no-border-radius {
  border-radius: 0;
}

/* line 7061, vendor/assets/stylesheets/porto/theme-elements.css */
.progress.progress-no-border-radius .progress-bar {
  border-radius: 0;
}

/* line 7065, vendor/assets/stylesheets/porto/theme-elements.css */
.progress.progress-sm {
  height: 10px;
}

/* line 7069, vendor/assets/stylesheets/porto/theme-elements.css */
.progress.progress-sm .progress-bar {
  line-height: 10px;
  height: auto;
}

/* line 7074, vendor/assets/stylesheets/porto/theme-elements.css */
.progress.progress-lg {
  height: 35px;
}

/* line 7078, vendor/assets/stylesheets/porto/theme-elements.css */
.progress.progress-lg .progress-bar {
  font-size: 13px;
  line-height: 35px;
  height: auto;
}

/* line 7084, vendor/assets/stylesheets/porto/theme-elements.css */
.progress-bar {
  background-color: #CCC;
  box-shadow: none;
  position: relative;
  border-radius: 25px;
}

/* line 7091, vendor/assets/stylesheets/porto/theme-elements.css */
.progress-bar-tooltip {
  position: absolute;
  padding: 4px 8px;
  background-color: #333;
  color: #FFF;
  line-height: 15px;
  font-size: 11px;
  display: block;
  position: absolute;
  top: -28px;
  right: 5px;
  border-radius: 3px;
  opacity: 0;
}

/* line 7106, vendor/assets/stylesheets/porto/theme-elements.css */
.progress-bar-tooltip:after {
  border-color: #333 transparent;
  border-style: solid;
  border-width: 5px 5px 0;
  bottom: -5px;
  content: "";
  display: block;
  left: 13px;
  position: absolute;
  width: 0;
}

/* line 7118, vendor/assets/stylesheets/porto/theme-elements.css */
.progress-bar-primary {
  background-color: #CCC;
  color: #FFF;
}

/* line 7123, vendor/assets/stylesheets/porto/theme-elements.css */
.progress-bar-success {
  background-color: #28a745;
  color: #FFF;
}

/* line 7128, vendor/assets/stylesheets/porto/theme-elements.css */
.progress-bar-warning {
  background-color: #dc3545;
  color: #FFF;
}

/* line 7133, vendor/assets/stylesheets/porto/theme-elements.css */
.progress-bar-danger {
  background-color: #ffc107;
  color: #FFF;
}

/* line 7138, vendor/assets/stylesheets/porto/theme-elements.css */
.progress-bar-info {
  background-color: #17a2b8;
  color: #FFF;
}

/* line 7143, vendor/assets/stylesheets/porto/theme-elements.css */
.progress-bar-dark {
  background-color: #1d2127;
  color: #FFF;
}

/* Counters */
/* line 7149, vendor/assets/stylesheets/porto/theme-elements.css */
.counters .counter {
  text-align: center;
}

/* line 7153, vendor/assets/stylesheets/porto/theme-elements.css */
.counters .fa, .counters .icons {
  display: block;
  font-size: 35px;
  line-height: 35px;
  margin-bottom: 5px;
}

/* line 7160, vendor/assets/stylesheets/porto/theme-elements.css */
.counters strong {
  display: block;
  font-weight: bold;
  font-size: 50px;
  line-height: 50px;
}

/* line 7167, vendor/assets/stylesheets/porto/theme-elements.css */
.counters label {
  display: block;
  font-weight: 100;
  font-size: 20px;
  line-height: 20px;
}

/* line 7174, vendor/assets/stylesheets/porto/theme-elements.css */
.counters .counter-side-icon .fa, .counters .counter-side-icon .icons, .counters .counter-side-icon strong {
  display: inline-block;
}

/* line 7178, vendor/assets/stylesheets/porto/theme-elements.css */
.counters .counter-with-unit strong {
  display: inline-block;
}

/* line 7182, vendor/assets/stylesheets/porto/theme-elements.css */
.counters.with-borders .counter {
  border-radius: 6px;
  border-top: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
  border-left: 1px solid #ECECEC;
  border-right: 1px solid #ECECEC;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
  padding: 25px;
}

/* line 7192, vendor/assets/stylesheets/porto/theme-elements.css */
.counters.counters-sm .fa, .counters.counters-sm .icons {
  font-size: 25px;
  line-height: 25px;
}

/* line 7197, vendor/assets/stylesheets/porto/theme-elements.css */
.counters.counters-sm strong {
  font-size: 35px;
  line-height: 35px;
}

/* line 7202, vendor/assets/stylesheets/porto/theme-elements.css */
.counters.counters-sm label {
  font-size: 15px;
  line-height: 15px;
}

/* line 7207, vendor/assets/stylesheets/porto/theme-elements.css */
.counters.counters-lg .fa {
  font-size: 45px;
  line-height: 45px;
}

/* line 7212, vendor/assets/stylesheets/porto/theme-elements.css */
.counters.counters-lg strong {
  font-size: 60px;
  line-height: 60px;
}

/* line 7217, vendor/assets/stylesheets/porto/theme-elements.css */
.counters.counters-lg label {
  font-size: 25px;
  line-height: 25px;
}

/* line 7222, vendor/assets/stylesheets/porto/theme-elements.css */
.counters.counters-text-light .counter {
  color: #FFF !important;
}

/* line 7226, vendor/assets/stylesheets/porto/theme-elements.css */
.counters.counters-text-light .counter .fa, .counters.counters-text-light .counter .icons, .counters.counters-text-light .counter strong, .counters.counters-text-light .counter label {
  color: #FFF !important;
}

/* line 7230, vendor/assets/stylesheets/porto/theme-elements.css */
.counters.counters-text-dark .counter {
  color: #2e353e !important;
}

/* line 7234, vendor/assets/stylesheets/porto/theme-elements.css */
.counters.counters-text-dark .counter .fa, .counters.counters-text-dark .counter .icons, .counters.counters-text-dark .counter strong, .counters.counters-text-dark .counter label {
  color: #2e353e !important;
}

/* Word Rotator */
/* line 7239, vendor/assets/stylesheets/porto/theme-elements.css */
.word-rotator {
  display: inline-block;
  overflow: hidden;
  text-align: center;
  position: relative;
  max-height: 22px;
  line-height: 22px;
}

/* line 7248, vendor/assets/stylesheets/porto/theme-elements.css */
.word-rotator .word-rotator-items {
  position: relative;
  top: 0;
  width: 0;
  display: inline-block;
}

/* line 7255, vendor/assets/stylesheets/porto/theme-elements.css */
.word-rotator .word-rotator-items span {
  display: inline-block;
  white-space: nowrap;
}

/* line 7260, vendor/assets/stylesheets/porto/theme-elements.css */
.word-rotator .word-rotator-items span:not(:first-child) {
  display: none;
}

/* line 7264, vendor/assets/stylesheets/porto/theme-elements.css */
.word-rotator.active .word-rotator-items {
  position: relative;
}

/* line 7268, vendor/assets/stylesheets/porto/theme-elements.css */
.word-rotator.active .word-rotator-items span {
  display: inline-block;
  float: left;
  clear: both;
}

/* line 7274, vendor/assets/stylesheets/porto/theme-elements.css */
h1.word-rotator-title .inverted {
  min-height: 56px;
}

/* line 7278, vendor/assets/stylesheets/porto/theme-elements.css */
h1.word-rotator-title .word-rotator {
  max-height: 46px;
  line-height: 46px;
  margin-bottom: -9px;
}

/* line 7284, vendor/assets/stylesheets/porto/theme-elements.css */
h2.word-rotator-title .inverted {
  min-height: 46px;
}

/* line 7288, vendor/assets/stylesheets/porto/theme-elements.css */
h2.word-rotator-title .word-rotator {
  max-height: 42px;
  line-height: 42px;
  margin-bottom: -9px;
}

/* line 7294, vendor/assets/stylesheets/porto/theme-elements.css */
h3.word-rotator-title .inverted {
  min-height: 25px;
}

/* line 7298, vendor/assets/stylesheets/porto/theme-elements.css */
h3.word-rotator-title .word-rotator {
  max-height: 24px;
  line-height: 24px;
  margin-bottom: -2px;
}

/* line 7304, vendor/assets/stylesheets/porto/theme-elements.css */
h4.word-rotator-title .inverted {
  min-height: 32px;
}

/* line 7308, vendor/assets/stylesheets/porto/theme-elements.css */
h4.word-rotator-title .word-rotator {
  max-height: 27px;
  line-height: 27px;
  margin-bottom: -6px;
}

/* line 7314, vendor/assets/stylesheets/porto/theme-elements.css */
h5.word-rotator-title .inverted {
  min-height: 18px;
}

/* line 7318, vendor/assets/stylesheets/porto/theme-elements.css */
h5.word-rotator-title .word-rotator {
  max-height: 18px;
  line-height: 18px;
  margin-bottom: -4px;
}

/* line 7324, vendor/assets/stylesheets/porto/theme-elements.css */
h6.word-rotator-title .inverted {
  min-height: 20px;
}

/* line 7328, vendor/assets/stylesheets/porto/theme-elements.css */
h6.word-rotator-title .word-rotator {
  max-height: 18px;
  line-height: 18px;
  margin-bottom: -4px;
}

/* line 7334, vendor/assets/stylesheets/porto/theme-elements.css */
p .inverted {
  min-height: 24px;
}

/* line 7338, vendor/assets/stylesheets/porto/theme-elements.css */
p .word-rotator {
  max-height: 22px;
  line-height: 22px;
  margin-bottom: -6px;
}

/* Scroll to Top */
/* line 7345, vendor/assets/stylesheets/porto/theme-elements.css */
html .scroll-to-top {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background: #404040;
  border-radius: 7px 7px 0 0;
  bottom: 0;
  color: #FFF;
  display: block;
  height: 9px;
  opacity: 0;
  padding: 13px 10px 35px;
  position: fixed;
  right: 10px;
  text-align: center;
  text-decoration: none;
  min-width: 49px;
  z-index: 1040;
}

/* line 7365, vendor/assets/stylesheets/porto/theme-elements.css */
html .scroll-to-top:hover {
  opacity: 1;
}

/* line 7369, vendor/assets/stylesheets/porto/theme-elements.css */
html .scroll-to-top.visible {
  opacity: 0.75;
}

/* line 7373, vendor/assets/stylesheets/porto/theme-elements.css */
html .scroll-to-top span {
  display: inline-block;
  padding: 0 5px;
}

/* line 7378, vendor/assets/stylesheets/porto/theme-elements.css */
html.lightbox-opened .scroll-to-top {
  right: 27px;
}

/* line 7382, vendor/assets/stylesheets/porto/theme-elements.css */
html.ie11 .scroll-to-top {
  right: 25px;
}

/* Responsive */
@media (max-width: 991px) {
  /* line 7388, vendor/assets/stylesheets/porto/theme-elements.css */
  html .scroll-to-top.hidden-mobile {
    display: none !important;
  }
}

/* line 7393, vendor/assets/stylesheets/porto/theme-elements.css */
.flag {
  width: 16px;
  height: 11px;
  background: url(/../img/flags.png) no-repeat;
}

/* line 7399, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-ad {
  background-position: -16px 0;
}

/* line 7403, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-ae {
  background-position: -32px 0;
}

/* line 7407, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-af {
  background-position: -48px 0;
}

/* line 7411, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-ag {
  background-position: -64px 0;
}

/* line 7415, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-ai {
  background-position: -80px 0;
}

/* line 7419, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-al {
  background-position: -96px 0;
}

/* line 7423, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-am {
  background-position: -112px 0;
}

/* line 7427, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-an {
  background-position: -128px 0;
}

/* line 7431, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-ao {
  background-position: -144px 0;
}

/* line 7435, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-ar {
  background-position: -160px 0;
}

/* line 7439, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-as {
  background-position: -176px 0;
}

/* line 7443, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-at {
  background-position: -192px 0;
}

/* line 7447, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-au {
  background-position: -208px 0;
}

/* line 7451, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-aw {
  background-position: -224px 0;
}

/* line 7455, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-az {
  background-position: -240px 0;
}

/* line 7459, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-ba {
  background-position: 0 -11px;
}

/* line 7463, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-bb {
  background-position: -16px -11px;
}

/* line 7467, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-bd {
  background-position: -32px -11px;
}

/* line 7471, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-be {
  background-position: -48px -11px;
}

/* line 7475, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-bf {
  background-position: -64px -11px;
}

/* line 7479, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-bg {
  background-position: -80px -11px;
}

/* line 7483, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-bh {
  background-position: -96px -11px;
}

/* line 7487, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-bi {
  background-position: -112px -11px;
}

/* line 7491, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-bj {
  background-position: -128px -11px;
}

/* line 7495, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-bm {
  background-position: -144px -11px;
}

/* line 7499, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-bn {
  background-position: -160px -11px;
}

/* line 7503, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-bo {
  background-position: -176px -11px;
}

/* line 7507, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-br {
  background-position: -192px -11px;
}

/* line 7511, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-bs {
  background-position: -208px -11px;
}

/* line 7515, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-bt {
  background-position: -224px -11px;
}

/* line 7519, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-bv {
  background-position: -240px -11px;
}

/* line 7523, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-bw {
  background-position: 0 -22px;
}

/* line 7527, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-by {
  background-position: -16px -22px;
}

/* line 7531, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-bz {
  background-position: -32px -22px;
}

/* line 7535, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-ca {
  background-position: -48px -22px;
}

/* line 7539, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-catalonia {
  background-position: -64px -22px;
}

/* line 7543, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-cd {
  background-position: -80px -22px;
}

/* line 7547, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-cf {
  background-position: -96px -22px;
}

/* line 7551, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-cg {
  background-position: -112px -22px;
}

/* line 7555, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-ch {
  background-position: -128px -22px;
}

/* line 7559, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-ci {
  background-position: -144px -22px;
}

/* line 7563, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-ck {
  background-position: -160px -22px;
}

/* line 7567, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-cl {
  background-position: -176px -22px;
}

/* line 7571, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-cm {
  background-position: -192px -22px;
}

/* line 7575, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-cn {
  background-position: -208px -22px;
}

/* line 7579, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-co {
  background-position: -224px -22px;
}

/* line 7583, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-cr {
  background-position: -240px -22px;
}

/* line 7587, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-cu {
  background-position: 0 -33px;
}

/* line 7591, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-cv {
  background-position: -16px -33px;
}

/* line 7595, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-cw {
  background-position: -32px -33px;
}

/* line 7599, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-cy {
  background-position: -48px -33px;
}

/* line 7603, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-cz {
  background-position: -64px -33px;
}

/* line 7607, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-de {
  background-position: -80px -33px;
}

/* line 7611, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-dj {
  background-position: -96px -33px;
}

/* line 7615, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-dk {
  background-position: -112px -33px;
}

/* line 7619, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-dm {
  background-position: -128px -33px;
}

/* line 7623, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-do {
  background-position: -144px -33px;
}

/* line 7627, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-dz {
  background-position: -160px -33px;
}

/* line 7631, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-ec {
  background-position: -176px -33px;
}

/* line 7635, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-ee {
  background-position: -192px -33px;
}

/* line 7639, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-eg {
  background-position: -208px -33px;
}

/* line 7643, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-eh {
  background-position: -224px -33px;
}

/* line 7647, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-england {
  background-position: -240px -33px;
}

/* line 7651, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-er {
  background-position: 0 -44px;
}

/* line 7655, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-es {
  background-position: -16px -44px;
}

/* line 7659, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-et {
  background-position: -32px -44px;
}

/* line 7663, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-eu {
  background-position: -48px -44px;
}

/* line 7667, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-fi {
  background-position: -64px -44px;
}

/* line 7671, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-fj {
  background-position: -80px -44px;
}

/* line 7675, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-fk {
  background-position: -96px -44px;
}

/* line 7679, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-fm {
  background-position: -112px -44px;
}

/* line 7683, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-fo {
  background-position: -128px -44px;
}

/* line 7687, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-fr {
  background-position: -144px -44px;
}

/* line 7691, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-ga {
  background-position: -160px -44px;
}

/* line 7695, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-gb {
  background-position: -176px -44px;
}

/* line 7699, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-gd {
  background-position: -192px -44px;
}

/* line 7703, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-ge {
  background-position: -208px -44px;
}

/* line 7707, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-gf {
  background-position: -224px -44px;
}

/* line 7711, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-gg {
  background-position: -240px -44px;
}

/* line 7715, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-gh {
  background-position: 0 -55px;
}

/* line 7719, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-gi {
  background-position: -16px -55px;
}

/* line 7723, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-gl {
  background-position: -32px -55px;
}

/* line 7727, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-gm {
  background-position: -48px -55px;
}

/* line 7731, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-gn {
  background-position: -64px -55px;
}

/* line 7735, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-gp {
  background-position: -80px -55px;
}

/* line 7739, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-gq {
  background-position: -96px -55px;
}

/* line 7743, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-gr {
  background-position: -112px -55px;
}

/* line 7747, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-gs {
  background-position: -128px -55px;
}

/* line 7751, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-gt {
  background-position: -144px -55px;
}

/* line 7755, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-gu {
  background-position: -160px -55px;
}

/* line 7759, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-gw {
  background-position: -176px -55px;
}

/* line 7763, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-gy {
  background-position: -192px -55px;
}

/* line 7767, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-hk {
  background-position: -208px -55px;
}

/* line 7771, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-hm {
  background-position: -224px -55px;
}

/* line 7775, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-hn {
  background-position: -240px -55px;
}

/* line 7779, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-hr {
  background-position: 0 -66px;
}

/* line 7783, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-ht {
  background-position: -16px -66px;
}

/* line 7787, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-hu {
  background-position: -32px -66px;
}

/* line 7791, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-ic {
  background-position: -48px -66px;
}

/* line 7795, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-id {
  background-position: -64px -66px;
}

/* line 7799, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-ie {
  background-position: -80px -66px;
}

/* line 7803, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-il {
  background-position: -96px -66px;
}

/* line 7807, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-im {
  background-position: -112px -66px;
}

/* line 7811, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-in {
  background-position: -128px -66px;
}

/* line 7815, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-io {
  background-position: -144px -66px;
}

/* line 7819, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-iq {
  background-position: -160px -66px;
}

/* line 7823, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-ir {
  background-position: -176px -66px;
}

/* line 7827, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-is {
  background-position: -192px -66px;
}

/* line 7831, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-it {
  background-position: -208px -66px;
}

/* line 7835, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-je {
  background-position: -224px -66px;
}

/* line 7839, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-jm {
  background-position: -240px -66px;
}

/* line 7843, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-jo {
  background-position: 0 -77px;
}

/* line 7847, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-jp {
  background-position: -16px -77px;
}

/* line 7851, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-ke {
  background-position: -32px -77px;
}

/* line 7855, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-kg {
  background-position: -48px -77px;
}

/* line 7859, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-kh {
  background-position: -64px -77px;
}

/* line 7863, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-ki {
  background-position: -80px -77px;
}

/* line 7867, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-km {
  background-position: -96px -77px;
}

/* line 7871, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-kn {
  background-position: -112px -77px;
}

/* line 7875, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-kp {
  background-position: -128px -77px;
}

/* line 7879, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-kr {
  background-position: -144px -77px;
}

/* line 7883, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-kurdistan {
  background-position: -160px -77px;
}

/* line 7887, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-kw {
  background-position: -176px -77px;
}

/* line 7891, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-ky {
  background-position: -192px -77px;
}

/* line 7895, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-kz {
  background-position: -208px -77px;
}

/* line 7899, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-la {
  background-position: -224px -77px;
}

/* line 7903, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-lb {
  background-position: -240px -77px;
}

/* line 7907, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-lc {
  background-position: 0 -88px;
}

/* line 7911, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-li {
  background-position: -16px -88px;
}

/* line 7915, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-lk {
  background-position: -32px -88px;
}

/* line 7919, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-lr {
  background-position: -48px -88px;
}

/* line 7923, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-ls {
  background-position: -64px -88px;
}

/* line 7927, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-lt {
  background-position: -80px -88px;
}

/* line 7931, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-lu {
  background-position: -96px -88px;
}

/* line 7935, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-lv {
  background-position: -112px -88px;
}

/* line 7939, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-ly {
  background-position: -128px -88px;
}

/* line 7943, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-ma {
  background-position: -144px -88px;
}

/* line 7947, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-mc {
  background-position: -160px -88px;
}

/* line 7951, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-md {
  background-position: -176px -88px;
}

/* line 7955, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-me {
  background-position: -192px -88px;
}

/* line 7959, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-mg {
  background-position: -208px -88px;
}

/* line 7963, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-mh {
  background-position: -224px -88px;
}

/* line 7967, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-mk {
  background-position: -240px -88px;
}

/* line 7971, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-ml {
  background-position: 0 -99px;
}

/* line 7975, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-mm {
  background-position: -16px -99px;
}

/* line 7979, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-mn {
  background-position: -32px -99px;
}

/* line 7983, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-mo {
  background-position: -48px -99px;
}

/* line 7987, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-mp {
  background-position: -64px -99px;
}

/* line 7991, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-mq {
  background-position: -80px -99px;
}

/* line 7995, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-mr {
  background-position: -96px -99px;
}

/* line 7999, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-ms {
  background-position: -112px -99px;
}

/* line 8003, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-mt {
  background-position: -128px -99px;
}

/* line 8007, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-mu {
  background-position: -144px -99px;
}

/* line 8011, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-mv {
  background-position: -160px -99px;
}

/* line 8015, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-mw {
  background-position: -176px -99px;
}

/* line 8019, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-mx {
  background-position: -192px -99px;
}

/* line 8023, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-my {
  background-position: -208px -99px;
}

/* line 8027, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-mz {
  background-position: -224px -99px;
}

/* line 8031, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-na {
  background-position: -240px -99px;
}

/* line 8035, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-nc {
  background-position: 0 -110px;
}

/* line 8039, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-ne {
  background-position: -16px -110px;
}

/* line 8043, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-nf {
  background-position: -32px -110px;
}

/* line 8047, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-ng {
  background-position: -48px -110px;
}

/* line 8051, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-ni {
  background-position: -64px -110px;
}

/* line 8055, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-nl {
  background-position: -80px -110px;
}

/* line 8059, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-no {
  background-position: -96px -110px;
}

/* line 8063, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-np {
  background-position: -112px -110px;
}

/* line 8067, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-nr {
  background-position: -128px -110px;
}

/* line 8071, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-nu {
  background-position: -144px -110px;
}

/* line 8075, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-nz {
  background-position: -160px -110px;
}

/* line 8079, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-om {
  background-position: -176px -110px;
}

/* line 8083, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-pa {
  background-position: -192px -110px;
}

/* line 8087, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-pe {
  background-position: -208px -110px;
}

/* line 8091, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-pf {
  background-position: -224px -110px;
}

/* line 8095, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-pg {
  background-position: -240px -110px;
}

/* line 8099, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-ph {
  background-position: 0 -121px;
}

/* line 8103, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-pk {
  background-position: -16px -121px;
}

/* line 8107, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-pl {
  background-position: -32px -121px;
}

/* line 8111, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-pm {
  background-position: -48px -121px;
}

/* line 8115, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-pn {
  background-position: -64px -121px;
}

/* line 8119, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-pr {
  background-position: -80px -121px;
}

/* line 8123, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-ps {
  background-position: -96px -121px;
}

/* line 8127, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-pt {
  background-position: -112px -121px;
}

/* line 8131, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-pw {
  background-position: -128px -121px;
}

/* line 8135, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-py {
  background-position: -144px -121px;
}

/* line 8139, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-qa {
  background-position: -160px -121px;
}

/* line 8143, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-re {
  background-position: -176px -121px;
}

/* line 8147, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-ro {
  background-position: -192px -121px;
}

/* line 8151, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-rs {
  background-position: -208px -121px;
}

/* line 8155, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-ru {
  background-position: -224px -121px;
}

/* line 8159, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-rw {
  background-position: -240px -121px;
}

/* line 8163, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-sa {
  background-position: 0 -132px;
}

/* line 8167, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-sb {
  background-position: -16px -132px;
}

/* line 8171, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-sc {
  background-position: -32px -132px;
}

/* line 8175, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-scotland {
  background-position: -48px -132px;
}

/* line 8179, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-sd {
  background-position: -64px -132px;
}

/* line 8183, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-se {
  background-position: -80px -132px;
}

/* line 8187, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-sg {
  background-position: -96px -132px;
}

/* line 8191, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-sh {
  background-position: -112px -132px;
}

/* line 8195, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-si {
  background-position: -128px -132px;
}

/* line 8199, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-sk {
  background-position: -144px -132px;
}

/* line 8203, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-sl {
  background-position: -160px -132px;
}

/* line 8207, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-sm {
  background-position: -176px -132px;
}

/* line 8211, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-sn {
  background-position: -192px -132px;
}

/* line 8215, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-so {
  background-position: -208px -132px;
}

/* line 8219, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-somaliland {
  background-position: -224px -132px;
}

/* line 8223, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-sr {
  background-position: -240px -132px;
}

/* line 8227, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-ss {
  background-position: 0 -143px;
}

/* line 8231, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-st {
  background-position: -16px -143px;
}

/* line 8235, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-sv {
  background-position: -32px -143px;
}

/* line 8239, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-sx {
  background-position: -48px -143px;
}

/* line 8243, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-sy {
  background-position: -64px -143px;
}

/* line 8247, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-sz {
  background-position: -80px -143px;
}

/* line 8251, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-tc {
  background-position: -96px -143px;
}

/* line 8255, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-td {
  background-position: -112px -143px;
}

/* line 8259, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-tf {
  background-position: -128px -143px;
}

/* line 8263, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-tg {
  background-position: -144px -143px;
}

/* line 8267, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-th {
  background-position: -160px -143px;
}

/* line 8271, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-tibet {
  background-position: -176px -143px;
}

/* line 8275, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-tj {
  background-position: -192px -143px;
}

/* line 8279, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-tk {
  background-position: -208px -143px;
}

/* line 8283, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-tl {
  background-position: -224px -143px;
}

/* line 8287, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-tm {
  background-position: -240px -143px;
}

/* line 8291, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-tn {
  background-position: 0 -154px;
}

/* line 8295, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-to {
  background-position: -16px -154px;
}

/* line 8299, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-tr {
  background-position: -32px -154px;
}

/* line 8303, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-tt {
  background-position: -48px -154px;
}

/* line 8307, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-tv {
  background-position: -64px -154px;
}

/* line 8311, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-tw {
  background-position: -80px -154px;
}

/* line 8315, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-tz {
  background-position: -96px -154px;
}

/* line 8319, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-ua {
  background-position: -112px -154px;
}

/* line 8323, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-ug {
  background-position: -128px -154px;
}

/* line 8327, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-um {
  background-position: -144px -154px;
}

/* line 8331, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-us {
  background-position: -160px -154px;
}

/* line 8335, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-uy {
  background-position: -176px -154px;
}

/* line 8339, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-uz {
  background-position: -192px -154px;
}

/* line 8343, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-va {
  background-position: -208px -154px;
}

/* line 8347, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-vc {
  background-position: -224px -154px;
}

/* line 8351, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-ve {
  background-position: -240px -154px;
}

/* line 8355, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-vg {
  background-position: 0 -165px;
}

/* line 8359, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-vi {
  background-position: -16px -165px;
}

/* line 8363, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-vn {
  background-position: -32px -165px;
}

/* line 8367, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-vu {
  background-position: -48px -165px;
}

/* line 8371, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-wales {
  background-position: -64px -165px;
}

/* line 8375, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-wf {
  background-position: -80px -165px;
}

/* line 8379, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-ws {
  background-position: -96px -165px;
}

/* line 8383, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-xk {
  background-position: -112px -165px;
}

/* line 8387, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-ye {
  background-position: -128px -165px;
}

/* line 8391, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-yt {
  background-position: -144px -165px;
}

/* line 8395, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-za {
  background-position: -160px -165px;
}

/* line 8399, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-zanzibar {
  background-position: -176px -165px;
}

/* line 8403, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-zm {
  background-position: -192px -165px;
}

/* line 8407, vendor/assets/stylesheets/porto/theme-elements.css */
.flag.flag-zw {
  background-position: -208px -165px;
}

/* line 8411, vendor/assets/stylesheets/porto/theme-elements.css */
.loading-overlay-showing {
  overflow: hidden;
}

/* line 8415, vendor/assets/stylesheets/porto/theme-elements.css */
.loading-overlay-showing > .loading-overlay {
  opacity: 1;
  visibility: visible;
}

/* line 8420, vendor/assets/stylesheets/porto/theme-elements.css */
.loading-overlay {
  transition: visibility 0s ease-in-out 0.5s, opacity 0.5s ease-in-out;
  bottom: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  right: 0;
  top: 0;
  visibility: hidden;
  background: #FFF;
}

/* line 8432, vendor/assets/stylesheets/porto/theme-elements.css */
body > .loading-overlay {
  position: fixed;
  z-index: 999999;
}

/* Bounce Loading */
/* line 8438, vendor/assets/stylesheets/porto/theme-elements.css */
.bounce-loader {
  transition: all 0.2s;
  margin: -9px 0 0 -35px;
  text-align: center;
  width: 70px;
  left: 50%;
  position: absolute;
  top: 50%;
  z-index: 10000;
}

/* line 8449, vendor/assets/stylesheets/porto/theme-elements.css */
.bounce-loader .bounce1,
.bounce-loader .bounce2,
.bounce-loader .bounce3 {
  -webkit-animation: 1.4s ease-in-out 0s normal both infinite bouncedelay;
  -moz-animation: 1.4s ease-in-out 0s normal both infinite bouncedelay;
  animation: 1.4s ease-in-out 0s normal both infinite bouncedelay;
  background-color: #CCC;
  border-radius: 100%;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  display: inline-block;
  height: 18px;
  width: 18px;
}

/* line 8463, vendor/assets/stylesheets/porto/theme-elements.css */
.bounce-loader .bounce1 {
  -webkit-animation-delay: -0.32s;
  -moz-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

/* line 8469, vendor/assets/stylesheets/porto/theme-elements.css */
.bounce-loader .bounce2 {
  -webkit-animation-delay: -0.16s;
  -moz-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

/* line 8493, vendor/assets/stylesheets/porto/theme-elements.css */
html.safari.iphone .bounce-loader .bounce1,
html.safari.iphone .bounce-loader .bounce2,
html.safari.iphone .bounce-loader .bounce3 {
  -webkit-animation: 1.4s ease-in-out infinite bouncedelay;
  animation: 1.4s ease-in-out infinite bouncedelay;
}

/* Portfolio */
/* line 8501, vendor/assets/stylesheets/porto/theme-elements.css */
.portfolio-title {
  margin-bottom: -10px;
}

/* line 8505, vendor/assets/stylesheets/porto/theme-elements.css */
.portfolio-title a {
  display: inline-block;
}

/* line 8509, vendor/assets/stylesheets/porto/theme-elements.css */
.portfolio-title .fa, .portfolio-title .icons {
  font-size: 1.7em;
}

/* line 8513, vendor/assets/stylesheets/porto/theme-elements.css */
.portfolio-title .portfolio-nav {
  margin-top: 11px;
}

/* line 8517, vendor/assets/stylesheets/porto/theme-elements.css */
.portfolio-title .portfolio-nav-all {
  margin-top: 9px;
}

/* line 8521, vendor/assets/stylesheets/porto/theme-elements.css */
.portfolio-title .portfolio-nav {
  text-align: right;
}

/* line 8525, vendor/assets/stylesheets/porto/theme-elements.css */
.portfolio-title .portfolio-nav a {
  width: 40%;
}

/* line 8529, vendor/assets/stylesheets/porto/theme-elements.css */
.portfolio-title .portfolio-nav-all .fa,
.portfolio-title .portfolio-nav-all .icons {
  font-size: 2em;
}

/* line 8534, vendor/assets/stylesheets/porto/theme-elements.css */
.portfolio-title .fa-angle-right {
  text-align: right;
}

/* line 8538, vendor/assets/stylesheets/porto/theme-elements.css */
.portfolio-title .portfolio-nav-prev {
  text-align: left;
}

/* Portfolio Info */
/* line 8543, vendor/assets/stylesheets/porto/theme-elements.css */
.portfolio-info {
  margin: 2px 0 10px;
}

/* line 8547, vendor/assets/stylesheets/porto/theme-elements.css */
.portfolio-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 8553, vendor/assets/stylesheets/porto/theme-elements.css */
.portfolio-info ul li {
  display: inline-block;
  border-right: 1px solid #E6E6E6;
  color: #B1B1B1;
  padding-right: 8px;
  margin-right: 8px;
  font-size: 0.9em;
}

/* line 8562, vendor/assets/stylesheets/porto/theme-elements.css */
.portfolio-info ul li:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}

/* line 8568, vendor/assets/stylesheets/porto/theme-elements.css */
.portfolio-info ul li a {
  text-decoration: none;
  color: #B1B1B1;
}

/* line 8573, vendor/assets/stylesheets/porto/theme-elements.css */
.portfolio-info ul li a:hover .fa-heart {
  color: #E53F51;
}

/* line 8577, vendor/assets/stylesheets/porto/theme-elements.css */
.portfolio-info ul li .fa, .portfolio-info ul li .icons {
  margin-right: 4px;
}

/* Portfolio List */
/* line 8582, vendor/assets/stylesheets/porto/theme-elements.css */
.portfolio-list {
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 8589, vendor/assets/stylesheets/porto/theme-elements.css */
.portfolio-list:not(.row) {
  margin: 0;
}

/* line 8593, vendor/assets/stylesheets/porto/theme-elements.css */
.portfolio-list .portfolio-item {
  position: relative;
  margin-bottom: 35px;
}

/* Portfolio Details */
/* line 8599, vendor/assets/stylesheets/porto/theme-elements.css */
.portfolio-details {
  list-style: none;
  padding: 0;
  margin: 45px 0 0 5px;
  font-size: 0.9em;
}

/* line 8606, vendor/assets/stylesheets/porto/theme-elements.css */
.portfolio-details > li {
  padding: 0;
  margin: 0 0 20px;
}

/* line 8611, vendor/assets/stylesheets/porto/theme-elements.css */
.portfolio-details p {
  padding: 0;
  margin: 0;
}

/* line 8616, vendor/assets/stylesheets/porto/theme-elements.css */
.portfolio-details blockquote {
  padding: 0 0 0 10px;
  margin: 15px 0 0;
  color: #999;
}

/* line 8622, vendor/assets/stylesheets/porto/theme-elements.css */
.portfolio-details .list-icons {
  margin-left: 0;
}

/* line 8626, vendor/assets/stylesheets/porto/theme-elements.css */
.portfolio-details .list-icons > li {
  padding-left: 18px;
  margin-right: 10px;
}

/* line 8631, vendor/assets/stylesheets/porto/theme-elements.css */
.portfolio-details .list-icons > li .fa, .portfolio-details .list-icons > li .icons {
  top: 7px;
}

/* Portfolio Modal */
/* line 8636, vendor/assets/stylesheets/porto/theme-elements.css */
.portfolio-modal .mfp-arrow,
.portfolio-modal .mfp-close,
.portfolio-ajax-modal .mfp-arrow,
.portfolio-ajax-modal .mfp-close {
  display: none;
}

/* line 8643, vendor/assets/stylesheets/porto/theme-elements.css */
.portfolio-load-more-loader {
  display: none;
  position: relative;
  height: 49px;
}

/* line 8649, vendor/assets/stylesheets/porto/theme-elements.css */
.btn-portfolio-infinite-scroll {
  opacity: 0;
}

/* Responsive */
@media (max-width: 991px) {
  /* line 8655, vendor/assets/stylesheets/porto/theme-elements.css */
  .portfolio-nav, .portfolio-nav-all {
    display: none;
  }
}

/* Team List */
/* line 8660, vendor/assets/stylesheets/porto/theme-elements.css */
ul.team-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 8666, vendor/assets/stylesheets/porto/theme-elements.css */
ul.team-list .team-item {
  margin-bottom: 35px;
}

/* line 8670, vendor/assets/stylesheets/porto/theme-elements.css */
ul.team-list .team-item .thumb-info-social-icons {
  margin: 0 10px;
}

/* Responsive */
@media (max-width: 991px) {
  /* line 8676, vendor/assets/stylesheets/porto/theme-elements.css */
  ul.team-list .team-item {
    margin: 0 auto 35px;
    max-width: 270px;
  }
}

/* History */
/* line 8682, vendor/assets/stylesheets/porto/theme-elements.css */
ul.history {
  margin: 0 0 25px;
  padding: 0;
  list-style: none;
}

/* line 8688, vendor/assets/stylesheets/porto/theme-elements.css */
ul.history li {
  margin: 25px 0;
  padding: 0;
  clear: both;
}

/* line 8694, vendor/assets/stylesheets/porto/theme-elements.css */
ul.history li h4 {
  margin: 0 0 -27px 0;
  padding: 0;
}

/* line 8699, vendor/assets/stylesheets/porto/theme-elements.css */
ul.history li p {
  margin-left: 53px;
}

/* line 8703, vendor/assets/stylesheets/porto/theme-elements.css */
ul.history li .thumb {
  background: transparent url(/../img/history-thumb.png) no-repeat 0 0;
  width: 227px;
  height: 160px;
  margin: 0 0 30px;
  padding: 0;
  float: left;
}

/* line 8712, vendor/assets/stylesheets/porto/theme-elements.css */
ul.history li .thumb img {
  border-radius: 150px;
  margin: 7px 8px;
  width: 145px;
  height: 145px;
}

/* line 8719, vendor/assets/stylesheets/porto/theme-elements.css */
ul.history li .featured-box {
  text-align: left;
  margin-left: 225px;
  margin-bottom: 50px;
  min-height: 115px;
}

/* line 8726, vendor/assets/stylesheets/porto/theme-elements.css */
ul.history li .featured-box .box-content {
  border-top-color: #CCC;
}

/* Responsive */
@media (max-width: 575px) {
  /* line 8732, vendor/assets/stylesheets/porto/theme-elements.css */
  ul.history li .thumb {
    display: none;
  }
  /* line 8736, vendor/assets/stylesheets/porto/theme-elements.css */
  ul.history li .featured-box {
    margin-left: 0;
  }
}

/* Search Results */
/* line 8741, vendor/assets/stylesheets/porto/theme-elements.css */
.search-results {
  min-height: 300px;
}

/* Maps */
/* line 8746, vendor/assets/stylesheets/porto/theme-elements.css */
.google-map {
  background: #E5E3DF;
  height: 400px;
  margin: -35px 0 30px 0;
  width: 100%;
}

/* line 8753, vendor/assets/stylesheets/porto/theme-elements.css */
.google-map.small {
  height: 250px;
  border-radius: 6px;
  margin: 0;
  clear: both;
}

/* line 8760, vendor/assets/stylesheets/porto/theme-elements.css */
.google-map img {
  max-width: 9999px;
}

/* line 8764, vendor/assets/stylesheets/porto/theme-elements.css */
.google-map-borders {
  border: 1px solid #DDD;
  padding: 4px;
  border-radius: 4px;
}

/* Google Map */
/* line 8771, vendor/assets/stylesheets/porto/theme-elements.css */
.google-map-footer {
  margin: 35px 0 -50px !important;
}

/*
Name: 			theme-shop.css
Written by: 	Okler Themes - (http://www.okler.net)
Theme Version:	6.0.0
*/
/* Custom Font - Stars (From WooCommerce) */
@font-face {
  font-family: 'star';
  src: url(/fonts/star.eot);
  src: url(/fonts/star.eot?#iefix) format("embedded-opentype"), url(/fonts/star.woff) format("woff"), url(/fonts/star.ttf) format("truetype"), url(/fonts/star.svg#star) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Shop - Base */
/* line 15, vendor/assets/stylesheets/porto/theme-shop.css */
.shop .products:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 24, vendor/assets/stylesheets/porto/theme-shop.css */
.shop .products .product {
  position: relative;
  margin-bottom: 30px;
}

/* line 29, vendor/assets/stylesheets/porto/theme-shop.css */
.shop .products .product a {
  text-decoration: none;
}

/* line 33, vendor/assets/stylesheets/porto/theme-shop.css */
.shop .products .product .add-to-cart-product {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 6px 6px 0 0;
  padding: 8px 10px 5px;
  font-size: 0.9em;
  color: #FFF;
  background: #222;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
}

/* line 50, vendor/assets/stylesheets/porto/theme-shop.css */
.shop .products .product .add-to-cart-product .fa, .shop .products .product .add-to-cart-product .icons {
  margin-right: 3px;
  font-size: 1.1em;
}

/* line 55, vendor/assets/stylesheets/porto/theme-shop.css */
.shop .products .product:hover .add-to-cart-product {
  filter: alpha(opacity=100);
  opacity: 1;
}

/* line 60, vendor/assets/stylesheets/porto/theme-shop.css */
.shop .products .product:hover .add-to-cart-product:hover {
  background: #000;
}

/* line 64, vendor/assets/stylesheets/porto/theme-shop.css */
.shop .products .product .price {
  display: block;
  min-height: 28px;
}

/* line 69, vendor/assets/stylesheets/porto/theme-shop.css */
.shop .products .product .price del {
  color: rgba(145, 145, 145, 0.5);
  font-size: 0.7em;
  margin: -2px 0 0;
}

/* line 75, vendor/assets/stylesheets/porto/theme-shop.css */
.shop .products .product .price ins {
  text-decoration: none;
}

/* line 79, vendor/assets/stylesheets/porto/theme-shop.css */
.shop .products .product .price .amount {
  font-size: 1.3em;
}

/* line 83, vendor/assets/stylesheets/porto/theme-shop.css */
.shop .products .product .onsale {
  position: absolute;
  background-image: none;
  border-radius: 100%;
  left: auto;
  right: 0;
  top: -15px;
  text-shadow: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  z-index: 10;
  box-shadow: none;
  font-size: 0.9em;
  color: #FFF;
  border-bottom: 2px solid transparent;
}

/* Product Info */
/* line 104, vendor/assets/stylesheets/porto/theme-shop.css */
.product-info {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 6px;
  padding: 0;
  position: relative;
  border: 1px solid #DDD;
  background: #F7F9FC;
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  max-width: 100%;
  text-align: center;
  padding: 0;
  text-decoration: none;
}

/* line 123, vendor/assets/stylesheets/porto/theme-shop.css */
.product-info:hover {
  background-color: #FFF;
  text-decoration: none;
}

/* line 128, vendor/assets/stylesheets/porto/theme-shop.css */
.product-info a {
  text-decoration: none;
  display: inline-block;
  width: 100%;
}

/* line 134, vendor/assets/stylesheets/porto/theme-shop.css */
.product-info a:hover {
  text-decoration: none;
  display: inline-block;
  width: 100%;
}

/* line 140, vendor/assets/stylesheets/porto/theme-shop.css */
.product-info img {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 6px 6px 0 0;
}

/* line 147, vendor/assets/stylesheets/porto/theme-shop.css */
.product-info h4 {
  color: #404751;
  letter-spacing: -1px;
  font-weight: 600;
  font-size: 1.4em;
  line-height: 1.1em;
  margin: 0;
  padding: 0;
}

/* line 157, vendor/assets/stylesheets/porto/theme-shop.css */
.product-info + .product-info {
  border-radius: 0 0 6px 6px;
  margin-top: -5px;
}

/* line 162, vendor/assets/stylesheets/porto/theme-shop.css */
.product-info .product-info-image {
  display: block;
  position: relative;
}

/* line 167, vendor/assets/stylesheets/porto/theme-shop.css */
.product-info .product-info-image:before {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #333;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 6px 6px 0 0;
}

/* line 185, vendor/assets/stylesheets/porto/theme-shop.css */
.product-info:hover .product-info-image:before {
  filter: alpha(opacity=80);
  opacity: 0.8;
}

/* line 190, vendor/assets/stylesheets/porto/theme-shop.css */
.product-info .product-info-act {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  color: #FFF;
}

/* line 199, vendor/assets/stylesheets/porto/theme-shop.css */
.product-info .product-info-act em {
  font-style: normal;
  position: relative;
  font-size: 1.2em;
  font-weight: 100;
}

/* line 206, vendor/assets/stylesheets/porto/theme-shop.css */
.product-info .product-info-act-left, .product-info .product-info-act-right {
  float: left;
  overflow: hidden;
}

/* line 211, vendor/assets/stylesheets/porto/theme-shop.css */
.product-info .product-info-act-left {
  text-align: right;
  width: 45%;
}

/* line 216, vendor/assets/stylesheets/porto/theme-shop.css */
.product-info .product-info-act-left em {
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  left: 0%;
  opacity: 0;
}

/* line 224, vendor/assets/stylesheets/porto/theme-shop.css */
.product-info .product-info-act-right {
  text-align: left;
  margin-left: 2%;
  width: 53%;
}

/* line 230, vendor/assets/stylesheets/porto/theme-shop.css */
.product-info .product-info-act-right em {
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  right: 0%;
  font-weight: 600;
  opacity: 0;
}

/* line 239, vendor/assets/stylesheets/porto/theme-shop.css */
.product-info:hover .product-info-act-left em {
  filter: alpha(opacity=100);
  opacity: 1;
}

/* line 244, vendor/assets/stylesheets/porto/theme-shop.css */
.product-info:hover .product-info-act-right em {
  filter: alpha(opacity=100);
  opacity: 1;
}

/* line 249, vendor/assets/stylesheets/porto/theme-shop.css */
.product-info .product-info-content {
  padding: 15px;
  text-align: left;
  display: block;
}

/* line 255, vendor/assets/stylesheets/porto/theme-shop.css */
.product-info .product-info-caption {
  padding: 0 15px 15px;
  text-align: left;
  display: block;
}

/* line 261, vendor/assets/stylesheets/porto/theme-shop.css */
.product-info .product-info-caption p {
  margin: 0;
  padding: 0 0 10px;
}

/* line 266, vendor/assets/stylesheets/porto/theme-shop.css */
.product-info .product-info-extra {
  clear: both;
  padding: 10px 0 0;
  margin: 10px 0 0;
  border-top: 1px solid #EBEBF4;
  display: block;
}

/* line 274, vendor/assets/stylesheets/porto/theme-shop.css */
.product-info .product-info-extra.social {
  text-align: center;
}

/* line 278, vendor/assets/stylesheets/porto/theme-shop.css */
.product-info .product-info-extra.social a {
  border-right: 1px solid #EBEBF4;
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
  font-size: 0.9em;
  color: #ACACAC;
  width: auto;
}

/* line 288, vendor/assets/stylesheets/porto/theme-shop.css */
.product-info .product-info-extra.social a:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}

/* line 294, vendor/assets/stylesheets/porto/theme-shop.css */
.product-info .date {
  color: #9AA1AB;
  font-size: 0.9em;
}

/* line 299, vendor/assets/stylesheets/porto/theme-shop.css */
.product-info.secondary .product-info-content {
  text-align: center;
}

/* line 303, vendor/assets/stylesheets/porto/theme-shop.css */
.product-info.secondary .product-info-content h4 {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  color: #FFF;
  position: relative;
  top: -25%;
  opacity: 0;
}

/* line 313, vendor/assets/stylesheets/porto/theme-shop.css */
.product-info.secondary .product-info-content .date {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  top: 25%;
  display: block;
  opacity: 0;
}

/* line 323, vendor/assets/stylesheets/porto/theme-shop.css */
.product-info.secondary .product-info-act {
  top: 30%;
}

/* line 327, vendor/assets/stylesheets/porto/theme-shop.css */
.product-info.secondary .label {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  clear: both;
  display: inline-block;
  margin-top: 15px;
  opacity: 0;
}

/* line 337, vendor/assets/stylesheets/porto/theme-shop.css */
.product-info.secondary:hover .label {
  filter: alpha(opacity=100);
  opacity: 1;
}

/* line 342, vendor/assets/stylesheets/porto/theme-shop.css */
.product-info.secondary:hover .product-info-content h4 {
  top: 0;
  filter: alpha(opacity=100);
  opacity: 1;
}

/* line 348, vendor/assets/stylesheets/porto/theme-shop.css */
.product-info.secondary:hover .product-info-content .date {
  top: 0;
  filter: alpha(opacity=100);
  opacity: 1;
}

/* Rating */
/* line 355, vendor/assets/stylesheets/porto/theme-shop.css */
.shop .review_num {
  margin-right: 10px;
  float: left;
  position: relative;
  top: -1px;
}

/* line 362, vendor/assets/stylesheets/porto/theme-shop.css */
.shop .star-rating {
  float: none;
  position: relative;
  top: 2px;
  font-family: 'star';
  font-size: 1em;
  height: 1.2em;
  line-height: 1em;
  overflow: hidden;
  position: relative;
  width: 5.4em;
  margin-bottom: 25px;
}

/* line 376, vendor/assets/stylesheets/porto/theme-shop.css */
.shop .star-rating:before {
  color: #E0DADF;
  content: "SSSSS";
  float: left;
  left: 0;
  position: absolute;
  top: 0;
}

/* line 385, vendor/assets/stylesheets/porto/theme-shop.css */
.shop .star-rating span {
  float: left;
  left: 0;
  overflow: hidden;
  padding-top: 1.5em;
  position: absolute;
  top: 0;
}

/* line 394, vendor/assets/stylesheets/porto/theme-shop.css */
.shop .star-rating span:before {
  content: "SSSSS";
  left: 0;
  position: absolute;
  top: 0;
}

/* line 401, vendor/assets/stylesheets/porto/theme-shop.css */
.shop .summary .price {
  color: #444;
  font-size: 2em;
  letter-spacing: -1px;
  line-height: 30px;
  margin-top: 20px;
}

/* line 409, vendor/assets/stylesheets/porto/theme-shop.css */
.shop .quantity {
  margin: 0 15px 25px 0;
  overflow: hidden;
  position: relative;
  width: 125px;
  height: 35px;
  float: left;
}

/* line 418, vendor/assets/stylesheets/porto/theme-shop.css */
.shop .quantity .minus {
  background: #f4f4f4;
  border: 1px solid #C8BFC6;
  border-radius: 2px;
  box-shadow: none;
  color: #5E5E5E;
  cursor: pointer;
  display: block;
  font-size: 12px;
  font-weight: bold;
  height: 35px;
  line-height: 13px;
  margin: 0;
  overflow: visible;
  outline: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  vertical-align: text-top;
  width: 35px;
}

/* line 442, vendor/assets/stylesheets/porto/theme-shop.css */
.shop .quantity .plus {
  background: #f4f4f4;
  border: 1px solid #C8BFC6;
  border-radius: 2px;
  box-shadow: none;
  color: #5E5E5E;
  cursor: pointer;
  display: block;
  font-size: 12px;
  font-weight: bold;
  height: 35px;
  line-height: 13px;
  margin: 0;
  overflow: visible;
  outline: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  vertical-align: text-top;
  width: 35px;
  right: 0;
  top: 0;
}

/* line 468, vendor/assets/stylesheets/porto/theme-shop.css */
.shop .quantity .qty {
  border: 1px solid #CCC;
  box-shadow: none;
  float: left;
  height: 35px;
  padding: 0 39px;
  text-align: center;
  width: 125px;
  font-size: 1em;
}

/* line 479, vendor/assets/stylesheets/porto/theme-shop.css */
.shop .quantity .qty::-webkit-inner-spin-button, .shop .quantity .qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 484, vendor/assets/stylesheets/porto/theme-shop.css */
.shop .quantity .qty::-ms-clear {
  display: none;
}

/* line 488, vendor/assets/stylesheets/porto/theme-shop.css */
.shop .product_meta {
  clear: both;
}

/* line 492, vendor/assets/stylesheets/porto/theme-shop.css */
.shop .tabs-product {
  margin-top: 35px;
}

/* line 496, vendor/assets/stylesheets/porto/theme-shop.css */
.shop ul.comments .comment-arrow {
  border-right-color: #F5F7F7;
}

/* line 500, vendor/assets/stylesheets/porto/theme-shop.css */
.shop ul.comments .comment-block {
  background: #F5F7F7;
}

/* line 504, vendor/assets/stylesheets/porto/theme-shop.css */
.shop table.cart {
  width: 100%;
  margin: 0;
  text-align: left;
}

/* line 510, vendor/assets/stylesheets/porto/theme-shop.css */
.shop table.cart img {
  height: auto;
  width: 55px;
}

/* line 515, vendor/assets/stylesheets/porto/theme-shop.css */
.shop table.cart th {
  padding: 8px 10px;
}

/* line 519, vendor/assets/stylesheets/porto/theme-shop.css */
.shop table.cart td {
  border-top: 1px solid #DCDCDC;
  padding: 8px 10px;
}

/* line 524, vendor/assets/stylesheets/porto/theme-shop.css */
.shop table.cart td.actions {
  padding: 20px 0;
}

/* line 528, vendor/assets/stylesheets/porto/theme-shop.css */
.shop table.cart .remove .fa {
  font-size: 1.5em;
}

/* line 532, vendor/assets/stylesheets/porto/theme-shop.css */
.shop table.cart .coupon {
  float: left;
}

/* line 536, vendor/assets/stylesheets/porto/theme-shop.css */
.shop table.cart .product-remove {
  width: 1%;
}

/* line 540, vendor/assets/stylesheets/porto/theme-shop.css */
.shop table.cart .product-thumbnail {
  width: 7%;
}

/* line 544, vendor/assets/stylesheets/porto/theme-shop.css */
.shop table.cart .product-name {
  width: 60%;
}

/* line 548, vendor/assets/stylesheets/porto/theme-shop.css */
.shop table.cart .quantity {
  top: 10px;
  position: relative;
}

/* line 553, vendor/assets/stylesheets/porto/theme-shop.css */
.shop .actions-continue {
  float: right;
}

/* line 557, vendor/assets/stylesheets/porto/theme-shop.css */
.shop .cart-totals {
  width: 100%;
}

/* line 561, vendor/assets/stylesheets/porto/theme-shop.css */
.shop .cart-totals th, .shop .cart-totals td {
  border-top: 1px solid #DCDCDC;
  padding: 8px 10px;
}

/* line 566, vendor/assets/stylesheets/porto/theme-shop.css */
.shop .cart-totals tr.total .amount {
  font-size: 2em;
  display: block;
  padding-top: 10px;
}

/* line 572, vendor/assets/stylesheets/porto/theme-shop.css */
.shop ul.simple-post-list li {
  border: 0;
}

/* Product Thumb Info */
/* line 577, vendor/assets/stylesheets/porto/theme-shop.css */
.product-thumb-info {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 6px;
  padding: 0;
  position: relative;
  border: 0;
  border-bottom: 3px solid #E3E4E8;
  background: #F7F9FC;
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  max-width: 100%;
  text-align: center;
  border: 1px solid #DDD;
  text-decoration: none;
}

/* line 597, vendor/assets/stylesheets/porto/theme-shop.css */
.product-thumb-info:hover {
  background-color: #FFF;
  text-decoration: none;
}

/* line 602, vendor/assets/stylesheets/porto/theme-shop.css */
.product-thumb-info a {
  text-decoration: none;
  display: inline-block;
  width: 100%;
}

/* line 608, vendor/assets/stylesheets/porto/theme-shop.css */
.product-thumb-info a:hover {
  text-decoration: none;
  display: inline-block;
  width: 100%;
}

/* line 614, vendor/assets/stylesheets/porto/theme-shop.css */
.product-thumb-info img {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 6px 6px 0 0;
}

/* line 621, vendor/assets/stylesheets/porto/theme-shop.css */
.product-thumb-info h4 {
  color: #404751;
  letter-spacing: -1px;
  font-weight: 600;
  font-size: 1.4em;
  line-height: 1.1em;
  margin: 0;
  padding: 0;
}

/* line 631, vendor/assets/stylesheets/porto/theme-shop.css */
.product-thumb-info + .product-thumb-info {
  border-radius: 0 0 6px 6px;
  margin-top: -5px;
}

/* line 636, vendor/assets/stylesheets/porto/theme-shop.css */
.product-thumb-info .product-thumb-info-touch-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
  background-color: transparent;
}

/* line 648, vendor/assets/stylesheets/porto/theme-shop.css */
.product-thumb-info.hover .product-thumb-info-touch-hover {
  display: block;
}

/* line 652, vendor/assets/stylesheets/porto/theme-shop.css */
.product-thumb-info .product-thumb-info-image {
  display: block;
  position: relative;
}

/* line 657, vendor/assets/stylesheets/porto/theme-shop.css */
.product-thumb-info .product-thumb-info-image:before {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #171717;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 6px 6px 0 0;
}

/* line 675, vendor/assets/stylesheets/porto/theme-shop.css */
.product-thumb-info:hover .product-thumb-info-image:before {
  filter: alpha(opacity=80);
  opacity: 0.8;
}

/* line 680, vendor/assets/stylesheets/porto/theme-shop.css */
.product-thumb-info .product-thumb-info-act {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  text-align: center;
  color: #FFF;
  opacity: 0;
}

/* line 690, vendor/assets/stylesheets/porto/theme-shop.css */
.product-thumb-info:hover .product-thumb-info-act {
  filter: alpha(opacity=100);
  opacity: 1;
  top: 50%;
}

/* line 696, vendor/assets/stylesheets/porto/theme-shop.css */
.product-thumb-info .product-thumb-info-act em {
  font-style: normal;
}

/* line 700, vendor/assets/stylesheets/porto/theme-shop.css */
.product-thumb-info .product-thumb-info-content {
  padding: 15px;
  text-align: left;
  display: block;
}

/* line 706, vendor/assets/stylesheets/porto/theme-shop.css */
.product-thumb-info .product-thumb-info-caption {
  padding: 0 15px 15px;
  text-align: left;
  display: block;
}

/* line 712, vendor/assets/stylesheets/porto/theme-shop.css */
.product-thumb-info .product-thumb-info-caption p {
  margin: 0;
  padding: 0 0 10px;
}

/* line 717, vendor/assets/stylesheets/porto/theme-shop.css */
.product-thumb-info .product-thumb-info-extra {
  clear: both;
  padding: 10px 0 0;
  margin: 10px 0 0;
  border-top: 1px solid #EBEBF4;
  display: block;
}

/* line 725, vendor/assets/stylesheets/porto/theme-shop.css */
.product-thumb-info .product-thumb-info-extra.social a:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}

/* Product Thumb Info - Full Width */
/* line 732, vendor/assets/stylesheets/porto/theme-shop.css */
.full-width .product-thumb-info .product-thumb-info-image:before {
  border-radius: 0;
}

/* Responsive */
@media (max-width: 991px) {
  /* line 738, vendor/assets/stylesheets/porto/theme-shop.css */
  .shop .actions-continue {
    float: none;
  }
  /* line 742, vendor/assets/stylesheets/porto/theme-shop.css */
  .shop table.cart th.product-price, .shop table.cart td.product-price, .shop table.cart th.product-quantity, .shop table.cart td.product-quantity {
    display: none;
  }
  /* line 746, vendor/assets/stylesheets/porto/theme-shop.css */
  #header nav.mega-menu .mega-menu-shop a {
    color: #FFF;
  }
  /* line 750, vendor/assets/stylesheets/porto/theme-shop.css */
  #header nav.mega-menu .mega-menu-shop a .fa-caret-down {
    display: none !important;
  }
  /* line 754, vendor/assets/stylesheets/porto/theme-shop.css */
  #header nav.mega-menu .mega-menu-shop > ul.dropdown-menu {
    display: none !important;
  }
}

/*
Name: 			theme.css
Written by: 	Okler Themes - (http://www.okler.net)
Theme Version:	6.0.0
*/
/* line 6, vendor/assets/stylesheets/porto/theme.css */
html {
  direction: ltr;
  overflow-x: hidden;
  box-shadow: none !important;
}

/* line 12, vendor/assets/stylesheets/porto/theme.css */
body {
  background-color: #FFF;
  color: #777;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 12px;
  line-height: 22px;
  margin: 0;
}

/* line 21, vendor/assets/stylesheets/porto/theme.css */
body a {
  outline: none !important;
}

/* line 25, vendor/assets/stylesheets/porto/theme.css */
li {
  /* line-height: 24px; */
}

/* Responsive */
@media (max-width: 575px) {
  /* line 31, vendor/assets/stylesheets/porto/theme.css */
  body {
    font-size: 13px;
  }
}

/* Header */
/* line 36, vendor/assets/stylesheets/porto/theme.css */
#header {
  position: relative;
  z-index: 1030;
}

/* line 41, vendor/assets/stylesheets/porto/theme.css */
#header .header-body {
  display: flex;
  flex-direction: column;
  background: #FFF;
  -webkit-transition: min-height 0.3s ease;
  -moz-transition: min-height 0.3s ease;
  transition: min-height 0.3s ease;
  width: 100%;
  border-top: 3px solid #EDEDED;
  border-bottom: 1px solid transparent;
  z-index: 1001;
}

/* line 54, vendor/assets/stylesheets/porto/theme.css */
#header .header-container {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  -webkit-transition: ease height 300ms;
  -moz-transition: ease height 300ms;
  transition: ease height 300ms;
}

@media (max-width: 991px) {
  /* line 65, vendor/assets/stylesheets/porto/theme.css */
  #header .header-container:not(.container) .header-nav-main {
    padding: 0 0.75rem;
  }
}

/* line 70, vendor/assets/stylesheets/porto/theme.css */
#header .container {
  position: relative;
}

@media (max-width: 767px) {
  /* line 75, vendor/assets/stylesheets/porto/theme.css */
  #header .container {
    width: 100%;
  }
}

/* line 80, vendor/assets/stylesheets/porto/theme.css */
#header .header-row {
  display: flex;
  flex-grow: 1;
  align-items: center;
  align-self: stretch;
  max-height: 100%;
}

/* line 88, vendor/assets/stylesheets/porto/theme.css */
#header .header-column {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-grow: 1;
  flex-direction: column;
}

/* line 96, vendor/assets/stylesheets/porto/theme.css */
#header .header-column .header-row {
  justify-content: inherit;
}

/* line 100, vendor/assets/stylesheets/porto/theme.css */
#header .header-column .header-extra-info {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

/* line 106, vendor/assets/stylesheets/porto/theme.css */
#header .header-column .header-extra-info li {
  display: inline-flex;
  margin-left: 25px;
}

/* line 111, vendor/assets/stylesheets/porto/theme.css */
#header .header-column .header-extra-info li .feature-box p {
  margin: 0;
}

/* line 115, vendor/assets/stylesheets/porto/theme.css */
#header .header-column .header-extra-info li .feature-box small {
  position: relative;
  top: -4px;
  font-size: 80%;
}

/* line 121, vendor/assets/stylesheets/porto/theme.css */
#header.header-no-min-height .header-body {
  min-height: 0 !important;
}

/* line 125, vendor/assets/stylesheets/porto/theme.css */
#header .header-top {
  display: flex;
  align-items: center;
  position: relative;
  background-color: #f4f4f4;
  border-bottom: 1px solid #ededed;
  min-height: 51px;
  z-index: 4;
}

/* line 135, vendor/assets/stylesheets/porto/theme.css */
#header .header-top::after {
  clear: both;
  content: "";
  display: table;
}

/* line 141, vendor/assets/stylesheets/porto/theme.css */
#header .header-top p {
  font-size: 0.9em;
  margin: 0;
  padding: 0;
}

/* line 147, vendor/assets/stylesheets/porto/theme.css */
#header .header-top p .fa, #header .header-top p .icons {
  position: relative;
  top: 1px;
}

/* line 152, vendor/assets/stylesheets/porto/theme.css */
#header .header-top .header-search {
  margin-left: 10px;
  margin-right: 0;
}

/* line 157, vendor/assets/stylesheets/porto/theme.css */
#header .header-top .header-nav-top {
  float: left;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
}

/* line 164, vendor/assets/stylesheets/porto/theme.css */
#header .header-top.header-top-colored {
  border-top: 5px solid #CCC;
  border-bottom: 0;
  color: #FFF;
}

/* line 170, vendor/assets/stylesheets/porto/theme.css */
#header .header-top.header-top-colored p, #header .header-top.header-top-colored a, #header .header-top.header-top-colored span {
  color: #FFF;
}

/* line 174, vendor/assets/stylesheets/porto/theme.css */
#header .header-top.header-top-colored .form-control {
  border: 0;
}

/* line 178, vendor/assets/stylesheets/porto/theme.css */
#header .header-top.header-top-style-2 {
  background: #f6f6f6;
}

/* line 182, vendor/assets/stylesheets/porto/theme.css */
#header .header-top.header-top-style-4 {
  background: #E4E6ED;
  border-bottom: 0;
}

/* line 187, vendor/assets/stylesheets/porto/theme.css */
#header .header-logo {
  margin: 1rem 0;
}

/* line 191, vendor/assets/stylesheets/porto/theme.css */
#header .header-logo img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  top: 0;
}

/* line 199, vendor/assets/stylesheets/porto/theme.css */
#header .header-nav {
  padding: 1rem 0;
  min-height: 70px;
}

/* line 204, vendor/assets/stylesheets/porto/theme.css */
#header .header-nav-top {
  display: flex;
  align-self: stretch;
  align-items: center;
}

/* line 210, vendor/assets/stylesheets/porto/theme.css */
#header .header-nav-top .nav > li > a, #header .header-nav-top .nav > li > span {
  color: #999;
  font-size: 0.9em;
  padding: 6px 10px;
  display: inline-block;
}

/* line 217, vendor/assets/stylesheets/porto/theme.css */
#header .header-nav-top .nav > li > a .fa, #header .header-nav-top .nav > li > a .icons, #header .header-nav-top .nav > li > span .fa, #header .header-nav-top .nav > li > span .icons {
  margin-right: 3px;
}

/* line 221, vendor/assets/stylesheets/porto/theme.css */
#header .header-nav-top .nav > li > a {
  text-decoration: none;
}

/* line 225, vendor/assets/stylesheets/porto/theme.css */
#header .header-nav-top .nav > li > a:hover, #header .header-nav-top .nav > li > a a:focus {
  background: #EEE;
}

/* line 229, vendor/assets/stylesheets/porto/theme.css */
#header .header-nav-top .nav > li.nav-item.dropdown.show .nav-link {
  background: #EEE;
}

/* line 233, vendor/assets/stylesheets/porto/theme.css */
#header .header-nav-top .nav > li.open > .dropdown-menu-toggle {
  border-radius: 4px 4px 0 0;
}

/* line 237, vendor/assets/stylesheets/porto/theme.css */
#header .header-nav-top .dropdown .dropdown-item {
  font-size: 0.8em;
}

/* line 241, vendor/assets/stylesheets/porto/theme.css */
#header .header-nav-top .dropdown-menu {
  border-color: #EEE;
  margin-top: -2px;
  border-radius: 4px 0 4px 4px;
  padding: 0;
}

/* line 248, vendor/assets/stylesheets/porto/theme.css */
#header .header-nav-top .dropdown-menu a {
  color: #999;
  padding: 6px 12px;
  font-size: 0.9em;
}

/* line 254, vendor/assets/stylesheets/porto/theme.css */
#header .header-nav-top .flag {
  margin-right: 2px;
  position: relative;
  top: -1px;
}

/* line 260, vendor/assets/stylesheets/porto/theme.css */
#header .header-search {
  margin-left: 1rem;
}

/* line 264, vendor/assets/stylesheets/porto/theme.css */
#header .header-search .form-control {
  border-radius: 20px;
  font-size: 0.9em;
  height: 34px;
  margin: 0;
  padding: 6px 12px;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  transition: width 0.3s ease;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  width: 170px;
}

/* line 280, vendor/assets/stylesheets/porto/theme.css */
#header .header-search .btn-light {
  background: transparent;
  border: 0 none;
  color: #CCC;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}

/* line 290, vendor/assets/stylesheets/porto/theme.css */
#header .header-search .btn-light:hover {
  color: #000;
}

/* line 294, vendor/assets/stylesheets/porto/theme.css */
#header .header-social-icons {
  margin-left: 1rem;
}

/* line 298, vendor/assets/stylesheets/porto/theme.css */
#header .header-btn-collapse-nav {
  background: #CCC;
  color: #FFF;
  display: none;
  float: right;
  margin: 0 0 0 1rem;
}

/* line 306, vendor/assets/stylesheets/porto/theme.css */
#header.header-narrow .header-body {
  min-height: 0;
}

/* line 310, vendor/assets/stylesheets/porto/theme.css */
#header.header-narrow .header-logo {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 315, vendor/assets/stylesheets/porto/theme.css */
#header.header-narrow .header-nav {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 320, vendor/assets/stylesheets/porto/theme.css */
#header.header-no-border-bottom .header-body {
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
}

@media (max-width: 767px) {
  /* line 326, vendor/assets/stylesheets/porto/theme.css */
  #header.has-nav-bar .header-search {
    display: block !important;
    visibility: hidden;
  }
}

/* line 332, vendor/assets/stylesheets/porto/theme.css */
html:not(.boxed) #header.header-full-width .header-container {
  width: 100%;
  max-width: none;
}

/* line 337, vendor/assets/stylesheets/porto/theme.css */
html #header.header-transparent {
  min-height: 0 !important;
  width: 100%;
  position: absolute;
}

/* line 343, vendor/assets/stylesheets/porto/theme.css */
html #header.header-transparent .header-body {
  position: relative;
  top: 0;
  background: transparent;
  border-top: 0;
  border-bottom: 0;
  box-shadow: none;
}

/* line 352, vendor/assets/stylesheets/porto/theme.css */
html #header.header-transparent .header-body:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #FFF;
  opacity: 0;
  border-bottom: 1px solid #f1f1f1;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

/* line 373, vendor/assets/stylesheets/porto/theme.css */
html.sticky-header-enabled #header.header-transparent .header-body {
  position: fixed;
}

/* line 377, vendor/assets/stylesheets/porto/theme.css */
html.sticky-header-active #header.header-transparent .header-body {
  border-bottom: 0;
  box-shadow: none;
}

/* line 382, vendor/assets/stylesheets/porto/theme.css */
html.sticky-header-active #header.header-transparent .header-body:before {
  opacity: 1;
}

/* line 386, vendor/assets/stylesheets/porto/theme.css */
html #header.header-semi-transparent, html #header.header-semi-transparent-light {
  min-height: 0 !important;
  width: 100%;
  position: absolute;
}

/* line 392, vendor/assets/stylesheets/porto/theme.css */
html #header.header-semi-transparent .header-body, html #header.header-semi-transparent-light .header-body {
  position: relative;
  top: 0;
  background: transparent;
  border-top: 0;
  border-bottom: 0;
  box-shadow: none;
}

/* line 401, vendor/assets/stylesheets/porto/theme.css */
html #header.header-semi-transparent .header-body:before, html #header.header-semi-transparent-light .header-body:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  border-bottom: 0;
  opacity: 0.3;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

/* line 422, vendor/assets/stylesheets/porto/theme.css */
html.sticky-header-enabled #header.header-semi-transparent .header-body {
  position: fixed;
}

/* line 426, vendor/assets/stylesheets/porto/theme.css */
html.sticky-header-active #header.header-semi-transparent .header-body {
  border-bottom: 0;
  box-shadow: none;
}

/* line 431, vendor/assets/stylesheets/porto/theme.css */
html.sticky-header-active #header.header-semi-transparent .header-body:before {
  opacity: 0.8;
}

/* line 435, vendor/assets/stylesheets/porto/theme.css */
html #header.header-semi-transparent-light .header-body:before {
  opacity: 0.1;
  background: #FFF;
}

/* line 440, vendor/assets/stylesheets/porto/theme.css */
html.sticky-header-enabled #header.header-semi-transparent-light .header-body {
  position: fixed;
}

/* line 444, vendor/assets/stylesheets/porto/theme.css */
html.sticky-header-active #header.header-semi-transparent-light .header-body {
  border-bottom: 0;
  box-shadow: none;
}

/* line 449, vendor/assets/stylesheets/porto/theme.css */
html.sticky-header-active #header.header-semi-transparent-light .header-body:before {
  border-bottom: 1px solid #f1f1f1;
  opacity: 0.9;
}

/* line 454, vendor/assets/stylesheets/porto/theme.css */
html #header.header-transparent-bottom-border .header-body {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/* line 458, vendor/assets/stylesheets/porto/theme.css */
html.sticky-header-active #header .header-body {
  position: fixed;
  border-bottom-color: #e9e9e9;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

/* line 464, vendor/assets/stylesheets/porto/theme.css */
html:not(.sticky-header-active) #header.header-transparent-sticky-deactive .header-body:before {
  background: transparent !important;
}

/* line 468, vendor/assets/stylesheets/porto/theme.css */
html:not(.sticky-header-active) #header.header-transparent-sticky-deactive.header-transparent .header-nav-main:after, html:not(.sticky-header-active) #header.header-transparent-sticky-deactive.header-semi-transparent .header-nav-main:after, html:not(.sticky-header-active) #header.header-transparent-sticky-deactive.header-semi-transparent-light .header-nav-main:after {
  background: transparent !important;
}

/* Header Nav Main */
@media (min-width: 992px) {
  /* line 474, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main nav {
    display: flex !important;
  }
  /* line 478, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main nav > ul > li {
    margin-left: 2px;
  }
  /* line 482, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main nav > ul > li > a {
    display: inline-flex;
    align-items: center;
    white-space: normal;
    border-radius: 4px;
    color: #CCC;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    padding: 0.5rem 0.9rem;
    text-transform: uppercase;
  }
  /* line 495, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main nav > ul > li > a:active {
    background-color: transparent;
    text-decoration: none;
    color: #CCC;
  }
  /* line 501, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main nav > ul > li > a.dropdown-toggle .fa-caret-down {
    display: none;
  }
  /* line 505, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main nav > ul > li > a.dropdown-toggle:after {
    border-color: #CCC transparent transparent transparent;
    border-width: .24rem;
    margin-left: .255em;
    margin-right: 0;
  }
  /* line 512, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main nav > ul > li > a.active {
    background: #CCC;
    color: #FFF;
  }
  /* line 517, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main nav > ul > li > a.active.dropdown-toggle:after {
    border-color: #FFF transparent transparent transparent;
  }
  /* line 521, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main nav > ul > li.open > a, #header .header-nav-main nav > ul > li:hover > a {
    background: #CCC;
    color: #FFF;
  }
  /* line 526, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
    top: -10000px;
    display: block;
    opacity: 0;
    left: auto;
    border-radius: 0 4px 4px;
    border: 0;
    border-top: 3px solid #CCC;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
    margin: 0;
    min-width: 200px;
    padding: 5px;
    text-align: left;
  }
  /* line 541, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
    border-bottom: 1px solid #f4f4f4;
    color: #777;
    font-size: 0.8em;
    font-weight: 400;
    padding: 6px 20px 6px 8px;
    position: relative;
    text-transform: none;
  }
  /* line 551, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:focus, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a.active, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:active {
    background-color: #f8f9fa;
  }
  /* line 555, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu {
    position: relative;
  }
  /* line 559, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a .fa-caret-down {
    display: none;
  }
  /* line 563, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after {
    border-color: transparent transparent transparent #CCC;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    content: " ";
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  /* line 578, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
    left: 100%;
    display: block;
    margin-top: -8px;
    margin-left: -1px;
    border-radius: 4px;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  /* line 592, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu.dropdown-reverse {
    left: auto;
    right: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  /* line 602, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu {
    top: 0;
    opacity: 1;
  }
  /* line 607, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:last-child a {
    border-bottom: 0;
  }
  /* line 611, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main nav > ul > li.dropdown.open > a, #header .header-nav-main nav > ul > li.dropdown:hover > a {
    border-radius: 4px 4px 0 0;
    position: relative;
  }
  /* line 616, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main nav > ul > li.dropdown.open > a:before, #header .header-nav-main nav > ul > li.dropdown:hover > a:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    border-bottom: 5px solid #CCC;
  }
  /* line 626, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu {
    top: auto;
    display: block;
    opacity: 1;
  }
  /* line 632, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main nav > ul > li.dropdown-mega {
    position: static;
  }
  /* line 636, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main nav > ul > li.dropdown-mega > .dropdown-menu {
    border-radius: 4px;
    left: 15px;
    right: 15px;
    width: auto;
  }
  /* line 643, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content {
    padding: 1.6rem;
  }
  /* line 647, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-title {
    color: #333333;
    display: block;
    font-size: 0.9em;
    font-weight: 600;
    margin-top: 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
  }
  /* line 657, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-title:first-child {
    margin-top: 0;
  }
  /* line 661, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  /* line 667, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li > a {
    border: 0 none;
    border-radius: 4px;
    color: #777;
    display: block;
    font-size: 0.8em;
    font-weight: normal;
    margin: 0 0 3px -8px;
    padding: 3px 8px;
    text-shadow: none;
    text-transform: none;
    text-decoration: none;
  }
  /* line 681, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li:hover > a {
    background: #f4f4f4;
  }
  /* line 685, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop > .dropdown-item {
    padding: 0.5rem 0.8rem;
  }
  /* line 689, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main.header-nav-main-no-arrows nav > ul > li a.dropdown-toggle {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  /* line 694, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main.header-nav-main-no-arrows nav > ul > li a.dropdown-toggle:after {
    display: none;
  }
  /* line 698, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main.header-nav-main-square nav > ul > li > a {
    border-radius: 0 !important;
  }
  /* line 702, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main.header-nav-main-square nav > ul > li.dropdown .dropdown-menu {
    border-radius: 0;
  }
  /* line 706, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main.header-nav-main-square nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
    border-radius: 0;
  }
  /* line 710, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main.header-nav-main-square nav > ul > li.dropdown-mega > .dropdown-menu {
    border-radius: 0;
  }
  /* line 714, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main.header-nav-main-square nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li > a {
    border-radius: 0;
  }
  /* line 718, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main a > .thumb-info-preview {
    position: absolute;
    display: block;
    left: 100%;
    opacity: 0;
    border: 0;
    padding-left: 10px;
    background: transparent;
    overflow: visible;
    margin-top: 15px;
    top: -10000px;
    -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
    -moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s ease-out;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    -webkit-transform: translate3d(-20px, 0, 0);
    -moz-transform: translate3d(-20px, 0, 0);
    -ms-transform: translate3d(-20px, 0, 0);
    -o-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  /* line 739, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main a > .thumb-info-preview .thumb-info-wrapper {
    background: #FFF;
    display: block;
    border-radius: 4px;
    border: 0;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
    margin: 0;
    padding: 4px;
    text-align: left;
    width: 190px;
  }
  /* line 751, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main a > .thumb-info-preview .thumb-info-image {
    transition: all 6s linear 0s;
    width: 182px;
    height: 136px;
    min-height: 0;
  }
  /* line 758, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main a:hover > .thumb-info-preview {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    top: 0;
    opacity: 1;
    margin-top: -5px;
  }
  /* line 769, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main .dropdown-reverse a > .thumb-info-preview {
    -webkit-transform: translate3d(20px, 0, 0);
    -moz-transform: translate3d(20px, 0, 0);
    -ms-transform: translate3d(20px, 0, 0);
    -o-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
    right: 100%;
    left: auto;
    padding-left: 0;
    margin-right: 10px;
  }
  /* line 781, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main .dropdown-reverse a:hover > .thumb-info-preview {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  /* line 789, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav {
    display: flex;
    align-items: center;
    flex-grow: 1;
    justify-content: flex-end;
    align-self: stretch;
  }
  /* line 797, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav.header-nav-stripe {
    padding: 0;
  }
  /* line 801, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav.header-nav-stripe .header-nav-main {
    align-self: stretch;
    margin-top: -1px;
    min-height: 0;
  }
  /* line 807, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav.header-nav-stripe nav {
    display: flex;
  }
  /* line 811, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav.header-nav-stripe nav > ul > li {
    display: inline-flex;
    align-self: stretch;
  }
  /* line 816, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav.header-nav-stripe nav > ul > li > a {
    background: transparent;
    padding: 0 .9rem;
    margin: 1px 0 0;
    height: 100%;
    color: #444;
    min-height: 90px;
  }
  /* line 825, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav.header-nav-stripe nav > ul > li > a.dropdown-toggle:after {
    border-color: #444 transparent transparent transparent;
  }
  /* line 829, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav.header-nav-stripe nav > ul > li > a.active {
    color: #CCC;
    background: transparent;
  }
  /* line 834, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav.header-nav-stripe nav > ul > li > a.active.dropdown-toggle:after {
    border-color: #CCC transparent transparent transparent;
  }
  /* line 838, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav.header-nav-stripe nav > ul > li:hover > a, #header .header-nav.header-nav-stripe nav > ul > li:hover > a.active, #header .header-nav.header-nav-stripe nav > ul > li.open > a, #header .header-nav.header-nav-stripe nav > ul > li.open > a.active {
    color: #FFF;
    padding-bottom: 0;
  }
  /* line 843, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav.header-nav-stripe nav > ul > li:hover > a.dropdown-toggle:after, #header .header-nav.header-nav-stripe nav > ul > li:hover > a.active.dropdown-toggle:after, #header .header-nav.header-nav-stripe nav > ul > li.open > a.dropdown-toggle:after, #header .header-nav.header-nav-stripe nav > ul > li.open > a.active.dropdown-toggle:after {
    border-color: #FFF transparent transparent transparent;
  }
  /* line 847, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav.header-nav-stripe nav > ul > li.dropdown.open > a:before, #header .header-nav.header-nav-stripe nav > ul > li.dropdown:hover > a:before {
    content: none;
  }
  /* line 851, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav.header-nav-stripe nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav.header-nav-stripe nav > ul > li.dropdown:hover > .dropdown-menu {
    top: 100%;
    left: 0;
    margin-top: 1px;
  }
  /* line 857, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav.header-nav-top-line {
    padding: 0;
  }
  /* line 861, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav.header-nav-top-line .header-nav-main {
    align-self: stretch;
    min-height: 0;
    margin-top: 0;
  }
  /* line 867, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav.header-nav-top-line nav > ul > li > a, #header .header-nav.header-nav-top-line nav > ul > li:hover > a {
    position: relative;
    background: transparent !important;
    color: #444;
    padding: 0 .9rem;
    margin: 1px 0 0;
    min-height: 70px;
    height: 100%;
  }
  /* line 877, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav.header-nav-top-line nav > ul > li > a:before, #header .header-nav.header-nav-top-line nav > ul > li:hover > a:before {
    content: "";
    position: absolute;
    background: #CCC;
    width: 100%;
    height: 3px;
    top: -2px;
    left: 0;
    opacity: 0;
  }
  /* line 888, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav.header-nav-top-line nav > ul > li:hover > a:before, #header .header-nav.header-nav-top-line nav > ul > li.open > a:before {
    opacity: 1;
  }
  /* line 892, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav.header-nav-top-line nav > ul > li > a.dropdown-toggle:after {
    border-color: #444 transparent transparent transparent;
  }
  /* line 896, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav.header-nav-top-line nav > ul > li > a.active {
    color: #CCC;
    background: transparent;
  }
  /* line 901, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav.header-nav-top-line nav > ul > li > a.active:before {
    opacity: 1;
  }
  /* line 905, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav.header-nav-top-line nav > ul > li > a.active.dropdown-toggle:after {
    border-color: #CCC transparent transparent transparent;
  }
  /* line 909, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav.header-nav-top-line nav > ul > li.dropdown > a:before {
    border-bottom: 0;
  }
  /* line 913, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav.header-nav-top-line nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav.header-nav-top-line nav > ul > li.dropdown:hover > .dropdown-menu {
    margin-top: 0;
  }
  /* line 917, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav.header-nav-dark-dropdown {
    padding: 0;
  }
  /* line 921, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav.header-nav-dark-dropdown .header-nav-main {
    align-self: stretch;
    min-height: 0;
    margin-top: 0;
  }
  /* line 927, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav.header-nav-dark-dropdown nav > ul > li > a, #header .header-nav.header-nav-dark-dropdown nav > ul > li:hover > a {
    background: transparent !important;
    color: #444;
    margin: 1px 0 0;
    min-height: 70px;
    height: 100%;
    padding: 0 .9rem;
  }
  /* line 936, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav.header-nav-dark-dropdown nav > ul > li > a.dropdown-toggle:after {
    border-color: #444 transparent transparent transparent;
  }
  /* line 940, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav.header-nav-dark-dropdown nav > ul > li > a.active {
    color: #CCC;
  }
  /* line 944, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav.header-nav-dark-dropdown nav > ul > li > a.active.dropdown-toggle:after {
    color: #CCC;
  }
  /* line 948, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown > a:before {
    border-bottom: 0;
  }
  /* line 952, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown li a {
    border-bottom-color: #2a2a2a;
  }
  /* line 956, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown .dropdown-menu {
    background: #1e1e1e;
    margin-top: 0;
  }
  /* line 961, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown .dropdown-menu > li > a {
    color: #969696;
  }
  /* line 965, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown .dropdown-menu > li > a:hover, #header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown .dropdown-menu > li > a:focus {
    background: #282828;
  }
  /* line 969, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown.dropdown-mega .dropdown-mega-sub-title {
    color: #ababab;
  }
  /* line 973, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown.dropdown-mega .dropdown-mega-sub-nav > li:hover > a {
    background: #282828;
  }
  /* line 977, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main {
    display: flex !important;
    height: auto !important;
  }
  /* line 982, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-bar {
    background: #F4F4F4;
    z-index: 1;
  }
}

/* Header Narrow */
@media (min-width: 992px) {
  /* line 989, vendor/assets/stylesheets/porto/theme.css */
  #header.header-narrow .header-nav.header-nav-stripe nav > ul > li > a, #header.header-narrow .header-nav.header-nav-dark-dropdown nav > ul > li > a, #header.header-narrow .header-nav.header-nav-top-line nav > ul > li > a {
    min-height: 70px;
  }
}

@media (min-width: 992px) {
  /* line 995, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main.header-nav-main-light nav > ul > li > a {
    color: #FFF;
  }
  /* line 999, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main.header-nav-main-light nav > ul > li > a.active {
    color: #CCC;
    background: #FFF;
  }
  /* line 1004, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main.header-nav-main-light nav > ul > li > a.dropdown-toggle:after {
    border-color: #FFF transparent transparent transparent;
  }
  /* line 1008, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main.header-nav-main-light nav > ul > li.open > a, #header .header-nav-main.header-nav-main-light nav > ul > li.active > a, #header .header-nav-main.header-nav-main-light nav > ul > li:hover > a {
    background: #FFF;
  }
  /* line 1012, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main.header-nav-main-light nav > ul > li.open > a.dropdown-toggle:after, #header .header-nav-main.header-nav-main-light nav > ul > li.active > a.dropdown-toggle:after, #header .header-nav-main.header-nav-main-light nav > ul > li:hover > a.dropdown-toggle:after {
    border-color: #CCC transparent transparent transparent;
  }
  /* line 1016, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main.header-nav-main-light nav > ul > li.open > .dropdown-menu, #header .header-nav-main.header-nav-main-light nav > ul > li.active > .dropdown-menu, #header .header-nav-main.header-nav-main-light nav > ul > li:hover > .dropdown-menu {
    border-top-color: #FFF;
    box-shadow: 0 20px 25px rgba(0, 0, 0, 0.05);
  }
  /* line 1021, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main.header-nav-main-light nav > ul > li.open > .dropdown-menu .dropdown-submenu:hover > .dropdown-menu, #header .header-nav-main.header-nav-main-light nav > ul > li.active > .dropdown-menu .dropdown-submenu:hover > .dropdown-menu, #header .header-nav-main.header-nav-main-light nav > ul > li:hover > .dropdown-menu .dropdown-submenu:hover > .dropdown-menu {
    border-top-color: #FFF;
  }
  /* line 1025, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main.header-nav-main-light nav > ul > li.active > a {
    background: #FFF;
  }
  /* line 1029, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main.header-nav-main-light nav > ul > li.active > a.dropdown-toggle:after {
    border-color: #CCC transparent transparent transparent;
  }
  /* line 1033, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main.header-nav-main-light nav > ul > li.dropdown.open > a:before, #header .header-nav-main.header-nav-main-light nav > ul > li.dropdown:hover > a:before {
    border-bottom-color: #FFF;
  }
  /* line 1037, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main.header-nav-main-light .dropdown-menu > li > a:hover, #header .header-nav-main.header-nav-main-light .dropdown-menu > li > a:focus {
    background: #f5f5f5;
  }
}

@media (min-width: 992px) {
  /* line 1043, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main-effect-1 nav > ul > li.dropdown .dropdown-menu li a, #header .header-nav-main-effect-1 nav > ul > li.dropdown .dropdown-mega-sub-nav li a {
    -webkit-transition: -webkit-transform 0.2s ease-out;
    -moz-transition: -moz-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transform: translate3d(0, -5px, 0);
  }
  /* line 1050, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main-effect-1 nav > ul > li.dropdown:hover > .dropdown-menu li a, #header .header-nav-main-effect-1 nav > ul > li.dropdown:hover .dropdown-mega-sub-nav li a {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  /* line 1058, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main-effect-1 nav > ul > li.dropdown .dropdown-menu {
    -webkit-transition: -webkit-transform 0.2s ease-out;
    -moz-transition: -moz-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transform: translate3d(0, -5px, 0);
  }
  /* line 1065, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main-effect-1 nav > ul > li.dropdown:hover > .dropdown-menu {
    -webkit-transform: translate3d(0, 2px, 0);
    -moz-transform: translate3d(0, 2px, 0);
    -ms-transform: translate3d(0, 2px, 0);
    -o-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0);
  }
  /* line 1073, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav.header-nav-stripe .header-nav-main-effect-1 nav > ul > li.dropdown:hover > .dropdown-menu, #header .header-nav.header-nav-top-line .header-nav-main-effect-1 nav > ul > li.dropdown:hover > .dropdown-menu, #header .header-nav.header-nav-dark-dropdown .header-nav-main-effect-1 nav > ul > li.dropdown:hover > .dropdown-menu {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@media (min-width: 992px) {
  /* line 1083, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main-effect-2 nav > ul > li.dropdown .dropdown-menu {
    -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
    -moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s ease-out;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transform: translate3d(0, -5px, 0);
    opacity: 0;
  }
  /* line 1091, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main-effect-2 nav > ul > li.dropdown:hover > .dropdown-menu {
    transform: translate3d(0, -1px, 0);
    opacity: 1;
  }
}

@media (min-width: 992px) {
  /* line 1098, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main-effect-3 nav > ul > li.dropdown .dropdown-menu {
    -webkit-transition: -webkit-transform 0.2s ease-out;
    -moz-transition: -moz-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transform: translate3d(0, 10px, 0);
  }
  /* line 1105, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main-effect-3 nav > ul > li.dropdown:hover > .dropdown-menu {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@media (min-width: 992px) {
  /* line 1115, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main-effect-4 nav > ul > li.dropdown .dropdown-menu {
    -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
    -moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s ease-out;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    -webkit-transform: translate3d(-20px, 0, 0);
    -moz-transform: translate3d(-20px, 0, 0);
    -ms-transform: translate3d(-20px, 0, 0);
    -o-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
    opacity: 0;
  }
  /* line 1127, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main-effect-4 nav > ul > li.dropdown .dropdown-menu.dropdown-reverse {
    -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
    -moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s ease-out;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    -webkit-transform: translate3d(20px, 0, 0);
    -moz-transform: translate3d(20px, 0, 0);
    -ms-transform: translate3d(20px, 0, 0);
    -o-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
    left: auto;
    right: 100%;
    opacity: 0;
  }
  /* line 1141, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main-effect-4 nav > ul > li.dropdown:hover > .dropdown-menu {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@media (min-width: 992px) {
  /* line 1152, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
    -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
    -moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s ease-out;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    -webkit-transform: translate3d(-20px, 0, 0);
    -moz-transform: translate3d(-20px, 0, 0);
    -ms-transform: translate3d(-20px, 0, 0);
    -o-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
    opacity: 0;
  }
  /* line 1164, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu.dropdown-reverse {
    -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
    -moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s ease-out;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    -webkit-transform: translate3d(20px, 0, 0);
    -moz-transform: translate3d(20px, 0, 0);
    -ms-transform: translate3d(20px, 0, 0);
    -o-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
    left: auto;
    right: 100%;
    opacity: 0;
  }
  /* line 1178, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

/* Header Nav Main Mobile */
@media (max-width: 991px) {
  /* line 1189, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main {
    position: absolute;
    background: transparent;
    width: 100%;
    top: 100%;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    -o-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  /* line 1202, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    background: #FFF;
    z-index: -1;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  /* line 1219, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main nav {
    max-height: 50vh;
    overflow: hidden;
    overflow-y: auto;
    padding: 0 15px;
  }
  /* line 1226, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main nav.collapsing {
    overflow-y: hidden;
  }
  /* line 1230, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main nav::-webkit-scrollbar {
    width: 5px;
  }
  /* line 1234, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main nav::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: rgba(204, 204, 204, 0.5);
  }
  /* line 1240, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main nav > ul {
    flex-direction: column;
    padding: 0.8rem 0;
  }
  /* line 1245, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main nav > ul li {
    border-bottom: 1px solid #e8e8e8;
    clear: both;
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    position: relative;
  }
  /* line 1255, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main nav > ul li a {
    font-size: 13px;
    font-style: normal;
    line-height: 20px;
    padding: 7px 8px;
    margin: 1px 0;
    border-radius: 4px;
    text-align: left;
  }
  /* line 1265, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main nav > ul li a .fa-caret-down {
    line-height: 35px;
    min-height: 38px;
    min-width: 30px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 0;
  }
  /* line 1275, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main nav > ul li a.dropdown-toggle:after {
    content: none;
  }
  /* line 1279, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main nav > ul li a:active {
    background-color: #f8f9fa;
    color: inherit;
  }
  /* line 1284, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main nav > ul li.dropdown .dropdown-menu {
    background: transparent;
    padding: 0;
    margin: 0;
    font-size: 13px;
    box-shadow: none;
    border-radius: 0;
    border: 0;
    clear: both;
    display: none;
    float: none;
    position: static;
  }
  /* line 1298, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main nav > ul li.dropdown .dropdown-menu li.dropdown-submenu.opened > .dropdown-menu {
    display: block;
    margin-left: 20px;
  }
  /* line 1303, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main nav > ul li.dropdown.opened > .dropdown-menu {
    display: block;
    margin-left: 20px;
  }
  /* line 1308, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-sub-title {
    margin-top: 10px;
    display: block;
    text-align: left;
  }
  /* line 1314, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-sub-nav {
    margin: 0 0 0 20px;
    padding: 0;
    list-style: none;
  }
  /* line 1320, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-sub-nav > li > a {
    display: block;
    text-decoration: none;
  }
  /* line 1325, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main nav > ul li:last-child {
    border-bottom: 0;
  }
  /* line 1329, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main nav > ul > li > a {
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 1px;
    margin-bottom: 1px;
    color: #CCC;
  }
  /* line 1337, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main nav > ul > li > a:active {
    color: #CCC;
  }
  /* line 1341, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main nav > ul > li > a.active {
    color: #FFF;
    background: #CCC;
  }
  /* line 1346, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main nav > ul > li > a.active:focus, #header .header-nav-main nav > ul > li > a.active:hover {
    color: #FFF;
    background: #CCC;
  }
  /* line 1351, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main nav .not-included {
    margin: 0;
  }
  /* line 1355, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main a > .thumb-info-preview {
    display: none !important;
  }
  /* line 1359, vendor/assets/stylesheets/porto/theme.css */
  #header .header-btn-collapse-nav {
    outline: 0;
    display: block;
    position: relative;
    z-index: 1;
  }
  /* line 1366, vendor/assets/stylesheets/porto/theme.css */
  #header.header-transparent .header-nav-main:before, #header.header-semi-transparent .header-nav-main:before, #header.header-semi-transparent-light .header-nav-main:before {
    width: calc(100% - 30px);
    border-radius: 4px;
  }
  /* line 1371, vendor/assets/stylesheets/porto/theme.css */
  #header.header-transparent .header-nav-main nav, #header.header-semi-transparent .header-nav-main nav, #header.header-semi-transparent-light .header-nav-main nav {
    padding: 0 30px;
  }
  /* line 1375, vendor/assets/stylesheets/porto/theme.css */
  #header.header-transparent .header-nav-main nav::-webkit-scrollbar-thumb, #header.header-semi-transparent .header-nav-main nav::-webkit-scrollbar-thumb, #header.header-semi-transparent-light .header-nav-main nav::-webkit-scrollbar-thumb {
    border-color: transparent;
  }
  /* line 1379, vendor/assets/stylesheets/porto/theme.css */
  #header.header-transparent .header-body:before {
    border-bottom: none !important;
  }
  /* line 1383, vendor/assets/stylesheets/porto/theme.css */
  #header.header-semi-transparent-light .header-body:before {
    border-bottom: none !important;
  }
  /* line 1387, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav.header-nav-stripe {
    min-height: 90px;
  }
  /* line 1391, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav.header-nav-top-line {
    min-height: 70px;
  }
  /* line 1395, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav.header-nav-dark-dropdown {
    min-height: 70px;
  }
}

@media (min-width: 992px) {
  /* line 1401, vendor/assets/stylesheets/porto/theme.css */
  html:not(.sticky-header-active) #header.header-transparent .header-nav-main nav > ul > li > a {
    color: #FFF;
  }
  /* line 1405, vendor/assets/stylesheets/porto/theme.css */
  html:not(.sticky-header-active) #header.header-transparent .header-nav-main nav > ul > li > a.dropdown-toggle:after {
    border-color: #FFF transparent transparent transparent;
  }
  /* line 1409, vendor/assets/stylesheets/porto/theme.css */
  html:not(.sticky-header-active) #header.header-transparent .header-nav-main nav > ul > li > a.active {
    color: #CCC;
  }
  /* line 1413, vendor/assets/stylesheets/porto/theme.css */
  html:not(.sticky-header-active) #header.header-transparent .header-nav-main nav > ul > li > a.active.dropdown-toggle:after {
    border-color: #CCC transparent transparent transparent;
  }
  /* line 1417, vendor/assets/stylesheets/porto/theme.css */
  html:not(.sticky-header-active) #header.header-transparent .header-nav-main nav > ul > li.open > a.active, html:not(.sticky-header-active) #header.header-transparent .header-nav-main nav > ul > li:hover > a.active {
    color: #FFF;
  }
  /* line 1421, vendor/assets/stylesheets/porto/theme.css */
  html:not(.sticky-header-active) #header.header-transparent .header-nav-main nav > ul > li.open > a.active.dropdown-toggle:after, html:not(.sticky-header-active) #header.header-transparent .header-nav-main nav > ul > li:hover > a.active.dropdown-toggle:after {
    border-color: #FFF transparent transparent transparent;
  }
  /* line 1425, vendor/assets/stylesheets/porto/theme.css */
  html #header.header-semi-transparent .header-nav-main nav > ul > li > a {
    color: #FFF;
  }
  /* line 1429, vendor/assets/stylesheets/porto/theme.css */
  html #header.header-semi-transparent .header-nav-main nav > ul > li > a.dropdown-toggle:after {
    border-color: #FFF transparent transparent transparent;
  }
  /* line 1433, vendor/assets/stylesheets/porto/theme.css */
  html #header.header-semi-transparent .header-nav-main nav > ul > li > a.active {
    color: #CCC;
  }
  /* line 1437, vendor/assets/stylesheets/porto/theme.css */
  html #header.header-semi-transparent .header-nav-main nav > ul > li > a.active.dropdown-toggle:after {
    border-color: #CCC transparent transparent transparent;
  }
  /* line 1441, vendor/assets/stylesheets/porto/theme.css */
  html #header.header-semi-transparent .header-nav-main nav > ul > li.open > a.active, html #header.header-semi-transparent .header-nav-main nav > ul > li:hover > a.active {
    color: #FFF;
  }
  /* line 1445, vendor/assets/stylesheets/porto/theme.css */
  html #header.header-semi-transparent .header-nav-main nav > ul > li.open > a.active.dropdown-toggle:after, html #header.header-semi-transparent .header-nav-main nav > ul > li:hover > a.active.dropdown-toggle:after {
    border-color: #FFF transparent transparent transparent;
  }
  /* line 1449, vendor/assets/stylesheets/porto/theme.css */
  html:not(.sticky-header-active) #header.header-semi-transparent-light .header-nav-main nav > ul > li > a {
    color: #FFF;
  }
  /* line 1453, vendor/assets/stylesheets/porto/theme.css */
  html:not(.sticky-header-active) #header.header-semi-transparent-light .header-nav-main nav > ul > li > a.dropdown-toggle:after {
    border-color: #FFF transparent transparent transparent;
  }
  /* line 1457, vendor/assets/stylesheets/porto/theme.css */
  html:not(.sticky-header-active) #header.header-semi-transparent-light .header-nav-main nav > ul > li > a.active {
    color: #CCC;
  }
  /* line 1461, vendor/assets/stylesheets/porto/theme.css */
  html:not(.sticky-header-active) #header.header-semi-transparent-light .header-nav-main nav > ul > li > a.active.dropdown-toggle:after {
    border-color: #CCC transparent transparent transparent;
  }
  /* line 1465, vendor/assets/stylesheets/porto/theme.css */
  html:not(.sticky-header-active) #header.header-semi-transparent-light .header-nav-main nav > ul > li.open > a.active, html:not(.sticky-header-active) #header.header-semi-transparent-light .header-nav-main nav > ul > li:hover > a.active {
    color: #FFF;
  }
  /* line 1469, vendor/assets/stylesheets/porto/theme.css */
  html:not(.sticky-header-active) #header.header-semi-transparent-light .header-nav-main nav > ul > li.open > a.active.dropdown-toggle:after, html:not(.sticky-header-active) #header.header-semi-transparent-light .header-nav-main nav > ul > li:hover > a.active.dropdown-toggle:after {
    border-color: #FFF transparent transparent transparent;
  }
}

/* Responsive */
@media (min-width: 992px) {
  /* line 1475, vendor/assets/stylesheets/porto/theme.css */
  #header .header-body {
    height: auto !important;
  }
}

@media (max-width: 991px) {
  /* line 1481, vendor/assets/stylesheets/porto/theme.css */
  #header .header-logo img {
    z-index: 1;
  }
  /* line 1485, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav {
    display: flex;
    align-items: center;
  }
  /* line 1490, vendor/assets/stylesheets/porto/theme.css */
  #header.header-narrow .header-nav.header-nav-stripe {
    min-height: 70px;
  }
}

/* Mega Menu (Signin/SignUp) */
/* line 1495, vendor/assets/stylesheets/porto/theme.css */
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin label {
  font-size: 0.9rem;
  color: #777;
}

/* line 1500, vendor/assets/stylesheets/porto/theme.css */
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .dropdown-menu {
  width: 40%;
  right: 15px;
  left: auto;
  border-radius: 6px 0 6px 6px;
}

/* line 1507, vendor/assets/stylesheets/porto/theme.css */
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .dropdown-menu, #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .dropdown-menu a {
  padding: 0;
  transform: translate3d(0, 2px, 0);
}

/* line 1512, vendor/assets/stylesheets/porto/theme.css */
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .fa-user {
  margin-right: 5px;
}

/* line 1516, vendor/assets/stylesheets/porto/theme.css */
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .dropdown-mega-sub-title {
  margin-bottom: 10px;
  display: block;
}

/* line 1521, vendor/assets/stylesheets/porto/theme.css */
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .sign-up-info, #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .log-in-info {
  text-align: center;
  display: block;
  font-size: 0.9rem;
}

/* line 1527, vendor/assets/stylesheets/porto/theme.css */
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.signin .signin-form {
  display: block;
}

/* line 1531, vendor/assets/stylesheets/porto/theme.css */
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.signin .signup-form, #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.signin .recover-form {
  display: none;
}

/* line 1535, vendor/assets/stylesheets/porto/theme.css */
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.signup .signin-form {
  display: none;
}

/* line 1539, vendor/assets/stylesheets/porto/theme.css */
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.signup .signup-form {
  display: block;
}

/* line 1543, vendor/assets/stylesheets/porto/theme.css */
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.signup .recover-form {
  display: none;
}

/* line 1547, vendor/assets/stylesheets/porto/theme.css */
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.recover .signin-form, #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.recover .signup-form {
  display: none;
}

/* line 1551, vendor/assets/stylesheets/porto/theme.css */
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.recover .recover-form {
  display: block;
}

/* line 1555, vendor/assets/stylesheets/porto/theme.css */
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.recover .recover-form p {
  font-size: 0.9rem;
}

/* line 1559, vendor/assets/stylesheets/porto/theme.css */
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .user-avatar .img-thumbnail {
  float: left;
  margin-right: 15px;
}

/* line 1564, vendor/assets/stylesheets/porto/theme.css */
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .user-avatar .img-thumbnail img {
  max-width: 55px;
}

/* line 1568, vendor/assets/stylesheets/porto/theme.css */
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .user-avatar strong {
  display: block;
  padding-top: 7px;
}

/* line 1573, vendor/assets/stylesheets/porto/theme.css */
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .user-avatar span {
  display: block;
  font-size: 12px;
}

/* line 1578, vendor/assets/stylesheets/porto/theme.css */
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .user-avatar p {
  margin: 0 0 0 25px;
  text-align: left;
}

/* line 1583, vendor/assets/stylesheets/porto/theme.css */
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .list-account-options {
  list-style: none;
  margin: 6px 0 0;
  padding: 0;
}

/* line 1589, vendor/assets/stylesheets/porto/theme.css */
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .list-account-options a:hover {
  text-decoration: none;
}

/* Responsive */
@media (max-width: 991px) {
  /* line 1595, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin {
    margin-right: 0;
  }
  /* line 1599, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .dropdown-toggle {
    display: none;
  }
  /* line 1603, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .dropdown-menu {
    display: block !important;
    margin: 0 !important;
    padding: 0 10px 0 10px;
    width: 100%;
    right: 0;
  }
  /* line 1611, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .dropdown-menu .dropdown-mega-sub-title {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 0;
  }
  /* line 1619, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .dropdown-toggle {
    display: none;
  }
  /* line 1623, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .dropdown-mega-content {
    margin: 15px 0 !important;
  }
  /* line 1627, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .list-account-options {
    margin: 15px 0 0 0 !important;
  }
  /* line 1631, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .list-account-options > li > a {
    line-height: 35px;
  }
}

/* Mega Menu (Signin/SignUp) */
/* line 1636, vendor/assets/stylesheets/porto/theme.css */
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .dropdown-menu {
  width: 40%;
  right: 15px;
  left: auto;
  border-radius: 6px 0 6px 6px;
}

/* line 1643, vendor/assets/stylesheets/porto/theme.css */
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .dropdown-menu li table {
  width: 100%;
  margin-top: 0;
}

/* line 1648, vendor/assets/stylesheets/porto/theme.css */
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .dropdown-menu li table tr td a {
  background-color: transparent !important;
  color: #333;
  padding: 0;
  margin: 0;
  display: block;
}

/* line 1656, vendor/assets/stylesheets/porto/theme.css */
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .dropdown-menu li table tr td a.remove {
  float: right;
}

/* line 1660, vendor/assets/stylesheets/porto/theme.css */
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .dropdown-menu li table tr td a:hover {
  text-decoration: none;
}

/* line 1664, vendor/assets/stylesheets/porto/theme.css */
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .fa-shopping-cart {
  margin-right: 5px;
}

/* line 1668, vendor/assets/stylesheets/porto/theme.css */
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .product-thumbnail {
  width: 120px;
}

/* line 1672, vendor/assets/stylesheets/porto/theme.css */
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .product-actions {
  text-align: right;
  width: 80px;
}

/* line 1677, vendor/assets/stylesheets/porto/theme.css */
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .actions-continue {
  margin-top: 10px;
  padding-top: 20px;
  border-top: 1px solid #DDD;
  clear: both;
}

/* line 1684, vendor/assets/stylesheets/porto/theme.css */
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .actions-continue .btn {
  margin-bottom: 10px;
}

/* Responsive */
@media (max-width: 991px) {
  /* line 1690, vendor/assets/stylesheets/porto/theme.css */
  #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .dropdown-menu {
    margin: 15px 0;
    padding: 0 15px;
    width: 100%;
  }
}

/* line 1697, vendor/assets/stylesheets/porto/theme.css */
html.side-header #header {
  min-height: 0 !important;
}

@media (min-width: 992px) {
  /* line 1702, vendor/assets/stylesheets/porto/theme.css */
  html.side-header .main .container, html.side-header #footer .container {
    padding: 0 35px;
    width: auto !important;
    max-width: 1210px;
  }
  /* line 1708, vendor/assets/stylesheets/porto/theme.css */
  html.side-header body > .body {
    margin: 0 0 0 255px;
    width: auto;
    overflow-x: hidden;
    overflow-y: visible;
  }
  /* line 1715, vendor/assets/stylesheets/porto/theme.css */
  html.side-header body > .body .forcefullwidth_wrapper_tp_banner .rev_slider_wrapper {
    width: 100% !important;
    left: auto !important;
  }
  /* line 1720, vendor/assets/stylesheets/porto/theme.css */
  html.side-header #header {
    background: #FFF;
    position: fixed;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.07);
    top: 0;
    left: 0;
    width: 255px;
    height: 100%;
  }
  /* line 1730, vendor/assets/stylesheets/porto/theme.css */
  html.side-header #header .header-body {
    border-top: 0;
  }
  /* line 1734, vendor/assets/stylesheets/porto/theme.css */
  html.side-header #header .header-container {
    width: 100%;
  }
  /* line 1738, vendor/assets/stylesheets/porto/theme.css */
  html.side-header #header .header-row {
    flex-direction: column;
  }
  /* line 1742, vendor/assets/stylesheets/porto/theme.css */
  html.side-header #header .header-search {
    width: 100%;
    margin: 0.7rem 0;
  }
  /* line 1747, vendor/assets/stylesheets/porto/theme.css */
  html.side-header #header .header-nav-top .nav > li > a, html.side-header #header .header-nav-top .nav > li > span {
    display: block;
  }
  /* line 1751, vendor/assets/stylesheets/porto/theme.css */
  html.side-header #header .header-logo {
    margin: 2rem 0;
  }
  /* line 1755, vendor/assets/stylesheets/porto/theme.css */
  html.side-header #header .header-nav {
    flex-direction: column;
  }
  /* line 1759, vendor/assets/stylesheets/porto/theme.css */
  html.side-header #header .header-nav-main,
html.side-header #header .header-nav-main nav,
html.side-header #header .header-nav-main .nav {
    width: 100%;
  }
  /* line 1765, vendor/assets/stylesheets/porto/theme.css */
  html.side-header #header .nav {
    flex-direction: column;
    width: 100%;
  }
  /* line 1770, vendor/assets/stylesheets/porto/theme.css */
  html.side-header #header .header-nav-main nav > ul > li.dropdown > a.dropdown-toggle:after {
    content: "";
    border-color: transparent transparent transparent #CCC;
    position: absolute;
    right: 15px;
    top: 50%;
    border-top: .3em solid;
    border-bottom: .3em solid transparent;
    border-left: .3em solid transparent;
    border-right: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  /* line 1787, vendor/assets/stylesheets/porto/theme.css */
  html.side-header #header .header-nav-main nav > ul > li.dropdown.open > .dropdown-menu, html.side-header #header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu {
    top: 3px;
    left: 100%;
    border-top: 0;
    border-left: 5px solid #CCC;
    margin-left: -5px;
  }
  /* line 1795, vendor/assets/stylesheets/porto/theme.css */
  html.side-header #header .header-nav-main nav > ul > li.dropdown li.dropdown-submenu:hover > .dropdown-menu {
    margin-top: -5px;
    border-top: 0;
  }
  /* line 1800, vendor/assets/stylesheets/porto/theme.css */
  html.side-header #header .header-nav-main nav > ul > li.dropdown.open > a, html.side-header #header .header-nav-main nav > ul > li.dropdown:hover > a {
    padding-bottom: 0.5rem;
  }
  /* line 1804, vendor/assets/stylesheets/porto/theme.css */
  html.side-header #header .header-nav-main nav > ul > li.dropdown.open > a:before, html.side-header #header .header-nav-main nav > ul > li.dropdown:hover > a:before {
    content: none;
  }
  /* line 1808, vendor/assets/stylesheets/porto/theme.css */
  html.side-header #header .header-nav-main nav > ul > li.dropdown-mega {
    position: relative;
  }
  /* line 1812, vendor/assets/stylesheets/porto/theme.css */
  html.side-header #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-menu {
    min-width: 720px;
  }
  /* line 1816, vendor/assets/stylesheets/porto/theme.css */
  html.side-header #header .header-nav-main nav > ul > li {
    margin-top: 1px;
  }
  /* line 1820, vendor/assets/stylesheets/porto/theme.css */
  html.side-header #header .header-nav-main nav > ul > li > a {
    display: flex;
  }
  /* line 1824, vendor/assets/stylesheets/porto/theme.css */
  html.side-header #header .header-nav-main nav > ul > li .dropdown-menu.dropdown-reverse li a {
    padding-right: 8px;
    padding-left: 20px;
  }
  /* line 1829, vendor/assets/stylesheets/porto/theme.css */
  html.side-header #header .header-nav-main nav > ul > li .dropdown-menu.dropdown-reverse li.dropdown-submenu > a:after {
    border-width: 4px 4px 4px 0;
  }
  /* line 1833, vendor/assets/stylesheets/porto/theme.css */
  html.side-header #header .header-social-icons {
    margin: 2rem 0 !important;
  }
  /* line 1837, vendor/assets/stylesheets/porto/theme.css */
  html.side-header-right body > .body {
    margin: 0 255px 0 0;
  }
  /* line 1841, vendor/assets/stylesheets/porto/theme.css */
  html.side-header-right #header {
    left: auto;
    right: 0;
  }
  /* line 1846, vendor/assets/stylesheets/porto/theme.css */
  html.side-header-right #header .header-nav-main nav > ul > li.dropdown > a.dropdown-toggle {
    padding-right: 0px;
    padding-left: 30px;
  }
  /* line 1851, vendor/assets/stylesheets/porto/theme.css */
  html.side-header-right #header .header-nav-main nav > ul > li.dropdown > a.dropdown-toggle:after {
    left: 15px;
    right: auto;
    border-right: .3em solid transparent;
    border-left: 0;
  }
  /* line 1858, vendor/assets/stylesheets/porto/theme.css */
  html.side-header-right #header .header-nav-main nav > ul > li.dropdown.open > .dropdown-menu, html.side-header-right #header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu {
    right: 100%;
    left: auto;
    border-right: 5px solid #CCC;
    border-left: 0;
    margin-left: 0;
    margin-right: -5px;
    border-radius: 4px 0 0 4px;
  }
  /* line 1868, vendor/assets/stylesheets/porto/theme.css */
  html.side-header-right #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after {
    left: 10px;
    right: initial;
  }
  /* line 1873, vendor/assets/stylesheets/porto/theme.css */
  html.ie.side-header-right #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after {
    left: 10px;
    right: initial;
    width: 0;
  }
  /* line 1879, vendor/assets/stylesheets/porto/theme.css */
  html.side-header-semi-transparent body > .body {
    margin: 0;
  }
  /* line 1883, vendor/assets/stylesheets/porto/theme.css */
  html.side-header-semi-transparent #header {
    background: rgba(0, 0, 0, 0.3);
  }
  /* line 1887, vendor/assets/stylesheets/porto/theme.css */
  html.side-header-semi-transparent #header .header-body {
    background: transparent !important;
  }
}

@media (max-height: 768px) {
  /* line 1893, vendor/assets/stylesheets/porto/theme.css */
  html.side-header #header .header-nav-main nav > ul > li.dropdown.open > .dropdown-menu, html.side-header #header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu {
    bottom: 0;
    top: auto;
  }
}

/* line 1899, vendor/assets/stylesheets/porto/theme.css */
html[dir="rtl"] #header .header-search .btn-light {
  right: -35px;
}

/* Page Header */
/* line 1904, vendor/assets/stylesheets/porto/theme.css */
.page-header {
  background-color: #171717;
  border-bottom: 5px solid #CCC;
  border-top: 5px solid #384045;
  margin: 0 0 35px 0;
  min-height: 50px;
  padding: 20px 0;
  position: relative;
  text-align: left;
}

/* line 1915, vendor/assets/stylesheets/porto/theme.css */
.page-header .breadcrumb {
  background: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}

/* line 1923, vendor/assets/stylesheets/porto/theme.css */
.page-header .breadcrumb > li {
  display: inline-block;
  font-size: 0.85em;
  text-transform: uppercase;
  text-shadow: none;
}

/* line 1930, vendor/assets/stylesheets/porto/theme.css */
.page-header .breadcrumb > li + li:before {
  color: inherit;
  opacity: 0.5;
  font-family: FontAwesome;
  content: "\f105";
  padding: 0 7px 0 5px;
}

/* line 1938, vendor/assets/stylesheets/porto/theme.css */
.page-header h1 {
  border-bottom: 5px solid #CCC;
  color: #fff;
  display: inline-block;
  font-size: 32px;
  font-weight: 200;
  line-height: 32px;
  margin: 0 0 -25px;
  padding: 0 0 25px;
  position: relative;
}

/* line 1950, vendor/assets/stylesheets/porto/theme.css */
.page-header h1 span {
  color: #999da3;
  display: block;
  font-size: 0.6em;
  font-weight: 300;
  line-height: 1.3em;
  margin: 7px 0 0;
}

/* line 1959, vendor/assets/stylesheets/porto/theme.css */
.page-header-no-title-border h1 {
  border: 0;
}

/* Page Header - Color */
/* line 1964, vendor/assets/stylesheets/porto/theme.css */
.page-header-color {
  background-color: #F7F7F7;
  border-bottom: 5px solid #F4F4F4;
  border-top: none;
}

/* line 1970, vendor/assets/stylesheets/porto/theme.css */
.page-header-color h1 {
  border-bottom: none;
  color: #1d2127;
  font-size: 2.3em;
  padding: 0;
  margin: 0;
}

/* line 1978, vendor/assets/stylesheets/porto/theme.css */
.page-header-color h1 span {
  opacity: 0.65;
}

/* line 1982, vendor/assets/stylesheets/porto/theme.css */
.page-header-color .breadcrumb {
  text-align: right;
  float: right;
}

@media (max-width: 991px) {
  /* line 1988, vendor/assets/stylesheets/porto/theme.css */
  .page-header-color .breadcrumb {
    padding: 18px 0px 0;
    text-align: left;
    float: none;
  }
}

/* line 1995, vendor/assets/stylesheets/porto/theme.css */
.page-header-color .breadcrumb > .active {
  opacity: 0.65;
}

/* Page Header - More Padding */
/* line 2000, vendor/assets/stylesheets/porto/theme.css */
.page-header-more-padding {
  padding: 35px 0;
}

/* Page Header - Light */
/* line 2005, vendor/assets/stylesheets/porto/theme.css */
.page-header-light {
  background-color: #F7F7F7;
  border-bottom: 5px solid #F4F4F4;
  border-top: none;
}

/* line 2011, vendor/assets/stylesheets/porto/theme.css */
.page-header-light h1 {
  border-bottom: none;
  color: #1d2127;
  font-size: 2.3em;
}

/* line 2017, vendor/assets/stylesheets/porto/theme.css */
.page-header-light .breadcrumb {
  text-align: right;
  float: right;
}

@media (max-width: 991px) {
  /* line 2023, vendor/assets/stylesheets/porto/theme.css */
  .page-header-light .breadcrumb {
    padding: 18px 0px 0;
    text-align: left;
    float: none;
  }
}

/* Page Header - Reverse */
/* line 2031, vendor/assets/stylesheets/porto/theme.css */
.page-header-reverse {
  text-align: right;
}

/* line 2035, vendor/assets/stylesheets/porto/theme.css */
.page-header-reverse .breadcrumb {
  text-align: left;
}

@media (max-width: 991px) {
  /* line 2040, vendor/assets/stylesheets/porto/theme.css */
  .page-header-reverse .breadcrumb {
    text-align: right;
  }
}

/* Page Header - Parallax */
/* line 2046, vendor/assets/stylesheets/porto/theme.css */
.page-header.parallax {
  margin: 0 0 35px;
  padding: 180px 0 60px;
}

/* line 2051, vendor/assets/stylesheets/porto/theme.css */
.page-header-center {
  text-align: center;
}

/* line 2055, vendor/assets/stylesheets/porto/theme.css */
.page-header-center .breadcrumb {
  text-align: center;
  justify-content: center;
  margin: 15px 0 0;
}

/* Page Header Custom Background */
/* line 2062, vendor/assets/stylesheets/porto/theme.css */
.page-header-custom-background {
  padding: 45px 0;
  background-repeat: repeat;
  background-color: transparent;
  border-top: 0;
  border-bottom: 0;
}

/* line 2070, vendor/assets/stylesheets/porto/theme.css */
.page-header-custom-background h1 {
  color: #FFF;
  border: 0;
}

/* line 2075, vendor/assets/stylesheets/porto/theme.css */
.page-header-custom-background h1 span {
  color: #FFF;
  opacity: 0.7;
}

/* line 2080, vendor/assets/stylesheets/porto/theme.css */
.page-header-custom-background .breadcrumb {
  text-align: right;
  float: right;
}

@media (max-width: 991px) {
  /* line 2086, vendor/assets/stylesheets/porto/theme.css */
  .page-header-custom-background .breadcrumb {
    padding: 18px 0px 0;
    text-align: left;
    float: none;
  }
}

/* line 2093, vendor/assets/stylesheets/porto/theme.css */
.page-header-custom-background .breadcrumb li.active {
  color: #FFF;
  opacity: 0.7;
}

/* line 2098, vendor/assets/stylesheets/porto/theme.css */
.page-header-custom-background .breadcrumb a {
  color: #FFF;
}

/* Page Header Custom - Create your Own */
/* line 2103, vendor/assets/stylesheets/porto/theme.css */
.page-header.custom-product {
  background-image: url(/../img/custom-header-bg.jpg);
  background-repeat: repeat;
  background-color: #999;
  border-top: 5px solid #888;
  padding: 0;
  overflow: hidden;
}

/* line 2112, vendor/assets/stylesheets/porto/theme.css */
.page-header.custom-product .row {
  position: relative;
}

/* line 2116, vendor/assets/stylesheets/porto/theme.css */
.page-header.custom-product p.lead {
  color: #E8E8E8;
}

/* line 2120, vendor/assets/stylesheets/porto/theme.css */
.page-header.custom-product h1 {
  color: #FFF;
  margin-bottom: 10px;
  margin-top: 30px;
  border: 0;
}

/* Responsive */
@media (min-width: 992px) {
  /* line 2129, vendor/assets/stylesheets/porto/theme.css */
  .page-header-more-padding .breadcrumb-valign-mid,
.page-header-custom-background .breadcrumb-valign-mid,
.page-header-float-breadcrumb .breadcrumb-valign-mid {
    text-align: right;
  }
  /* line 2135, vendor/assets/stylesheets/porto/theme.css */
  .page-header-more-padding.page-header-reverse .breadcrumb-valign-mid,
.page-header-custom-background.page-header-reverse .breadcrumb-valign-mid,
.page-header-float-breadcrumb.page-header-reverse .breadcrumb-valign-mid {
    text-align: left;
  }
}

@media (max-width: 991px) {
  /* line 2143, vendor/assets/stylesheets/porto/theme.css */
  .page-header .breadcrumb {
    float: none !important;
    position: static !important;
  }
  /* line 2148, vendor/assets/stylesheets/porto/theme.css */
  .page-header .breadcrumb-valign-mid {
    margin-top: 15px;
  }
  /* line 2152, vendor/assets/stylesheets/porto/theme.css */
  .page-header-reverse .breadcrumb-valign-mid {
    margin-top: 0;
    margin-bottom: 15px;
  }
}

@media (max-width: 575px) {
  /* line 2159, vendor/assets/stylesheets/porto/theme.css */
  .page-header h1 {
    font-size: 26px;
    line-height: 26px;
  }
}

/* Parallax */
/* line 2165, vendor/assets/stylesheets/porto/theme.css */
.parallax {
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: repeat;
  background-attachment: fixed;
  margin: 70px 0;
  padding: 50px 0;
  position: relative;
  clear: both;
}

/* line 2176, vendor/assets/stylesheets/porto/theme.css */
.parallax blockquote {
  border: 0;
  padding: 0 10%;
}

/* line 2181, vendor/assets/stylesheets/porto/theme.css */
.parallax blockquote i.fa-quote-left {
  font-size: 34px;
  position: relative;
  left: -5px;
}

/* line 2187, vendor/assets/stylesheets/porto/theme.css */
.parallax blockquote p {
  font-size: 24px;
  line-height: 30px;
}

/* line 2192, vendor/assets/stylesheets/porto/theme.css */
.parallax blockquote span {
  font-size: 16px;
  line-height: 20px;
  color: #999;
  position: relative;
  left: -5px;
}

/* line 2200, vendor/assets/stylesheets/porto/theme.css */
.parallax.parallax-disabled {
  background-attachment: scroll !important;
  background-position: 50% 50% !important;
}

/* Section Featured */
/* line 2206, vendor/assets/stylesheets/porto/theme.css */
section.section {
  background: #f4f4f4;
  border-top: 5px solid #f1f1f1;
  margin: 30px 0;
  padding: 50px 0;
}

/* line 2213, vendor/assets/stylesheets/porto/theme.css */
section.section.section-no-background {
  background: transparent;
  border-top-color: transparent;
}

/* line 2218, vendor/assets/stylesheets/porto/theme.css */
section.section.section-center {
  text-align: center;
}

/* line 2222, vendor/assets/stylesheets/porto/theme.css */
section.section.section-text-light h1, section.section.section-text-light h2, section.section.section-text-light h3, section.section.section-text-light h4, section.section.section-text-light h5, section.section.section-text-light h6 {
  color: #FFF;
}

/* line 2226, vendor/assets/stylesheets/porto/theme.css */
section.section.section-text-light p {
  color: #e6e6e6;
}

/* line 2230, vendor/assets/stylesheets/porto/theme.css */
section.section.section-background {
  background-repeat: repeat;
  border: 0;
}

/* line 2235, vendor/assets/stylesheets/porto/theme.css */
section.section.section-overlay {
  position: relative;
}

/* line 2239, vendor/assets/stylesheets/porto/theme.css */
section.section.section-overlay:before {
  content: "";
  display: block;
  background: url(/../img/video-overlay.png) repeat scroll 0 0 transparent;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

/* line 2252, vendor/assets/stylesheets/porto/theme.css */
section.section.section-overlay-opacity {
  position: relative;
}

/* line 2256, vendor/assets/stylesheets/porto/theme.css */
section.section.section-overlay-opacity:before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

/* line 2269, vendor/assets/stylesheets/porto/theme.css */
section.section.section-overlay-opacity.section-overlay-opacity-scale-1:before {
  background: rgba(0, 0, 0, 0.1);
}

/* line 2273, vendor/assets/stylesheets/porto/theme.css */
section.section.section-overlay-opacity.section-overlay-opacity-scale-2:before {
  background: rgba(0, 0, 0, 0.2);
}

/* line 2277, vendor/assets/stylesheets/porto/theme.css */
section.section.section-overlay-opacity.section-overlay-opacity-scale-3:before {
  background: rgba(0, 0, 0, 0.3);
}

/* line 2281, vendor/assets/stylesheets/porto/theme.css */
section.section.section-overlay-opacity.section-overlay-opacity-scale-4:before {
  background: rgba(0, 0, 0, 0.4);
}

/* line 2285, vendor/assets/stylesheets/porto/theme.css */
section.section.section-overlay-opacity.section-overlay-opacity-scale-5:before {
  background: rgba(0, 0, 0, 0.5);
}

/* line 2289, vendor/assets/stylesheets/porto/theme.css */
section.section.section-overlay-opacity.section-overlay-opacity-scale-6:before {
  background: rgba(0, 0, 0, 0.6);
}

/* line 2293, vendor/assets/stylesheets/porto/theme.css */
section.section.section-overlay-opacity.section-overlay-opacity-scale-7:before {
  background: rgba(0, 0, 0, 0.7);
}

/* line 2297, vendor/assets/stylesheets/porto/theme.css */
section.section.section-overlay-opacity.section-overlay-opacity-scale-8:before {
  background: rgba(0, 0, 0, 0.8);
}

/* line 2301, vendor/assets/stylesheets/porto/theme.css */
section.section.section-overlay-opacity.section-overlay-opacity-scale-9:before {
  background: rgba(0, 0, 0, 0.9);
}

/* line 2305, vendor/assets/stylesheets/porto/theme.css */
section.section.section-overlay-opacity-light:before {
  background: rgba(255, 255, 255, 0.5);
}

/* line 2309, vendor/assets/stylesheets/porto/theme.css */
section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-1:before {
  background: rgba(255, 255, 255, 0.1);
}

/* line 2313, vendor/assets/stylesheets/porto/theme.css */
section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-2:before {
  background: rgba(255, 255, 255, 0.2);
}

/* line 2317, vendor/assets/stylesheets/porto/theme.css */
section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-3:before {
  background: rgba(255, 255, 255, 0.3);
}

/* line 2321, vendor/assets/stylesheets/porto/theme.css */
section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-4:before {
  background: rgba(255, 255, 255, 0.4);
}

/* line 2325, vendor/assets/stylesheets/porto/theme.css */
section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-5:before {
  background: rgba(255, 255, 255, 0.5);
}

/* line 2329, vendor/assets/stylesheets/porto/theme.css */
section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-6:before {
  background: rgba(255, 255, 255, 0.6);
}

/* line 2333, vendor/assets/stylesheets/porto/theme.css */
section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-7:before {
  background: rgba(255, 255, 255, 0.7);
}

/* line 2337, vendor/assets/stylesheets/porto/theme.css */
section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-8:before {
  background: rgba(255, 255, 255, 0.8);
}

/* line 2341, vendor/assets/stylesheets/porto/theme.css */
section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-9:before {
  background: rgba(255, 255, 255, 0.9);
}

/* line 2345, vendor/assets/stylesheets/porto/theme.css */
section.section.section-default-scale-lighten {
  background-color: #fcfcfc !important;
  border-top-color: #fcfcfc !important;
}

/* line 2350, vendor/assets/stylesheets/porto/theme.css */
section.section.section-video {
  background: none !important;
  border: 0;
}

/* line 2355, vendor/assets/stylesheets/porto/theme.css */
section.section.section-parallax {
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: repeat;
  background-attachment: fixed;
  border: 0;
}

/* line 2363, vendor/assets/stylesheets/porto/theme.css */
section.section.section-parallax.parallax-disabled {
  background-attachment: scroll !important;
  background-position: 50% 50% !important;
}

/* line 2368, vendor/assets/stylesheets/porto/theme.css */
section.section.section-no-border {
  border: 0;
}

/* line 2372, vendor/assets/stylesheets/porto/theme.css */
section.section.section-with-divider {
  margin: 56px 0 35px;
}

/* line 2376, vendor/assets/stylesheets/porto/theme.css */
section.section.section-with-divider .divider {
  margin: -56px 0 44px;
}

/* line 2380, vendor/assets/stylesheets/porto/theme.css */
section.section.section-footer {
  margin-bottom: -50px;
}

/* line 2384, vendor/assets/stylesheets/porto/theme.css */
section.section.section-with-mockup {
  margin-top: 120px;
}

/* line 2388, vendor/assets/stylesheets/porto/theme.css */
section.section.section-front {
  position: relative;
  z-index: 1;
}

/* Responsive */
@media (max-width: 991px) {
  /* line 2395, vendor/assets/stylesheets/porto/theme.css */
  .container-fluid > .row > .p-0 section.section {
    margin-bottom: 0;
    margin-top: 0;
  }
  /* line 2400, vendor/assets/stylesheets/porto/theme.css */
  .container-fluid > .row > .p-0:first-child section.section {
    margin-bottom: 0;
    margin-top: 30px;
  }
  /* line 2405, vendor/assets/stylesheets/porto/theme.css */
  .container-fluid > .row > .p-0:last-child section.section {
    margin-bottom: 30px;
    margin-top: 0;
  }
}

/* Sidebar */
/* line 2411, vendor/assets/stylesheets/porto/theme.css */
aside ul.nav-list > li > a {
  color: #666;
  font-size: 0.9em;
  padding: 8px 0 8px 18px;
}

/* Home Slider - Revolution Slider */
/* line 2418, vendor/assets/stylesheets/porto/theme.css */
.slider-container {
  background: #171717;
  height: 500px;
  overflow: hidden;
  width: 100%;
  direction: ltr;
}

/* line 2426, vendor/assets/stylesheets/porto/theme.css */
.slider-container .tparrows {
  border-radius: 6px;
}

/* line 2430, vendor/assets/stylesheets/porto/theme.css */
.slider-container .slider-single-slide .tparrows {
  display: none;
}

/* line 2434, vendor/assets/stylesheets/porto/theme.css */
.slider-container .top-label {
  color: #FFF;
  font-size: 24px;
  font-weight: 300;
}

/* line 2440, vendor/assets/stylesheets/porto/theme.css */
.slider-container .main-label {
  color: #FFF;
  font-size: 62px;
  line-height: 62px;
  font-weight: 800;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}

/* line 2448, vendor/assets/stylesheets/porto/theme.css */
.slider-container .featured-label {
  color: #FFF;
  font-size: 52px;
  line-height: 52px;
  font-weight: 800;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
}

/* line 2456, vendor/assets/stylesheets/porto/theme.css */
.slider-container .bottom-label {
  color: #FFF;
  font-size: 20px;
  line-height: 20px;
  font-weight: 300;
}

/* line 2463, vendor/assets/stylesheets/porto/theme.css */
.slider-container .blackboard-text {
  color: #BAB9BE;
  font-size: 46px;
  line-height: 46px;
  font-family: "Shadows Into Light", cursive;
  text-transform: uppercase;
}

/* line 2471, vendor/assets/stylesheets/porto/theme.css */
.slider-container .btn.btn-lg.btn-slider-action, .slider-container .btn-group-lg > .btn.btn-slider-action {
  font-size: 22px;
  font-weight: 600;
  line-height: 20px;
  padding: 1.2rem 1.8rem;
}

/* line 2478, vendor/assets/stylesheets/porto/theme.css */
.slider-container .top-label-dark, .slider-container .main-label-dark, .slider-container .bottom-label-dark {
  color: #333;
}

/* line 2482, vendor/assets/stylesheets/porto/theme.css */
.slider-container .tp-caption-dark a {
  color: #333;
}

/* line 2486, vendor/assets/stylesheets/porto/theme.css */
.slider-container .tp-caption-dark a:hover {
  color: #333;
}

/* line 2490, vendor/assets/stylesheets/porto/theme.css */
.slider-container .tp-caption-overlay {
  background: #000;
  padding: 10px;
}

/* line 2495, vendor/assets/stylesheets/porto/theme.css */
.slider-container .tp-caption-overlay-opacity {
  background: rgba(0, 0, 0, 0.4);
  padding: 10px;
}

/* line 2500, vendor/assets/stylesheets/porto/theme.css */
.slider-container .tp-opacity-overlay {
  background: rgba(0, 0, 0, 0.75);
}

/* line 2504, vendor/assets/stylesheets/porto/theme.css */
.slider-container.transparent {
  background-color: transparent;
}

/* line 2508, vendor/assets/stylesheets/porto/theme.css */
.slider-container.light {
  background-color: #EAEAEA;
}

/* line 2512, vendor/assets/stylesheets/porto/theme.css */
.slider-container.light .tp-bannershadow {
  opacity: 0.05;
  top: 0;
  bottom: auto;
  z-index: 1000;
}

/* line 2519, vendor/assets/stylesheets/porto/theme.css */
.slider-container.light .featured-label, .slider-container.light .top-label, .slider-container.light .main-label, .slider-container.light .bottom-label {
  color: #333;
}

/* line 2523, vendor/assets/stylesheets/porto/theme.css */
.slider-container.light .tp-caption a {
  color: #333;
}

/* line 2527, vendor/assets/stylesheets/porto/theme.css */
.slider-container.light .tp-caption a:hover {
  color: #333;
}

/* Arrows */
/* line 2532, vendor/assets/stylesheets/porto/theme.css */
.tparrows.tparrows-carousel {
  display: inline-block;
  position: absolute;
  width: 30px;
  height: auto;
  padding: 20px 0;
}

/* line 2540, vendor/assets/stylesheets/porto/theme.css */
.tparrows.tparrows-carousel.tp-leftarrow {
  right: auto !important;
  left: -30px !important;
  border-radius: 0 4px 4px 0;
}

/* line 2546, vendor/assets/stylesheets/porto/theme.css */
.tparrows.tparrows-carousel.tp-leftarrow:before {
  font-family: FontAwesome;
  content: "\f053";
  position: relative;
  left: -1px;
  top: 1px;
}

/* line 2554, vendor/assets/stylesheets/porto/theme.css */
.tparrows.tparrows-carousel.tp-rightarrow {
  right: -60px !important;
  left: auto !important;
  border-radius: 4px 0 0 4px;
}

/* line 2560, vendor/assets/stylesheets/porto/theme.css */
.tparrows.tparrows-carousel.tp-rightarrow:before {
  font-family: FontAwesome;
  content: "\f054";
  position: relative;
  left: 2px;
  top: 1px;
}

/* Slider IE Fix */
/* line 2569, vendor/assets/stylesheets/porto/theme.css */
html.ie .forcefullwidth_wrapper_tp_banner {
  overflow: hidden;
}

/* Embed Border */
/* line 2574, vendor/assets/stylesheets/porto/theme.css */
.rev_slider embed,
.rev_slider iframe,
.rev_slider object,
.rev_slider video {
  border: 0 !important;
}

/* Defaults */
/* line 2582, vendor/assets/stylesheets/porto/theme.css */
.hesperiden-custom {
  padding: 10px 0 !important;
}

/* line 2586, vendor/assets/stylesheets/porto/theme.css */
.hesperiden-custom .tp-tab {
  border: 0 !important;
}

/* Slider With Overlay */
/* line 2591, vendor/assets/stylesheets/porto/theme.css */
.slider-with-overlay {
  position: relative;
}

/* line 2595, vendor/assets/stylesheets/porto/theme.css */
.slider-with-overlay .slider-container {
  z-index: auto;
}

/* Slider Contact Form */
/* line 2600, vendor/assets/stylesheets/porto/theme.css */
.slider-contact-form {
  margin: -45px 0 25px;
}

/* line 2604, vendor/assets/stylesheets/porto/theme.css */
.slider-contact-form .featured-box {
  text-align: left;
}

/* line 2608, vendor/assets/stylesheets/porto/theme.css */
.slider-contact-form label.error {
  display: none !important;
}

/* line 2612, vendor/assets/stylesheets/porto/theme.css */
.slider-contact-form .alert {
  padding: 6px;
  text-align: center;
}

/* line 2617, vendor/assets/stylesheets/porto/theme.css */
.slider-contact-form textarea {
  resize: none;
}

/* Responsive */
@media (min-width: 992px) {
  /* line 2623, vendor/assets/stylesheets/porto/theme.css */
  .slider-contact-form {
    margin: 0;
    position: absolute;
    top: 20px;
    z-index: 99;
    width: 100%;
  }
}

/* Boxed */
/* line 2632, vendor/assets/stylesheets/porto/theme.css */
html.boxed .slider-container {
  width: 100% !important;
  left: auto !important;
}

/* Home Slider - Nivo Slider */
/* line 2638, vendor/assets/stylesheets/porto/theme.css */
.nivo-slider {
  position: relative;
}

/* line 2642, vendor/assets/stylesheets/porto/theme.css */
.nivo-slider .theme-default .nivoSlider {
  border-radius: 10px 10px 0 0;
  box-shadow: none;
  margin-top: 10px;
}

/* line 2648, vendor/assets/stylesheets/porto/theme.css */
.nivo-slider .theme-default .nivoSlider img {
  border-radius: 10px 10px 0 0;
}

/* line 2652, vendor/assets/stylesheets/porto/theme.css */
.nivo-slider .theme-default .nivo-controlNav {
  margin-top: -72px;
  position: absolute;
  z-index: 99;
  right: 5px;
  bottom: -17px;
}

/* line 2660, vendor/assets/stylesheets/porto/theme.css */
.nivo-slider .theme-default .nivo-caption {
  padding-left: 20px;
}

/* Custom Map */
/* line 2665, vendor/assets/stylesheets/porto/theme.css */
section.section-custom-map {
  background: transparent url(/../img/map.png) center 0 no-repeat;
  padding: 129px 0 0;
  margin: 20px 0 0;
  border: 0;
}

/* line 2672, vendor/assets/stylesheets/porto/theme.css */
section.section-custom-map section.section {
  border-top-color: rgba(241, 241, 241, 0.8);
  background: rgba(244, 244, 244, 0.8);
}

/* line 2677, vendor/assets/stylesheets/porto/theme.css */
section.section-custom-map-2 {
  background: transparent url(/../img/map-2.png) center 0 no-repeat;
  padding: 129px 0 0;
  margin: 50px 0 0;
  border: 0;
}

/* line 2684, vendor/assets/stylesheets/porto/theme.css */
section.section-custom-map-2 section.section {
  border-top-color: rgba(241, 241, 241, 0.8);
  background: rgba(244, 244, 244, 0.8);
}

/* Home Intro */
/* line 2690, vendor/assets/stylesheets/porto/theme.css */
.home-intro {
  background-color: #171717;
  margin-bottom: 60px;
  overflow: hidden;
  padding: 2.2rem 0;
  position: relative;
  text-align: left;
}

/* line 2699, vendor/assets/stylesheets/porto/theme.css */
.home-intro p {
  color: #FFF;
  display: inline-block;
  font-size: 1.4em;
  font-weight: 300;
  margin-bottom: 0;
}

/* line 2707, vendor/assets/stylesheets/porto/theme.css */
.home-intro p span {
  color: #999;
  display: block;
  font-size: 0.8em;
  padding-top: 5px;
}

/* line 2714, vendor/assets/stylesheets/porto/theme.css */
.home-intro p em {
  font-family: "Shadows Into Light", cursive;
  font-size: 1.6em;
}

/* line 2719, vendor/assets/stylesheets/porto/theme.css */
.home-intro .get-started {
  position: relative;
}

/* line 2723, vendor/assets/stylesheets/porto/theme.css */
.home-intro .get-started .btn {
  position: relative;
  z-index: 1;
}

/* line 2728, vendor/assets/stylesheets/porto/theme.css */
.home-intro .get-started .btn i {
  font-size: 1.1em;
  font-weight: normal;
  margin-left: 5px;
}

/* line 2734, vendor/assets/stylesheets/porto/theme.css */
.home-intro .get-started a {
  color: #FFF;
}

/* line 2738, vendor/assets/stylesheets/porto/theme.css */
.home-intro .get-started a:not(.btn) {
  color: #777;
}

/* line 2742, vendor/assets/stylesheets/porto/theme.css */
.home-intro .learn-more {
  margin-left: 15px;
}

/* line 2746, vendor/assets/stylesheets/porto/theme.css */
.home-intro.light {
  background-color: #E2E2E2;
}

/* line 2750, vendor/assets/stylesheets/porto/theme.css */
.home-intro.light.secondary {
  background-color: #E0E1E4;
}

/* line 2754, vendor/assets/stylesheets/porto/theme.css */
.home-intro.light p {
  color: #777;
}

/* Home Intro Compact */
/* line 2759, vendor/assets/stylesheets/porto/theme.css */
.home-intro-compact {
  border-radius: 0 0 10px 10px;
  margin-top: -10px;
}

/* line 2764, vendor/assets/stylesheets/porto/theme.css */
.home-intro-compact p {
  padding-left: 20px;
}

/* line 2768, vendor/assets/stylesheets/porto/theme.css */
.home-intro-compact .get-started {
  padding-right: 20px;
}

/* Responsive */
@media (max-width: 991px) {
  /* Home Intro */
  /* line 2775, vendor/assets/stylesheets/porto/theme.css */
  .home-intro p {
    margin-bottom: 2rem;
  }
  /* line 2779, vendor/assets/stylesheets/porto/theme.css */
  .home-intro-compact .get-started {
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  /* Home Intro */
  /* line 2786, vendor/assets/stylesheets/porto/theme.css */
  .home-intro-compact {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

/* Home Concept SVG Animations */
@keyframes animatedLineBg {
  from {
    stroke-dasharray: 1000;
  }
  to {
    stroke-dasharray: 1360;
  }
}

@keyframes animatedLineSmallCircle {
  from {
    stroke-dasharray: 1000;
  }
  to {
    stroke-dasharray: 1120;
  }
}

@keyframes animatedLineBigCircle {
  from {
    stroke-dasharray: 1000;
  }
  to {
    stroke-dasharray: 1266;
  }
}

@keyframes animatedInitialPin {
  0% {
    -webkit-transform: translate(2px, 69px) scale(0.23);
    -moz-transform: translate(2px, 69px) scale(0.23);
    -ms-transform: translate(2px, 69px) scale(0.23);
    -o-transform: translate(2px, 69px) scale(0.23);
    transform: translate(2px, 69px) scale(0.23);
  }
  33% {
    -webkit-transform: translate(2px, 79px) scale(0.23);
    -moz-transform: translate(2px, 79px) scale(0.23);
    -ms-transform: translate(2px, 79px) scale(0.23);
    -o-transform: translate(2px, 79px) scale(0.23);
    transform: translate(2px, 79px) scale(0.23);
  }
  66% {
    -webkit-transform: translate(2px, 74px) scale(0.23);
    -moz-transform: translate(2px, 74px) scale(0.23);
    -ms-transform: translate(2px, 74px) scale(0.23);
    -o-transform: translate(2px, 74px) scale(0.23);
    transform: translate(2px, 74px) scale(0.23);
  }
  100% {
    -webkit-transform: translate(2px, 79px) scale(0.23);
    -moz-transform: translate(2px, 79px) scale(0.23);
    -ms-transform: translate(2px, 79px) scale(0.23);
    -o-transform: translate(2px, 79px) scale(0.23);
    transform: translate(2px, 79px) scale(0.23);
  }
}

@keyframes animatedFinalPin {
  0% {
    -webkit-transform: translate(325px, -19px) scale(0.23) rotate(36deg);
    -moz-transform: translate(325px, -19px) scale(0.23) rotate(36deg);
    -ms-transform: translate(325px, -19px) scale(0.23) rotate(36deg);
    -o-transform: translate(325px, -19px) scale(0.23) rotate(36deg);
    transform: translate(325px, -19px) scale(0.23) rotate(36deg);
  }
  33% {
    -webkit-transform: translate(325px, -13px) scale(0.23) rotate(36deg);
    -moz-transform: translate(325px, -13px) scale(0.23) rotate(36deg);
    -ms-transform: translate(325px, -13px) scale(0.23) rotate(36deg);
    -o-transform: translate(325px, -13px) scale(0.23) rotate(36deg);
    transform: translate(325px, -13px) scale(0.23) rotate(36deg);
  }
  66% {
    -webkit-transform: translate(325px, -16px) scale(0.23) rotate(36deg);
    -moz-transform: translate(325px, -16px) scale(0.23) rotate(36deg);
    -ms-transform: translate(325px, -16px) scale(0.23) rotate(36deg);
    -o-transform: translate(325px, -16px) scale(0.23) rotate(36deg);
    transform: translate(325px, -16px) scale(0.23) rotate(36deg);
  }
  100% {
    -webkit-transform: translate(325px, -13px) scale(0.23) rotate(36deg);
    -moz-transform: translate(325px, -13px) scale(0.23) rotate(36deg);
    -ms-transform: translate(325px, -13px) scale(0.23) rotate(36deg);
    -o-transform: translate(325px, -13px) scale(0.23) rotate(36deg);
    transform: translate(325px, -13px) scale(0.23) rotate(36deg);
  }
}

/* Firefox Final Pin Animation */
@keyframes animatedFinalPinFirefox {
  0% {
    -webkit-transform: translate(193px, -16px) scale(0.23) rotate(36deg);
    -moz-transform: translate(193px, -16px) scale(0.23) rotate(36deg);
    -ms-transform: translate(193px, -16px) scale(0.23) rotate(36deg);
    -o-transform: translate(193px, -16px) scale(0.23) rotate(36deg);
    transform: translate(193px, -16px) scale(0.23) rotate(36deg);
  }
  33% {
    -webkit-transform: translate(193px, -10px) scale(0.23) rotate(36deg);
    -moz-transform: translate(193px, -10px) scale(0.23) rotate(36deg);
    -ms-transform: translate(193px, -10px) scale(0.23) rotate(36deg);
    -o-transform: translate(193px, -10px) scale(0.23) rotate(36deg);
    transform: translate(193px, -10px) scale(0.23) rotate(36deg);
  }
  66% {
    -webkit-transform: translate(193px, -13px) scale(0.23) rotate(36deg);
    -moz-transform: translate(193px, -13px) scale(0.23) rotate(36deg);
    -ms-transform: translate(193px, -13px) scale(0.23) rotate(36deg);
    -o-transform: translate(193px, -13px) scale(0.23) rotate(36deg);
    transform: translate(193px, -13px) scale(0.23) rotate(36deg);
  }
  100% {
    -webkit-transform: translate(193px, -10px) scale(0.23) rotate(36deg);
    -moz-transform: translate(193px, -10px) scale(0.23) rotate(36deg);
    -ms-transform: translate(193px, -10px) scale(0.23) rotate(36deg);
    -o-transform: translate(193px, -10px) scale(0.23) rotate(36deg);
    transform: translate(193px, -10px) scale(0.23) rotate(36deg);
  }
}

/* Home Concept */
/* line 2926, vendor/assets/stylesheets/porto/theme.css */
.home-concept {
  background: transparent url(/../img/home-concept.png) no-repeat center 0;
  width: 100%;
  overflow: hidden;
}

/* line 2932, vendor/assets/stylesheets/porto/theme.css */
.home-concept strong {
  display: block;
  font-family: "Shadows Into Light", cursive;
  font-size: 2.1em;
  font-weight: normal !important;
  position: relative;
  margin-top: 30px;
}

/* line 2941, vendor/assets/stylesheets/porto/theme.css */
.home-concept .row {
  position: relative;
}

/* line 2945, vendor/assets/stylesheets/porto/theme.css */
.home-concept .process-image {
  background: transparent url(/../img/home-concept-item.png) no-repeat 0 0;
  width: 160px;
  margin: 135px auto 0 auto;
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
}

/* line 2954, vendor/assets/stylesheets/porto/theme.css */
.home-concept .process-image img {
  border-radius: 150px;
  margin: 7px 8px;
  width: auto;
  height: auto;
  max-width: 145px;
  max-height: 145px;
}

/* line 2963, vendor/assets/stylesheets/porto/theme.css */
.home-concept .our-work {
  margin-top: 52px;
  font-size: 2.6em;
}

/* line 2968, vendor/assets/stylesheets/porto/theme.css */
.home-concept .project-image {
  background: transparent url(/../img/home-concept-item.png) no-repeat 100% 0;
  width: 350px;
  margin: 15px 0 0 -30px;
  padding-bottom: 45px;
  position: relative;
  z-index: 1;
}

/* line 2977, vendor/assets/stylesheets/porto/theme.css */
.home-concept .sun {
  background: transparent url(/../img/home-concept-icons.png) no-repeat 0 0;
  width: 60px;
  height: 56px;
  display: block;
  position: absolute;
  left: 10%;
  top: 35px;
}

/* line 2987, vendor/assets/stylesheets/porto/theme.css */
.home-concept .cloud {
  background: transparent url(/../img/home-concept-icons.png) no-repeat 100% 0;
  width: 116px;
  height: 56px;
  display: block;
  position: absolute;
  left: 57%;
  top: 35px;
}

/* Responsive */
@media (max-width: 991px) {
  /* line 2999, vendor/assets/stylesheets/porto/theme.css */
  .home-concept {
    background-image: none;
  }
  /* line 3003, vendor/assets/stylesheets/porto/theme.css */
  .home-concept .project-image {
    margin: 20px auto 0 auto;
  }
  /* line 3007, vendor/assets/stylesheets/porto/theme.css */
  .home-concept .process-image {
    margin-top: 0;
    padding-bottom: 25px;
  }
}

@media (max-width: 479px) {
  /* line 3014, vendor/assets/stylesheets/porto/theme.css */
  .home-concept .project-image {
    background-position: 0 0;
    margin-left: auto;
    max-width: 160px;
  }
  /* line 3020, vendor/assets/stylesheets/porto/theme.css */
  .home-concept .fc-slideshow {
    max-width: 145px;
    height: 145px;
  }
  /* line 3025, vendor/assets/stylesheets/porto/theme.css */
  .home-concept .fc-slideshow img {
    max-height: 145px;
    max-width: 145px;
  }
}

/* Page 404 */
/* line 3031, vendor/assets/stylesheets/porto/theme.css */
.page-not-found {
  padding: 50px 0;
}

/* line 3035, vendor/assets/stylesheets/porto/theme.css */
.page-not-found h2 {
  font-size: 140px;
  font-weight: 600;
  letter-spacing: -10px;
  line-height: 140px;
}

/* line 3042, vendor/assets/stylesheets/porto/theme.css */
.page-not-found h4 {
  color: #777;
}

/* line 3046, vendor/assets/stylesheets/porto/theme.css */
.page-not-found p {
  font-size: 1.4em;
  line-height: 36px;
}

/* Responsive */
@media (max-width: 575px) {
  /* line 3053, vendor/assets/stylesheets/porto/theme.css */
  .page-not-found {
    padding: 0;
  }
  /* line 3057, vendor/assets/stylesheets/porto/theme.css */
  .page-not-found h2 {
    font-size: 100px;
    letter-spacing: 0;
    line-height: 100px;
  }
}

/* Position */
/* line 3064, vendor/assets/stylesheets/porto/theme.css */
.p-relative {
  position: relative !important;
}

/* line 3068, vendor/assets/stylesheets/porto/theme.css */
.p-absolute {
  position: absolute !important;
}

/* line 3072, vendor/assets/stylesheets/porto/theme.css */
.p-fixed {
  position: fixed !important;
}

/* line 3076, vendor/assets/stylesheets/porto/theme.css */
.p-static {
  position: static !important;
}

/* Pull */
/* line 3081, vendor/assets/stylesheets/porto/theme.css */
.pull-none {
  float: none !important;
}

/* line 3085, vendor/assets/stylesheets/porto/theme.css */
.pull-left {
  float: left !important;
}

/* line 3089, vendor/assets/stylesheets/porto/theme.css */
.pull-right {
  float: right !important;
}

@media (max-width: 767px) {
  /* line 3094, vendor/assets/stylesheets/porto/theme.css */
  .pull-xs-left {
    float: left;
  }
  /* line 3098, vendor/assets/stylesheets/porto/theme.css */
  .pull-xs-right {
    float: right;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 3104, vendor/assets/stylesheets/porto/theme.css */
  .pull-sm-left {
    float: left;
  }
  /* line 3108, vendor/assets/stylesheets/porto/theme.css */
  .pull-sm-right {
    float: right;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 3114, vendor/assets/stylesheets/porto/theme.css */
  .pull-md-left {
    float: left;
  }
  /* line 3118, vendor/assets/stylesheets/porto/theme.css */
  .pull-md-right {
    float: right;
  }
}

@media (min-width: 1200px) {
  /* line 3124, vendor/assets/stylesheets/porto/theme.css */
  .pull-lg-left {
    float: left;
  }
  /* line 3128, vendor/assets/stylesheets/porto/theme.css */
  .pull-lg-right {
    float: right;
  }
}

/* Inverted */
/* line 3133, vendor/assets/stylesheets/porto/theme.css */
.inverted {
  color: #FFF;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 3140, vendor/assets/stylesheets/porto/theme.css */
h1 .inverted {
  padding-left: 10px;
  padding-right: 10px;
}

/* line 3145, vendor/assets/stylesheets/porto/theme.css */
h2 .inverted {
  padding-left: 7px;
  padding-right: 7px;
}

/* line 3150, vendor/assets/stylesheets/porto/theme.css */
h3 .inverted {
  padding-left: 2px;
  padding-right: 2px;
}

/* line 3155, vendor/assets/stylesheets/porto/theme.css */
h4 .inverted {
  padding-left: 4px;
  padding-right: 4px;
}

/* line 3160, vendor/assets/stylesheets/porto/theme.css */
h5 .inverted {
  padding-left: 2px;
  padding-right: 2px;
}

/* line 3165, vendor/assets/stylesheets/porto/theme.css */
h6 .inverted {
  padding-left: 2px;
  padding-right: 2px;
}

/* Cursor */
/* line 3171, vendor/assets/stylesheets/porto/theme.css */
.cur-pointer {
  cursor: pointer;
}

/* Font Size */
/* line 3176, vendor/assets/stylesheets/porto/theme.css */
.text-xs {
  font-size: 1rem !important;
}

/* line 3180, vendor/assets/stylesheets/porto/theme.css */
.text-sm {
  font-size: 1.3rem !important;
}

/* line 3184, vendor/assets/stylesheets/porto/theme.css */
.text-md {
  font-size: 1.6rem !important;
}

/* line 3188, vendor/assets/stylesheets/porto/theme.css */
.text-lg {
  font-size: 1.9rem !important;
}

/* line 3192, vendor/assets/stylesheets/porto/theme.css */
.text-xl {
  font-size: 2.2rem !important;
}

/* line 3196, vendor/assets/stylesheets/porto/theme.css */
.text-1 {
  font-size: .8em !important;
}

/* line 3200, vendor/assets/stylesheets/porto/theme.css */
.text-2 {
  font-size: .9em !important;
}

/* line 3204, vendor/assets/stylesheets/porto/theme.css */
.text-3 {
  font-size: 1em !important;
}

/* line 3208, vendor/assets/stylesheets/porto/theme.css */
.text-4 {
  font-size: 1.1em !important;
}

/* line 3212, vendor/assets/stylesheets/porto/theme.css */
.text-5 {
  font-size: 1.50em !important;
}

/* line 3216, vendor/assets/stylesheets/porto/theme.css */
.text-6 {
  font-size: 1.80em !important;
}

/* line 3220, vendor/assets/stylesheets/porto/theme.css */
.text-7 {
  font-size: 2em !important;
}

/* line 3224, vendor/assets/stylesheets/porto/theme.css */
.text-8 {
  font-size: 2.30em !important;
}

/* line 3228, vendor/assets/stylesheets/porto/theme.css */
.text-9 {
  font-size: 2.50em !important;
}

/* line 3232, vendor/assets/stylesheets/porto/theme.css */
.text-10 {
  font-size: 2.75em !important;
}

/* Line Height */
/* line 3237, vendor/assets/stylesheets/porto/theme.css */
.line-height-xs {
  line-height: 16px !important;
}

/* line 3241, vendor/assets/stylesheets/porto/theme.css */
.line-height-sm {
  line-height: 20px !important;
}

/* line 3245, vendor/assets/stylesheets/porto/theme.css */
.line-height-md {
  line-height: 24px !important;
}

/* line 3249, vendor/assets/stylesheets/porto/theme.css */
.line-height-lg {
  line-height: 28px !important;
}

/* line 3253, vendor/assets/stylesheets/porto/theme.css */
.line-height-xl {
  line-height: 32px !important;
}

/* Outline */
/* line 3258, vendor/assets/stylesheets/porto/theme.css */
.outline-none {
  outline: 0 !important;
}

/* Text Decoration */
/* line 3263, vendor/assets/stylesheets/porto/theme.css */
.text-decoration-none {
  text-decoration: none !important;
}

/* Text Transform */
/* line 3268, vendor/assets/stylesheets/porto/theme.css */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 3272, vendor/assets/stylesheets/porto/theme.css */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 3276, vendor/assets/stylesheets/porto/theme.css */
.text-capitalize {
  text-transform: capitalize !important;
}

/* States */
/* line 3281, vendor/assets/stylesheets/porto/theme.css */
.text-muted {
  color: #999 !important;
}

/* line 3285, vendor/assets/stylesheets/porto/theme.css */
html.dark .text-muted {
  color: #505461 !important;
}

/* Colors */
/* line 3290, vendor/assets/stylesheets/porto/theme.css */
.text-dark {
  color: #1d2127 !important;
}

/* line 3294, vendor/assets/stylesheets/porto/theme.css */
.text-light {
  color: #FFF !important;
}

/* Weights */
/* line 3299, vendor/assets/stylesheets/porto/theme.css */
.font-weight-light {
  font-weight: 300 !important;
}

/* line 3303, vendor/assets/stylesheets/porto/theme.css */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 3307, vendor/assets/stylesheets/porto/theme.css */
.font-weight-semibold {
  font-weight: 600 !important;
}

/* line 3311, vendor/assets/stylesheets/porto/theme.css */
.font-weight-bold, b, strong {
  font-weight: 700 !important;
}

/* line 3315, vendor/assets/stylesheets/porto/theme.css */
.font-weight-extra-bold {
  font-weight: 900 !important;
}

/* Borders */
/* line 3320, vendor/assets/stylesheets/porto/theme.css */
.no-borders {
  border: none !important;
}

/* line 3324, vendor/assets/stylesheets/porto/theme.css */
.rounded {
  border-radius: 5px !important;
}

/* line 3328, vendor/assets/stylesheets/porto/theme.css */
.b-thin {
  border-width: 3px !important;
}

/* line 3332, vendor/assets/stylesheets/porto/theme.css */
.b-normal {
  border-width: 5px !important;
}

/* line 3336, vendor/assets/stylesheets/porto/theme.css */
.b-thick {
  border-width: 7px !important;
}

/* General Helpers */
/* line 3341, vendor/assets/stylesheets/porto/theme.css */
.ib {
  display: inline-block;
  vertical-align: top;
}

/* line 3346, vendor/assets/stylesheets/porto/theme.css */
.va-middle {
  vertical-align: middle;
}

/* line 3350, vendor/assets/stylesheets/porto/theme.css */
.ws-nowrap {
  white-space: nowrap;
}

/* line 3354, vendor/assets/stylesheets/porto/theme.css */
.ws-normal {
  white-space: normal;
}

/* #Footer */
/* line 3359, vendor/assets/stylesheets/porto/theme.css */
#footer {
  background: #0e0e0e;
  border-top: 4px solid #0e0e0e;
  font-size: 0.9em;
  margin-top: 50px;
  padding: 70px 0 0;
  position: relative;
  clear: both;
}

/* line 3369, vendor/assets/stylesheets/porto/theme.css */
#footer .container .row > div {
  margin-bottom: 25px;
}

/* line 3373, vendor/assets/stylesheets/porto/theme.css */
#footer .container input:focus {
  box-shadow: none;
}

/* line 3377, vendor/assets/stylesheets/porto/theme.css */
#footer a:hover {
  color: #CCC;
}

/* line 3381, vendor/assets/stylesheets/porto/theme.css */
#footer h1, #footer h2, #footer h3, #footer h4, #footer a {
  color: #FFF;
}

/* line 3385, vendor/assets/stylesheets/porto/theme.css */
#footer h4 {
  font-size: 1.8em;
  font-weight: 200;
}

/* line 3390, vendor/assets/stylesheets/porto/theme.css */
#footer h5 {
  color: #CCC;
}

/* line 3394, vendor/assets/stylesheets/porto/theme.css */
#footer ul.nav-list > li a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  line-height: 20px;
  padding-bottom: 11px;
}

/* line 3400, vendor/assets/stylesheets/porto/theme.css */
#footer ul.nav-list > li:last-child a {
  border-bottom: 0;
}

/* line 3404, vendor/assets/stylesheets/porto/theme.css */
#footer ul.nav-list > li a:hover {
  background-color: rgba(255, 255, 255, 0.05);
}

/* line 3408, vendor/assets/stylesheets/porto/theme.css */
#footer ul.list.icons li {
  margin-bottom: 5px;
}

/* line 3412, vendor/assets/stylesheets/porto/theme.css */
#footer form {
  opacity: 0.85;
}

/* line 3416, vendor/assets/stylesheets/porto/theme.css */
#footer form label.error {
  line-height: 16px;
  margin: 5px 0 -5px;
  display: block;
  clear: both;
}

/* line 3423, vendor/assets/stylesheets/porto/theme.css */
#footer form .alert {
  padding: 6px;
  text-align: center;
}

/* line 3428, vendor/assets/stylesheets/porto/theme.css */
#footer .footer-ribbon {
  background: #999;
  position: absolute;
  margin: -90px 0 0 14px;
  padding: 10px 20px 6px 20px;
}

/* line 3435, vendor/assets/stylesheets/porto/theme.css */
#footer .footer-ribbon:before {
  border-right: 10px solid #646464;
  border-top: 16px solid transparent;
  content: "";
  display: block;
  height: 0;
  right: 100%;
  position: absolute;
  top: 0;
  width: 7px;
}

/* line 3447, vendor/assets/stylesheets/porto/theme.css */
#footer .footer-ribbon span {
  color: #FFF;
  font-size: 1.6em;
  font-family: "Shadows Into Light", cursive;
}

/* line 3453, vendor/assets/stylesheets/porto/theme.css */
#footer .newsletter form {
  width: 100%;
  max-width: 262px;
}

/* line 3458, vendor/assets/stylesheets/porto/theme.css */
#footer .alert a {
  color: #222;
}

/* line 3462, vendor/assets/stylesheets/porto/theme.css */
#footer .alert a:hover {
  color: #666;
}

/* line 3466, vendor/assets/stylesheets/porto/theme.css */
#footer .twitter .fa, #footer .twitter .icons {
  clear: both;
  font-size: 1.5em;
  position: relative;
  top: 3px;
}

/* line 3473, vendor/assets/stylesheets/porto/theme.css */
#footer .twitter .meta {
  color: #999;
  display: block;
  font-size: 0.9em;
  padding-top: 3px;
}

/* line 3480, vendor/assets/stylesheets/porto/theme.css */
#footer .twitter ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 3486, vendor/assets/stylesheets/porto/theme.css */
#footer .twitter ul li {
  padding-bottom: 20px;
}

/* line 3490, vendor/assets/stylesheets/porto/theme.css */
#footer .twitter ul li:last-child {
  padding-bottom: 0;
}

/* line 3494, vendor/assets/stylesheets/porto/theme.css */
#footer .twitter-account {
  color: #FFF;
  display: block;
  font-size: 0.9em;
  margin: -15px 0 5px;
  opacity: 0.55;
}

/* line 3502, vendor/assets/stylesheets/porto/theme.css */
#footer .twitter-account:hover {
  opacity: 1;
}

/* line 3506, vendor/assets/stylesheets/porto/theme.css */
#footer .contact {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 3512, vendor/assets/stylesheets/porto/theme.css */
#footer .contact i {
  display: block;
  float: left;
  font-size: 1.2em;
  margin: 7px 8px 10px 0;
  position: relative;
  text-align: center;
  top: -2px;
  width: 16px;
}

/* line 3523, vendor/assets/stylesheets/porto/theme.css */
#footer .contact i.fa-envelope {
  font-size: 1em;
  top: 0;
}

/* line 3528, vendor/assets/stylesheets/porto/theme.css */
#footer .contact p {
  margin-bottom: 10px;
}

/* line 3532, vendor/assets/stylesheets/porto/theme.css */
#footer .logo {
  display: block;
}

/* line 3536, vendor/assets/stylesheets/porto/theme.css */
#footer .logo.mb-5 {
  margin-bottom: 12px;
}

/* line 3540, vendor/assets/stylesheets/porto/theme.css */
#footer .footer-copyright {
  background: #060606;
  border-top: 4px solid #060606;
  margin-top: 40px;
  padding: 30px 0 10px;
}

/* line 3547, vendor/assets/stylesheets/porto/theme.css */
#footer .footer-copyright nav {
  float: right;
}

/* line 3551, vendor/assets/stylesheets/porto/theme.css */
#footer .footer-copyright nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 3557, vendor/assets/stylesheets/porto/theme.css */
#footer .footer-copyright nav ul li {
  border-left: 1px solid #505050;
  display: inline-block;
  line-height: 12px;
  margin: 0;
  padding: 0 8px;
}

/* line 3565, vendor/assets/stylesheets/porto/theme.css */
#footer .footer-copyright nav ul li:first-child {
  border: medium none;
  padding-left: 0;
}

/* line 3570, vendor/assets/stylesheets/porto/theme.css */
#footer .footer-copyright p {
  color: #555;
  margin: 0;
  padding: 0;
}

/* line 3576, vendor/assets/stylesheets/porto/theme.css */
#footer .phone {
  color: #FFF;
  font-size: 26px;
  font-weight: bold;
  display: block;
  padding-bottom: 15px;
  margin-top: -5px;
}

/* line 3585, vendor/assets/stylesheets/porto/theme.css */
#footer .narrow-phone {
  text-align: right;
  margin: -2px 0 0 0;
}

/* line 3590, vendor/assets/stylesheets/porto/theme.css */
#footer .narrow-phone .phone {
  font-size: 16px;
  padding-bottom: 0;
  margin-top: -13px;
}

/* line 3596, vendor/assets/stylesheets/porto/theme.css */
#footer .recent-work {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 3602, vendor/assets/stylesheets/porto/theme.css */
#footer .recent-work li {
  float: left;
  width: 30%;
  margin: 10px 3% 0 0;
}

/* line 3608, vendor/assets/stylesheets/porto/theme.css */
#footer .recent-work img {
  border: 0;
  width: 100%;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
}

/* line 3616, vendor/assets/stylesheets/porto/theme.css */
#footer .recent-work .img-thumbnail-hover-icon {
  border: 0;
}

/* line 3620, vendor/assets/stylesheets/porto/theme.css */
#footer .recent-work .img-thumbnail-hover-icon:after {
  font-size: 22px;
  margin-left: -2px;
}

/* line 3625, vendor/assets/stylesheets/porto/theme.css */
#footer .view-more-recent-work {
  padding: 12px;
}

/* line 3629, vendor/assets/stylesheets/porto/theme.css */
#footer.short {
  padding-top: 50px;
}

/* line 3633, vendor/assets/stylesheets/porto/theme.css */
#footer.short .footer-copyright {
  background: transparent;
  border: 0;
  padding-top: 0;
  margin-top: 0;
}

/* line 3640, vendor/assets/stylesheets/porto/theme.css */
#footer.light {
  padding-top: 60px;
  background: #FFF;
  border-top: 1px solid #DDD;
}

/* line 3646, vendor/assets/stylesheets/porto/theme.css */
#footer.light .footer-ribbon {
  margin-top: -76px;
  margin-left: 14px;
}

/* line 3651, vendor/assets/stylesheets/porto/theme.css */
#footer.light .footer-copyright {
  margin-top: 15px;
  background: #FFF;
  border-top: 1px solid #DDD;
}

/* line 3657, vendor/assets/stylesheets/porto/theme.css */
#footer.light .footer-copyright p {
  color: #777;
}

/* line 3661, vendor/assets/stylesheets/porto/theme.css */
#footer.light .phone,
#footer.light .twitter-account {
  color: #777;
}

/* line 3666, vendor/assets/stylesheets/porto/theme.css */
#footer.light ul.nav-pills > li > a.active {
  color: #FFF;
}

/* line 3670, vendor/assets/stylesheets/porto/theme.css */
#footer.narrow {
  padding-top: 30px;
}

/* line 3674, vendor/assets/stylesheets/porto/theme.css */
#footer.narrow .footer-copyright {
  margin-top: 0;
}

/* line 3678, vendor/assets/stylesheets/porto/theme.css */
#footer.narrow .nav > li > a {
  padding: 5px 12px;
}

/* line 3682, vendor/assets/stylesheets/porto/theme.css */
#footer.color {
  color: #FFF;
}

/* line 3686, vendor/assets/stylesheets/porto/theme.css */
#footer.color p {
  color: #FFF;
}

/* line 3690, vendor/assets/stylesheets/porto/theme.css */
#footer.color .footer-copyright nav ul li {
  border-left-color: #FFF;
}

/* Responsive */
@media (max-width: 991px) {
  /* line 3696, vendor/assets/stylesheets/porto/theme.css */
  #footer .phone {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  /* Footer */
  /* line 3703, vendor/assets/stylesheets/porto/theme.css */
  #footer .phone {
    font-size: 20px;
  }
}

/* Dark Version */
/* line 3708, vendor/assets/stylesheets/porto/theme.css */
html.dark body {
  background-color: #1d2127;
}

/* line 3712, vendor/assets/stylesheets/porto/theme.css */
html.dark.boxed .body {
  background-color: #1d2127;
}

/* line 3716, vendor/assets/stylesheets/porto/theme.css */
html.dark #header .header-top {
  background: #282d36;
  border-bottom-color: #2e353e;
}

/* line 3721, vendor/assets/stylesheets/porto/theme.css */
html.dark #header .header-search .form-control {
  background: #21262d;
}

/* line 3725, vendor/assets/stylesheets/porto/theme.css */
html.dark #header .header-body {
  background: #1d2127;
  border-top-color: #2e353e;
}

/* line 3730, vendor/assets/stylesheets/porto/theme.css */
html.dark #header .header-nav-bar {
  background-color: #21262d;
}

/* line 3734, vendor/assets/stylesheets/porto/theme.css */
html.dark #header .header-nav-top .nav > li > a:hover, html.dark #header .header-nav-top .nav > li > a a:focus {
  background-color: #21262d;
}

/* line 3738, vendor/assets/stylesheets/porto/theme.css */
html.dark #header .header-nav-top .dropdown-menu {
  background: #21262d;
  border-color: #21262d;
}

/* line 3743, vendor/assets/stylesheets/porto/theme.css */
html.dark #header .header-nav-top .dropdown-menu a:hover, html.dark #header .header-nav-top .dropdown-menu a:focus {
  background: #282d36 !important;
}

/* line 3747, vendor/assets/stylesheets/porto/theme.css */
html.dark.sticky-header-active #header .header-body {
  border-bottom-color: #2e353e;
}

/* line 3751, vendor/assets/stylesheets/porto/theme.css */
html.dark #header.header-transparent .header-body {
  background: transparent;
}

/* line 3755, vendor/assets/stylesheets/porto/theme.css */
html.dark #header.header-transparent .header-body:before {
  background-color: #1d2127;
  border-bottom-color: #2e353e;
}

/* line 3760, vendor/assets/stylesheets/porto/theme.css */
html.dark #header.header-semi-transparent .header-body {
  background: transparent;
}

/* line 3764, vendor/assets/stylesheets/porto/theme.css */
html.dark #header.header-semi-transparent .header-body:before {
  background-color: #1d2127;
  border-bottom-color: #2e353e;
}

/* line 3769, vendor/assets/stylesheets/porto/theme.css */
html.dark #header.header-semi-transparent-light .header-body {
  background: transparent;
}

/* line 3773, vendor/assets/stylesheets/porto/theme.css */
html.dark #header.header-semi-transparent-light .header-body:before {
  background-color: #1d2127;
  border-bottom-color: #2e353e;
}

/* line 3778, vendor/assets/stylesheets/porto/theme.css */
html.dark h1, html.dark h2, html.dark h3, html.dark h4, html.dark h5, html.dark h6 {
  color: #FFF;
}

/* line 3782, vendor/assets/stylesheets/porto/theme.css */
html.dark .alert h1, html.dark .alert h2, html.dark .alert h3, html.dark .alert h4, html.dark .alert h5, html.dark .alert h6 {
  color: #111;
}

/* line 3786, vendor/assets/stylesheets/porto/theme.css */
html.dark blockquote {
  border-color: #282d36;
}

/* line 3790, vendor/assets/stylesheets/porto/theme.css */
html.dark section.featured {
  background-color: #191c21;
  border-top-color: #2e353e;
}

/* line 3795, vendor/assets/stylesheets/porto/theme.css */
html.dark section.section {
  background-color: #21262d;
  border-top-color: #282d36;
}

/* line 3800, vendor/assets/stylesheets/porto/theme.css */
html.dark .dropdown-menu > li a {
  color: #FFF;
}

/* line 3804, vendor/assets/stylesheets/porto/theme.css */
html.dark .dropdown-menu > li a:hover, html.dark .dropdown-menu > li a:focus {
  background-color: #2e353e;
}

/* line 3808, vendor/assets/stylesheets/porto/theme.css */
html.dark .tabs .nav-tabs li a,
html.dark .tabs .nav-tabs li a:focus {
  border-top-color: #282d36;
  border-left-color: #282d36;
  border-right-color: #282d36;
  background: #282d36;
}

/* line 3816, vendor/assets/stylesheets/porto/theme.css */
html.dark .tabs .nav-tabs li a:hover {
  border-top-color: #808697;
}

/* line 3820, vendor/assets/stylesheets/porto/theme.css */
html.dark .tabs .nav-tabs li.active a,
html.dark .tabs .nav-tabs li.active a:hover,
html.dark .tabs .nav-tabs li.active a:focus {
  border-top-color: #808697;
}

/* line 3826, vendor/assets/stylesheets/porto/theme.css */
html.dark .tabs .nav-tabs.nav-justified {
  border-left-width: 0;
  border-right-width: 0;
  border-left-color: transparent;
  border-right-color: transparent;
}

/* line 3833, vendor/assets/stylesheets/porto/theme.css */
html.dark .tabs .nav-tabs.nav-justified li a,
html.dark .tabs .nav-tabs.nav-justified li a:hover,
html.dark .tabs .nav-tabs.nav-justified li a:focus {
  border-bottom-color: #282d36;
}

/* line 3839, vendor/assets/stylesheets/porto/theme.css */
html.dark .tabs.tabs-left .nav-tabs > li a, html.dark .tabs.tabs-right .nav-tabs > li a {
  background: #282d36;
  border-left-color: #282d36;
  border-right-color: #282d36;
}

/* line 3845, vendor/assets/stylesheets/porto/theme.css */
html.dark .tabs.tabs-left .nav-tabs > li:last-child a, html.dark .tabs.tabs-right .nav-tabs > li:last-child a {
  border-bottom-color: #282d36;
}

/* line 3849, vendor/assets/stylesheets/porto/theme.css */
html.dark .tabs .nav-tabs {
  border-color: #282d36;
}

/* line 3853, vendor/assets/stylesheets/porto/theme.css */
html.dark .tabs .nav-tabs li.active a,
html.dark .tabs .nav-tabs li.active a:hover,
html.dark .tabs .nav-tabs li.active a:focus,
html.dark .tabs .nav-tabs.nav-justified li.active a,
html.dark .tabs .nav-tabs.nav-justified li.active a:hover,
html.dark .tabs .nav-tabs.nav-justified li.active a:focus {
  background: #2e353e;
  border-left-color: #2e353e;
  border-right-color: #2e353e;
}

/* line 3864, vendor/assets/stylesheets/porto/theme.css */
html.dark .tabs .nav-tabs.nav-justified li.active a {
  border-bottom-color: #2e353e;
}

/* line 3868, vendor/assets/stylesheets/porto/theme.css */
html.dark .tabs.tabs-vertical {
  border-top-color: #2e353e;
}

/* line 3872, vendor/assets/stylesheets/porto/theme.css */
html.dark .tabs.tabs-bottom .nav-tabs li a,
html.dark .tabs.tabs-bottom .nav-tabs li a:focus {
  border-bottom-color: #282d36;
  border-top-color: #2e353e;
}

/* line 3878, vendor/assets/stylesheets/porto/theme.css */
html.dark .tabs.tabs-bottom .nav-tabs li a:hover {
  border-bottom-color: #808697;
  border-top-color: #2e353e;
}

/* line 3883, vendor/assets/stylesheets/porto/theme.css */
html.dark .tabs.tabs-bottom .nav-tabs li.active a,
html.dark .tabs.tabs-bottom .nav-tabs li.active a:hover,
html.dark .tabs.tabs-bottom .nav-tabs li.active a:focus {
  border-bottom-color: #808697;
  border-top-color: #2e353e;
}

/* line 3890, vendor/assets/stylesheets/porto/theme.css */
html.dark .tabs .tab-content {
  background: #2e353e;
  border-color: #2e353e;
}

/* line 3895, vendor/assets/stylesheets/porto/theme.css */
html.dark .tabs-primary.tabs-bottom .nav-tabs li a,
html.dark .tabs-primary.tabs-bottom .nav-tabs li a:hover,
html.dark .tabs-primary.tabs-bottom .nav-tabs li a:focus, html.dark .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a,
html.dark .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a:hover,
html.dark .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a:focus {
  border-top-color: #2e353e !important;
}

/* line 3903, vendor/assets/stylesheets/porto/theme.css */
html.dark .nav-tabs li.active a,
html.dark .nav-tabs li.active a:hover,
html.dark .nav-tabs li.active a:focus,
html.dark .nav-tabs li a {
  color: #808697;
}

/* line 3910, vendor/assets/stylesheets/porto/theme.css */
html.dark .tab-content {
  background: #2e353e;
  border-color: #1d2127;
}

/* line 3915, vendor/assets/stylesheets/porto/theme.css */
html.dark .tabs-simple .tab-content,
html.dark .tabs-simple .nav-tabs li a,
html.dark .tabs-simple .nav-tabs li.active a {
  background: transparent !important;
}

/* line 3921, vendor/assets/stylesheets/porto/theme.css */
html.dark .nav > li > a:hover,
html.dark .nav > li > a:focus {
  background-color: #2e353e;
}

/* line 3926, vendor/assets/stylesheets/porto/theme.css */
html.dark .call-to-action.call-to-action-default {
  background: #282d36;
}

/* line 3930, vendor/assets/stylesheets/porto/theme.css */
html.dark .call-to-action.call-to-action-dark {
  background: #2e353e;
}

/* line 3934, vendor/assets/stylesheets/porto/theme.css */
html.dark .call-to-action.with-borders {
  border-top-color: #2e353e;
  border-bottom-color: #2e353e;
  border-left-color: #282d36;
  border-right-color: #282d36;
}

/* line 3941, vendor/assets/stylesheets/porto/theme.css */
html.dark .call-to-action.with-full-borders {
  border-color: #2e353e;
}

/* line 3945, vendor/assets/stylesheets/porto/theme.css */
html.dark .call-to-action.featured {
  background: -webkit-linear-gradient(top, #282d36 1%, #2e353e 98%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  background: linear-gradient(to bottom, #282d36 1%, #2e353e 98%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-bottom-color: #2e353e;
  border-left-color: #282d36;
  border-right-color: #282d36;
}

/* line 3953, vendor/assets/stylesheets/porto/theme.css */
html.dark .call-to-action.call-to-action-in-footer:before {
  border-top-color: #1d2127;
}

/* line 3957, vendor/assets/stylesheets/porto/theme.css */
html.dark .counters.with-borders .counter {
  border-top: 1px solid #2e353e;
  border-bottom: 1px solid #2e353e;
  border-left: 1px solid #282d36;
  border-right: 1px solid #282d36;
}

/* line 3964, vendor/assets/stylesheets/porto/theme.css */
html.dark .counters.counters-text-dark .counter {
  color: #FFF !important;
}

/* line 3968, vendor/assets/stylesheets/porto/theme.css */
html.dark .counters.counters-text-dark .counter .fa, html.dark .counters.counters-text-dark .counter .icons, html.dark .counters.counters-text-dark .counter strong, html.dark .counters.counters-text-dark .counter label {
  color: #FFF !important;
}

/* line 3972, vendor/assets/stylesheets/porto/theme.css */
html.dark section.timeline:after {
  background: #505050;
  background: -moz-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e5799), color-stop(100%, #7db9e8));
  background: -webkit-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
  background: -o-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
  background: -ms-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
  background: linear-gradient(to bottom, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
}

/* line 3982, vendor/assets/stylesheets/porto/theme.css */
html.dark section.timeline .timeline-date {
  background-color: #282d36;
  border-color: #282d36;
  text-shadow: none;
}

/* line 3988, vendor/assets/stylesheets/porto/theme.css */
html.dark section.timeline .timeline-title {
  background: #282d36;
}

/* line 3992, vendor/assets/stylesheets/porto/theme.css */
html.dark section.timeline .timeline-box {
  border-color: #282d36;
  background: #282d36;
}

/* line 3997, vendor/assets/stylesheets/porto/theme.css */
html.dark section.timeline .timeline-box.left:before {
  box-shadow: 0 0 0 3px #282d36, 0 0 0 6px #282d36;
}

/* line 4001, vendor/assets/stylesheets/porto/theme.css */
html.dark section.timeline .timeline-box.left:after {
  background: #282d36;
  border-right-color: #282d36;
  border-top-color: #282d36;
}

/* line 4007, vendor/assets/stylesheets/porto/theme.css */
html.dark section.timeline .timeline-box.right:before {
  box-shadow: 0 0 0 3px #282d36, 0 0 0 6px #282d36;
}

/* line 4011, vendor/assets/stylesheets/porto/theme.css */
html.dark section.timeline .timeline-box.right:after {
  background: #282d36;
  border-left-color: #282d36;
  border-bottom-color: #282d36;
}

/* line 4017, vendor/assets/stylesheets/porto/theme.css */
html.dark .form-control {
  background-color: #282d36;
  border-color: #282d36;
}

/* line 4022, vendor/assets/stylesheets/porto/theme.css */
html.dark .btn-light {
  background-color: #282d36;
  border-color: #282d36;
  color: #FFF;
}

/* line 4028, vendor/assets/stylesheets/porto/theme.css */
html.dark .btn.disabled, html.dark .btn.disabled:hover, html.dark .btn.disabled:active, html.dark .btn.disabled:focus,
html.dark .btn[disabled],
html.dark .btn[disabled]:hover,
html.dark .btn[disabled]:active,
html.dark .btn[disabled]:focus {
  border-color: #282d36 !important;
}

/* line 4036, vendor/assets/stylesheets/porto/theme.css */
html.dark .pagination > li > a,
html.dark .pagination > li > span {
  background-color: #282d36;
  border-color: #242830;
}

/* line 4042, vendor/assets/stylesheets/porto/theme.css */
html.dark .theme-default .nivoSlider {
  background-color: #1d2127;
}

/* line 4046, vendor/assets/stylesheets/porto/theme.css */
html.dark section.section-custom-map {
  background: transparent url(/../img/map-dark.png) center 0 no-repeat;
}

/* line 4050, vendor/assets/stylesheets/porto/theme.css */
html.dark section.section-custom-map section.section {
  border-top-color: rgba(40, 45, 54, 0.8);
  background: rgba(33, 38, 45, 0.8);
}

/* line 4055, vendor/assets/stylesheets/porto/theme.css */
html.dark .home-concept {
  background-image: url(/../img/home-concept-dark.png);
}

/* line 4059, vendor/assets/stylesheets/porto/theme.css */
html.dark .home-concept .process-image {
  background-image: url(/../img/home-concept-item-dark.png);
}

/* line 4063, vendor/assets/stylesheets/porto/theme.css */
html.dark .home-concept .project-image {
  background-image: url(/../img/home-concept-item-dark.png);
}

/* line 4067, vendor/assets/stylesheets/porto/theme.css */
html.dark .home-concept .sun {
  background-image: url(/../img/home-concept-icons-dark.png);
}

/* line 4071, vendor/assets/stylesheets/porto/theme.css */
html.dark .home-concept .cloud {
  background-image: url(/../img/home-concept-icons-dark.png);
}

/* line 4075, vendor/assets/stylesheets/porto/theme.css */
html.dark .page-header {
  border-bottom-color: #191c21;
}

/* line 4079, vendor/assets/stylesheets/porto/theme.css */
html.dark .page-header-light {
  background-color: #2e353e;
}

/* line 4083, vendor/assets/stylesheets/porto/theme.css */
html.dark .accordion .card {
  background-color: #282d36;
}

/* line 4087, vendor/assets/stylesheets/porto/theme.css */
html.dark .accordion .card-default {
  border-color: #282d36;
}

/* line 4091, vendor/assets/stylesheets/porto/theme.css */
html.dark .accordion .card-header {
  background-color: #2e353e;
}

/* line 4095, vendor/assets/stylesheets/porto/theme.css */
html.dark .accordion .form-control {
  background-color: #21262d;
  border-color: #21262d;
}

/* line 4100, vendor/assets/stylesheets/porto/theme.css */
html.dark .toggle > label {
  background-color: #2e353e;
}

/* line 4104, vendor/assets/stylesheets/porto/theme.css */
html.dark .toggle.toggle-simple .toggle > label {
  color: #FFF;
}

/* line 4108, vendor/assets/stylesheets/porto/theme.css */
html.dark .featured-box {
  background: #2e353e;
  border-left-color: #2e353e;
  border-right-color: #2e353e;
  border-bottom-color: #2e353e;
}

/* line 4115, vendor/assets/stylesheets/porto/theme.css */
html.dark .featured-box.secondary h4 {
  color: #FFF;
}

/* line 4119, vendor/assets/stylesheets/porto/theme.css */
html.dark .featured-boxes-flat .featured-box .box-content {
  background: #2e353e;
}

/* line 4123, vendor/assets/stylesheets/porto/theme.css */
html.dark .featured-boxes-style-5 .featured-box .box-content h4, html.dark .featured-boxes-style-6 .featured-box .box-content h4, html.dark .featured-boxes-style-7 .featured-box .box-content h4 {
  color: #FFF;
}

/* line 4127, vendor/assets/stylesheets/porto/theme.css */
html.dark .featured-boxes-style-2 .featured-box {
  background: transparent;
}

/* line 4131, vendor/assets/stylesheets/porto/theme.css */
html.dark .featured-boxes-style-3 .featured-box .icon-featured {
  background: #1d2127;
}

/* line 4135, vendor/assets/stylesheets/porto/theme.css */
html.dark .featured-boxes-style-4 .featured-box {
  background: transparent;
}

/* line 4139, vendor/assets/stylesheets/porto/theme.css */
html.dark .featured-boxes-style-5 .featured-box {
  background: transparent;
}

/* line 4143, vendor/assets/stylesheets/porto/theme.css */
html.dark .featured-boxes-style-5 .featured-box .icon-featured {
  background: #282d36;
  border-color: #2e353e;
}

/* line 4148, vendor/assets/stylesheets/porto/theme.css */
html.dark .featured-boxes-style-6 .featured-box {
  background: transparent;
}

/* line 4152, vendor/assets/stylesheets/porto/theme.css */
html.dark .featured-boxes-style-6 .featured-box .icon-featured {
  background: #282d36;
  border-color: #2e353e;
}

/* line 4157, vendor/assets/stylesheets/porto/theme.css */
html.dark .featured-boxes-style-6 .featured-box .icon-featured:after {
  border-color: #2e353e;
}

/* line 4161, vendor/assets/stylesheets/porto/theme.css */
html.dark .featured-boxes-style-7 .featured-box {
  background: transparent;
}

/* line 4165, vendor/assets/stylesheets/porto/theme.css */
html.dark .featured-boxes-style-7 .featured-box .icon-featured {
  background: #282d36;
  border-color: #2e353e;
}

/* line 4170, vendor/assets/stylesheets/porto/theme.css */
html.dark .featured-boxes-style-7 .featured-box .icon-featured:after {
  box-shadow: 3px 3px #161a1e;
}

/* line 4174, vendor/assets/stylesheets/porto/theme.css */
html.dark .featured-boxes-style-8 .featured-box .icon-featured {
  background: #2e353e;
}

/* line 4178, vendor/assets/stylesheets/porto/theme.css */
html.dark .featured-box-effect-1 .icon-featured:after {
  box-shadow: 0 0 0 3px #2e353e;
}

/* line 4182, vendor/assets/stylesheets/porto/theme.css */
html.dark .feature-box.feature-box-style-2 h4, html.dark .feature-box.feature-box-style-3 h4, html.dark .feature-box.feature-box-style-4 h4 {
  color: #FFF;
}

/* line 4186, vendor/assets/stylesheets/porto/theme.css */
html.dark .feature-box.feature-box-style-6 .feature-box-icon {
  border-color: #2e353e;
}

/* line 4190, vendor/assets/stylesheets/porto/theme.css */
html.dark .feature-box.feature-box-style-6 .feature-box-icon:after {
  border-color: #2e353e;
}

/* line 4194, vendor/assets/stylesheets/porto/theme.css */
html.dark .owl-dots .owl-dot span {
  background: #2e353e;
}

/* line 4198, vendor/assets/stylesheets/porto/theme.css */
html.dark .owl-carousel.top-border {
  border-top-color: #3F4247;
}

/* line 4202, vendor/assets/stylesheets/porto/theme.css */
html.dark .progress {
  background: #2e353e;
}

/* line 4206, vendor/assets/stylesheets/porto/theme.css */
html.dark .arrow {
  background-image: url(/../img/arrows-dark.png);
}

/* line 4210, vendor/assets/stylesheets/porto/theme.css */
html.dark .thumbnail,
html.dark .img-thumbnail,
html.dark .thumb-info {
  background-color: #282d36;
  border-color: #282d36;
}

/* line 4217, vendor/assets/stylesheets/porto/theme.css */
html.dark .thumb-info .thumb-info-wrapper:after {
  background-color: rgba(29, 33, 39, 0.9);
}

/* line 4221, vendor/assets/stylesheets/porto/theme.css */
html.dark .thumb-info-social-icons {
  border-top-color: #373f4a;
}

/* line 4225, vendor/assets/stylesheets/porto/theme.css */
html.dark ul.nav-list > li a {
  border-bottom-color: #282d36;
}

/* line 4229, vendor/assets/stylesheets/porto/theme.css */
html.dark ul.nav-list > li a:hover {
  background-color: #282d36;
}

/* line 4233, vendor/assets/stylesheets/porto/theme.css */
html.dark .content-grid .content-grid-item:before {
  border-left-color: #2e353e;
}

/* line 4237, vendor/assets/stylesheets/porto/theme.css */
html.dark .content-grid .content-grid-item:after {
  border-bottom-color: #2e353e;
}

/* line 4241, vendor/assets/stylesheets/porto/theme.css */
html.dark .content-grid.content-grid-dashed .content-grid-item:before {
  border-left-color: #2e353e;
}

/* line 4245, vendor/assets/stylesheets/porto/theme.css */
html.dark .content-grid.content-grid-dashed .content-grid-item:after {
  border-bottom-color: #2e353e;
}

/* line 4249, vendor/assets/stylesheets/porto/theme.css */
html.dark .testimonial .testimonial-author strong {
  color: #FFF;
}

/* line 4253, vendor/assets/stylesheets/porto/theme.css */
html.dark .testimonial.testimonial-style-3 blockquote {
  background: #2e353e !important;
}

/* line 4257, vendor/assets/stylesheets/porto/theme.css */
html.dark .testimonial.testimonial-style-3 .testimonial-arrow-down {
  border-top-color: #2e353e !important;
}

/* line 4261, vendor/assets/stylesheets/porto/theme.css */
html.dark .testimonial.testimonial-style-4 {
  border-color: #2e353e !important;
}

/* line 4265, vendor/assets/stylesheets/porto/theme.css */
html.dark .testimonial.testimonial-style-5 .testimonial-author {
  border-top-color: #2e353e !important;
}

/* line 4269, vendor/assets/stylesheets/porto/theme.css */
html.dark .popover {
  background-color: #2e353e;
  border: 1px solid #282d36;
}

/* line 4274, vendor/assets/stylesheets/porto/theme.css */
html.dark .popover.top > .arrow {
  border-top-color: #282d36;
}

/* line 4278, vendor/assets/stylesheets/porto/theme.css */
html.dark .popover.top > .arrow:after {
  border-top-color: #2e353e;
}

/* line 4282, vendor/assets/stylesheets/porto/theme.css */
html.dark .popover.right > .arrow {
  border-right-color: #282d36;
}

/* line 4286, vendor/assets/stylesheets/porto/theme.css */
html.dark .popover.right > .arrow:after {
  border-right-color: #2e353e;
}

/* line 4290, vendor/assets/stylesheets/porto/theme.css */
html.dark .popover.bottom > .arrow {
  border-bottom-color: #282d36;
}

/* line 4294, vendor/assets/stylesheets/porto/theme.css */
html.dark .popover.bottom > .arrow:after {
  border-bottom-color: #2e353e;
}

/* line 4298, vendor/assets/stylesheets/porto/theme.css */
html.dark .popover.left > .arrow {
  border-left-color: #282d36;
}

/* line 4302, vendor/assets/stylesheets/porto/theme.css */
html.dark .popover.left > .arrow:after {
  border-left-color: #2e353e;
}

/* line 4306, vendor/assets/stylesheets/porto/theme.css */
html.dark .popover-title {
  background-color: #282d36;
  border-bottom: #2e353e;
}

/* line 4311, vendor/assets/stylesheets/porto/theme.css */
html.dark .page-header {
  border-bottom-color: #282d36;
}

/* line 4315, vendor/assets/stylesheets/porto/theme.css */
html.dark .table > thead > tr > th,
html.dark .table > tbody > tr > th,
html.dark .table > tfoot > tr > th,
html.dark .table > thead > tr > td,
html.dark .table > tbody > tr > td,
html.dark .table > tfoot > tr > td,
html.dark .table-bordered {
  border-color: #282d36;
}

/* line 4325, vendor/assets/stylesheets/porto/theme.css */
html.dark .table-striped > tbody > tr:nth-child(2n+1) > td,
html.dark .table-striped > tbody > tr:nth-child(2n+1) > th {
  background-color: #2e353e;
}

/* line 4330, vendor/assets/stylesheets/porto/theme.css */
html.dark pre {
  background-color: #282d36;
  border-color: #282d36;
  color: #777;
}

/* line 4336, vendor/assets/stylesheets/porto/theme.css */
html.dark .show-grid [class*="col-lg-"] .show-grid-block {
  background-color: #282d36;
  border-color: #282d36;
}

/* line 4341, vendor/assets/stylesheets/porto/theme.css */
html.dark .google-map-borders,
html.dark .embed-responsive-borders {
  border-color: #2e353e;
}

/* line 4346, vendor/assets/stylesheets/porto/theme.css */
html.dark .alert.alert-default {
  border-color: #2e353e;
  background-color: #282d36;
}

/* line 4351, vendor/assets/stylesheets/porto/theme.css */
html.dark hr {
  background-image: -webkit-linear-gradient(left, transparent, #3F4247, transparent);
  background-image: linear-gradient(to right, transparent, #3F4247, transparent);
}

/* line 4356, vendor/assets/stylesheets/porto/theme.css */
html.dark hr.light {
  background-image: -webkit-linear-gradient(left, transparent, #3F4247, transparent);
  background-image: linear-gradient(to right, transparent, #3F4247, transparent);
}

/* line 4361, vendor/assets/stylesheets/porto/theme.css */
html.dark hr.solid {
  background: #3F4247;
}

/* line 4365, vendor/assets/stylesheets/porto/theme.css */
html.dark .divider {
  background-image: -webkit-linear-gradient(left, transparent, #3F4247, transparent);
  background-image: linear-gradient(to right, transparent, #3F4247, transparent);
}

/* line 4370, vendor/assets/stylesheets/porto/theme.css */
html.dark .divider .fa, html.dark .divider .icons {
  background: #1d2127;
}

/* line 4374, vendor/assets/stylesheets/porto/theme.css */
html.dark .divider.divider-solid {
  background: #3F4247;
}

/* line 4378, vendor/assets/stylesheets/porto/theme.css */
html.dark .divider.divider-style-2 .fa, html.dark .divider.divider-style-2 .icons {
  background: #21262d;
}

/* line 4382, vendor/assets/stylesheets/porto/theme.css */
html.dark .divider.divider-style-3 .fa, html.dark .divider.divider-style-3 .icons {
  border-color: #3F4247;
}

/* line 4386, vendor/assets/stylesheets/porto/theme.css */
html.dark .divider.divider-style-4 .fa, html.dark .divider.divider-style-4 .icons {
  border-color: #3F4247;
}

/* line 4390, vendor/assets/stylesheets/porto/theme.css */
html.dark .divider.divider-style-4 .fa:after, html.dark .divider.divider-style-4 .icons:after {
  border-color: #21262d;
}

/* line 4394, vendor/assets/stylesheets/porto/theme.css */
html.dark .divider.divider-small {
  background: transparent;
}

/* line 4398, vendor/assets/stylesheets/porto/theme.css */
html.dark .divider.divider-small hr {
  background: #3F4247;
}

/* line 4402, vendor/assets/stylesheets/porto/theme.css */
html.dark .divider.divider-small.divider-light hr {
  background: #3F4247;
}

/* line 4406, vendor/assets/stylesheets/porto/theme.css */
html.dark hr.dashed:after, html.dark .divider.dashed:after {
  border-color: #3F4247;
}

/* line 4410, vendor/assets/stylesheets/porto/theme.css */
html.dark .heading.heading-bottom-border h1 {
  border-bottom-color: #3f4247;
}

/* line 4414, vendor/assets/stylesheets/porto/theme.css */
html.dark .heading.heading-bottom-border h2, html.dark .heading.heading-bottom-border h3 {
  border-bottom-color: #3f4247;
}

/* line 4418, vendor/assets/stylesheets/porto/theme.css */
html.dark .heading.heading-bottom-border h4, html.dark .heading.heading-bottom-border h5, html.dark .heading.heading-bottom-border h6 {
  border-bottom-color: #3f4247;
}

/* line 4422, vendor/assets/stylesheets/porto/theme.css */
html.dark .heading.heading-bottom-double-border h1, html.dark .heading.heading-bottom-double-border h2, html.dark .heading.heading-bottom-double-border h3 {
  border-bottom-color: #3f4247;
}

/* line 4426, vendor/assets/stylesheets/porto/theme.css */
html.dark .heading.heading-bottom-double-border h4, html.dark .heading.heading-bottom-double-border h5, html.dark .heading.heading-bottom-double-border h6 {
  border-bottom-color: #3f4247;
}

/* line 4430, vendor/assets/stylesheets/porto/theme.css */
html.dark .heading.heading-middle-border:before {
  border-top-color: #3f4247;
}

/* line 4434, vendor/assets/stylesheets/porto/theme.css */
html.dark .heading.heading-middle-border h1, html.dark .heading.heading-middle-border h2, html.dark .heading.heading-middle-border h3, html.dark .heading.heading-middle-border h4, html.dark .heading.heading-middle-border h5, html.dark .heading.heading-middle-border h6 {
  background: #1d2127;
}

/* line 4438, vendor/assets/stylesheets/porto/theme.css */
html.dark ul.history li .thumb {
  background-image: url(/../img/history-thumb-dark.png);
}

/* line 4442, vendor/assets/stylesheets/porto/theme.css */
html.dark .recent-posts .date .day {
  background-color: #2e353e;
}

/* line 4446, vendor/assets/stylesheets/porto/theme.css */
html.dark .blog-posts article {
  border-color: #282d36;
}

/* line 4450, vendor/assets/stylesheets/porto/theme.css */
html.dark section.featured .recent-posts .date .day,
html.dark article.post .post-date .day {
  background-color: #282d36;
}

/* line 4455, vendor/assets/stylesheets/porto/theme.css */
html.dark article .post-video,
html.dark article .post-video iframe,
html.dark article .post-audio,
html.dark article .post-audio iframe {
  background-color: #282d36;
  border-color: #282d36;
}

/* line 4463, vendor/assets/stylesheets/porto/theme.css */
html.dark ul.simple-post-list li {
  border-bottom-color: #21262d;
}

/* line 4467, vendor/assets/stylesheets/porto/theme.css */
html.dark .post-block {
  border-top-color: #191c21;
}

/* line 4471, vendor/assets/stylesheets/porto/theme.css */
html.dark ul.comments .comment-block {
  background-color: #282d36;
}

/* line 4475, vendor/assets/stylesheets/porto/theme.css */
html.dark ul.comments .comment-arrow {
  border-right-color: #282d36;
}

/* line 4479, vendor/assets/stylesheets/porto/theme.css */
html.dark .pricing-table li {
  border-top-color: #21262d;
}

/* line 4483, vendor/assets/stylesheets/porto/theme.css */
html.dark .pricing-table h3 {
  background-color: #21262d;
  text-shadow: none;
}

/* line 4488, vendor/assets/stylesheets/porto/theme.css */
html.dark .pricing-table h3 span {
  background: #282d36;
  border-color: #242830;
  box-shadow: 0 5px 20px #242830 inset, 0 3px 0 #282d36 inset;
  color: #777;
}

/* line 4495, vendor/assets/stylesheets/porto/theme.css */
html.dark .pricing-table .most-popular {
  border-color: #282d36;
}

/* line 4499, vendor/assets/stylesheets/porto/theme.css */
html.dark .pricing-table .most-popular h3 {
  background-color: #282d36;
  color: #FFF;
  text-shadow: none;
}

/* line 4505, vendor/assets/stylesheets/porto/theme.css */
html.dark .pricing-table .plan-ribbon {
  background-color: #282d36;
}

/* line 4509, vendor/assets/stylesheets/porto/theme.css */
html.dark .pricing-table .plan {
  background: #282d36;
  border: 1px solid #282d36;
  color: #777;
  text-shadow: none;
}

/* line 4516, vendor/assets/stylesheets/porto/theme.css */
html.dark .product-thumb-info {
  background-color: #282d36;
  border-color: transparent;
}

/* line 4521, vendor/assets/stylesheets/porto/theme.css */
html.dark .shop .quantity .qty {
  background-color: #282d36;
  border-color: transparent;
}

/* line 4526, vendor/assets/stylesheets/porto/theme.css */
html.dark .shop .quantity .minus,
html.dark .shop .quantity .plus {
  background-color: #21262d;
  border-color: transparent;
}

/* line 4532, vendor/assets/stylesheets/porto/theme.css */
html.dark .shop table.cart td,
html.dark .shop .cart-totals th,
html.dark .shop .cart-totals td {
  border-color: #282d36;
}

/* line 4538, vendor/assets/stylesheets/porto/theme.css */
html.dark .dialog {
  background-color: #1d2127;
}

/* line 4542, vendor/assets/stylesheets/porto/theme.css */
html.dark .modal-content {
  background-color: #1d2127;
}

/* line 4546, vendor/assets/stylesheets/porto/theme.css */
html.dark .modal-header {
  border-bottom-color: #282d36;
}

/* line 4550, vendor/assets/stylesheets/porto/theme.css */
html.dark .modal-header h1, html.dark .modal-header h2, html.dark .modal-header h3, html.dark .modal-header h4, html.dark .modal-header h5, html.dark .modal-header h6 {
  color: #777;
}

/* line 4554, vendor/assets/stylesheets/porto/theme.css */
html.dark .modal-header .close {
  text-shadow: none;
  color: #FFF;
}

/* line 4559, vendor/assets/stylesheets/porto/theme.css */
html.dark .modal-footer {
  border-top-color: #282d36;
}

/* line 4563, vendor/assets/stylesheets/porto/theme.css */
html.dark .popup-inline-content,
html.dark .mfp-content .ajax-container {
  background: #1d2127 !important;
}

/* line 4568, vendor/assets/stylesheets/porto/theme.css */
html.dark .loading-overlay {
  background: #1d2127;
}

/* line 4572, vendor/assets/stylesheets/porto/theme.css */
html.dark .sort-destination-loader:after {
  background-color: #1d2127;
}

/* line 4576, vendor/assets/stylesheets/porto/theme.css */
html.dark #footer .newsletter form .btn-light {
  background-color: #21262d;
  border-color: #21262d;
  color: #777;
}

/* line 4582, vendor/assets/stylesheets/porto/theme.css */
html.dark #footer .newsletter form .form-control {
  border: 0;
}

/* Responsive */
@media (min-width: 992px) {
  /* line 4588, vendor/assets/stylesheets/porto/theme.css */
  html.dark #header .header-nav-main:not(.header-nav-main-light) nav > ul > li.dropdown:not(.dropdown-full-color) .dropdown-menu {
    background: #21262d;
  }
  /* line 4592, vendor/assets/stylesheets/porto/theme.css */
  html.dark #header .header-nav-main:not(.header-nav-main-light) nav > ul > li.dropdown:not(.dropdown-full-color) .dropdown-menu li a {
    border-bottom-color: #2e353e;
  }
  /* line 4596, vendor/assets/stylesheets/porto/theme.css */
  html.dark #header .header-nav-main:not(.header-nav-main-light) nav > ul > li.dropdown:not(.dropdown-full-color) .dropdown-menu li a:hover, html.dark #header .header-nav-main:not(.header-nav-main-light) nav > ul > li.dropdown:not(.dropdown-full-color) .dropdown-menu li a:focus, html.dark #header .header-nav-main:not(.header-nav-main-light) nav > ul > li.dropdown:not(.dropdown-full-color) .dropdown-menu li a.active, html.dark #header .header-nav-main:not(.header-nav-main-light) nav > ul > li.dropdown:not(.dropdown-full-color) .dropdown-menu li a:active {
    background: #2e353e;
  }
  /* line 4600, vendor/assets/stylesheets/porto/theme.css */
  html.dark #header .header-nav-main:not(.header-nav-main-light) nav > ul > li.dropdown-mega:not(.dropdown-full-color) .dropdown-mega-sub-title {
    color: #999;
  }
  /* line 4604, vendor/assets/stylesheets/porto/theme.css */
  html.dark #header .header-nav-main:not(.header-nav-main-light) nav > ul > li.dropdown-mega:not(.dropdown-full-color) .dropdown-mega-sub-nav > li:hover > a {
    background: #2e353e;
  }
  /* line 4608, vendor/assets/stylesheets/porto/theme.css */
  html.dark #header .header-nav-main:not(.header-nav-main-light) a > .thumb-info-preview .thumb-info-wrapper {
    background: #2e353e;
  }
  /* line 4612, vendor/assets/stylesheets/porto/theme.css */
  html.dark #header .header-nav.header-nav-stripe nav > ul > li > a {
    color: #CCC;
  }
  /* line 4616, vendor/assets/stylesheets/porto/theme.css */
  html.dark #header .header-nav.header-nav-stripe nav > ul > li:hover > a {
    color: #FFF;
  }
  /* line 4620, vendor/assets/stylesheets/porto/theme.css */
  html.dark #header .header-nav.header-nav-top-line nav > ul > li > a, html.dark #header .header-nav.header-nav-top-line nav > ul > li:hover > a {
    color: #CCC;
  }
  /* line 4624, vendor/assets/stylesheets/porto/theme.css */
  html.dark #header .header-nav.header-nav-dark-dropdown nav > ul > li > a, html.dark #header .header-nav.header-nav-dark-dropdown nav > ul > li:hover > a {
    color: #CCC;
  }
  /* line 4628, vendor/assets/stylesheets/porto/theme.css */
  html.dark .header-nav-main nav > ul > li.dropdown-mega-signin .dropdown-menu {
    background-color: #1d2127;
  }
}

@media (max-width: 991px) {
  /* line 4634, vendor/assets/stylesheets/porto/theme.css */
  html.dark #header .header-nav-main:before {
    background-color: #1d2127;
  }
  /* line 4638, vendor/assets/stylesheets/porto/theme.css */
  html.dark #header .header-nav-main nav::-webkit-scrollbar-thumb {
    border-color: transparent;
    background: #39404c;
  }
  /* line 4643, vendor/assets/stylesheets/porto/theme.css */
  html.dark #header .header-nav-main nav > ul li {
    border-bottom-color: #2e353e;
  }
  /* line 4647, vendor/assets/stylesheets/porto/theme.css */
  html.dark #header .header-nav-main nav > ul > li.dropdown-mega:not(.dropdown-full-color) .dropdown-mega-sub-title {
    color: #FFF;
  }
  /* line 4651, vendor/assets/stylesheets/porto/theme.css */
  html.dark #header .header-nav-main nav ul li a:active {
    background-color: #2e353e;
    color: #FFF;
  }
  /* line 4656, vendor/assets/stylesheets/porto/theme.css */
  html.dark #header.header-transparent .header-nav-main, html.dark #header.header-semi-transparent .header-nav-main, html.dark #header.header-semi-transparent-light .header-nav-main {
    background-color: #1d2127;
  }
  /* line 4660, vendor/assets/stylesheets/porto/theme.css */
  html.dark .home-concept {
    background-image: none;
  }
}

/* Boxed Layout */
/* line 4665, vendor/assets/stylesheets/porto/theme.css */
html.boxed body {
  background-color: transparent;
  background-position: 0 0;
  background-repeat: repeat;
}

/* line 4671, vendor/assets/stylesheets/porto/theme.css */
html.boxed .body {
  position: relative;
  background-color: #FFF;
  border-bottom: 5px solid #1d2127;
  border-radius: 5px;
  border-top: 5px solid #CCC;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  margin: 25px auto;
  max-width: 1200px;
  height: auto;
}

/* line 4683, vendor/assets/stylesheets/porto/theme.css */
html.boxed #header .header-body {
  border-top-color: transparent;
}

/* line 4687, vendor/assets/stylesheets/porto/theme.css */
html.boxed .main {
  overflow: hidden;
}

/* Responsive */
@media (min-width: 1200px) {
  /* line 4693, vendor/assets/stylesheets/porto/theme.css */
  html.boxed.sticky-header-active #header .header-body {
    width: 100%;
    max-width: 1200px;
  }
  /* line 4698, vendor/assets/stylesheets/porto/theme.css */
  html.boxed #header.header-transparent .header-body,
html.boxed #header.header-semi-transparent .header-body,
html.boxed #header.header-semi-transparent-light .header-body {
    width: auto;
  }
}

@media (min-width: 992px) {
  /* line 4706, vendor/assets/stylesheets/porto/theme.css */
  html.boxed #header .header-top.header-top-colored {
    margin-top: -18px;
    border-radius: 4px 4px 0 0;
  }
  /* line 4711, vendor/assets/stylesheets/porto/theme.css */
  html.boxed #header.header-transparent .header-body,
html.boxed #header.header-semi-transparent .header-body,
html.boxed #header.header-semi-transparent-light .header-body {
    position: absolute;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 4719, vendor/assets/stylesheets/porto/theme.css */
  html.boxed #header .header-top.header-top-style-2,
html.boxed #header .header-top.header-top-style-3,
html.boxed #header .header-top.header-top-style-4 {
    margin-top: -13px;
  }
  /* line 4725, vendor/assets/stylesheets/porto/theme.css */
  html.boxed.sticky-header-active #header .header-body {
    position: fixed !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 4731, vendor/assets/stylesheets/porto/theme.css */
  html.boxed.sticky-header-active #header .header-nav-bar {
    margin: 0 -15px -9px;
  }
}

@media (max-width: 991px) {
  /* line 4737, vendor/assets/stylesheets/porto/theme.css */
  html.boxed .body {
    margin: 0 auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}

@media (max-width: 767px) {
  /* Boxed */
  /* line 4747, vendor/assets/stylesheets/porto/theme.css */
  html.boxed {
    background: none !important;
  }
}

/*-----------------------------------------------------------------------------

-	Revolution Slider 5.0 Default Style Settings -

Screen Stylesheet

version:	 	5.3.1
date:				07/12/15
author:		themepunch
email:		 	info@themepunch.com
website:	 	http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
#debungcontrolls, .debugtimeline {
  width: 100%;
  box-sizing: border-box;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.rev_column, .rev_column .tp-parallax-wrap, .tp-svg-layer svg {
  vertical-align: top;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
#debungcontrolls {
  z-index: 100000;
  position: fixed;
  bottom: 0;
  height: auto;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.debugtimeline {
  height: 10px;
  position: relative;
  margin-bottom: 3px;
  display: none;
  white-space: nowrap;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.debugtimeline:hover {
  height: 15px;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.the_timeline_tester {
  background: #e74c3c;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.debugtimeline.tl_slide .the_timeline_tester {
  background: #f39c12;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.debugtimeline.tl_frame .the_timeline_tester {
  background: #3498db;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.debugtimline_txt {
  color: #fff;
  font-weight: 400;
  font-size: 7px;
  position: absolute;
  left: 10px;
  top: 0;
  white-space: nowrap;
  line-height: 10px;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.rtl {
  direction: rtl;
}

@font-face {
  font-family: revicons;
  src: url(/../fonts/revicons/revicons.eot?5510888);
  src: url(/../fonts/revicons/revicons.eot?5510888#iefix) format("embedded-opentype"), url(/../fonts/revicons/revicons.woff?5510888) format("woff"), url(/../fonts/revicons/revicons.ttf?5510888) format("truetype"), url(/../fonts/revicons/revicons.svg?5510888#revicons) format("svg");
  font-weight: 400;
  font-style: normal;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
[class*=" revicon-"]:before, [class^=revicon-]:before {
  font-family: revicons;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.revicon-search-1:before {
  content: '\e802';
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.revicon-pencil-1:before {
  content: '\e831';
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.revicon-picture-1:before {
  content: '\e803';
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.revicon-cancel:before {
  content: '\e80a';
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.revicon-info-circled:before {
  content: '\e80f';
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.revicon-trash:before {
  content: '\e801';
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.revicon-left-dir:before {
  content: '\e817';
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.revicon-right-dir:before {
  content: '\e818';
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.revicon-down-open:before {
  content: '\e83b';
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.revicon-left-open:before {
  content: '\e819';
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.revicon-right-open:before {
  content: '\e81a';
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.revicon-angle-left:before {
  content: '\e820';
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.revicon-angle-right:before {
  content: '\e81d';
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.revicon-left-big:before {
  content: '\e81f';
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.revicon-right-big:before {
  content: '\e81e';
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.revicon-magic:before {
  content: '\e807';
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.revicon-picture:before {
  content: '\e800';
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.revicon-export:before {
  content: '\e80b';
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.revicon-cog:before {
  content: '\e832';
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.revicon-login:before {
  content: '\e833';
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.revicon-logout:before {
  content: '\e834';
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.revicon-video:before {
  content: '\e805';
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.revicon-arrow-combo:before {
  content: '\e827';
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.revicon-left-open-1:before {
  content: '\e82a';
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.revicon-right-open-1:before {
  content: '\e82b';
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.revicon-left-open-mini:before {
  content: '\e822';
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.revicon-right-open-mini:before {
  content: '\e823';
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.revicon-left-open-big:before {
  content: '\e824';
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.revicon-right-open-big:before {
  content: '\e825';
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.revicon-left:before {
  content: '\e836';
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.revicon-right:before {
  content: '\e826';
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.revicon-ccw:before {
  content: '\e808';
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.revicon-arrows-ccw:before {
  content: '\e806';
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.revicon-palette:before {
  content: '\e829';
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.revicon-list-add:before {
  content: '\e80c';
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.revicon-doc:before {
  content: '\e809';
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.revicon-left-open-outline:before {
  content: '\e82e';
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.revicon-left-open-2:before {
  content: '\e82c';
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.revicon-right-open-outline:before {
  content: '\e82f';
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.revicon-right-open-2:before {
  content: '\e82d';
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.revicon-equalizer:before {
  content: '\e83a';
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.revicon-layers-alt:before {
  content: '\e804';
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.revicon-popup:before {
  content: '\e828';
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.rev_slider_wrapper {
  position: relative;
  z-index: 0;
  width: 100%;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.rev_slider {
  position: relative;
  overflow: visible;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.entry-content .rev_slider a, .rev_slider a {
  box-shadow: none;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.tp-overflow-hidden {
  overflow: hidden !important;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.group_ov_hidden {
  overflow: hidden;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.rev_slider img, .tp-simpleresponsive img {
  max-width: none !important;
  transition: none;
  margin: 0;
  padding: 0;
  border: none;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.rev_slider .no-slides-text {
  font-weight: 700;
  text-align: center;
  padding-top: 80px;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.rev_slider > ul, .rev_slider > ul > li, .rev_slider > ul > li:before, .rev_slider_wrapper > ul, .tp-revslider-mainul > li, .tp-revslider-mainul > li:before, .tp-simpleresponsive > ul, .tp-simpleresponsive > ul > li, .tp-simpleresponsive > ul > li:before {
  list-style: none !important;
  position: absolute;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: visible;
  overflow-y: visible;
  background-image: none;
  background-position: 0 0;
  text-indent: 0;
  top: 0;
  left: 0;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.rev_slider > ul > li, .rev_slider > ul > li:before, .tp-revslider-mainul > li, .tp-revslider-mainul > li:before, .tp-simpleresponsive > ul > li, .tp-simpleresponsive > ul > li:before {
  visibility: hidden;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.tp-revslider-mainul, .tp-revslider-slidesli {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.fullscreen-container, .fullwidthbanner-container {
  padding: 0;
  position: relative;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.rev_slider li.tp-revslider-slidesli {
  position: absolute !important;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.tp-caption .rs-untoggled-content {
  display: block;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.tp-caption .rs-toggled-content {
  display: none;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.rs-toggle-content-active.tp-caption .rs-toggled-content {
  display: block;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.rs-toggle-content-active.tp-caption .rs-untoggled-content {
  display: none;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.rev_slider .caption, .rev_slider .tp-caption {
  position: relative;
  visibility: hidden;
  white-space: nowrap;
  display: block;
  -webkit-font-smoothing: antialiased !important;
  z-index: 1;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.rev_slider .caption, .rev_slider .tp-caption, .tp-simpleresponsive img {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.rev_slider .tp-mask-wrap .tp-caption, .rev_slider .tp-mask-wrap :last-child, .wpb_text_column .rev_slider .tp-mask-wrap .tp-caption, .wpb_text_column .rev_slider .tp-mask-wrap :last-child {
  margin-bottom: 0;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.tp-svg-layer svg {
  width: 100%;
  height: 100%;
  position: relative;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.tp-carousel-wrapper {
  cursor: url(/openhand.cur), move;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.tp-carousel-wrapper.dragged {
  cursor: url(/closedhand.cur), move;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.tp_inner_padding {
  box-sizing: border-box;
  max-height: none !important;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.tp-caption.tp-layer-selectable {
  -moz-user-select: all;
  -khtml-user-select: all;
  -webkit-user-select: all;
  -o-user-select: all;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.tp-caption.tp-hidden-caption, .tp-forcenotvisible, .tp-hide-revslider, .tp-parallax-wrap.tp-hidden-caption {
  visibility: hidden !important;
  display: none !important;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.rev_slider audio, .rev_slider embed, .rev_slider iframe, .rev_slider object, .rev_slider video {
  max-width: none !important;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.tp-element-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.rev_row_zone {
  position: absolute;
  width: 100%;
  left: 0;
  box-sizing: border-box;
  min-height: 50px;
  font-size: 0;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.rev_column_inner, .rev_slider .tp-caption.rev_row {
  position: relative;
  width: 100% !important;
  box-sizing: border-box;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.rev_row_zone_top {
  top: 0;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.rev_row_zone_middle {
  top: 50%;
  transform: translateY(-50%);
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.rev_row_zone_bottom {
  bottom: 0;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.rev_slider .tp-caption.rev_row {
  display: table;
  table-layout: fixed;
  vertical-align: top;
  height: auto !important;
  font-size: 0;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.rev_column {
  display: table-cell;
  position: relative;
  height: auto;
  box-sizing: border-box;
  font-size: 0;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.rev_column_inner {
  display: block;
  height: auto !important;
  white-space: normal !important;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.rev_column_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  box-sizing: border-box;
  background-clip: content-box;
  border: 0 solid transparent;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.tp-caption .backcorner, .tp-caption .backcornertop, .tp-caption .frontcorner, .tp-caption .frontcornertop {
  height: 0;
  top: 0;
  width: 0;
  position: absolute;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.rev_column_inner .tp-loop-wrap, .rev_column_inner .tp-mask-wrap, .rev_column_inner .tp-parallax-wrap {
  text-align: inherit;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.rev_column_inner .tp-mask-wrap {
  display: inline-block;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.rev_column_inner .tp-parallax-wrap, .rev_column_inner .tp-parallax-wrap .tp-loop-wrap, .rev_column_inner .tp-parallax-wrap .tp-mask-wrap {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  line-height: 0;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.tp-video-play-button, .tp-video-play-button i {
  line-height: 50px !important;
  vertical-align: top;
  text-align: center;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.rev_column_inner .rev_layer_in_column, .rev_column_inner .tp-parallax-wrap, .rev_column_inner .tp-parallax-wrap .tp-loop-wrap, .rev_column_inner .tp-parallax-wrap .tp-mask-wrap {
  vertical-align: top;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.rev_break_columns {
  display: block !important;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.rev_break_columns .tp-parallax-wrap.rev_column {
  display: block !important;
  width: 100% !important;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.fullwidthbanner-container {
  overflow: hidden;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.fullwidthbanner-container .fullwidthabanner {
  width: 100%;
  position: relative;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.tp-static-layers {
  position: absolute;
  z-index: 101;
  top: 0;
  left: 0;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.tp-caption .frontcorner {
  border-left: 40px solid transparent;
  border-right: 0 solid transparent;
  border-top: 40px solid #00A8FF;
  left: -40px;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.tp-caption .backcorner {
  border-left: 0 solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 40px solid #00A8FF;
  right: 0;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.tp-caption .frontcornertop {
  border-left: 40px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 40px solid #00A8FF;
  left: -40px;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.tp-caption .backcornertop {
  border-left: 0 solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #00A8FF;
  right: 0;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.tp-layer-inner-rotation {
  position: relative !important;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
img.tp-slider-alternative-image {
  width: 100%;
  height: auto;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.caption.fullscreenvideo, .rs-background-video-layer, .tp-caption.coverscreenvideo, .tp-caption.fullscreenvideo {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.noFilterClass {
  filter: none !important;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.rs-background-video-layer {
  visibility: hidden;
  z-index: 0;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.caption.fullscreenvideo audio, .caption.fullscreenvideo iframe, .caption.fullscreenvideo video, .tp-caption.fullscreenvideo iframe, .tp-caption.fullscreenvideo iframe audio, .tp-caption.fullscreenvideo iframe video {
  width: 100% !important;
  height: 100% !important;
  display: none;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.fullcoveredvideo audio, .fullscreenvideo audio .fullcoveredvideo video, .fullscreenvideo video {
  background: #000;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.fullcoveredvideo .tp-poster {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.videoisplaying .html5vid .tp-poster {
  display: none;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.tp-video-play-button {
  background: #000;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #FFF;
  margin-top: -25px;
  margin-left: -25px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  display: inline-block;
  z-index: 4;
  opacity: 0;
  transition: opacity 0.3s ease-out !important;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.tp-audio-html5 .tp-video-play-button, .tp-hiddenaudio {
  display: none !important;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.tp-caption .html5vid {
  width: 100% !important;
  height: 100% !important;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.tp-video-play-button i {
  width: 50px;
  height: 50px;
  display: inline-block;
  font-size: 40px !important;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.rs-fullvideo-cover, .tp-dottedoverlay, .tp-shadowcover {
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.tp-caption:hover .tp-video-play-button {
  opacity: 1;
  display: block;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.tp-caption .tp-revstop {
  display: none;
  border-left: 5px solid #fff !important;
  border-right: 5px solid #fff !important;
  margin-top: 15px !important;
  line-height: 20px !important;
  vertical-align: top;
  font-size: 25px !important;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.tp-seek-bar, .tp-video-button, .tp-volume-bar {
  outline: 0;
  line-height: 12px;
  margin: 0;
  cursor: pointer;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.videoisplaying .revicon-right-dir {
  display: none;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.videoisplaying .tp-revstop {
  display: inline-block;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.videoisplaying .tp-video-play-button {
  display: none;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.fullcoveredvideo .tp-video-play-button {
  display: none !important;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.fullscreenvideo .fullscreenvideo audio, .fullscreenvideo .fullscreenvideo video {
  object-fit: contain !important;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.fullscreenvideo .fullcoveredvideo audio, .fullscreenvideo .fullcoveredvideo video {
  object-fit: cover !important;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.tp-video-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px;
  opacity: 0;
  transition: opacity .3s;
  background-image: linear-gradient(to bottom, #000 13%, #323232 100%);
  display: table;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.rev-btn.rev-hiddenicon i, .rev-btn.rev-withicon i {
  transition: all 0.2s ease-out !important;
  font-size: 15px;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.tp-caption:hover .tp-video-controls {
  opacity: .9;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.tp-video-button {
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
  padding: 0;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.tp-video-button:hover {
  cursor: pointer;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.tp-video-button-wrap, .tp-video-seek-bar-wrap, .tp-video-vol-bar-wrap {
  padding: 0 5px;
  display: table-cell;
  vertical-align: middle;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.tp-video-seek-bar-wrap {
  width: 80%;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.tp-video-vol-bar-wrap {
  width: 20%;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.tp-seek-bar, .tp-volume-bar {
  width: 100%;
  padding: 0;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.rs-fullvideo-cover {
  width: 100%;
  background: 0 0;
  z-index: 5;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.disabled_lc .tp-video-play-button, .rs-background-video-layer audio::-webkit-media-controls, .rs-background-video-layer video::-webkit-media-controls, .rs-background-video-layer video::-webkit-media-controls-start-playback-button {
  display: none !important;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.tp-audio-html5 .tp-video-controls {
  opacity: 1 !important;
  visibility: visible !important;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.tp-dottedoverlay {
  background-repeat: repeat;
  width: 100%;
  z-index: 3;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.tp-dottedoverlay.twoxtwo {
  background: url(/../assets/gridtile.png);
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.tp-dottedoverlay.twoxtwowhite {
  background: url(/../assets/gridtile_white.png);
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.tp-dottedoverlay.threexthree {
  background: url(/../assets/gridtile_3x3.png);
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.tp-dottedoverlay.threexthreewhite {
  background: url(/../assets/gridtile_3x3_white.png);
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.tp-shadowcover {
  width: 100%;
  background: #fff;
  z-index: -1;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.tp-shadow1 {
  box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.8);
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.tp-shadow2:after, .tp-shadow2:before, .tp-shadow3:before, .tp-shadow4:after {
  z-index: -2;
  position: absolute;
  content: "";
  bottom: 10px;
  left: 10px;
  width: 50%;
  top: 85%;
  max-width: 300px;
  background: 0 0;
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.8);
  transform: rotate(-3deg);
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.tp-shadow2:after, .tp-shadow4:after {
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.tp-shadow5 {
  position: relative;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.tp-shadow5:after, .tp-shadow5:before {
  content: "";
  position: absolute;
  z-index: -2;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.6);
  top: 30%;
  bottom: 0;
  left: 20px;
  right: 20px;
  border-radius: 100px/20px;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.tp-button {
  padding: 6px 13px 5px;
  border-radius: 3px;
  height: 30px;
  cursor: pointer;
  color: #fff !important;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6) !important;
  font-size: 15px;
  line-height: 45px !important;
  font-family: arial,sans-serif;
  font-weight: 700;
  letter-spacing: -1px;
  text-decoration: none;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.tp-button.big {
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
  font-weight: 700;
  padding: 9px 20px;
  font-size: 19px;
  line-height: 57px !important;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.purchase:hover, .tp-button.big:hover, .tp-button:hover {
  background-position: bottom,15px 11px;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.purchase.green, .purchase.green:hover, .tp-button.green, .tp-button.green:hover {
  background-color: #21a117;
  box-shadow: 0 3px 0 0 #104d0b;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.purchase.blue, .purchase.blue:hover, .tp-button.blue, .tp-button.blue:hover {
  background-color: #1d78cb;
  box-shadow: 0 3px 0 0 #0f3e68;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.purchase.red, .purchase.red:hover, .tp-button.red, .tp-button.red:hover {
  background-color: #cb1d1d;
  box-shadow: 0 3px 0 0 #7c1212;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.purchase.orange, .purchase.orange:hover, .tp-button.orange, .tp-button.orange:hover {
  background-color: #f70;
  box-shadow: 0 3px 0 0 #a34c00;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.purchase.darkgrey, .purchase.darkgrey:hover, .tp-button.darkgrey, .tp-button.grey, .tp-button.darkgrey:hover, .tp-button.grey:hover {
  background-color: #555;
  box-shadow: 0 3px 0 0 #222;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.purchase.lightgrey, .purchase.lightgrey:hover, .tp-button.lightgrey, .tp-button.lightgrey:hover {
  background-color: #888;
  box-shadow: 0 3px 0 0 #555;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.rev-btn, .rev-btn:visited {
  outline: 0 !important;
  box-shadow: none !important;
  text-decoration: none !important;
  line-height: 44px;
  font-size: 17px;
  font-weight: 500;
  padding: 12px 35px;
  box-sizing: border-box;
  font-family: Roboto,sans-serif;
  cursor: pointer;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.rev-btn.rev-uppercase, .rev-btn.rev-uppercase:visited {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: 900;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.rev-btn.rev-withicon i {
  font-weight: 400;
  position: relative;
  top: 0;
  margin-left: 10px !important;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.rev-btn.rev-hiddenicon i {
  font-weight: 400;
  position: relative;
  top: 0;
  opacity: 0;
  margin-left: 0 !important;
  width: 0 !important;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.rev-btn.rev-hiddenicon:hover i {
  opacity: 1 !important;
  margin-left: 10px !important;
  width: auto !important;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.rev-btn.rev-medium, .rev-btn.rev-medium:visited {
  line-height: 36px;
  font-size: 14px;
  padding: 10px 30px;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.rev-btn.rev-medium.rev-hiddenicon i, .rev-btn.rev-medium.rev-withicon i {
  font-size: 14px;
  top: 0;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.rev-btn.rev-small, .rev-btn.rev-small:visited {
  line-height: 28px;
  font-size: 12px;
  padding: 7px 20px;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.rev-btn.rev-small.rev-hiddenicon i, .rev-btn.rev-small.rev-withicon i {
  font-size: 12px;
  top: 0;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.rev-maxround {
  border-radius: 30px;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.rev-minround {
  border-radius: 3px;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.rev-burger {
  position: relative;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  padding: 22px 0 0 14px;
  border-radius: 50%;
  border: 1px solid rgba(51, 51, 51, 0.25);
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.rev-burger span {
  display: block;
  width: 30px;
  height: 3px;
  background: #333;
  transition: .7s;
  pointer-events: none;
  transform-style: flat !important;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.rev-burger.revb-white span, .rev-burger.revb-whitenoborder span {
  background: #fff;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.rev-burger span:nth-child(2) {
  margin: 3px 0;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
#dialog_addbutton .rev-burger:hover :first-child, .open .rev-burger :first-child, .open.rev-burger :first-child {
  transform: translateY(6px) rotate(-45deg);
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
#dialog_addbutton .rev-burger:hover :nth-child(2), .open .rev-burger :nth-child(2), .open.rev-burger :nth-child(2) {
  transform: rotate(-45deg);
  opacity: 0;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
#dialog_addbutton .rev-burger:hover :last-child, .open .rev-burger :last-child, .open.rev-burger :last-child {
  transform: translateY(-6px) rotate(-135deg);
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.rev-burger.revb-white {
  border: 2px solid rgba(255, 255, 255, 0.2);
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.rev-burger.revb-darknoborder, .rev-burger.revb-whitenoborder {
  border: 0;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.rev-burger.revb-darknoborder span {
  background: #333;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.rev-burger.revb-whitefull {
  background: #fff;
  border: none;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.rev-burger.revb-whitefull span {
  background: #333;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.rev-burger.revb-darkfull {
  background: #333;
  border: none;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.rev-burger.revb-darkfull span, .rev-scroll-btn.revs-fullwhite {
  background: #fff;
}

@keyframes rev-ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.rev-scroll-btn {
  display: inline-block;
  position: relative;
  left: 0;
  right: 0;
  text-align: center;
  cursor: pointer;
  width: 35px;
  height: 55px;
  box-sizing: border-box;
  border: 3px solid #fff;
  border-radius: 23px;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.rev-scroll-btn > * {
  display: inline-block;
  line-height: 18px;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  font-family: proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;
  letter-spacing: 2px;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.rev-scroll-btn > .active, .rev-scroll-btn > :focus, .rev-scroll-btn > :hover {
  color: #fff;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.rev-scroll-btn > .active, .rev-scroll-btn > :active, .rev-scroll-btn > :focus, .rev-scroll-btn > :hover {
  opacity: .8;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.rev-scroll-btn.revs-fullwhite span {
  background: #333;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.rev-scroll-btn.revs-fulldark {
  background: #333;
  border: none;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.rev-scroll-btn.revs-fulldark span, .tp-bullet {
  background: #fff;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.rev-scroll-btn span {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  background: #fff;
  border-radius: 50%;
  animation: rev-ani-mouse 2.5s linear infinite;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.rev-scroll-btn.revs-dark {
  border-color: #333;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.rev-scroll-btn.revs-dark span {
  background: #333;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.rev-control-btn {
  position: relative;
  display: inline-block;
  z-index: 5;
  color: #FFF;
  font-size: 20px;
  line-height: 60px;
  font-weight: 400;
  font-style: normal;
  font-family: Raleway;
  text-decoration: none;
  text-align: center;
  background-color: #000;
  border-radius: 50px;
  text-shadow: none;
  background-color: rgba(0, 0, 0, 0.5);
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  cursor: pointer;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.rev-cbutton-dark-sr, .rev-cbutton-light-sr {
  border-radius: 3px;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.rev-cbutton-light, .rev-cbutton-light-sr {
  color: #333;
  background-color: rgba(255, 255, 255, 0.75);
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.rev-sbutton {
  line-height: 37px;
  width: 37px;
  height: 37px;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.rev-sbutton-blue {
  background-color: #3B5998;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.rev-sbutton-lightblue {
  background-color: #00A0D1;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.rev-sbutton-red {
  background-color: #DD4B39;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.tp-bannertimer {
  visibility: hidden;
  width: 100%;
  height: 5px;
  background: #000;
  background: rgba(0, 0, 0, 0.15);
  position: absolute;
  z-index: 200;
  top: 0;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.tp-bannertimer.tp-bottom {
  top: auto;
  bottom: 0 !important;
  height: 5px;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.tp-caption img {
  background: 0 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
  zoom: 1;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.caption.slidelink a div, .tp-caption.slidelink a div {
  width: 3000px;
  height: 1500px;
  background: url(/../assets/coloredbg.png);
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.tp-caption.slidelink a span {
  background: url(/../assets/coloredbg.png);
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.tp-loader.spinner0, .tp-loader.spinner5 {
  background-image: url(/../assets/loader.gif);
  background-repeat: no-repeat;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.tp-shape {
  width: 100%;
  height: 100%;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.tp-caption .rs-starring {
  display: inline-block;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.tp-caption .rs-starring .star-rating {
  float: none;
  display: inline-block;
  vertical-align: top;
  color: #FFC321 !important;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.tp-caption .rs-starring .star-rating, .tp-caption .rs-starring-page .star-rating {
  position: relative;
  height: 1em;
  width: 5.4em;
  font-family: star;
  font-size: 1em !important;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.tp-loader.spinner0, .tp-loader.spinner1 {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.tp-caption .rs-starring .star-rating:before, .tp-caption .rs-starring-page .star-rating:before {
  content: "\73\73\73\73\73";
  color: #E0DADF;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.tp-caption .rs-starring .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
  font-size: 1em !important;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.tp-caption .rs-starring .star-rating span:before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.tp-loader {
  top: 50%;
  left: 50%;
  z-index: 10000;
  position: absolute;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.tp-loader.spinner0 {
  background-position: center center;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.tp-loader.spinner5 {
  background-position: 10px 10px;
  background-color: #fff;
  margin: -22px;
  width: 44px;
  height: 44px;
  border-radius: 3px;
}

@keyframes tp-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.tp-loader.spinner2 {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  background-color: red;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  animation: tp-scaleout 1s infinite ease-in-out;
}

@keyframes tp-scaleout {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.tp-loader.spinner3 {
  margin: -9px 0 0 -35px;
  width: 70px;
  text-align: center;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.tp-loader.spinner3 .bounce1, .tp-loader.spinner3 .bounce2, .tp-loader.spinner3 .bounce3 {
  width: 18px;
  height: 18px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  display: inline-block;
  animation: tp-bouncedelay 1.4s infinite ease-in-out;
  animation-fill-mode: both;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.tp-loader.spinner3 .bounce1 {
  animation-delay: -.32s;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.tp-loader.spinner3 .bounce2 {
  animation-delay: -.16s;
}

@keyframes tp-bouncedelay {
  0%, 100%, 80% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.tp-loader.spinner4 {
  margin: -20px 0 0 -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  animation: tp-rotate 2s infinite linear;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.tp-loader.spinner4 .dot1, .tp-loader.spinner4 .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  animation: tp-bounce 2s infinite ease-in-out;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.tp-loader.spinner4 .dot2 {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}

@keyframes tp-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes tp-bounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.tp-bullets.navbar, .tp-tabs.navbar, .tp-thumbs.navbar {
  border: none;
  min-height: 0;
  margin: 0;
  border-radius: 0;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.tp-bullets, .tp-tabs, .tp-thumbs {
  position: absolute;
  display: block;
  z-index: 1000;
  top: 0;
  left: 0;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.tp-tab, .tp-thumb {
  cursor: pointer;
  position: absolute;
  opacity: .5;
  box-sizing: border-box;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.tp-arr-imgholder, .tp-tab-image, .tp-thumb-image, .tp-videoposter {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.tp-tab.selected, .tp-tab:hover, .tp-thumb.selected, .tp-thumb:hover {
  opacity: 1;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.tp-tab-mask, .tp-thumb-mask {
  box-sizing: border-box !important;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.tp-tabs, .tp-thumbs {
  box-sizing: content-box !important;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.tp-bullet {
  width: 15px;
  height: 15px;
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.tp-bullet.selected, .tp-bullet:hover {
  background: #fff;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.tparrows:hover {
  background: #000;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.tparrows:before {
  font-family: revicons;
  font-size: 15px;
  color: #fff;
  display: block;
  line-height: 40px;
  text-align: center;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.hginfo, .hglayerinfo {
  font-size: 12px;
  font-weight: 600;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.tparrows.tp-leftarrow:before {
  content: '\e824';
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.tparrows.tp-rightarrow:before {
  content: '\e825';
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
body.rtl .tp-kbimg {
  left: 0 !important;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.dddwrappershadow {
  box-shadow: 0 45px 100px rgba(0, 0, 0, 0.4);
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.hglayerinfo {
  position: fixed;
  bottom: 0;
  left: 0;
  color: #FFF;
  line-height: 20px;
  background: rgba(0, 0, 0, 0.75);
  padding: 5px 10px;
  z-index: 2000;
  white-space: normal;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.helpgrid, .hginfo {
  position: absolute;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.hginfo {
  top: -2px;
  left: -2px;
  color: #e74c3c;
  background: #000;
  padding: 2px 5px;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.indebugmode .tp-caption:hover {
  border: 1px dashed #c0392b !important;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.helpgrid {
  border: 2px dashed #c0392b;
  top: 0;
  left: 0;
  z-index: 0;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
#revsliderlogloglog {
  padding: 15px;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 200px;
  height: 150px;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100000;
  font-size: 10px;
  overflow: scroll;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.aden {
  filter: hue-rotate(-20deg) contrast(0.9) saturate(0.85) brightness(1.2);
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.aden::after {
  background: linear-gradient(to right, rgba(66, 10, 14, 0.2), transparent);
  mix-blend-mode: darken;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.perpetua::after, .reyes::after {
  mix-blend-mode: soft-light;
  opacity: .5;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.inkwell {
  filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1);
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.perpetua::after {
  background: linear-gradient(to bottom, #005b9a, #e6c13d);
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.reyes {
  filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75);
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.reyes::after {
  background: #efcdad;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.gingham {
  filter: brightness(1.05) hue-rotate(-10deg);
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.gingham::after {
  background: linear-gradient(to right, rgba(66, 10, 14, 0.2), transparent);
  mix-blend-mode: darken;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.toaster {
  filter: contrast(1.5) brightness(0.9);
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.toaster::after {
  background: radial-gradient(circle, #804e0f, #3b003b);
  mix-blend-mode: screen;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.walden {
  filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6);
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.walden::after {
  background: #04c;
  mix-blend-mode: screen;
  opacity: .3;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.hudson {
  filter: brightness(1.2) contrast(0.9) saturate(1.1);
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.hudson::after {
  background: radial-gradient(circle, #a6b1ff 50%, #342134);
  mix-blend-mode: multiply;
  opacity: .5;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.earlybird {
  filter: contrast(0.9) sepia(0.2);
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.earlybird::after {
  background: radial-gradient(circle, #d0ba8e 20%, #360309 85%, #1d0210 100%);
  mix-blend-mode: overlay;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.mayfair {
  filter: contrast(1.1) saturate(1.1);
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.mayfair::after {
  background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111 60%);
  mix-blend-mode: overlay;
  opacity: .4;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.lofi {
  filter: saturate(1.1) contrast(1.5);
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.lofi::after {
  background: radial-gradient(circle, transparent 70%, #222 150%);
  mix-blend-mode: multiply;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
._1977 {
  filter: contrast(1.1) brightness(1.1) saturate(1.3);
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
._1977:after {
  background: rgba(243, 106, 188, 0.3);
  mix-blend-mode: screen;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.brooklyn {
  filter: contrast(0.9) brightness(1.1);
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.brooklyn::after {
  background: radial-gradient(circle, rgba(168, 223, 193, 0.4) 70%, #c4b7c8);
  mix-blend-mode: overlay;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.xpro2 {
  filter: sepia(0.3);
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.xpro2::after {
  background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
  mix-blend-mode: color-burn;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.nashville {
  filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2);
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.nashville::after {
  background: rgba(0, 70, 150, 0.4);
  mix-blend-mode: lighten;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.nashville::before {
  background: rgba(247, 176, 153, 0.56);
  mix-blend-mode: darken;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.lark {
  filter: contrast(0.9);
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.lark::after {
  background: rgba(242, 242, 242, 0.8);
  mix-blend-mode: darken;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.lark::before {
  background: #22253f;
  mix-blend-mode: color-dodge;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.moon {
  filter: grayscale(1) contrast(1.1) brightness(1.1);
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.moon::before {
  background: #a0a0a0;
  mix-blend-mode: soft-light;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.moon::after {
  background: #383838;
  mix-blend-mode: lighten;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.clarendon {
  filter: contrast(1.2) saturate(1.35);
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.clarendon:before {
  background: rgba(127, 187, 227, 0.2);
  mix-blend-mode: overlay;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.willow {
  filter: grayscale(0.5) contrast(0.95) brightness(0.9);
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.willow::before {
  background-color: radial-gradient(40%, circle, #d4a9af 55%, #000 150%);
  mix-blend-mode: overlay;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.willow::after {
  background-color: #d8cdcb;
  mix-blend-mode: color;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.rise {
  filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9);
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.rise::after {
  background: radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
  mix-blend-mode: overlay;
  opacity: .6;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.rise::before {
  background: radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
  mix-blend-mode: multiply;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
._1977:after, ._1977:before, .aden:after, .aden:before, .brooklyn:after, .brooklyn:before, .clarendon:after, .clarendon:before, .earlybird:after, .earlybird:before, .gingham:after, .gingham:before, .hudson:after, .hudson:before, .inkwell:after, .inkwell:before, .lark:after, .lark:before, .lofi:after, .lofi:before, .mayfair:after, .mayfair:before, .moon:after, .moon:before, .nashville:after, .nashville:before, .perpetua:after, .perpetua:before, .reyes:after, .reyes:before, .rise:after, .rise:before, .slumber:after, .slumber:before, .toaster:after, .toaster:before, .walden:after, .walden:before, .willow:after, .willow:before, .xpro2:after, .xpro2:before {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
._1977, .aden, .brooklyn, .clarendon, .earlybird, .gingham, .hudson, .inkwell, .lark, .lofi, .mayfair, .moon, .nashville, .perpetua, .reyes, .rise, .slumber, .toaster, .walden, .willow, .xpro2 {
  position: relative;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
._1977 img, .aden img, .brooklyn img, .clarendon img, .earlybird img, .gingham img, .hudson img, .inkwell img, .lark img, .lofi img, .mayfair img, .moon img, .nashville img, .perpetua img, .reyes img, .rise img, .slumber img, .toaster img, .walden img, .willow img, .xpro2 img {
  width: 100%;
  z-index: 1;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
._1977:before, .aden:before, .brooklyn:before, .clarendon:before, .earlybird:before, .gingham:before, .hudson:before, .inkwell:before, .lark:before, .lofi:before, .mayfair:before, .moon:before, .nashville:before, .perpetua:before, .reyes:before, .rise:before, .slumber:before, .toaster:before, .walden:before, .willow:before, .xpro2:before {
  z-index: 2;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
._1977:after, .aden:after, .brooklyn:after, .clarendon:after, .earlybird:after, .gingham:after, .hudson:after, .inkwell:after, .lark:after, .lofi:after, .mayfair:after, .moon:after, .nashville:after, .perpetua:after, .reyes:after, .rise:after, .slumber:after, .toaster:after, .walden:after, .willow:after, .xpro2:after {
  z-index: 3;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.slumber {
  filter: saturate(0.66) brightness(1.05);
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.slumber::after {
  background: rgba(125, 105, 24, 0.5);
  mix-blend-mode: soft-light;
}

/* line 14, vendor/assets/stylesheets/rs-plugin/css/settings.css */
.slumber::before {
  background: rgba(69, 41, 12, 0.4);
  mix-blend-mode: lighten;
}

/*-----------------------------------------------------------------------------

-	Revolution Slider 5.0 Layer Style Settings -

Screen Stylesheet

version:	 	5.0.0
date:				18/03/15
author:		themepunch
email:		 	info@themepunch.com
website:	 	http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* line 14, vendor/assets/stylesheets/rs-plugin/css/layers.css */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 20, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Twitter-Content a, .tp-caption.Twitter-Content a:visited {
  color: #0084B4 !important;
}

/* line 25, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Twitter-Content a:hover {
  color: #0084B4 !important;
  text-decoration: underline !important;
}

/* line 31, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.medium_grey, .medium_grey {
  background-color: #888;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Arial;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
  padding: 2px 4px;
  position: absolute;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}

/* line 48, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.small_text, .small_text {
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Arial;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
  position: absolute;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}

/* line 63, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.medium_text, .medium_text {
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Arial;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
  position: absolute;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}

/* line 78, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.large_text, .large_text {
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Arial;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  margin: 0;
  position: absolute;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}

/* line 93, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.very_large_text, .very_large_text {
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Arial;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 60px;
  margin: 0;
  position: absolute;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}

/* line 109, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.very_big_white, .very_big_white {
  background-color: #000;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Arial;
  font-size: 60px;
  font-weight: 800;
  line-height: 60px;
  margin: 0;
  padding: 1px 4px 0;
  position: absolute;
  text-shadow: none;
  white-space: nowrap;
}

/* line 126, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.very_big_black, .very_big_black {
  background-color: #fff;
  border-style: none;
  border-width: 0;
  color: #000;
  font-family: Arial;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  margin: 0;
  padding: 1px 4px 0;
  position: absolute;
  text-shadow: none;
  white-space: nowrap;
}

/* line 143, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.modern_medium_fat, .modern_medium_fat {
  border-style: none;
  border-width: 0;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 20px;
  margin: 0;
  position: absolute;
  text-shadow: none;
  white-space: nowrap;
}

/* line 158, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.modern_medium_fat_white, .modern_medium_fat_white {
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 20px;
  margin: 0;
  position: absolute;
  text-shadow: none;
  white-space: nowrap;
}

/* line 173, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.modern_medium_light, .modern_medium_light {
  border-style: none;
  border-width: 0;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 20px;
  margin: 0;
  position: absolute;
  text-shadow: none;
  white-space: nowrap;
}

/* line 188, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.modern_big_bluebg, .modern_big_bluebg {
  background-color: #4e5b6c;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 36px;
  margin: 0;
  padding: 3px 10px;
  position: absolute;
  text-shadow: none;
}

/* line 205, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.modern_big_redbg, .modern_big_redbg {
  background-color: #de543e;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 36px;
  margin: 0;
  padding: 1px 10px 3px;
  position: absolute;
  text-shadow: none;
}

/* line 222, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.modern_small_text_dark, .modern_small_text_dark {
  border-style: none;
  border-width: 0;
  color: #555;
  font-family: Arial;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
  position: absolute;
  text-shadow: none;
  white-space: nowrap;
}

/* line 236, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.boxshadow, .boxshadow {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

/* line 241, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.black, .black {
  color: #000;
  text-shadow: none;
}

/* line 247, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.noshadow, .noshadow {
  text-shadow: none;
}

/* line 252, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.thinheadline_dark, .thinheadline_dark {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.85);
  font-family: "Open Sans";
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  position: absolute;
  text-shadow: none;
}

/* line 264, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.thintext_dark, .thintext_dark {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.85);
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  position: absolute;
  text-shadow: none;
}

/* line 276, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.largeblackbg, .largeblackbg {
  background-color: #000;
  border-radius: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 50px;
  font-weight: 300;
  line-height: 70px;
  padding: 0 20px;
  position: absolute;
  text-shadow: none;
}

/* line 292, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.largepinkbg, .largepinkbg {
  background-color: #db4360;
  border-radius: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 50px;
  font-weight: 300;
  line-height: 70px;
  padding: 0 20px;
  position: absolute;
  text-shadow: none;
}

/* line 308, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.largewhitebg, .largewhitebg {
  background-color: #fff;
  border-radius: 0;
  color: #000;
  font-family: "Open Sans";
  font-size: 50px;
  font-weight: 300;
  line-height: 70px;
  padding: 0 20px;
  position: absolute;
  text-shadow: none;
}

/* line 324, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.largegreenbg, .largegreenbg {
  background-color: #67ae73;
  border-radius: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 50px;
  font-weight: 300;
  line-height: 70px;
  padding: 0 20px;
  position: absolute;
  text-shadow: none;
}

/* line 340, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.excerpt, .excerpt {
  background-color: black;
  border-color: #fff;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Arial;
  font-size: 36px;
  font-weight: 700;
  height: auto;
  letter-spacing: -1.5px;
  line-height: 36px;
  margin: 0;
  padding: 1px 4px 0;
  text-decoration: none;
  text-shadow: none;
  white-space: normal !important;
  width: 150px;
}

/* line 361, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.large_bold_grey, .large_bold_grey {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #666;
  font-family: "Open Sans";
  font-size: 60px;
  font-weight: 800;
  line-height: 60px;
  margin: 0;
  padding: 1px 4px 0;
  text-decoration: none;
  text-shadow: none;
}

/* line 378, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.medium_thin_grey, .medium_thin_grey {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #666;
  font-family: "Open Sans";
  font-size: 34px;
  font-weight: 300;
  line-height: 30px;
  margin: 0;
  padding: 1px 4px 0;
  text-decoration: none;
  text-shadow: none;
}

/* line 395, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.small_thin_grey, .small_thin_grey {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #757575;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  margin: 0;
  padding: 1px 4px 0;
  text-decoration: none;
  text-shadow: none;
}

/* line 412, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.lightgrey_divider, .lightgrey_divider {
  background-color: #ebebeb;
  background-position: initial;
  background-repeat: initial;
  border-color: #222;
  border-style: none;
  border-width: 0;
  height: 3px;
  text-decoration: none;
  width: 370px;
}

/* line 425, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.large_bold_darkblue, .large_bold_darkblue {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #34495e;
  font-family: "Open Sans";
  font-size: 58px;
  font-weight: 800;
  line-height: 60px;
  text-decoration: none;
}

/* line 439, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.medium_bg_darkblue, .medium_bg_darkblue {
  background-color: #34495e;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 800;
  line-height: 20px;
  padding: 10px;
  text-decoration: none;
}

/* line 454, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.medium_bold_red, .medium_bold_red {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #e33a0c;
  font-family: "Open Sans";
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
  padding: 0;
  text-decoration: none;
}

/* line 469, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.medium_light_red, .medium_light_red {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #e33a0c;
  font-family: "Open Sans";
  font-size: 21px;
  font-weight: 300;
  line-height: 26px;
  padding: 0;
  text-decoration: none;
}

/* line 484, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.medium_bg_red, .medium_bg_red {
  background-color: #e33a0c;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 800;
  line-height: 20px;
  padding: 10px;
  text-decoration: none;
}

/* line 499, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.medium_bold_orange, .medium_bold_orange {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #f39c12;
  font-family: "Open Sans";
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
  text-decoration: none;
}

/* line 513, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.medium_bg_orange, .medium_bg_orange {
  background-color: #f39c12;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 800;
  line-height: 20px;
  padding: 10px;
  text-decoration: none;
}

/* line 528, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.grassfloor, .grassfloor {
  background-color: #a0b397;
  border-color: #222;
  border-style: none;
  border-width: 0;
  height: 150px;
  text-decoration: none;
  width: 4000px;
}

/* line 539, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.large_bold_white, .large_bold_white {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 58px;
  font-weight: 800;
  line-height: 60px;
  text-decoration: none;
}

/* line 553, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.medium_light_white, .medium_light_white {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
  padding: 0;
  text-decoration: none;
}

/* line 568, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.mediumlarge_light_white, .mediumlarge_light_white {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 34px;
  font-weight: 300;
  line-height: 40px;
  padding: 0;
  text-decoration: none;
}

/* line 583, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.mediumlarge_light_white_center, .mediumlarge_light_white_center {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 34px;
  font-weight: 300;
  line-height: 40px;
  padding: 0;
  text-align: center;
  text-decoration: none;
}

/* line 599, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.medium_bg_asbestos, .medium_bg_asbestos {
  background-color: #7f8c8d;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 800;
  line-height: 20px;
  padding: 10px;
  text-decoration: none;
}

/* line 614, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.medium_light_black, .medium_light_black {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #000;
  font-family: "Open Sans";
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
  padding: 0;
  text-decoration: none;
}

/* line 629, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.large_bold_black, .large_bold_black {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #000;
  font-family: "Open Sans";
  font-size: 58px;
  font-weight: 800;
  line-height: 60px;
  text-decoration: none;
}

/* line 643, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.mediumlarge_light_darkblue, .mediumlarge_light_darkblue {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #34495e;
  font-family: "Open Sans";
  font-size: 34px;
  font-weight: 300;
  line-height: 40px;
  padding: 0;
  text-decoration: none;
}

/* line 658, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.small_light_white, .small_light_white {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 17px;
  font-weight: 300;
  line-height: 28px;
  padding: 0;
  text-decoration: none;
}

/* line 673, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.roundedimage, .roundedimage {
  border-color: #222;
  border-style: none;
  border-width: 0;
}

/* line 680, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.large_bg_black, .large_bg_black {
  background-color: #000;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 40px;
  font-weight: 800;
  line-height: 40px;
  padding: 10px 20px 15px;
  text-decoration: none;
}

/* line 695, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.mediumwhitebg, .mediumwhitebg {
  background-color: #fff;
  border-color: #000;
  border-style: none;
  border-width: 0;
  color: #000;
  font-family: "Open Sans";
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  padding: 5px 15px 10px;
  text-decoration: none;
  text-shadow: none;
}

/* line 711, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.maincaption, .maincaption {
  background-color: transparent;
  border-color: #000;
  border-style: none;
  border-width: 0;
  color: #212a40;
  font-family: roboto;
  font-size: 33px;
  font-weight: 500;
  line-height: 43px;
  text-decoration: none;
  text-shadow: none;
}

/* line 726, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.miami_title_60px, .miami_title_60px {
  background-color: transparent;
  border-color: #000;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Source Sans Pro";
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 60px;
  text-decoration: none;
  text-shadow: none;
}

/* line 742, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.miami_subtitle, .miami_subtitle {
  background-color: transparent;
  border-color: #000;
  border-style: none;
  border-width: 0;
  color: rgba(255, 255, 255, 0.65);
  font-family: "Source Sans Pro";
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 24px;
  text-decoration: none;
  text-shadow: none;
}

/* line 758, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.divideline30px, .divideline30px {
  background: #fff;
  background-color: #fff;
  border-color: #222;
  border-style: none;
  border-width: 0;
  height: 2px;
  min-width: 30px;
  text-decoration: none;
}

/* line 770, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Miami_nostyle, .Miami_nostyle {
  border-color: #222;
  border-style: none;
  border-width: 0;
}

/* line 777, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.miami_content_light, .miami_content_light {
  background-color: transparent;
  border-color: #000;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Source Sans Pro";
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 28px;
  text-decoration: none;
  text-shadow: none;
}

/* line 793, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.miami_title_60px_dark, .miami_title_60px_dark {
  background-color: transparent;
  border-color: #000;
  border-style: none;
  border-width: 0;
  color: #333;
  font-family: "Source Sans Pro";
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 60px;
  text-decoration: none;
  text-shadow: none;
}

/* line 809, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.miami_content_dark, .miami_content_dark {
  background-color: transparent;
  border-color: #000;
  border-style: none;
  border-width: 0;
  color: #666;
  font-family: "Source Sans Pro";
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 28px;
  text-decoration: none;
  text-shadow: none;
}

/* line 825, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.divideline30px_dark, .divideline30px_dark {
  background-color: #333;
  border-color: #222;
  border-style: none;
  border-width: 0;
  height: 2px;
  min-width: 30px;
  text-decoration: none;
}

/* line 836, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.ellipse70px, .ellipse70px {
  background-color: rgba(0, 0, 0, 0.14902);
  border-color: #222;
  border-radius: 50px 50px 50px 50px;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  line-height: 1px;
  min-height: 70px;
  min-width: 70px;
  text-decoration: none;
}

/* line 850, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.arrowicon, .arrowicon {
  border-color: #222;
  border-style: none;
  border-width: 0;
  line-height: 1px;
}

/* line 858, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.MarkerDisplay, .MarkerDisplay {
  background-color: transparent;
  border-color: #000;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  font-family: "Permanent Marker";
  font-style: normal;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
}

/* line 872, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Restaurant-Display, .Restaurant-Display {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Roboto;
  font-size: 120px;
  font-style: normal;
  font-weight: 700;
  line-height: 120px;
  padding: 0;
  text-decoration: none;
}

/* line 889, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Restaurant-Cursive, .Restaurant-Cursive {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Nothing you could do";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 30px;
  padding: 0;
  text-decoration: none;
}

/* line 907, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Restaurant-ScrollDownText, .Restaurant-ScrollDownText {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 17px;
  padding: 0;
  text-decoration: none;
}

/* line 925, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Restaurant-Description, .Restaurant-Description {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 3px;
  line-height: 30px;
  padding: 0;
  text-decoration: none;
}

/* line 943, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Restaurant-Price, .Restaurant-Price {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Roboto;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 3px;
  line-height: 30px;
  padding: 0;
  text-decoration: none;
}

/* line 961, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Restaurant-Menuitem, .Restaurant-Menuitem {
  background-color: black;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 17px;
  padding: 10px 30px;
  text-align: left;
  text-decoration: none;
}

/* line 980, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Furniture-LogoText, .Furniture-LogoText {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #e6cfa3;
  font-family: Raleway;
  font-size: 160px;
  font-style: normal;
  font-weight: 300;
  line-height: 150px;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
}

/* line 998, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Furniture-Plus, .Furniture-Plus {
  background-color: white;
  border-color: transparent;
  border-radius: 30px 30px 30px 30px;
  border-style: none;
  border-width: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px;
  color: #e6cfa3;
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 6px 7px 4px;
  text-decoration: none;
  text-shadow: none;
}

/* line 1017, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Furniture-Title, .Furniture-Title {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: black;
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 20px;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
}

/* line 1036, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Furniture-Subtitle, .Furniture-Subtitle {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: black;
  font-family: Raleway;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
}

/* line 1054, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Gym-Display, .Gym-Display {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Raleway;
  font-size: 80px;
  font-style: normal;
  font-weight: 900;
  line-height: 70px;
  padding: 0;
  text-decoration: none;
}

/* line 1071, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Gym-Subline, .Gym-Subline {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Raleway;
  font-size: 30px;
  font-style: normal;
  font-weight: 100;
  letter-spacing: 5px;
  line-height: 30px;
  padding: 0;
  text-decoration: none;
}

/* line 1089, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Gym-SmallText, .Gym-SmallText {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Raleway;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 22;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
}

/* line 1107, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Fashion-SmallText, .Fashion-SmallText {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Raleway;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 20px;
  padding: 0;
  text-decoration: none;
}

/* line 1125, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Fashion-BigDisplay, .Fashion-BigDisplay {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: black;
  font-family: Raleway;
  font-size: 60px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 60px;
  padding: 0;
  text-decoration: none;
}

/* line 1143, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Fashion-TextBlock, .Fashion-TextBlock {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: black;
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 40px;
  padding: 0;
  text-decoration: none;
}

/* line 1161, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Sports-Display, .Sports-Display {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Raleway;
  font-size: 130px;
  font-style: normal;
  font-weight: 100;
  letter-spacing: 13px;
  line-height: 130px;
  padding: 0;
  text-decoration: none;
}

/* line 1179, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Sports-DisplayFat, .Sports-DisplayFat {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Raleway;
  font-size: 130px;
  font-style: normal;
  font-weight: 900;
  line-height: 130px;
  padding: 0;
  text-decoration: none;
}

/* line 1196, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Sports-Subline, .Sports-Subline {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: black;
  font-family: Raleway;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 4px;
  line-height: 32px;
  padding: 0;
  text-decoration: none;
}

/* line 1214, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Instagram-Caption, .Instagram-Caption {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 20px;
  padding: 0;
  text-decoration: none;
}

/* line 1231, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.News-Title, .News-Title {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: "Roboto Slab";
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  padding: 0;
  text-decoration: none;
}

/* line 1248, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.News-Subtitle, .News-Subtitle {
  background-color: rgba(255, 255, 255, 0);
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: "Roboto Slab";
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  padding: 0;
  text-decoration: none;
}

/* line 1265, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.News-Subtitle:hover, .News-Subtitle:hover {
  background-color: rgba(255, 255, 255, 0);
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 0;
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
}

/* line 1276, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Photography-Display, .Photography-Display {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Raleway;
  font-size: 80px;
  font-style: normal;
  font-weight: 100;
  letter-spacing: 5px;
  line-height: 70px;
  padding: 0;
  text-decoration: none;
}

/* line 1294, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Photography-Subline, .Photography-Subline {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #777777;
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 3px;
  line-height: 30px;
  padding: 0;
  text-decoration: none;
}

/* line 1312, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Photography-ImageHover, .Photography-ImageHover {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22;
  padding: 0;
  text-decoration: none;
}

/* line 1328, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Photography-ImageHover:hover, .Photography-ImageHover:hover {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  text-decoration: none;
}

/* line 1339, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Photography-Menuitem, .Photography-Menuitem {
  background-color: rgba(0, 0, 0, 0.65);
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 20px;
  padding: 3px 5px 3px 8px;
  text-decoration: none;
}

/* line 1357, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Photography-Menuitem:hover, .Photography-Menuitem:hover {
  background-color: rgba(0, 255, 222, 0.65);
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  text-decoration: none;
}

/* line 1368, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Photography-Textblock, .Photography-Textblock {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Raleway;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 30px;
  padding: 0;
  text-decoration: none;
}

/* line 1386, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Photography-Subline-2, .Photography-Subline-2 {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: rgba(255, 255, 255, 0.35);
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 3px;
  line-height: 30px;
  padding: 0;
  text-decoration: none;
}

/* line 1404, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Photography-ImageHover2, .Photography-ImageHover2 {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22;
  padding: 0;
  text-decoration: none;
}

/* line 1421, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Photography-ImageHover2:hover, .Photography-ImageHover2:hover {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  text-decoration: none;
}

/* line 1432, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.WebProduct-Title, .WebProduct-Title {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #333333;
  font-family: Raleway;
  font-size: 90px;
  font-style: normal;
  font-weight: 100;
  line-height: 90px;
  padding: 0;
  text-decoration: none;
}

/* line 1449, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.WebProduct-SubTitle, .WebProduct-SubTitle {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #999999;
  font-family: Raleway;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 0;
  text-decoration: none;
}

/* line 1466, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.WebProduct-Content, .WebProduct-Content {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #999999;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding: 0;
  text-decoration: none;
}

/* line 1483, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.WebProduct-Menuitem, .WebProduct-Menuitem {
  background-color: #333333;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Raleway;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 20px;
  padding: 3px 5px 3px 8px;
  text-align: left;
  text-decoration: none;
}

/* line 1502, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.WebProduct-Menuitem:hover, .WebProduct-Menuitem:hover {
  background-color: white;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #999999;
  text-decoration: none;
}

/* line 1513, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.WebProduct-Title-Light, .WebProduct-Title-Light {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Raleway;
  font-size: 90px;
  font-style: normal;
  font-weight: 100;
  line-height: 90px;
  padding: 0;
  text-align: left;
  text-decoration: none;
}

/* line 1531, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.WebProduct-SubTitle-Light, .WebProduct-SubTitle-Light {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: rgba(255, 255, 255, 0.35);
  font-family: Raleway;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 0;
  text-align: left;
  text-decoration: none;
}

/* line 1549, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.WebProduct-Content-Light, .WebProduct-Content-Light {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: rgba(255, 255, 255, 0.65);
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding: 0;
  text-align: left;
  text-decoration: none;
}

/* line 1567, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.FatRounded, .FatRounded {
  background-color: rgba(0, 0, 0, 0.5);
  border-color: lightgray;
  border-radius: 50px 50px 50px 50px;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Raleway;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 30px;
  padding: 20px 22px 20px 25px;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
}

/* line 1586, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.FatRounded:hover, .FatRounded:hover {
  background-color: black;
  border-color: lightgray;
  border-radius: 50px 50px 50px 50px;
  border-style: none;
  border-width: 0;
  color: white;
  text-decoration: none;
}

/* line 1597, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.NotGeneric-Title, .NotGeneric-Title {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Raleway;
  font-size: 70px;
  font-style: normal;
  font-weight: 800;
  line-height: 70px;
  padding: 10px 0;
  text-decoration: none;
}

/* line 1614, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.NotGeneric-SubTitle, .NotGeneric-SubTitle {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Raleway;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 4px;
  line-height: 20px;
  padding: 0;
  text-align: left;
  text-decoration: none;
}

/* line 1633, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.NotGeneric-CallToAction, .NotGeneric-CallToAction {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.5);
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 1px;
  color: white;
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 14px;
  padding: 10px 30px;
  text-align: left;
  text-decoration: none;
}

/* line 1652, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.NotGeneric-CallToAction:hover, .NotGeneric-CallToAction:hover {
  background-color: transparent;
  border-color: white;
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 1px;
  color: white;
  text-decoration: none;
}

/* line 1663, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.NotGeneric-Icon, .NotGeneric-Icon {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0);
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 0;
  color: white;
  font-family: Raleway;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 3px;
  line-height: 30px;
  padding: 0;
  text-align: left;
  text-decoration: none;
}

/* line 1682, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.NotGeneric-Menuitem, .NotGeneric-Menuitem {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.15);
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 1px;
  color: white;
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 14px;
  padding: 27px 30px;
  text-align: left;
  text-decoration: none;
}

/* line 1701, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.NotGeneric-Menuitem:hover, .NotGeneric-Menuitem:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: white;
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 1px;
  color: white;
  text-decoration: none;
}

/* line 1712, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.MarkerStyle, .MarkerStyle {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: "Permanent Marker";
  font-size: 17px;
  font-style: normal;
  font-weight: 100;
  line-height: 30px;
  padding: 0;
  text-align: left;
  text-decoration: none;
}

/* line 1730, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Gym-Menuitem, .Gym-Menuitem {
  background-color: black;
  border-color: rgba(255, 255, 255, 0);
  border-radius: 3px 3px 3px 3px;
  border-style: solid;
  border-width: 2px;
  color: white;
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 20px;
  padding: 3px 5px 3px 8px;
  text-align: left;
  text-decoration: none;
}

/* line 1749, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Gym-Menuitem:hover, .Gym-Menuitem:hover {
  background-color: black;
  border-color: rgba(255, 255, 255, 0.25);
  border-radius: 3px 3px 3px 3px;
  border-style: solid;
  border-width: 2px;
  color: white;
  text-decoration: none;
}

/* line 1760, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Newspaper-Button, .Newspaper-Button {
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0.25);
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 1px;
  color: white;
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 17px;
  padding: 12px 35px;
  text-align: left;
  text-decoration: none;
}

/* line 1779, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Newspaper-Button:hover, .Newspaper-Button:hover {
  background-color: white;
  border-color: white;
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 1px;
  color: black;
  text-decoration: none;
}

/* line 1790, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Newspaper-Subtitle, .Newspaper-Subtitle {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #a8d8ee;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 900;
  line-height: 20px;
  padding: 0;
  text-align: left;
  text-decoration: none;
}

/* line 1808, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Newspaper-Title, .Newspaper-Title {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: "Roboto Slab";
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 55px;
  padding: 0 0 10px;
  text-align: left;
  text-decoration: none;
}

/* line 1826, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Newspaper-Title-Centered, .Newspaper-Title-Centered {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: "Roboto Slab";
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 55px;
  padding: 0 0 10px;
  text-align: center;
  text-decoration: none;
}

/* line 1844, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Hero-Button, .Hero-Button {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.5);
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 1px;
  color: white;
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 14px;
  padding: 10px 30px;
  text-align: left;
  text-decoration: none;
}

/* line 1863, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Hero-Button:hover, .Hero-Button:hover {
  background-color: white;
  border-color: white;
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 1px;
  color: black;
  text-decoration: none;
}

/* line 1874, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Video-Title, .Video-Title {
  background-color: black;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Raleway;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 30px;
  padding: 5px;
  text-align: left;
  text-decoration: none;
}

/* line 1892, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Video-SubTitle, .Video-SubTitle {
  background-color: rgba(0, 0, 0, 0.35);
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Raleway;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 12px;
  padding: 5px;
  text-align: left;
  text-decoration: none;
}

/* line 1911, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.NotGeneric-Button, .NotGeneric-Button {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.5);
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 1px;
  color: white;
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 14px;
  padding: 10px 30px;
  text-align: left;
  text-decoration: none;
}

/* line 1930, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.NotGeneric-Button:hover, .NotGeneric-Button:hover {
  background-color: transparent;
  border-color: white;
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 1px;
  color: white;
  text-decoration: none;
}

/* line 1941, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.NotGeneric-BigButton, .NotGeneric-BigButton {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.15);
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 1px;
  color: white;
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 14px;
  padding: 27px 30px;
  text-align: left;
  text-decoration: none;
}

/* line 1960, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.NotGeneric-BigButton:hover, .NotGeneric-BigButton:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: white;
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 1px;
  color: white;
  text-decoration: none;
}

/* line 1971, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.WebProduct-Button, .WebProduct-Button {
  background-color: #333333;
  border-color: black;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 2px;
  color: white;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 48px;
  padding: 0 40px;
  text-align: left;
  text-decoration: none;
}

/* line 1990, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.WebProduct-Button:hover, .WebProduct-Button:hover {
  background-color: white;
  border-color: black;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 2px;
  color: #333333;
  text-decoration: none;
}

/* line 2001, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Restaurant-Button, .Restaurant-Button {
  background-color: rgba(10, 10, 10, 0);
  border-color: rgba(255, 255, 255, 0.5);
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 2px;
  color: white;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 17px;
  padding: 12px 35px;
  text-align: left;
  text-decoration: none;
}

/* line 2020, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Restaurant-Button:hover, .Restaurant-Button:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: #ffe081;
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 2px;
  color: white;
  text-decoration: none;
}

/* line 2031, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Gym-Button, .Gym-Button {
  background-color: #8bc027;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 0;
  color: white;
  font-family: Raleway;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 15px;
  padding: 13px 35px;
  text-align: left;
  text-decoration: none;
}

/* line 2050, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Gym-Button:hover, .Gym-Button:hover {
  background-color: #72a800;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 0;
  color: white;
  text-decoration: none;
}

/* line 2061, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Gym-Button-Light, .Gym-Button-Light {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.25);
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 2px;
  color: white;
  font-family: Raleway;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 15px;
  padding: 12px 35px;
  text-align: left;
  text-decoration: none;
}

/* line 2079, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Gym-Button-Light:hover, .Gym-Button-Light:hover {
  background-color: rgba(114, 168, 0, 0);
  border-color: #8bc027;
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 2px;
  color: white;
  text-decoration: none;
}

/* line 2090, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Sports-Button-Light, .Sports-Button-Light {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.5);
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 2px;
  color: white;
  font-family: Raleway;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 17px;
  padding: 12px 35px;
  text-align: left;
  text-decoration: none;
}

/* line 2109, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Sports-Button-Light:hover, .Sports-Button-Light:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: white;
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 2px;
  color: white;
  text-decoration: none;
}

/* line 2120, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Sports-Button-Red, .Sports-Button-Red {
  background-color: #db1c22;
  border-color: rgba(219, 28, 34, 0);
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 2px;
  color: white;
  font-family: Raleway;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 17px;
  padding: 12px 35px;
  text-align: left;
  text-decoration: none;
}

/* line 2139, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Sports-Button-Red:hover, .Sports-Button-Red:hover {
  background-color: black;
  border-color: black;
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 2px;
  color: white;
  text-decoration: none;
}

/* line 2150, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Photography-Button, .Photography-Button {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.25);
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 1px;
  color: white;
  font-family: Raleway;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 15px;
  padding: 13px 35px;
  text-align: left;
  text-decoration: none;
}

/* line 2169, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Photography-Button:hover, .Photography-Button:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: white;
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 1px;
  color: white;
  text-decoration: none;
}

/* line 2180, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Newspaper-Button-2, .Newspaper-Button-2 {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.5);
  border-radius: 3px 3px 3px 3px;
  border-style: solid;
  border-width: 2px;
  color: white;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 900;
  line-height: 15px;
  padding: 10px 30px;
  text-align: left;
  text-decoration: none;
}

/* line 2198, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Newspaper-Button-2:hover, .Newspaper-Button-2:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: white;
  border-radius: 3px 3px 3px 3px;
  border-style: solid;
  border-width: 2px;
  color: white;
  text-decoration: none;
}

/* line 2209, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Feature-Tour, .Feature-Tour {
  background-color: #8bc027;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 0;
  color: white;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
  padding: 17px 35px;
  text-align: left;
  text-decoration: none;
}

/* line 2227, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Feature-Tour:hover, .Feature-Tour:hover {
  background-color: #72a800;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 0;
  color: white;
  text-decoration: none;
}

/* line 2238, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Feature-Examples, .Feature-Examples {
  background-color: transparent;
  border-color: rgba(33, 42, 64, 0.15);
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 2px;
  color: rgba(33, 42, 64, 0.5);
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
  padding: 15px 35px;
  text-align: left;
  text-decoration: none;
}

/* line 2256, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Feature-Examples:hover, .Feature-Examples:hover {
  background-color: transparent;
  border-color: #8bc027;
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 2px;
  color: #8bc027;
  text-decoration: none;
}

/* line 2267, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.subcaption, .subcaption {
  background-color: transparent;
  border-color: black;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #6f7c82;
  font-family: roboto;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
}

/* line 2286, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.menutab, .menutab {
  background-color: transparent;
  border-color: black;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #292e31;
  font-family: roboto;
  font-size: 25px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
}

/* line 2305, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.menutab:hover, .menutab:hover {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #d50000;
  text-decoration: none;
}

/* line 2316, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.maincontent, .maincontent {
  background-color: transparent;
  border-color: black;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #292e31;
  font-family: roboto;
  font-size: 21px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
}

/* line 2335, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.minitext, .minitext {
  background-color: transparent;
  border-color: black;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #b9babb;
  font-family: roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
}

/* line 2354, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Feature-Buy, .Feature-Buy {
  background-color: #009aee;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 0;
  color: white;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
  padding: 17px 35px;
  text-align: left;
  text-decoration: none;
}

/* line 2372, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Feature-Buy:hover, .Feature-Buy:hover {
  background-color: #0085d6;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 0;
  color: white;
  text-decoration: none;
}

/* line 2383, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Feature-Examples-Light, .Feature-Examples-Light {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.15);
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 2px;
  color: white;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
  padding: 15px 35px;
  text-align: left;
  text-decoration: none;
}

/* line 2401, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Feature-Examples-Light:hover, .Feature-Examples-Light:hover {
  background-color: transparent;
  border-color: white;
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 2px;
  color: white;
  text-decoration: none;
}

/* line 2412, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Facebook-Likes, .Facebook-Likes {
  background-color: #3b5999;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  padding: 5px 15px;
  text-align: left;
  text-decoration: none;
}

/* line 2430, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Twitter-Favorites, .Twitter-Favorites {
  background-color: rgba(255, 255, 255, 0);
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #8899a6;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  padding: 0;
  text-align: left;
  text-decoration: none;
}

/* line 2448, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Twitter-Link, .Twitter-Link {
  background-color: white;
  border-color: transparent;
  border-radius: 30px 30px 30px 30px;
  border-style: none;
  border-width: 0;
  color: #8799a5;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
  padding: 11px 11px 9px;
  text-align: left;
  text-decoration: none;
}

/* line 2466, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Twitter-Link:hover, .Twitter-Link:hover {
  background-color: #0084b4;
  border-color: transparent;
  border-radius: 30px 30px 30px 30px;
  border-style: none;
  border-width: 0;
  color: white;
  text-decoration: none;
}

/* line 2477, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Twitter-Retweet, .Twitter-Retweet {
  background-color: rgba(255, 255, 255, 0);
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #8899a6;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  padding: 0;
  text-align: left;
  text-decoration: none;
}

/* line 2495, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Twitter-Content, .Twitter-Content {
  background-color: white;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #292f33;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  padding: 30px 30px 70px;
  text-align: left;
  text-decoration: none;
}

/* line 2513, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.revtp-searchform input[type="text"],
.revtp-searchform input[type="email"],
.revtp-form input[type="text"],
.revtp-form input[type="email"] {
  font-family: "Arial", sans-serif;
  font-size: 15px;
  color: #000;
  background-color: #fff;
  line-height: 46px;
  padding: 0 20px;
  cursor: text;
  border: 0;
  width: 400px;
  margin-bottom: 0px;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  transition: background-color 0.5s;
  border-radius: 0px;
}

/* line 2538, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.BigBold-Title,
.BigBold-Title {
  color: white;
  font-size: 110px;
  line-height: 100px;
  font-weight: 800;
  font-style: normal;
  font-family: Raleway;
  padding: 10px 0px 10px 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

/* line 2555, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.BigBold-SubTitle,
.BigBold-SubTitle {
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  font-style: normal;
  font-family: Raleway;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
  letter-spacing: 1px;
}

/* line 2573, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.BigBold-Button,
.BigBold-Button {
  color: white;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
  font-style: normal;
  font-family: Raleway;
  padding: 15px 50px 15px 50px;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.5);
  border-style: solid;
  border-width: 1px;
  border-radius: 0px 0px 0px 0px;
  text-align: left;
  letter-spacing: 1px;
}

/* line 2591, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.BigBold-Button:hover,
.BigBold-Button:hover {
  color: white;
  text-decoration: none;
  background-color: transparent;
  border-color: white;
  border-style: solid;
  border-width: 1px;
  border-radius: 0px 0px 0px 0px;
}

/* line 2601, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.FoodCarousel-Content,
.FoodCarousel-Content {
  color: #292e31;
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
  font-style: normal;
  font-family: Raleway;
  padding: 30px 30px 30px 30px;
  text-decoration: none;
  background-color: white;
  border-color: #292e31;
  border-style: solid;
  border-width: 1px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

/* line 2618, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.FoodCarousel-Button,
.FoodCarousel-Button {
  color: #292e31;
  font-size: 13px;
  line-height: 13px;
  font-weight: 700;
  font-style: normal;
  font-family: Raleway;
  padding: 15px 70px 15px 50px;
  text-decoration: none;
  background-color: white;
  border-color: #292e31;
  border-style: solid;
  border-width: 1px;
  border-radius: 0px 0px 0px 0px;
  text-align: left;
  letter-spacing: 1px;
}

/* line 2636, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.FoodCarousel-Button:hover,
.FoodCarousel-Button:hover {
  color: white;
  text-decoration: none;
  background-color: #292e31;
  border-color: #292e31;
  border-style: solid;
  border-width: 1px;
  border-radius: 0px 0px 0px 0px;
}

/* line 2646, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.FoodCarousel-CloseButton,
.FoodCarousel-CloseButton {
  color: #292e31;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  font-style: normal;
  font-family: Raleway;
  padding: 14px 14px 14px 16px;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(41, 46, 49, 0);
  border-style: solid;
  border-width: 1px;
  border-radius: 30px 30px 30px 30px;
  text-align: left;
  letter-spacing: 1px;
}

/* line 2664, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.FoodCarousel-CloseButton:hover,
.FoodCarousel-CloseButton:hover {
  color: white;
  text-decoration: none;
  background-color: #292e31;
  border-color: rgba(41, 46, 49, 0);
  border-style: solid;
  border-width: 1px;
  border-radius: 30px 30px 30px 30px;
}

/* line 2674, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Video-SubTitle,
.Video-SubTitle {
  color: white;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  font-style: normal;
  font-family: Raleway;
  padding: 5px 5px 5px 5px;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.35);
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  letter-spacing: 2px;
  text-align: left;
}

/* line 2692, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Video-Title,
.Video-Title {
  color: white;
  font-size: 30px;
  line-height: 30px;
  font-weight: 900;
  font-style: normal;
  font-family: Raleway;
  padding: 5px 5px 5px 5px;
  text-decoration: none;
  background-color: black;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

/* line 2709, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Travel-BigCaption,
.Travel-BigCaption {
  color: white;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
  font-style: normal;
  font-family: Roboto;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

/* line 2726, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Travel-SmallCaption,
.Travel-SmallCaption {
  color: white;
  font-size: 25px;
  line-height: 30px;
  font-weight: 300;
  font-style: normal;
  font-family: Roboto;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

/* line 2743, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Travel-CallToAction,
.Travel-CallToAction {
  color: white;
  font-size: 25px;
  line-height: 25px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 12px 20px 12px 20px;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.05);
  border-color: white;
  border-style: solid;
  border-width: 2px;
  border-radius: 5px 5px 5px 5px;
  text-align: left;
  letter-spacing: 1px;
}

/* line 2761, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Travel-CallToAction:hover,
.Travel-CallToAction:hover {
  color: white;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.15);
  border-color: white;
  border-style: solid;
  border-width: 2px;
  border-radius: 5px 5px 5px 5px;
}

/* line 2773, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.RotatingWords-TitleWhite,
.RotatingWords-TitleWhite {
  color: white;
  font-size: 70px;
  line-height: 70px;
  font-weight: 800;
  font-style: normal;
  font-family: Raleway;
  padding: 0px 0px 0px 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

/* line 2790, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.RotatingWords-Button,
.RotatingWords-Button {
  color: white;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  font-style: normal;
  font-family: Raleway;
  padding: 20px 50px 20px 50px;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.15);
  border-style: solid;
  border-width: 2px;
  border-radius: 0px 0px 0px 0px;
  text-align: left;
  letter-spacing: 3px;
}

/* line 2808, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.RotatingWords-Button:hover,
.RotatingWords-Button:hover {
  color: white;
  text-decoration: none;
  background-color: transparent;
  border-color: white;
  border-style: solid;
  border-width: 2px;
  border-radius: 0px 0px 0px 0px;
}

/* line 2818, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.RotatingWords-SmallText,
.RotatingWords-SmallText {
  color: white;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-style: normal;
  font-family: Raleway;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
  text-shadow: none;
}

/* line 2840, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.ContentZoom-SmallTitle,
.ContentZoom-SmallTitle {
  color: #292e31;
  font-size: 33px;
  line-height: 45px;
  font-weight: 600;
  font-style: normal;
  font-family: Raleway;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

/* line 2857, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.ContentZoom-SmallSubtitle,
.ContentZoom-SmallSubtitle {
  color: #6f7c82;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  font-style: normal;
  font-family: Raleway;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

/* line 2874, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.ContentZoom-SmallIcon,
.ContentZoom-SmallIcon {
  color: #292e31;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  font-style: normal;
  font-family: Raleway;
  padding: 10px 10px 10px 10px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

/* line 2891, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.ContentZoom-SmallIcon:hover,
.ContentZoom-SmallIcon:hover {
  color: #6f7c82;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
}

/* line 2901, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.ContentZoom-DetailTitle,
.ContentZoom-DetailTitle {
  color: #292e31;
  font-size: 70px;
  line-height: 70px;
  font-weight: 500;
  font-style: normal;
  font-family: Raleway;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

/* line 2918, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.ContentZoom-DetailSubTitle,
.ContentZoom-DetailSubTitle {
  color: #6f7c82;
  font-size: 25px;
  line-height: 25px;
  font-weight: 500;
  font-style: normal;
  font-family: Raleway;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

/* line 2935, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.ContentZoom-DetailContent,
.ContentZoom-DetailContent {
  color: #6f7c82;
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
  font-style: normal;
  font-family: Raleway;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

/* line 2952, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.ContentZoom-Button,
.ContentZoom-Button {
  color: #292e31;
  font-size: 13px;
  line-height: 13px;
  font-weight: 700;
  font-style: normal;
  font-family: Raleway;
  padding: 15px 50px 15px 50px;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(41, 46, 49, 0.5);
  border-style: solid;
  border-width: 1px;
  border-radius: 0px 0px 0px 0px;
  text-align: left;
  letter-spacing: 1px;
}

/* line 2970, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.ContentZoom-Button:hover,
.ContentZoom-Button:hover {
  color: white;
  text-decoration: none;
  background-color: #292e31;
  border-color: #292e31;
  border-style: solid;
  border-width: 1px;
  border-radius: 0px 0px 0px 0px;
}

/* line 2980, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.ContentZoom-ButtonClose,
.ContentZoom-ButtonClose {
  color: #292e31;
  font-size: 13px;
  line-height: 13px;
  font-weight: 700;
  font-style: normal;
  font-family: Raleway;
  padding: 14px 14px 14px 16px;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(41, 46, 49, 0.5);
  border-style: solid;
  border-width: 1px;
  border-radius: 30px 30px 30px 30px;
  text-align: left;
  letter-spacing: 1px;
}

/* line 2998, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.ContentZoom-ButtonClose:hover,
.ContentZoom-ButtonClose:hover {
  color: white;
  text-decoration: none;
  background-color: #292e31;
  border-color: #292e31;
  border-style: solid;
  border-width: 1px;
  border-radius: 30px 30px 30px 30px;
}

/* line 3008, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Newspaper-Title,
.Newspaper-Title {
  color: white;
  font-size: 50px;
  line-height: 55px;
  font-weight: 400;
  font-style: normal;
  font-family: "Roboto Slab";
  padding: 0 0 10px 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

/* line 3025, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Newspaper-Subtitle,
.Newspaper-Subtitle {
  color: #a8d8ee;
  font-size: 15px;
  line-height: 20px;
  font-weight: 900;
  font-style: normal;
  font-family: Roboto;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

/* line 3042, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Newspaper-Button,
.Newspaper-Button {
  color: white;
  font-size: 13px;
  line-height: 17px;
  font-weight: 700;
  font-style: normal;
  font-family: Roboto;
  padding: 12px 35px 12px 35px;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0.25);
  border-style: solid;
  border-width: 1px;
  border-radius: 0px 0px 0px 0px;
  letter-spacing: 2px;
  text-align: left;
}

/* line 3060, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Newspaper-Button:hover,
.Newspaper-Button:hover {
  color: black;
  text-decoration: none;
  background-color: white;
  border-color: white;
  border-style: solid;
  border-width: 1px;
  border-radius: 0px 0px 0px 0px;
}

/* line 3070, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.rtwhitemedium,
.rtwhitemedium {
  font-size: 22px;
  line-height: 26px;
  color: white;
  text-decoration: none;
  background-color: transparent;
  border-width: 0px;
  border-color: black;
  border-style: none;
  text-shadow: none;
}

@media only screen and (max-width: 767px) {
  /* line 3084, vendor/assets/stylesheets/rs-plugin/css/layers.css */
  .revtp-searchform input[type="text"],
.revtp-searchform input[type="email"],
.revtp-form input[type="text"],
.revtp-form input[type="email"] {
    width: 200px !important;
  }
}

/* line 3090, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.revtp-searchform input[type="submit"],
.revtp-form input[type="submit"] {
  font-family: "Arial", sans-serif;
  line-height: 46px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  padding: 0 20px;
  border: 0;
  background: #009aee;
  color: #fff;
  border-radius: 0px;
}

/* line 3107, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
  color: #0084B4 !important;
}

/* line 3111, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Twitter-Content a:hover {
  color: #0084B4 !important;
  text-decoration: underline !important;
}

/* line 3115, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Concept-Title,
.Concept-Title {
  color: white;
  font-size: 70px;
  line-height: 70px;
  font-weight: 700;
  font-style: normal;
  font-family: "Roboto Condensed";
  padding: 0px 0px 10px 0px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
  letter-spacing: 5px;
}

/* line 3133, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Concept-SubTitle,
.Concept-SubTitle {
  color: rgba(255, 255, 255, 0.65);
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
  font-style: italic;
  font-family: "" Playfair Display "";
  padding: 0px 0px 10px 0px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
}

/* line 3150, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Concept-Content,
.Concept-Content {
  color: white;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  font-style: normal;
  font-family: "Roboto Condensed";
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-color: white;
  border-style: none;
  border-width: 2px;
  border-radius: 0px 0px 0px 0px;
}

/* line 3167, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Concept-MoreBtn,
.Concept-MoreBtn {
  color: white;
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  font-style: normal;
  font-family: Roboto;
  padding: 10px 8px 7px 10px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: 0px;
  border-radius: 50px 50px 50px 50px;
  letter-spacing: 1px;
  text-align: left;
}

/* line 3186, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Concept-MoreBtn:hover,
.Concept-MoreBtn:hover {
  color: white;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: 0px;
  border-radius: 50px 50px 50px 50px;
}

/* line 3196, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Concept-LessBtn,
.Concept-LessBtn {
  color: white;
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  font-style: normal;
  font-family: Roboto;
  padding: 10px 8px 7px 10px;
  text-decoration: none;
  text-align: left;
  background-color: black;
  border-color: rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: 0px;
  border-radius: 50px 50px 50px 50px;
  letter-spacing: 1px;
  text-align: left;
}

/* line 3215, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Concept-LessBtn:hover,
.Concept-LessBtn:hover {
  color: black;
  text-decoration: none;
  background-color: white;
  border-color: rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: 0px;
  border-radius: 50px 50px 50px 50px;
}

/* line 3225, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Concept-SubTitle-Dark,
.Concept-SubTitle-Dark {
  color: rgba(0, 0, 0, 0.65);
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
  font-style: italic;
  font-family: "Playfair Display";
  padding: 0px 0px 10px 0px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
}

/* line 3242, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Concept-Title-Dark,
.Concept-Title-Dark {
  color: black;
  font-size: 70px;
  line-height: 70px;
  font-weight: 700;
  font-style: normal;
  font-family: "Roboto Condensed";
  padding: 0px 0px 10px 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
  letter-spacing: 5px;
}

/* line 3260, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Concept-MoreBtn-Dark,
.Concept-MoreBtn-Dark {
  color: black;
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  font-style: normal;
  font-family: Roboto;
  padding: 10px 8px 7px 10px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: 0px;
  border-radius: 50px 50px 50px 50px;
  letter-spacing: 1px;
  text-align: left;
}

/* line 3279, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Concept-MoreBtn-Dark:hover,
.Concept-MoreBtn-Dark:hover {
  color: white;
  text-decoration: none;
  background-color: black;
  border-color: rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: 0px;
  border-radius: 50px 50px 50px 50px;
}

/* line 3289, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Concept-Content-Dark,
.Concept-Content-Dark {
  color: black;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  font-style: normal;
  font-family: "Roboto Condensed";
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-color: white;
  border-style: none;
  border-width: 2px;
  border-radius: 0px 0px 0px 0px;
}

/* line 3306, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Concept-Notice,
.Concept-Notice {
  color: white;
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
  font-style: normal;
  font-family: "Roboto Condensed";
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-color: white;
  border-style: none;
  border-width: 2px;
  border-radius: 0px 0px 0px 0px;
  letter-spacing: 2px;
}

/* line 3324, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Concept-Content a,
.tp-caption.Concept-Content a:visited {
  color: #fff !important;
  border-bottom: 1px solid #fff !important;
  font-weight: 700 !important;
}

/* line 3330, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Concept-Content a:hover {
  border-bottom: 1px solid transparent !important;
}

/* line 3333, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Concept-Content-Dark a,
.tp-caption.Concept-Content-Dark a:visited {
  color: #000 !important;
  border-bottom: 1px solid #000 !important;
  font-weight: 700 !important;
}

/* line 3339, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Concept-Content-Dark a:hover {
  border-bottom: 1px solid transparent !important;
}

/* line 3343, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
  color: #0084B4 !important;
}

/* line 3347, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Twitter-Content a:hover {
  color: #0084B4 !important;
  text-decoration: underline !important;
}

/* line 3351, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Creative-Title,
.Creative-Title {
  color: white;
  font-size: 70px;
  line-height: 70px;
  font-weight: 400;
  font-style: normal;
  font-family: "Playfair Display";
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
}

/* line 3368, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Creative-SubTitle,
.Creative-SubTitle {
  color: #cdb083;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  font-style: normal;
  font-family: Lato;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
  letter-spacing: 2px;
}

/* line 3386, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Creative-Button,
.Creative-Button {
  color: #cdb083;
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
  font-style: normal;
  font-family: Lato;
  padding: 15px 50px 15px 50px;
  text-decoration: none;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(205, 176, 131, 0.25);
  border-style: solid;
  border-width: 1px;
  border-radius: 0px 0px 0px 0px;
  letter-spacing: 2px;
}

/* line 3404, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Creative-Button:hover,
.Creative-Button:hover {
  color: #cdb083;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: #cdb083;
  border-style: solid;
  border-width: 1px;
  border-radius: 0px 0px 0px 0px;
}

/* line 3415, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.subcaption,
.subcaption {
  color: #6f7c82;
  font-size: 19px;
  line-height: 24px;
  font-weight: 400;
  font-style: normal;
  font-family: roboto;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: black;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-shadow: none;
  text-align: left;
}

/* line 3433, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.RedDot,
.RedDot {
  color: black;
  font-weight: 400;
  font-style: normal;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  text-align: left;
  background-color: #d50000;
  border-color: white;
  border-style: solid;
  border-width: 5px;
  border-radius: 50px 50px 50px 50px;
}

/* line 3447, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.RedDot:hover,
.RedDot:hover {
  color: black;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.75);
  border-color: #d50000;
  border-style: solid;
  border-width: 5px;
  border-radius: 50px 50px 50px 50px;
}

/* line 3458, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.SlidingOverlays-Title,
.SlidingOverlays-Title {
  color: white;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
  font-style: normal;
  font-family: "Playfair Display";
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
}

/* line 3475, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.SlidingOverlays-Title,
.SlidingOverlays-Title {
  color: white;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
  font-style: normal;
  font-family: "Playfair Display";
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
}

/* line 3493, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Woo-TitleLarge,
.Woo-TitleLarge {
  color: black;
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  font-style: normal;
  font-family: "Playfair Display";
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

/* line 3511, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Woo-Rating,
.Woo-Rating {
  color: black;
  font-size: 14px;
  line-height: 30px;
  font-weight: 300;
  font-style: normal;
  font-family: Roboto;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

/* line 3529, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Woo-SubTitle,
.Woo-SubTitle {
  color: black;
  font-size: 18px;
  line-height: 18px;
  font-weight: 300;
  font-style: normal;
  font-family: Roboto;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
  letter-spacing: 2px;
}

/* line 3548, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Woo-PriceLarge,
.Woo-PriceLarge {
  color: black;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  font-style: normal;
  font-family: Roboto;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

/* line 3566, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Woo-ProductInfo,
.Woo-ProductInfo {
  color: black;
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 12px 75px 12px 50px;
  text-decoration: none;
  background-color: #fecf72;
  border-color: black;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px 4px 4px 4px;
  text-align: left;
}

/* line 3584, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Woo-ProductInfo:hover,
.Woo-ProductInfo:hover {
  color: black;
  text-decoration: none;
  background-color: #f3a847;
  border-color: black;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px 4px 4px 4px;
}

/* line 3594, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Woo-AddToCart,
.Woo-AddToCart {
  color: black;
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 12px 35px 12px 35px;
  text-decoration: none;
  background-color: #fecf72;
  border-color: black;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px 4px 4px 4px;
  text-align: left;
}

/* line 3612, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Woo-AddToCart:hover,
.Woo-AddToCart:hover {
  color: black;
  text-decoration: none;
  background-color: #f3a847;
  border-color: black;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px 4px 4px 4px;
}

/* line 3622, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Woo-TitleLarge,
.Woo-TitleLarge {
  color: black;
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  font-style: normal;
  font-family: "Playfair Display";
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

/* line 3640, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Woo-SubTitle,
.Woo-SubTitle {
  color: black;
  font-size: 18px;
  line-height: 18px;
  font-weight: 300;
  font-style: normal;
  font-family: Roboto;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
  letter-spacing: 2px;
}

/* line 3659, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Woo-PriceLarge,
.Woo-PriceLarge {
  color: black;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  font-style: normal;
  font-family: Roboto;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

/* line 3677, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Woo-ProductInfo,
.Woo-ProductInfo {
  color: black;
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 12px 75px 12px 50px;
  text-decoration: none;
  background-color: #fecf72;
  border-color: black;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px 4px 4px 4px;
  text-align: left;
}

/* line 3695, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Woo-ProductInfo:hover,
.Woo-ProductInfo:hover {
  color: black;
  text-decoration: none;
  background-color: #f3a847;
  border-color: black;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px 4px 4px 4px;
}

/* line 3705, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Woo-AddToCart,
.Woo-AddToCart {
  color: black;
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 12px 35px 12px 35px;
  text-decoration: none;
  background-color: #fecf72;
  border-color: black;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px 4px 4px 4px;
  text-align: left;
}

/* line 3723, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Woo-AddToCart:hover,
.Woo-AddToCart:hover {
  color: black;
  text-decoration: none;
  background-color: #f3a847;
  border-color: black;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px 4px 4px 4px;
}

/* line 3734, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.FullScreen-Toggle,
.FullScreen-Toggle {
  color: white;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  font-style: normal;
  font-family: Raleway;
  padding: 11px 8px 11px 12px;
  text-decoration: none;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.5);
  border-color: rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
  letter-spacing: 3px;
  text-align: left;
}

/* line 3753, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.FullScreen-Toggle:hover,
.FullScreen-Toggle:hover {
  color: white;
  text-decoration: none;
  background-color: black;
  border-color: rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
}

/* line 3764, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Agency-Title,
.Agency-Title {
  color: white;
  font-size: 70px;
  line-height: 70px;
  font-weight: 900;
  font-style: normal;
  font-family: lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
  letter-spacing: 10px;
}

/* line 3782, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Agency-SubTitle,
.Agency-SubTitle {
  color: white;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  font-style: italic;
  font-family: Georgia, serif;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

/* line 3799, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Agency-PlayBtn,
.Agency-PlayBtn {
  color: white;
  font-size: 30px;
  line-height: 71px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: white;
  border-style: solid;
  border-width: 2px;
  border-radius: 100px 100px 100px 100px;
  text-align: center;
}

/* line 3816, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Agency-PlayBtn:hover,
.Agency-PlayBtn:hover {
  color: white;
  text-decoration: none;
  background-color: transparent;
  border-color: white;
  border-style: solid;
  border-width: 2px;
  border-radius: 100px 100px 100px 100px;
  cursor: pointer;
}

/* line 3827, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Agency-SmallText,
.Agency-SmallText {
  color: white;
  font-size: 12px;
  line-height: 12px;
  font-weight: 900;
  font-style: normal;
  font-family: lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
  letter-spacing: 5px;
}

/* line 3845, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Agency-Social,
.Agency-Social {
  color: #333333;
  font-size: 25px;
  line-height: 50px;
  font-weight: 400;
  font-style: normal;
  font-family: Georgia, serif;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: #333333;
  border-style: solid;
  border-width: 2px;
  border-radius: 30px 30px 30px 30px;
  text-align: center;
}

/* line 3862, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Agency-Social:hover,
.Agency-Social:hover {
  color: white;
  text-decoration: none;
  background-color: #333333;
  border-color: #333333;
  border-style: solid;
  border-width: 2px;
  border-radius: 30px 30px 30px 30px;
  cursor: pointer;
}

/* line 3873, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Agency-CloseBtn,
.Agency-CloseBtn {
  color: white;
  font-size: 50px;
  line-height: 50px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-style: none;
  border-width: 0px;
  border-radius: 100px 100px 100px 100px;
  text-align: center;
}

/* line 3890, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Agency-CloseBtn:hover,
.Agency-CloseBtn:hover {
  color: white;
  text-decoration: none;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-style: none;
  border-width: 0px;
  border-radius: 100px 100px 100px 100px;
  cursor: pointer;
}

/* line 3902, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Dining-Title,
.Dining-Title {
  color: white;
  font-size: 70px;
  line-height: 70px;
  font-weight: 400;
  font-style: normal;
  font-family: Georgia, serif;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
  letter-spacing: 10px;
}

/* line 3920, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Dining-SubTitle,
.Dining-SubTitle {
  color: white;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  font-style: normal;
  font-family: Georgia, serif;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

/* line 3937, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Dining-BtnLight,
.Dining-BtnLight {
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
  font-style: normal;
  font-family: Lato;
  padding: 17px 73px 17px 50px;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.25);
  border-style: solid;
  border-width: 1px;
  border-radius: 0px 0px 0px 0px;
  text-align: left;
  letter-spacing: 2px;
}

/* line 3955, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Dining-BtnLight:hover,
.Dining-BtnLight:hover {
  color: white;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: white;
  border-style: solid;
  border-width: 1px;
  border-radius: 0px 0px 0px 0px;
}

/* line 3965, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Dining-Social,
.Dining-Social {
  color: white;
  font-size: 25px;
  line-height: 50px;
  font-weight: 400;
  font-style: normal;
  font-family: Georgia, serif;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.25);
  border-style: solid;
  border-width: 1px;
  border-radius: 30px 30px 30px 30px;
  text-align: center;
}

/* line 3982, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Dining-Social:hover,
.Dining-Social:hover {
  color: white;
  text-decoration: none;
  background-color: transparent;
  border-color: white;
  border-style: solid;
  border-width: 1px;
  border-radius: 30px 30px 30px 30px;
  cursor: pointer;
}

/* line 3993, vendor/assets/stylesheets/rs-plugin/css/layers.css */
tp-caption.Team-Thumb,
.Team-Thumb {
  color: white;
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
  font-style: normal;
  font-family: Arial;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

/* line 4010, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Team-Thumb:hover,
.Team-Thumb:hover {
  color: white;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  cursor: pointer;
}

/* line 4021, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Team-Name,
.Team-Name {
  color: white;
  font-size: 70px;
  line-height: 70px;
  font-weight: 900;
  font-style: normal;
  font-family: Roboto;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

/* line 4038, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Team-Position,
.Team-Position {
  color: white;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  font-style: normal;
  font-family: Georgia, serif;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

/* line 4055, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Team-Description,
.Team-Description {
  color: white;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  font-style: normal;
  font-family: Roboto;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

/* line 4072, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Team-Social,
.Team-Social {
  color: white;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
  font-style: normal;
  font-family: Arial;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

/* line 4089, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Team-Social:hover,
.Team-Social:hover {
  color: white;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
  cursor: pointer;
}

/* line 4101, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.VideoControls-Play,
.VideoControls-Play {
  color: black;
  font-size: 50px;
  line-height: 120px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 0px 0px 0px 7px;
  text-decoration: none;
  background-color: white;
  border-color: black;
  border-style: solid;
  border-width: 0px;
  border-radius: 100px 100px 100px 100px;
  text-align: center;
}

/* line 4118, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.VideoControls-Play:hover,
.VideoControls-Play:hover {
  color: black;
  text-decoration: none;
  background-color: white;
  border-color: black;
  border-style: solid;
  border-width: 0px;
  border-radius: 100px 100px 100px 100px;
  cursor: pointer;
}

/* line 4129, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.VideoPlayer-Title,
.VideoPlayer-Title {
  color: white;
  font-size: 40px;
  line-height: 40px;
  font-weight: 900;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
  letter-spacing: 10px;
}

/* line 4147, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.VideoPlayer-SubTitle,
.VideoPlayer-SubTitle {
  color: white;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  font-style: italic;
  font-family: Georgia, serif;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

/* line 4164, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.VideoPlayer-Social,
.VideoPlayer-Social {
  color: white;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
  font-style: normal;
  font-family: Arial;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

/* line 4181, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.VideoPlayer-Social:hover,
.VideoPlayer-Social:hover {
  color: white;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
  cursor: pointer;
}

/* line 4192, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.VideoControls-Mute,
.VideoControls-Mute {
  color: black;
  font-size: 20px;
  line-height: 50px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  background-color: white;
  border-color: black;
  border-style: solid;
  border-width: 0px;
  border-radius: 100px 100px 100px 100px;
  text-align: center;
}

/* line 4209, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.VideoControls-Mute:hover,
.VideoControls-Mute:hover {
  color: black;
  text-decoration: none;
  background-color: white;
  border-color: black;
  border-style: solid;
  border-width: 0px;
  border-radius: 100px 100px 100px 100px;
  cursor: pointer;
}

/* line 4220, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.VideoControls-Pause,
.VideoControls-Pause {
  color: black;
  font-size: 20px;
  line-height: 50px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  background-color: white;
  border-color: black;
  border-style: solid;
  border-width: 0px;
  border-radius: 100px 100px 100px 100px;
  text-align: center;
}

/* line 4237, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.VideoControls-Pause:hover,
.VideoControls-Pause:hover {
  color: black;
  text-decoration: none;
  background-color: white;
  border-color: black;
  border-style: solid;
  border-width: 0px;
  border-radius: 100px 100px 100px 100px;
  cursor: pointer;
}

/* line 4249, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.soundcloudwrapper iframe {
  width: 100% !important;
}

/* line 4252, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.SleekLanding-Title,
.SleekLanding-Title {
  color: white;
  font-size: 35px;
  line-height: 40px;
  font-weight: 400;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
  letter-spacing: 5px;
}

/* line 4271, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.SleekLanding-ButtonBG,
.SleekLanding-ButtonBG {
  color: black;
  font-weight: 700;
  font-style: normal;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 0px;
  border-radius: 5px 5px 5px 5px;
  text-align: left;
  box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, 0.15);
}

/* line 4288, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.SleekLanding-SmallTitle,
.SleekLanding-SmallTitle {
  color: white;
  font-size: 13px;
  line-height: 50px;
  font-weight: 900;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
  letter-spacing: 2px;
}

/* line 4307, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.SleekLanding-BottomText,
.SleekLanding-BottomText {
  color: white;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

/* line 4325, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.SleekLanding-Social,
.SleekLanding-Social {
  color: white;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  font-style: normal;
  font-family: Arial;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

/* line 4343, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.SleekLanding-Social:hover,
.SleekLanding-Social:hover {
  color: rgba(0, 0, 0, 0.25);
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  cursor: pointer;
}

/* line 4354, vendor/assets/stylesheets/rs-plugin/css/layers.css */
#rev_slider_429_1_wrapper .tp-loader.spinner2 {
  background-color: #555555 !important;
}

/* line 4357, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-fat {
  font-weight: 900 !important;
}

/* line 4361, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.PostSlider-Category,
.PostSlider-Category {
  color: black;
  font-size: 15px;
  line-height: 15px;
  font-weight: 300;
  font-style: normal;
  font-family: Roboto;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  letter-spacing: 3px;
  text-align: left;
}

/* line 4379, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.PostSlider-Title,
.PostSlider-Title {
  color: black;
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  font-style: normal;
  font-family: "Playfair Display";
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

/* line 4396, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.PostSlider-Content,
.PostSlider-Content {
  color: #777777;
  font-size: 15px;
  line-height: 23px;
  font-weight: 400;
  font-style: normal;
  font-family: Roboto;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

/* line 4413, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.PostSlider-Button,
.PostSlider-Button {
  color: black;
  font-size: 15px;
  line-height: 40px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 1px 56px 1px 32px;
  text-decoration: none;
  background-color: white;
  border-color: black;
  border-style: solid;
  border-width: 1px;
  border-radius: 0px 0px 0px 0px;
  text-align: left;
}

/* line 4430, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.PostSlider-Button:hover,
.PostSlider-Button:hover {
  color: black;
  text-decoration: none;
  background-color: #eeeeee;
  border-color: black;
  border-style: solid;
  border-width: 1px;
  border-radius: 0px 0px 0px 0px;
  cursor: pointer;
}

/* media queries */
/* line 4444, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.LandingPage-Title,
.LandingPage-Title {
  color: white;
  font-size: 70px;
  line-height: 80px;
  font-weight: 900;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
  letter-spacing: 10px;
}

/* line 4465, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.LandingPage-SubTitle,
.LandingPage-SubTitle {
  color: white;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  font-style: italic;
  font-family: Georgia, serif;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

/* line 4482, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.LandingPage-Button,
.LandingPage-Button {
  color: black;
  font-size: 15px;
  line-height: 54px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 0px 35px 0px 35px;
  text-decoration: none;
  background-color: white;
  border-color: black;
  border-style: solid;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
  text-align: left;
  letter-spacing: 3px;
}

/* line 4500, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.LandingPage-Button:hover,
.LandingPage-Button:hover {
  color: black;
  text-decoration: none;
  background-color: white;
  border-color: black;
  border-style: solid;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
  cursor: pointer;
}

/* line 4511, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.App-Content a,
.tp-caption.App-Content a:visited {
  color: #89124e !important;
  border-bottom: 1px solid transparent !important;
  font-weight: bold !important;
}

/* line 4517, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.App-Content a:hover {
  border-bottom: 1px solid #89124e !important;
}

/* line 4520, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.RockBand-LogoText,
.RockBand-LogoText {
  color: white;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  font-style: normal;
  font-family: Oswald;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

/* line 4538, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
  color: #fff !important;
  text-decoration: underline !important;
}

/* line 4543, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Twitter-Content a:hover {
  color: #fff !important;
  text-decoration: none !important;
}

/* line 4547, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.soundcloudwrapper iframe {
  width: 100% !important;
}

/* line 4551, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Agency-LogoText,
.Agency-LogoText {
  color: white;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
  letter-spacing: 1px;
}

/* line 4570, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.ComingSoon-Highlight,
.ComingSoon-Highlight {
  color: white;
  font-size: 20px;
  line-height: 37px;
  font-weight: 400;
  font-style: normal;
  font-family: Lato;
  padding: 0 20px 3px 20px;
  text-decoration: none;
  text-align: left;
  background-color: #009aee;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

/* line 4588, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.ComingSoon-Count,
.ComingSoon-Count {
  color: white;
  font-size: 50px;
  line-height: 50px;
  font-weight: 900;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

/* line 4606, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.ComingSoon-CountUnit,
.ComingSoon-CountUnit {
  color: white;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

/* line 4624, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.ComingSoon-NotifyMe,
.ComingSoon-NotifyMe {
  color: #a49d8f;
  font-size: 27px;
  line-height: 35px;
  font-weight: 600;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

/* line 4643, vendor/assets/stylesheets/rs-plugin/css/layers.css */
#mc_embed_signup input#mce-EMAIL {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  color: #000;
  background-color: #fff;
  line-height: 46px;
  padding: 0 20px;
  cursor: text;
  border: 1px solid #fff;
  width: 400px;
  margin-bottom: 0px;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  transition: background-color 0.5s;
  border-radius: 0px;
}

/* line 4663, vendor/assets/stylesheets/rs-plugin/css/layers.css */
#mc_embed_signup input#mce-EMAIL[type="email"]:focus {
  background-color: #fff;
  border: 1px solid #666;
  border-right: 0;
}

/* line 4668, vendor/assets/stylesheets/rs-plugin/css/layers.css */
#mc_embed_signup input#mc-embedded-subscribe,
#mc_embed_signup input#mc-embedded-subscribe:focus {
  font-family: "Lato", sans-serif;
  line-height: 46px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 900;
  padding: 0 20px;
  border: 1px solid #009aee;
  background: #009aee;
  color: #fff;
  border-radius: 0px;
}

/* line 4684, vendor/assets/stylesheets/rs-plugin/css/layers.css */
#mc_embed_signup input#mc-embedded-subscribe:hover {
  background: #0083d4;
}

@media only screen and (max-width: 767px) {
  /* line 4688, vendor/assets/stylesheets/rs-plugin/css/layers.css */
  #mc_embed_signup input#mce-EMAIL {
    width: 200px;
  }
}

/* line 4692, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Agency-SmallTitle,
.Agency-SmallTitle {
  color: white;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  font-style: normal;
  font-family: lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
  letter-spacing: 6px;
}

/* line 4711, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Agency-SmallContent,
.Agency-SmallContent {
  color: white;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  font-style: normal;
  font-family: lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

/* line 4729, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Agency-SmallLink,
.Agency-SmallLink {
  color: #f87c09;
  font-size: 12px;
  line-height: 22px;
  font-weight: 700;
  font-style: normal;
  font-family: lato;
  padding: 0 0 0px 0;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
  letter-spacing: 2px;
  border-bottom: 1px solid #f87c09 !important;
}

/* line 4749, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Agency-SmallLink:hover,
.Agency-SmallLink:hover {
  color: white;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  cursor: pointer;
}

/* line 4760, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Agency-NavButton,
.Agency-NavButton {
  color: #333333;
  font-size: 17px;
  line-height: 50px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  text-align: center;
  background-color: white;
  border-color: black;
  border-style: solid;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
  text-align: center;
}

/* line 4778, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Agency-NavButton:hover,
.Agency-NavButton:hover {
  color: white;
  text-decoration: none;
  background-color: #333333;
  border-color: black;
  border-style: solid;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
  cursor: pointer;
}

/* line 4789, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Agency-SmallLinkGreen,
.Agency-SmallLinkGreen {
  color: #6db19b;
  font-size: 12px;
  line-height: 22px;
  font-weight: 700;
  font-style: normal;
  font-family: lato;
  padding: 0 0 0px 0;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
  letter-spacing: 2px;
  border-bottom: 1px solid #6db19b !important;
}

/* line 4809, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Agency-SmallLinkGreen:hover,
.Agency-SmallLinkGreen:hover {
  color: white;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  cursor: pointer;
}

/* line 4820, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Agency-SmallLinkBlue,
.Agency-SmallLinkBlue {
  color: #999999;
  font-size: 12px;
  line-height: 22px;
  font-weight: 700;
  font-style: normal;
  font-family: lato;
  padding: 0 0 0px 0;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
  letter-spacing: 2px;
  border-bottom: 1px solid #999 !important;
}

/* line 4840, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Agency-SmallLinkBlue:hover,
.Agency-SmallLinkBlue:hover {
  color: white;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  cursor: pointer;
}

/* line 4851, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Agency-LogoText,
.Agency-LogoText {
  color: white;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
  letter-spacing: 1px;
}

/* line 4870, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Agency-ArrowTooltip,
.Agency-ArrowTooltip {
  color: #333333;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  font-style: normal;
  font-family: "Permanent Marker";
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

/* line 4888, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Agency-SmallSocial,
.Agency-SmallSocial {
  color: white;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  font-style: normal;
  font-family: Arial;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

/* line 4906, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Agency-SmallSocial:hover,
.Agency-SmallSocial:hover {
  color: #333333;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
  cursor: pointer;
}

/* line 4917, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
  color: #0084B4 !important;
}

/* line 4921, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Twitter-Content a:hover {
  color: #0084B4 !important;
  text-decoration: underline !important;
}

/* line 4925, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.CreativeFrontPage-Btn,
.CreativeFrontPage-Btn {
  color: white;
  font-size: 14px;
  line-height: 60px;
  font-weight: 900;
  font-style: normal;
  font-family: Roboto;
  padding: 0px 50px 0px 50px;
  text-decoration: none;
  text-align: left;
  background-color: #00685c;
  border-color: black;
  border-style: solid;
  border-width: 0px;
  border-radius: 4px 4px 4px 4px;
  letter-spacing: 2px;
}

/* line 4943, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.CreativeFrontPage-Btn:hover,
.CreativeFrontPage-Btn:hover {
  color: white;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.25);
  border-color: black;
  border-style: solid;
  border-width: 0px;
  border-radius: 4px 4px 4px 4px;
  cursor: pointer;
}

/* line 4954, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.CreativeFrontPage-Menu,
.CreativeFrontPage-Menu {
  color: white;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  font-style: normal;
  font-family: roboto;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  letter-spacing: 2px;
}

/* line 4972, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-flip-index {
  z-index: 1000 !important;
}

/* line 4975, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
  color: #0084B4 !important;
}

/* line 4979, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Twitter-Content a:hover {
  color: #0084B4 !important;
  text-decoration: underline !important;
}

/* line 4983, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.FullScreenMenu-Category,
.FullScreenMenu-Category {
  color: #111111;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  font-style: normal;
  font-family: BenchNine;
  padding: 21px 30px 16px 30px;
  text-decoration: none;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.9);
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  letter-spacing: 3px;
}

/* line 5001, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.FullScreenMenu-Title,
.FullScreenMenu-Title {
  color: white;
  font-size: 65px;
  line-height: 70px;
  font-weight: 700;
  font-style: normal;
  font-family: BenchNine;
  padding: 21px 30px 16px 30px;
  text-decoration: none;
  text-align: left;
  background-color: rgba(17, 17, 17, 0.9);
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
}

/* line 5018, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
  color: #0084B4 !important;
}

/* line 5022, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Twitter-Content a:hover {
  color: #0084B4 !important;
  text-decoration: underline !important;
}

/* line 5026, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.TechJournal-Button,
.TechJournal-Button {
  color: white;
  font-size: 13px;
  line-height: 40px;
  font-weight: 900;
  font-style: normal;
  font-family: Raleway;
  padding: 1px 30px 1px 30px;
  text-decoration: none;
  text-align: left;
  background-color: #8a00ff;
  border-color: black;
  border-style: solid;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
  letter-spacing: 3px;
}

/* line 5044, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.TechJournal-Button:hover,
.TechJournal-Button:hover {
  color: black;
  text-decoration: none;
  background-color: white;
  border-color: black;
  border-style: solid;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
  cursor: pointer;
}

/* line 5055, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.TechJournal-Big,
.TechJournal-Big {
  color: white;
  font-size: 120px;
  line-height: 120px;
  font-weight: 900;
  font-style: normal;
  font-family: Raleway;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  letter-spacing: 0px;
}

/* line 5073, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.rev_slider {
  overflow: hidden;
}

/* line 5076, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.effect_layer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

/* line 5084, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
  color: #0084B4 !important;
}

/* line 5088, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Twitter-Content a:hover {
  color: #0084B4 !important;
  text-decoration: underline !important;
}

/* line 5092, vendor/assets/stylesheets/rs-plugin/css/layers.css */
#menu_forcefullwidth {
  z-index: 5000;
  position: fixed !important;
  top: 0px;
  left: 0px;
  width: 100%;
}

/* line 5099, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.FullSiteBlock-Title,
.FullSiteBlock-Title {
  color: #333333;
  font-size: 55px;
  line-height: 65px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

/* line 5117, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.FullSiteBlock-SubTitle,
.FullSiteBlock-SubTitle {
  color: #333333;
  font-size: 25px;
  line-height: 34px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

/* line 5135, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.FullSiteBlock-Link,
.FullSiteBlock-Link {
  color: #0096ff;
  font-size: 25px;
  line-height: 24px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

/* line 5153, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.FullSiteBlock-Link:hover,
.FullSiteBlock-Link:hover {
  color: #333333;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  cursor: pointer;
}

/* line 5164, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.FullSiteBlock-DownButton,
.FullSiteBlock-DownButton {
  color: #333333;
  font-size: 25px;
  line-height: 32px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 1px 1px 1px 1px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: #333333;
  border-style: solid;
  border-width: 1px;
  border-radius: 30px 30px 30px 30px;
  text-align: center;
}

/* line 5182, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.FullSiteBlock-DownButton:hover,
.FullSiteBlock-DownButton:hover {
  color: #0096ff;
  text-decoration: none;
  background-color: transparent;
  border-color: #0096ff;
  border-style: solid;
  border-width: 1px;
  border-radius: 30px 30px 30px 30px;
  cursor: pointer;
}

/* line 5193, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.FullSiteBlock-Title,
.FullSiteBlock-Title {
  color: #333333;
  font-size: 55px;
  line-height: 65px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

/* line 5211, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.FullSiteBlock-SubTitle,
.FullSiteBlock-SubTitle {
  color: #333333;
  font-size: 25px;
  line-height: 34px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

/* line 5229, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.FullSiteBlock-Link,
.FullSiteBlock-Link {
  color: #0096ff;
  font-size: 25px;
  line-height: 24px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

/* line 5247, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.FullSiteBlock-Link:hover,
.FullSiteBlock-Link:hover {
  color: #333333;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  cursor: pointer;
}

/* line 5258, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.FullSiteBlock-DownButton,
.FullSiteBlock-DownButton {
  color: #333333;
  font-size: 25px;
  line-height: 32px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 1px 1px 1px 1px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: #333333;
  border-style: solid;
  border-width: 1px;
  border-radius: 30px 30px 30px 30px;
  text-align: center;
}

/* line 5276, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.FullSiteBlock-DownButton:hover,
.FullSiteBlock-DownButton:hover {
  color: #0096ff;
  text-decoration: none;
  background-color: transparent;
  border-color: #0096ff;
  border-style: solid;
  border-width: 1px;
  border-radius: 30px 30px 30px 30px;
  cursor: pointer;
}

/* line 5287, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.FullSiteBlock-Title,
.FullSiteBlock-Title {
  color: #333333;
  font-size: 55px;
  line-height: 65px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

/* line 5305, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.FullSiteBlock-SubTitle,
.FullSiteBlock-SubTitle {
  color: #333333;
  font-size: 25px;
  line-height: 34px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

/* line 5323, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.FullSiteBlock-DownButton,
.FullSiteBlock-DownButton {
  color: #333333;
  font-size: 25px;
  line-height: 32px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 1px 1px 1px 1px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: #333333;
  border-style: solid;
  border-width: 1px;
  border-radius: 30px 30px 30px 30px;
  text-align: center;
}

/* line 5341, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.FullSiteBlock-DownButton:hover,
.FullSiteBlock-DownButton:hover {
  color: #0096ff;
  text-decoration: none;
  background-color: transparent;
  border-color: #0096ff;
  border-style: solid;
  border-width: 1px;
  border-radius: 30px 30px 30px 30px;
  cursor: pointer;
}

/* line 5352, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.FullSiteBlock-Title,
.FullSiteBlock-Title {
  color: #333333;
  font-size: 55px;
  line-height: 65px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

/* line 5370, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.FullSiteBlock-SubTitle,
.FullSiteBlock-SubTitle {
  color: #333333;
  font-size: 25px;
  line-height: 34px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

/* line 5388, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.FullSiteBlock-Link,
.FullSiteBlock-Link {
  color: #0096ff;
  font-size: 25px;
  line-height: 24px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

/* line 5406, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.FullSiteBlock-Link:hover,
.FullSiteBlock-Link:hover {
  color: #333333;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  cursor: pointer;
}

/* line 5417, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.FullSiteBlock-DownButton,
.FullSiteBlock-DownButton {
  color: #333333;
  font-size: 25px;
  line-height: 32px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 1px 1px 1px 1px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: #333333;
  border-style: solid;
  border-width: 1px;
  border-radius: 30px 30px 30px 30px;
  text-align: center;
}

/* line 5435, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.FullSiteBlock-DownButton:hover,
.FullSiteBlock-DownButton:hover {
  color: #0096ff;
  text-decoration: none;
  background-color: transparent;
  border-color: #0096ff;
  border-style: solid;
  border-width: 1px;
  border-radius: 30px 30px 30px 30px;
  cursor: pointer;
}

/* line 5446, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.rev_slider {
  overflow: hidden;
}

/* line 5449, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.effect_layer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

/* line 5456, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.gyges .tp-thumb {
  opacity: 1;
}

/* line 5459, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.gyges .tp-thumb-img-wrap {
  padding: 3px;
  background-color: rgba(0, 0, 0, 0.25);
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0px;
  box-sizing: border-box;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

/* line 5471, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.gyges .tp-thumb-image {
  padding: 3px;
  display: block;
  box-sizing: border-box;
  position: relative;
  -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
}

/* line 5480, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.gyges .tp-thumb:hover .tp-thumb-img-wrap,
.gyges .tp-thumb.selected .tp-thumb-img-wrap {
  background: -moz-linear-gradient(top, white 0%, white 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(100%, white));
  background: -webkit-linear-gradient(top, white 0%, white 100%);
  background: -o-linear-gradient(top, white 0%, white 100%);
  background: -ms-linear-gradient(top, white 0%, white 100%);
  background: linear-gradient(to bottom, white 0%, white 100%);
}

/* line 5489, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.FullSiteBlock-Title,
.FullSiteBlock-Title {
  color: #333333;
  font-size: 55px;
  line-height: 65px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

/* line 5507, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.FullSiteBlock-SubTitle,
.FullSiteBlock-SubTitle {
  color: #333333;
  font-size: 25px;
  line-height: 34px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

/* line 5525, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.FullSiteBlock-Link,
.FullSiteBlock-Link {
  color: #0096ff;
  font-size: 25px;
  line-height: 24px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

/* line 5543, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.FullSiteBlock-Link:hover,
.FullSiteBlock-Link:hover {
  color: #333333;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  cursor: pointer;
}

/* line 5554, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.FullSiteBlock-SubTitle,
.FullSiteBlock-SubTitle {
  color: #333333;
  font-size: 25px;
  line-height: 34px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

/* line 5572, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.FullSiteBlock-SubTitle,
.FullSiteBlock-SubTitle {
  color: #333333;
  font-size: 25px;
  line-height: 34px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

/* line 5590, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.FullSiteBlock-FooterLink,
.FullSiteBlock-FooterLink {
  color: #555555;
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

/* line 5608, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.FullSiteBlock-FooterLink:hover,
.FullSiteBlock-FooterLink:hover {
  color: #0096ff;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  cursor: pointer;
}

/* line 5619, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.fb-share-button.fb_iframe_widget iframe {
  width: 115px !important;
}

/* line 5622, vendor/assets/stylesheets/rs-plugin/css/layers.css */
#tp-socialwrapper {
  opacity: 0;
}

/* line 5626, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
  color: #0084B4 !important;
}

/* line 5630, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.Twitter-Content a:hover {
  color: #0084B4 !important;
  text-decoration: underline !important;
}

/* line 5634, vendor/assets/stylesheets/rs-plugin/css/layers.css */
#menu_forcefullwidth {
  z-index: 5000;
  position: fixed !important;
  top: 0px;
  left: 0px;
  width: 100%;
}

/* line 5641, vendor/assets/stylesheets/rs-plugin/css/layers.css */
#tp-menubg {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
}

/* line 5654, vendor/assets/stylesheets/rs-plugin/css/layers.css */
#mc_embed_signup input[type="email"] {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  background-color: #fff;
  color: #888 !important;
  line-height: 46px;
  padding: 0 20px;
  cursor: text;
  border: 0;
  width: 400px;
  margin-bottom: 0px;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  transition: background-color 0.5s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 5675, vendor/assets/stylesheets/rs-plugin/css/layers.css */
#mc_embed_signup input[type="email"]::-webkit-input-placeholder {
  color: #888 !important;
}

/* line 5678, vendor/assets/stylesheets/rs-plugin/css/layers.css */
#mc_embed_signup input[type="email"]::-moz-placeholder {
  color: #888 !important;
}

/* line 5681, vendor/assets/stylesheets/rs-plugin/css/layers.css */
#mc_embed_signup input[type="email"]:-ms-input-placeholder {
  color: #888 !important;
}

/* line 5684, vendor/assets/stylesheets/rs-plugin/css/layers.css */
#mc_embed_signup input[type="email"]:focus {
  background-color: #f5f5f5;
  color: #454545;
}

/* line 5688, vendor/assets/stylesheets/rs-plugin/css/layers.css */
#mc_embed_signup input#mc-embedded-subscribe,
#mc_embed_signup input#mc-embedded-subscribe:focus {
  font-family: "Lato", sans-serif;
  line-height: 46px;
  font-size: 16px;
  font-weight: 700;
  padding: 0 30px;
  border: 0;
  background: #f04531;
  text-transform: none;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 5703, vendor/assets/stylesheets/rs-plugin/css/layers.css */
#mc_embed_signup input#mc-embedded-subscribe:hover {
  background: #e03727;
}

@media only screen and (max-width: 767px) {
  /* line 5707, vendor/assets/stylesheets/rs-plugin/css/layers.css */
  #mc_embed_signup input[type="email"] {
    width: 260px;
  }
}

@media only screen and (max-width: 480px) {
  /* line 5712, vendor/assets/stylesheets/rs-plugin/css/layers.css */
  #mc_embed_signup input[type="email"] {
    width: 160px;
  }
}

/* line 5716, vendor/assets/stylesheets/rs-plugin/css/layers.css */
#rev_slider_167_6 .uranus.tparrows {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0);
}

/* line 5721, vendor/assets/stylesheets/rs-plugin/css/layers.css */
#rev_slider_167_6 .uranus.tparrows:before {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 40px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

/* line 5729, vendor/assets/stylesheets/rs-plugin/css/layers.css */
#rev_slider_167_6 .uranus.tparrows:hover:before {
  opacity: 0.75;
}

/* line 5732, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.FullSiteBlock-SubTitle,
.FullSiteBlock-SubTitle {
  color: #333333;
  font-size: 25px;
  line-height: 34px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

/* line 5750, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.ParallaxWebsite-FooterItem,
.ParallaxWebsite-FooterItem {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
}

/* line 5767, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.ParallaxWebsite-FooterItem:hover,
.ParallaxWebsite-FooterItem:hover {
  color: white;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  cursor: pointer;
}

/* line 5778, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.fb-share-button.fb_iframe_widget iframe {
  width: 115px !important;
}

/* line 5781, vendor/assets/stylesheets/rs-plugin/css/layers.css */
iframe.twitter-share-button {
  display: none;
}

/* line 5784, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.fb-share-button.fb_iframe_widget iframe {
  display: none;
}

/* line 5788, vendor/assets/stylesheets/rs-plugin/css/layers.css */
.tp-caption.FullSiteBlock-Link,
.FullSiteBlock-Link {
  color: #0096ff;
  font-size: 25px;
  line-height: 24px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style	-

 ARES SKIN

author:	ThemePunch
email:			info@themepunch.com
website:		http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* line 11, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.ares.tparrows {
  cursor: pointer;
  background: #fff;
  min-width: 60px;
  min-height: 60px;
  position: absolute;
  display: block;
  z-index: 100;
  border-radius: 50%;
}

/* line 23, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.ares.tparrows:before {
  font-family: "revicons";
  font-size: 25px;
  color: #aaa;
  display: block;
  line-height: 60px;
  text-align: center;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  z-index: 2;
  position: relative;
}

/* line 36, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.ares.tparrows.tp-leftarrow:before {
  content: "\e81f";
}

/* line 39, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.ares.tparrows.tp-rightarrow:before {
  content: "\e81e";
}

/* line 42, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.ares.tparrows:hover:before {
  color: #000;
}

/* line 45, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.ares .tp-title-wrap {
  position: absolute;
  z-index: 1;
  display: inline-block;
  background: #fff;
  min-height: 60px;
  line-height: 60px;
  top: 0px;
  margin-left: 30px;
  border-radius: 0px 30px 30px 0px;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
}

/* line 63, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.ares.tp-rightarrow .tp-title-wrap {
  right: 0px;
  margin-right: 30px;
  margin-left: 0px;
  -webkit-transform-origin: 100% 50%;
  border-radius: 30px 0px 0px 30px;
}

/* line 69, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.ares.tparrows:hover .tp-title-wrap {
  transform: scaleX(1) scaleY(1);
  -webkit-transform: scaleX(1) scaleY(1);
}

/* line 73, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.ares .tp-arr-titleholder {
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transform: translateX(200px);
  text-transform: uppercase;
  color: #000;
  font-weight: 400;
  font-size: 14px;
  line-height: 60px;
  white-space: nowrap;
  padding: 0px 20px;
  margin-left: 10px;
  opacity: 0;
}

/* line 89, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.ares.tp-rightarrow .tp-arr-titleholder {
  transform: translateX(-200px);
  margin-left: 0px;
  margin-right: 10px;
}

/* line 94, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.ares.tparrows:hover .tp-arr-titleholder {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transition-delay: 0.1s;
  opacity: 1;
}

/* BULLETS */
/* line 104, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.ares.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  box-sizing: content-box;
}

/* line 114, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.ares .tp-bullet {
  width: 13px;
  height: 13px;
  position: absolute;
  background: #e5e5e5;
  border-radius: 50%;
  cursor: pointer;
  box-sizing: content-box;
}

/* line 123, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.ares .tp-bullet:hover,
.ares .tp-bullet.selected {
  background: #fff;
}

/* line 127, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.ares .tp-bullet-title {
  position: absolute;
  color: #888;
  font-size: 12px;
  padding: 0px 10px;
  font-weight: 600;
  right: 27px;
  top: -4px;
  background: #fff;
  background: rgba(255, 255, 255, 0.75);
  visibility: hidden;
  transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  line-height: 20px;
  white-space: nowrap;
}

/* line 146, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.ares .tp-bullet-title:after {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.75);
  content: " ";
  position: absolute;
  right: -10px;
  top: 0px;
}

/* line 158, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.ares .tp-bullet:hover .tp-bullet-title {
  visibility: visible;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
}

/* line 164, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.ares .tp-bullet.selected:hover .tp-bullet-title {
  background: #fff;
}

/* line 167, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.ares .tp-bullet.selected:hover .tp-bullet-title:after {
  border-color: transparent transparent transparent #fff;
}

/* line 170, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.ares.tp-bullets:hover .tp-bullet-title {
  visibility: hidden;
}

/* line 173, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.ares.tp-bullets:hover .tp-bullet:hover .tp-bullet-title {
  visibility: visible;
}

/* TABS */
/* line 178, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.ares .tp-tab {
  opacity: 1;
  padding: 10px;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  border-bottom: 1px solid #e5e5e5;
}

/* line 185, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.ares .tp-tab-image {
  width: 60px;
  height: 60px;
  max-height: 100%;
  max-width: 100%;
  position: relative;
  display: inline-block;
  float: left;
}

/* line 194, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.ares .tp-tab-content {
  background: rgba(0, 0, 0, 0);
  position: relative;
  padding: 15px 15px 15px 85px;
  left: 0px;
  overflow: hidden;
  margin-top: -15px;
  box-sizing: border-box;
  color: #333;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
}

/* line 208, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.ares .tp-tab-date {
  display: block;
  color: #aaa;
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 0px;
}

/* line 216, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.ares .tp-tab-title {
  display: block;
  text-align: left;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  line-height: 17px;
}

/* line 226, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.ares .tp-tab:hover,
.ares .tp-tab.selected {
  background: #eee;
}

/* MEDIA QUERIES */
/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style	-

 CUSTOM SKIN

author:	ThemePunch
email:			info@themepunch.com
website:		http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
/* line 253, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.custom.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 10000;
}

/* line 263, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.custom.tparrows:hover {
  background: #000;
}

/* line 266, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.custom.tparrows:before {
  font-family: "revicons";
  font-size: 15px;
  color: #fff;
  display: block;
  line-height: 40px;
  text-align: center;
}

/* line 274, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.custom.tparrows.tp-leftarrow:before {
  content: "\e824";
}

/* line 277, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.custom.tparrows.tp-rightarrow:before {
  content: "\e825";
}

/* BULLETS */
/* line 286, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.custom.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  box-sizing: content-box;
}

/* line 296, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.custom .tp-bullet {
  width: 12px;
  height: 12px;
  position: absolute;
  background: #aaa;
  background: rgba(125, 125, 125, 0.5);
  cursor: pointer;
  box-sizing: content-box;
}

/* line 305, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.custom .tp-bullet:hover,
.custom .tp-bullet.selected {
  background: #7d7d7d;
}

/* THUMBS */
/* TABS */
/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style	-

 DIONE SKIN

author:	ThemePunch
email:			info@themepunch.com
website:		http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
/* line 332, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.dione.tparrows {
  height: 100%;
  width: 100px;
  background: transparent;
  background: rgba(0, 0, 0, 0);
  line-height: 100%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

/* line 342, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.dione.tparrows:hover {
  background: rgba(0, 0, 0, 0.45);
}

/* line 345, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.dione .tp-arr-imgwrapper {
  width: 100px;
  left: 0px;
  position: absolute;
  height: 100%;
  top: 0px;
  overflow: hidden;
}

/* line 353, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.dione.tp-rightarrow .tp-arr-imgwrapper {
  left: auto;
  right: 0px;
}

/* line 358, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.dione .tp-arr-imgholder {
  background-position: center center;
  background-size: cover;
  width: 100px;
  height: 100%;
  top: 0px;
  visibility: hidden;
  transform: translateX(-50px);
  -webkit-transform: translateX(-50px);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  opacity: 0;
  left: 0px;
}

/* line 373, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.dione.tparrows.tp-rightarrow .tp-arr-imgholder {
  right: 0px;
  left: auto;
  transform: translateX(50px);
  -webkit-transform: translateX(50px);
}

/* line 380, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.dione.tparrows:before {
  position: absolute;
  line-height: 30px;
  margin-left: -22px;
  top: 50%;
  left: 50%;
  font-size: 30px;
  margin-top: -15px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

/* line 392, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.dione.tparrows.tp-rightarrow:before {
  margin-left: 6px;
}

/* line 396, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.dione.tparrows:hover:before {
  transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  opacity: 0;
}

/* line 402, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.dione.tparrows.tp-rightarrow:hover:before {
  transform: translateX(20px);
  -webkit-transform: translateX(20px);
}

/* line 407, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.dione.tparrows:hover .tp-arr-imgholder {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  opacity: 1;
  visibility: visible;
}

/* BULLETS */
/* line 417, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.dione .tp-bullet {
  opacity: 1;
  width: 50px;
  height: 50px;
  padding: 3px;
  background: #000;
  background-color: rgba(0, 0, 0, 0.25);
  margin: 0px;
  box-sizing: border-box;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

/* line 431, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.dione .tp-bullet-image {
  display: block;
  box-sizing: border-box;
  position: relative;
  -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
  width: 44px;
  height: 44px;
  background-size: cover;
  background-position: center center;
}

/* line 443, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.dione .tp-bullet-title {
  position: absolute;
  bottom: 65px;
  display: inline-block;
  left: 50%;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 10px 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transform: translateZ(0.001px) translateX(-50%) translateY(14px);
  transform-origin: 50% 100%;
  -webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px);
  -webkit-transform-origin: 50% 100%;
  opacity: 0;
  white-space: nowrap;
}

/* line 465, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.dione .tp-bullet:hover .tp-bullet-title {
  transform: rotateX(0deg) translateX(-50%);
  -webkit-transform: rotateX(0deg) translateX(-50%);
  opacity: 1;
}

/* line 471, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.dione .tp-bullet.selected,
.dione .tp-bullet:hover {
  background: white;
  background: -moz-linear-gradient(top, white 0%, #777777 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(100%, #777777));
  background: -webkit-linear-gradient(top, white 0%, #777777 100%);
  background: -o-linear-gradient(top, white 0%, #777777 100%);
  background: -ms-linear-gradient(top, white 0%, #777777 100%);
  background: linear-gradient(to bottom, white 0%, #777777 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 );
}

/* line 484, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.dione .tp-bullet-title:after {
  content: " ";
  position: absolute;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: rgba(0, 0, 0, 0.75) transparent transparent transparent;
  bottom: -8px;
}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style	-

 ERINYEN SKIN

author:	ThemePunch
email:			info@themepunch.com
website:		http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
/* line 509, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.erinyen.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  min-width: 70px;
  min-height: 70px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 35px;
}

/* line 521, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.erinyen.tparrows:before {
  font-family: "revicons";
  font-size: 20px;
  color: #fff;
  display: block;
  line-height: 70px;
  text-align: center;
  z-index: 2;
  position: relative;
}

/* line 531, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.erinyen.tparrows.tp-leftarrow:before {
  content: "\e824";
}

/* line 534, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.erinyen.tparrows.tp-rightarrow:before {
  content: "\e825";
}

/* line 538, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.erinyen .tp-title-wrap {
  position: absolute;
  z-index: 1;
  display: inline-block;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  min-height: 70px;
  line-height: 70px;
  top: 0px;
  margin-left: 0px;
  border-radius: 35px;
  overflow: hidden;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  visibility: hidden;
  opacity: 0;
}

/* line 560, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.erinyen.tparrows:hover .tp-title-wrap {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

/* line 568, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.erinyen.tp-rightarrow .tp-title-wrap {
  right: 0px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-transform-origin: 100% 50%;
  border-radius: 35px;
  padding-right: 20px;
  padding-left: 10px;
}

/* line 578, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.erinyen.tp-leftarrow .tp-title-wrap {
  padding-left: 20px;
  padding-right: 10px;
}

/* line 583, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.erinyen .tp-arr-titleholder {
  letter-spacing: 3px;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transform: translateX(200px);
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  line-height: 70px;
  white-space: nowrap;
  padding: 0px 20px;
  margin-left: 11px;
  opacity: 0;
}

/* line 600, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.erinyen .tp-arr-imgholder {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-position: center center;
  background-size: cover;
}

/* line 609, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.erinyen .tp-arr-img-over {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
}

/* line 618, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.erinyen.tp-rightarrow .tp-arr-titleholder {
  transform: translateX(-200px);
  margin-left: 0px;
  margin-right: 11px;
}

/* line 623, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.erinyen.tparrows:hover .tp-arr-titleholder {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transition-delay: 0.1s;
  opacity: 1;
}

/* BULLETS */
/* line 633, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.erinyen.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #555555;
  /* old browsers */
  background: -moz-linear-gradient(top, #555555 0%, #222222 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #555555), color-stop(100%, #222222));
  /* chrome,safari4+ */
  background: -webkit-linear-gradient(top, #555555 0%, #222222 100%);
  /* chrome10+,safari5.1+ */
  background: -o-linear-gradient(top, #555555 0%, #222222 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(top, #555555 0%, #222222 100%);
  /* ie10+ */
  background: linear-gradient(to bottom, #555555 0%, #222222 100%);
  /* w3c */
  filter: progid:dximagetransform.microsoft.gradient( startcolorstr="#555555", endcolorstr="#222222",gradienttype=0 );
  /* ie6-9 */
  padding: 10px 15px;
  margin-left: -15px;
  margin-top: -10px;
  box-sizing: content-box;
  border-radius: 10px;
  box-shadow: 0px 0px 2px 1px rgba(33, 33, 33, 0.3);
}

/* line 652, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.erinyen .tp-bullet {
  width: 13px;
  height: 13px;
  position: absolute;
  background: #111;
  border-radius: 50%;
  cursor: pointer;
  box-sizing: content-box;
}

/* line 661, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.erinyen .tp-bullet:hover,
.erinyen .tp-bullet.selected {
  background: #e5e5e5;
  /* old browsers */
  background: -moz-linear-gradient(top, #e5e5e5 0%, #999999 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5e5e5), color-stop(100%, #999999));
  /* chrome,safari4+ */
  background: -webkit-linear-gradient(top, #e5e5e5 0%, #999999 100%);
  /* chrome10+,safari5.1+ */
  background: -o-linear-gradient(top, #e5e5e5 0%, #999999 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(top, #e5e5e5 0%, #999999 100%);
  /* ie10+ */
  background: linear-gradient(to bottom, #e5e5e5 0%, #999999 100%);
  /* w3c */
  filter: progid:dximagetransform.microsoft.gradient( startcolorstr="#e5e5e5", endcolorstr="#999999",gradienttype=0 );
  /* ie6-9 */
  border: 1px solid #555;
  width: 12px;
  height: 12px;
}

/* THUMBS */
/* line 681, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.erinyen .tp-thumb {
  opacity: 1;
}

/* line 685, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.erinyen .tp-thumb-over {
  background: #000;
  background: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 698, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.erinyen .tp-thumb-more:before {
  font-family: "revicons";
  font-size: 12px;
  color: #aaa;
  color: rgba(255, 255, 255, 0.75);
  display: block;
  line-height: 12px;
  text-align: left;
  z-index: 2;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
}

/* line 712, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.erinyen .tp-thumb-more:before {
  content: "\e825";
}

/* line 716, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.erinyen .tp-thumb-title {
  font-family: "Raleway";
  letter-spacing: 1px;
  font-size: 12px;
  color: #fff;
  display: block;
  line-height: 15px;
  text-align: left;
  z-index: 2;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  padding: 20px 35px 20px 20px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  font-weight: 500;
}

/* line 738, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.erinyen .tp-thumb.selected .tp-thumb-more:before,
.erinyen .tp-thumb:hover .tp-thumb-more:before {
  color: #aaa;
}

/* line 744, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.erinyen .tp-thumb.selected .tp-thumb-over,
.erinyen .tp-thumb:hover .tp-thumb-over {
  background: #fff;
}

/* line 748, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.erinyen .tp-thumb.selected .tp-thumb-title,
.erinyen .tp-thumb:hover .tp-thumb-title {
  color: #000;
}

/* TABS */
/* line 756, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.erinyen .tp-tab-title {
  color: #a8d8ee;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Roboto Slab";
  margin-bottom: 5px;
}

/* line 765, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.erinyen .tp-tab-desc {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 25px;
  font-family: "Roboto Slab";
}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style	-

 GYGES SKIN

author:	ThemePunch
email:			info@themepunch.com
website:		http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
/* BULLETS */
/* line 790, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.gyges.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #777777;
  /* Old browsers */
  background: -moz-linear-gradient(top, #777777 0%, #666666 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #777777), color-stop(100%, #666666));
  background: -webkit-linear-gradient(top, #777777 0%, #666666 100%);
  background: -o-linear-gradient(top, #777777 0%, #666666 100%);
  background: -ms-linear-gradient(top, #777777 0%, #666666 100%);
  background: linear-gradient(to bottom, #777777 0%, #666666 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#777777",  endColorstr="#666666",GradientType=0 );
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  box-sizing: content-box;
  border-radius: 10px;
}

/* line 810, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.gyges .tp-bullet {
  width: 12px;
  height: 12px;
  position: absolute;
  background: #333;
  border: 3px solid #444;
  border-radius: 50%;
  cursor: pointer;
  box-sizing: content-box;
}

/* line 820, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.gyges .tp-bullet:hover,
.gyges .tp-bullet.selected {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #e1e1e1 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e1e1e1));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #e1e1e1 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #e1e1e1 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #e1e1e1 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #e1e1e1 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff",  endColorstr="#e1e1e1",GradientType=0 );
  /* IE6-9 */
}

/* THUMBS */
/* line 841, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.gyges .tp-thumb {
  opacity: 1;
}

/* line 844, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.gyges .tp-thumb-img-wrap {
  padding: 3px;
  background: #000;
  background-color: rgba(0, 0, 0, 0.25);
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0px;
  box-sizing: border-box;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

/* line 858, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.gyges .tp-thumb-image {
  padding: 3px;
  display: block;
  box-sizing: border-box;
  position: relative;
  -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
}

/* line 867, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.gyges .tp-thumb-title {
  position: absolute;
  bottom: 100%;
  display: inline-block;
  left: 50%;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  margin-bottom: 20px;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transform: translateZ(0.001px) translateX(-50%) translateY(14px);
  transform-origin: 50% 100%;
  -webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px);
  -webkit-transform-origin: 50% 100%;
  white-space: nowrap;
}

/* line 886, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.gyges .tp-thumb:hover .tp-thumb-title {
  transform: rotateX(0deg) translateX(-50%);
  -webkit-transform: rotateX(0deg) translateX(-50%);
  opacity: 1;
}

/* line 892, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.gyges .tp-thumb:hover .tp-thumb-img-wrap,
.gyges .tp-thumb.selected .tp-thumb-img-wrap {
  background: white;
  background: -moz-linear-gradient(top, white 0%, #777777 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(100%, #777777));
  background: -webkit-linear-gradient(top, white 0%, #777777 100%);
  background: -o-linear-gradient(top, white 0%, #777777 100%);
  background: -ms-linear-gradient(top, white 0%, #777777 100%);
  background: linear-gradient(to bottom, white 0%, #777777 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 );
}

/* line 904, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.gyges .tp-thumb-title:after {
  content: " ";
  position: absolute;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: rgba(255, 255, 255, 0.8) transparent transparent transparent;
  bottom: -8px;
}

/* TABS */
/* line 919, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.gyges .tp-tab {
  opacity: 1;
  padding: 10px;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

/* line 926, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.gyges .tp-tab-image {
  width: 60px;
  height: 60px;
  max-height: 100%;
  max-width: 100%;
  position: relative;
  display: inline-block;
  float: left;
}

/* line 935, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.gyges .tp-tab-content {
  background: rgba(0, 0, 0, 0);
  position: relative;
  padding: 15px 15px 15px 85px;
  left: 0px;
  overflow: hidden;
  margin-top: -15px;
  box-sizing: border-box;
  color: #333;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
}

/* line 949, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.gyges .tp-tab-date {
  display: block;
  color: rgba(255, 255, 255, 0.25);
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 0px;
}

/* line 957, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.gyges .tp-tab-title {
  display: block;
  text-align: left;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  line-height: 17px;
}

/* line 967, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.gyges .tp-tab:hover,
.gyges .tp-tab.selected {
  background: rgba(0, 0, 0, 0.5);
}

/* MEDIA QUERIES */
/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style	-

 HADES SKIN

author:	ThemePunch
email:			info@themepunch.com
website:		http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
/* line 994, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hades.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, 0.15);
  width: 100px;
  height: 100px;
  position: absolute;
  display: block;
  z-index: 1000;
}

/* line 1005, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hades.tparrows:before {
  font-family: "revicons";
  font-size: 30px;
  color: #fff;
  display: block;
  line-height: 100px;
  text-align: center;
  transition: background 0.3s, color 0.3s;
}

/* line 1014, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hades.tparrows.tp-leftarrow:before {
  content: "\e824";
}

/* line 1017, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hades.tparrows.tp-rightarrow:before {
  content: "\e825";
}

/* line 1021, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hades.tparrows:hover:before {
  color: #aaa;
  background: #fff;
  background: white;
}

/* line 1026, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hades .tp-arr-allwrapper {
  position: absolute;
  left: 100%;
  top: 0px;
  background: #888;
  width: 100px;
  height: 100px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0.0;
  -khtml-opacity: 0.0;
  opacity: 0.0;
  -webkit-transform: rotatey(-90deg);
  transform: rotatey(-90deg);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

/* line 1044, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hades.tp-rightarrow .tp-arr-allwrapper {
  left: auto;
  right: 100%;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: rotatey(90deg);
  transform: rotatey(90deg);
}

/* line 1053, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hades:hover .tp-arr-allwrapper {
  -ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transform: rotatey(0deg);
  transform: rotatey(0deg);
}

/* line 1066, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hades .tp-arr-imgholder {
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

/* BULLETS */
/* line 1081, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hades.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  box-sizing: content-box;
}

/* line 1091, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hades .tp-bullet {
  width: 3px;
  height: 3px;
  position: absolute;
  background: #888;
  cursor: pointer;
  border: 5px solid #fff;
  box-sizing: content-box;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
  -webkit-perspective: 400;
  perspective: 400;
  -webkit-transform: translatez(0.01px);
  transform: translatez(0.01px);
}

/* line 1105, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hades .tp-bullet:hover,
.hades .tp-bullet.selected {
  background: #555;
}

/* line 1111, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hades .tp-bullet-image {
  position: absolute;
  top: -80px;
  left: -60px;
  width: 120px;
  height: 60px;
  background-position: center center;
  background-size: cover;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transform-style: flat;
  transform-style: flat;
  perspective: 600;
  -webkit-perspective: 600;
  transform: rotatex(-90deg);
  -webkit-transform: rotatex(-90deg);
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
  transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
}

/* line 1130, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hades .tp-bullet:hover .tp-bullet-image {
  display: block;
  opacity: 1;
  transform: rotatex(0deg);
  -webkit-transform: rotatex(0deg);
  visibility: visible;
}

/* THUMBS */
/* line 1142, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hades .tp-thumb {
  opacity: 1;
}

/* line 1145, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hades .tp-thumb-img-wrap {
  border-radius: 50%;
  padding: 3px;
  display: inline-block;
  background: #000;
  background-color: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0px;
  box-sizing: border-box;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

/* line 1159, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hades .tp-thumb-image {
  padding: 3px;
  border-radius: 50%;
  display: block;
  box-sizing: border-box;
  position: relative;
  -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
}

/* line 1171, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hades .tp-thumb:hover .tp-thumb-img-wrap,
.hades .tp-thumb.selected .tp-thumb-img-wrap {
  background: white;
  background: -moz-linear-gradient(top, white 0%, #777777 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(100%, #777777));
  background: -webkit-linear-gradient(top, white 0%, #777777 100%);
  background: -o-linear-gradient(top, white 0%, #777777 100%);
  background: -ms-linear-gradient(top, white 0%, #777777 100%);
  background: linear-gradient(to bottom, white 0%, #777777 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 );
}

/* line 1184, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hades .tp-thumb-title:after {
  content: " ";
  position: absolute;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: rgba(0, 0, 0, 0.75) transparent transparent transparent;
  bottom: -8px;
}

/* TABS */
/* line 1199, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hades .tp-tab {
  opacity: 1;
}

/* line 1203, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hades .tp-tab-title {
  display: block;
  color: #333;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  line-height: 25px;
}

/* line 1212, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hades .tp-tab-price {
  display: block;
  text-align: center;
  color: #999;
  font-size: 16px;
  margin-top: 10px;
  line-height: 20px;
}

/* line 1222, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hades .tp-tab-button {
  display: inline-block;
  margin-top: 15px;
  text-align: center;
  padding: 5px 15px;
  color: #fff;
  font-size: 14px;
  background: #219bd7;
  border-radius: 4px;
  font-weight: 400;
}

/* line 1233, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hades .tp-tab-inner {
  text-align: center;
}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style	-

 HEBE SKIN

author:	ThemePunch
email:			info@themepunch.com
website:		http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
/* line 1250, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hebe.tparrows {
  cursor: pointer;
  background: #fff;
  min-width: 70px;
  min-height: 70px;
  position: absolute;
  display: block;
  z-index: 1000;
}

/* line 1261, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hebe.tparrows:before {
  font-family: "revicons";
  font-size: 30px;
  color: #aaa;
  display: block;
  line-height: 70px;
  text-align: center;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  z-index: 2;
  position: relative;
  background: #fff;
  min-width: 70px;
  min-height: 70px;
}

/* line 1277, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hebe.tparrows.tp-leftarrow:before {
  content: "\e824";
}

/* line 1280, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hebe.tparrows.tp-rightarrow:before {
  content: "\e825";
}

/* line 1283, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hebe.tparrows:hover:before {
  color: #000;
}

/* line 1286, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hebe .tp-title-wrap {
  position: absolute;
  z-index: 0;
  display: inline-block;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  min-height: 60px;
  line-height: 60px;
  top: -10px;
  margin-left: 0px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
}

/* line 1303, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hebe.tp-rightarrow .tp-title-wrap {
  right: 0px;
  -webkit-transform-origin: 100% 50%;
}

/* line 1307, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hebe.tparrows:hover .tp-title-wrap {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
}

/* line 1311, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hebe .tp-arr-titleholder {
  position: relative;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  line-height: 90px;
  white-space: nowrap;
  padding: 0px 20px 0px 90px;
}

/* line 1322, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hebe.tp-rightarrow .tp-arr-titleholder {
  margin-left: 0px;
  padding: 0px 90px 0px 20px;
}

/* line 1327, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hebe.tparrows:hover .tp-arr-titleholder {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transition-delay: 0.1s;
  opacity: 1;
}

/* line 1334, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hebe .tp-arr-imgholder {
  width: 90px;
  height: 90px;
  position: absolute;
  left: 100%;
  display: block;
  background-size: cover;
  background-position: center center;
  top: 0px;
  right: -90px;
}

/* line 1344, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hebe.tp-rightarrow .tp-arr-imgholder {
  right: auto;
  left: -90px;
}

/* BULLETS */
/* line 1351, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hebe.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  box-sizing: content-box;
}

/* line 1362, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hebe .tp-bullet {
  width: 3px;
  height: 3px;
  position: absolute;
  background: #fff;
  cursor: pointer;
  border: 5px solid #222;
  border-radius: 50%;
  box-sizing: content-box;
  -webkit-perspective: 400;
  perspective: 400;
  -webkit-transform: translateZ(0.01px);
  transform: translateZ(0.01px);
  transition: all 0.3s;
}

/* line 1377, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hebe .tp-bullet:hover,
.hebe .tp-bullet.selected {
  background: #222;
  border-color: #fff;
}

/* line 1383, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hebe .tp-bullet-image {
  position: absolute;
  top: -90px;
  left: -40px;
  width: 70px;
  height: 70px;
  background-position: center center;
  background-size: cover;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transform-style: flat;
  transform-style: flat;
  perspective: 600;
  -webkit-perspective: 600;
  transform: scale(0);
  -webkit-transform: scale(0);
  transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  border-radius: 6px;
}

/* line 1405, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hebe .tp-bullet:hover .tp-bullet-image {
  display: block;
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  visibility: visible;
}

/* TABS */
/* line 1417, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hebe .tp-tab-title {
  color: #a8d8ee;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Roboto Slab";
  margin-bottom: 5px;
}

/* line 1426, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hebe .tp-tab-desc {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 25px;
  font-family: "Roboto Slab";
}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style	-

 HEPHAISTOS SKIN

author:	ThemePunch
email:			info@themepunch.com
website:		http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
/* line 1446, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hephaistos.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 50%;
}

/* line 1457, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hephaistos.tparrows:hover {
  background: #000;
}

/* line 1460, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hephaistos.tparrows:before {
  font-family: "revicons";
  font-size: 18px;
  color: #fff;
  display: block;
  line-height: 40px;
  text-align: center;
}

/* line 1468, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hephaistos.tparrows.tp-leftarrow:before {
  content: "\e82c";
  margin-left: -2px;
}

/* line 1473, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hephaistos.tparrows.tp-rightarrow:before {
  content: "\e82d";
  margin-right: -2px;
}

/* BULLETS */
/* line 1483, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hephaistos.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  box-sizing: content-box;
}

/* line 1493, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hephaistos .tp-bullet {
  width: 12px;
  height: 12px;
  position: absolute;
  background: #999;
  border: 3px solid #f5f5f5;
  border-radius: 50%;
  cursor: pointer;
  box-sizing: content-box;
  box-shadow: 0px 0px 2px 1px rgba(130, 130, 130, 0.3);
}

/* line 1505, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hephaistos .tp-bullet:hover,
.hephaistos .tp-bullet.selected {
  background: #fff;
  border-color: #000;
}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style	-

 HERMES SKIN

author:	ThemePunch
email:			info@themepunch.com
website:		http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
/* line 1527, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hermes.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  width: 30px;
  height: 110px;
  position: absolute;
  display: block;
  z-index: 1000;
}

/* line 1538, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hermes.tparrows:before {
  font-family: "revicons";
  font-size: 15px;
  color: #fff;
  display: block;
  line-height: 110px;
  text-align: center;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

/* line 1550, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hermes.tparrows.tp-leftarrow:before {
  content: "\e824";
}

/* line 1553, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hermes.tparrows.tp-rightarrow:before {
  content: "\e825";
}

/* line 1556, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hermes.tparrows.tp-leftarrow:hover:before {
  transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  opacity: 0;
}

/* line 1561, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hermes.tparrows.tp-rightarrow:hover:before {
  transform: translateX(20px);
  -webkit-transform: translateX(20px);
  opacity: 0;
}

/* line 1567, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hermes .tp-arr-allwrapper {
  overflow: hidden;
  position: absolute;
  width: 180px;
  height: 140px;
  top: 0px;
  left: 0px;
  visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

/* line 1580, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hermes.tp-rightarrow .tp-arr-allwrapper {
  right: 0px;
  left: auto;
}

/* line 1583, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hermes.tparrows:hover .tp-arr-allwrapper {
  visibility: visible;
}

/* line 1586, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hermes .tp-arr-imgholder {
  width: 180px;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 110px;
  transform: translateX(-180px);
  -webkit-transform: translateX(-180px);
  transition: all 0.3s;
  transition-delay: 0.3s;
}

/* line 1594, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hermes.tp-rightarrow .tp-arr-imgholder {
  transform: translateX(180px);
  -webkit-transform: translateX(180px);
}

/* line 1599, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hermes.tparrows:hover .tp-arr-imgholder {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
}

/* line 1603, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hermes .tp-arr-titleholder {
  top: 110px;
  width: 180px;
  text-align: left;
  display: block;
  padding: 0px 10px;
  line-height: 30px;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  font-weight: 600;
  position: absolute;
  font-size: 12px;
  white-space: nowrap;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  box-sizing: border-box;
}

/* line 1624, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hermes.tparrows:hover .tp-arr-titleholder {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

/* BULLETS */
/* line 1636, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hermes .tp-bullet {
  overflow: hidden;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 2px #FFF;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  position: absolute;
}

/* line 1648, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hermes .tp-bullet:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

/* line 1651, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hermes .tp-bullet:after {
  content: ' ';
  position: absolute;
  bottom: 0;
  height: 0;
  left: 0;
  width: 100%;
  background-color: #FFF;
  box-shadow: 0 0 1px #FFF;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}

/* line 1663, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hermes .tp-bullet.selected:after {
  height: 100%;
}

/* TABS */
/* line 1669, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hermes .tp-tab {
  opacity: 1;
  padding-right: 10px;
  box-sizing: border-box;
}

/* line 1674, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hermes .tp-tab-image {
  width: 100%;
  height: 60%;
  position: relative;
}

/* line 1680, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hermes .tp-tab-content {
  background: #363636;
  position: absolute;
  padding: 20px 20px 20px 30px;
  box-sizing: border-box;
  color: #fff;
  display: block;
  width: 100%;
  min-height: 40%;
  bottom: 0px;
  left: -10px;
}

/* line 1693, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hermes .tp-tab-date {
  display: block;
  color: #888;
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 10px;
}

/* line 1701, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hermes .tp-tab-title {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 19px;
}

/* line 1711, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hermes .tp-tab.selected .tp-tab-title:after {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 30px 0 30px 10px;
  border-color: transparent transparent transparent #363636;
  content: " ";
  position: absolute;
  right: -9px;
  bottom: 50%;
  margin-bottom: -30px;
}

/* line 1723, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hermes .tp-tab-mask {
  padding-right: 10px !important;
}

/* MEDIA QUERIES */
@media only screen and (max-width: 960px) {
  /* line 1729, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
  .hermes .tp-tab .tp-tab-title {
    font-size: 14px;
    line-height: 16px;
  }
  /* line 1730, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
  .hermes .tp-tab-date {
    font-size: 11px;
    line-height: 13px;
    margin-bottom: 10px;
  }
  /* line 1731, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
  .hermes .tp-tab-content {
    padding: 15px 15px 15px 25px;
  }
}

@media only screen and (max-width: 768px) {
  /* line 1734, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
  .hermes .tp-tab .tp-tab-title {
    font-size: 12px;
    line-height: 14px;
  }
  /* line 1735, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
  .hermes .tp-tab-date {
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 5px;
  }
  /* line 1736, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
  .hermes .tp-tab-content {
    padding: 10px 10px 10px 20px;
  }
}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style	-

 HESPERIDEN SKIN

author:	ThemePunch
email:			info@themepunch.com
website:		http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
/* line 1750, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hesperiden.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 50%;
}

/* line 1761, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hesperiden.tparrows:hover {
  background: #000;
}

/* line 1764, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hesperiden.tparrows:before {
  font-family: "revicons";
  font-size: 20px;
  color: #fff;
  display: block;
  line-height: 40px;
  text-align: center;
}

/* line 1772, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hesperiden.tparrows.tp-leftarrow:before {
  content: "\e82c";
  margin-left: -3px;
}

/* line 1776, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hesperiden.tparrows.tp-rightarrow:before {
  content: "\e82d";
  margin-right: -3px;
}

/* BULLETS */
/* line 1784, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hesperiden.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  box-sizing: content-box;
  border-radius: 8px;
}

/* line 1796, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hesperiden .tp-bullet {
  width: 12px;
  height: 12px;
  position: absolute;
  background: #999999;
  /* old browsers */
  background: -moz-linear-gradient(top, #999999 0%, #e1e1e1 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #999999), color-stop(100%, #e1e1e1));
  /* chrome,safari4+ */
  background: -webkit-linear-gradient(top, #999999 0%, #e1e1e1 100%);
  /* chrome10+,safari5.1+ */
  background: -o-linear-gradient(top, #999999 0%, #e1e1e1 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(top, #999999 0%, #e1e1e1 100%);
  /* ie10+ */
  background: linear-gradient(to bottom, #999999 0%, #e1e1e1 100%);
  /* w3c */
  filter: progid:dximagetransform.microsoft.gradient(  startcolorstr="#999999", endcolorstr="#e1e1e1",gradienttype=0 );
  /* ie6-9 */
  border: 3px solid #e5e5e5;
  border-radius: 50%;
  cursor: pointer;
  box-sizing: content-box;
}

/* line 1815, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hesperiden .tp-bullet:hover,
.hesperiden .tp-bullet.selected {
  background: #666;
}

/* THUMBS */
/* line 1826, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hesperiden .tp-thumb {
  opacity: 1;
  -webkit-perspective: 600px;
  perspective: 600px;
}

/* line 1831, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hesperiden .tp-thumb .tp-thumb-title {
  font-size: 12px;
  position: absolute;
  margin-top: -10px;
  color: #fff;
  display: block;
  z-index: 10000;
  background-color: #000;
  padding: 5px 10px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transform: rotatex(90deg) translatez(0.001px);
  transform-origin: 50% 100%;
  -webkit-transform: rotatex(90deg) translatez(0.001px);
  -webkit-transform-origin: 50% 100%;
  opacity: 0;
}

/* line 1855, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hesperiden .tp-thumb:hover .tp-thumb-title {
  transform: rotatex(0deg);
  -webkit-transform: rotatex(0deg);
  opacity: 1;
}

/* TABS */
/* line 1862, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hesperiden .tp-tab {
  opacity: 1;
  padding: 10px;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  border-bottom: 1px solid #e5e5e5;
}

/* line 1869, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hesperiden .tp-tab-image {
  width: 60px;
  height: 60px;
  max-height: 100%;
  max-width: 100%;
  position: relative;
  display: inline-block;
  float: left;
}

/* line 1878, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hesperiden .tp-tab-content {
  background: rgba(0, 0, 0, 0);
  position: relative;
  padding: 15px 15px 15px 85px;
  left: 0px;
  overflow: hidden;
  margin-top: -15px;
  box-sizing: border-box;
  color: #333;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
}

/* line 1892, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hesperiden .tp-tab-date {
  display: block;
  color: #aaa;
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 0px;
}

/* line 1900, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hesperiden .tp-tab-title {
  display: block;
  text-align: left;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  line-height: 17px;
}

/* line 1910, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.hesperiden .tp-tab:hover,
.hesperiden .tp-tab.selected {
  background: #eee;
}

/* MEDIA QUERIES */
/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style	-

 METIS SKIN

author:	ThemePunch
email:			info@themepunch.com
website:		http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
/* line 1937, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.metis.tparrows {
  background: #fff;
  padding: 10px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
}

/* line 1947, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.metis.tparrows:hover {
  background: #fff;
  background: rgba(255, 255, 255, 0.75);
}

/* line 1952, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.metis.tparrows:before {
  color: #000;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

/* line 1958, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.metis.tparrows:hover:before {
  transform: scale(1.5);
}

/* BULLETS */
/* line 1964, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.metis .tp-bullet {
  opacity: 1;
  width: 50px;
  height: 50px;
  padding: 3px;
  background: #000;
  background-color: rgba(0, 0, 0, 0.25);
  margin: 0px;
  box-sizing: border-box;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  border-radius: 50%;
}

/* line 1978, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.metis .tp-bullet-image {
  border-radius: 50%;
  display: block;
  box-sizing: border-box;
  position: relative;
  -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
  width: 44px;
  height: 44px;
  background-size: cover;
  background-position: center center;
}

/* line 1992, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.metis .tp-bullet-title {
  position: absolute;
  bottom: 65px;
  display: inline-block;
  left: 50%;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 10px 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transform: translateZ(0.001px) translateX(-50%) translateY(14px);
  transform-origin: 50% 100%;
  -webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px);
  -webkit-transform-origin: 50% 100%;
  opacity: 0;
  white-space: nowrap;
}

/* line 2014, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.metis .tp-bullet:hover .tp-bullet-title {
  transform: rotateX(0deg) translateX(-50%);
  -webkit-transform: rotateX(0deg) translateX(-50%);
  opacity: 1;
}

/* line 2020, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.metis .tp-bullet.selected,
.metis .tp-bullet:hover {
  background: white;
  background: -moz-linear-gradient(top, white 0%, #777777 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(100%, #777777));
  background: -webkit-linear-gradient(top, white 0%, #777777 100%);
  background: -o-linear-gradient(top, white 0%, #777777 100%);
  background: -ms-linear-gradient(top, white 0%, #777777 100%);
  background: linear-gradient(to bottom, white 0%, #777777 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 );
}

/* line 2033, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.metis .tp-bullet-title:after {
  content: " ";
  position: absolute;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: rgba(0, 0, 0, 0.75) transparent transparent transparent;
  bottom: -8px;
}

/* line 2046, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.metis .tp-tab-number {
  color: #fff;
  font-size: 40px;
  line-height: 30px;
  font-weight: 400;
  font-family: "Playfair Display";
  width: 50px;
  margin-right: 17px;
  display: inline-block;
  float: left;
}

/* line 2057, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.metis .tp-tab-mask {
  padding-left: 20px;
  left: 0px;
  max-width: 90px !important;
  transition: 0.4s padding-left, 0.4s left, 0.4s max-width;
}

/* line 2063, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.metis:hover .tp-tab-mask {
  padding-left: 0px;
  left: 50px;
  max-width: 500px !important;
}

/* line 2068, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.metis .tp-tab-divider {
  border-right: 1px solid transparent;
  height: 30px;
  width: 1px;
  margin-top: 5px;
  display: inline-block;
  float: left;
}

/* line 2076, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.metis .tp-tab-title {
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  font-family: "Playfair Display";
  position: relative;
  padding-top: 10px;
  padding-left: 30px;
  display: inline-block;
  transform: translateX(-100%);
  transition: 0.4s all;
}

/* line 2089, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.metis .tp-tab-title-mask {
  position: absolute;
  overflow: hidden;
  left: 67px;
}

/* line 2094, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.metis:hover .tp-tab-title {
  transform: translateX(0);
}

/* line 2097, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.metis .tp-tab {
  opacity: 0.15;
  transition: 0.4s all;
}

/* line 2101, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.metis .tp-tab:hover,
.metis .tp-tab.selected {
  opacity: 1;
}

/* line 2105, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.metis .tp-tab.selected .tp-tab-divider {
  border-right: 1px solid #cdb083;
}

/* line 2108, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.metis.tp-tabs {
  max-width: 118px !important;
  padding-left: 50px;
}

/* line 2112, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.metis.tp-tabs:before {
  content: " ";
  height: 100%;
  width: 88px;
  background: rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  left: 0px;
  top: 0px;
  position: absolute;
  transition: 0.4s all;
}

/* line 2123, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.metis.tp-tabs:hover:before {
  width: 118px;
}

@media (max-width: 499px) {
  /* line 2127, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
  .metis.tp-tabs:before {
    background: rgba(0, 0, 0, 0.75);
  }
}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style	-

 PERSEPHONE SKIN

author:	ThemePunch
email:			info@themepunch.com
website:		http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
/* line 2143, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.persephone.tparrows {
  cursor: pointer;
  background: #aaa;
  background: rgba(200, 200, 200, 0.5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 100;
  border: 1px solid #f5f5f5;
}

/* line 2154, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.persephone.tparrows:hover {
  background: #333;
}

/* line 2157, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.persephone.tparrows:before {
  font-family: "revicons";
  font-size: 15px;
  color: #fff;
  display: block;
  line-height: 40px;
  text-align: center;
}

/* line 2165, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.persephone.tparrows.tp-leftarrow:before {
  content: "\e824";
}

/* line 2168, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.persephone.tparrows.tp-rightarrow:before {
  content: "\e825";
}

/* BULLETS */
/* line 2177, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.persephone.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #transparent;
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  box-sizing: content-box;
}

/* line 2187, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.persephone .tp-bullet {
  width: 12px;
  height: 12px;
  position: absolute;
  background: #aaa;
  border: 1px solid #e5e5e5;
  cursor: pointer;
  box-sizing: content-box;
}

/* line 2196, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.persephone .tp-bullet:hover,
.persephone .tp-bullet.selected {
  background: #222;
}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style	-

 URANUS SKIN

author:	ThemePunch
email:			info@themepunch.com
website:		http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
/* line 2217, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.uranus.tparrows {
  width: 50px;
  height: 50px;
  background: transparent;
}

/* line 2222, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.uranus.tparrows:before {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 40px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

/* line 2231, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.uranus.tparrows:hover:before {
  opacity: 0.75;
}

/* BULLETS */
/* line 2236, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.uranus .tp-bullet {
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  background: transparent;
}

/* line 2243, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.uranus .tp-bullet.selected,
.uranus .tp-bullet:hover {
  box-shadow: 0 0 0 2px #FFF;
  border: none;
  border-radius: 50%;
  background: transparent;
}

/* line 2254, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.uranus .tp-bullet-inner {
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
  border-radius: 50%;
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.3);
  text-indent: -999em;
  cursor: pointer;
  position: absolute;
}

/* line 2271, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.uranus .tp-bullet.selected .tp-bullet-inner,
.uranus .tp-bullet:hover .tp-bullet-inner {
  transform: scale(0.4);
  -webkit-transform: scale(0.4);
  background-color: #fff;
}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style	-

 ZEUS SKIN

author:	ThemePunch
email:			info@themepunch.com
website:		http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
/* line 2289, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.zeus.tparrows {
  cursor: pointer;
  min-width: 70px;
  min-height: 70px;
  position: absolute;
  display: block;
  z-index: 100;
  border-radius: 35px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.1);
}

/* line 2301, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.zeus.tparrows:before {
  font-family: "revicons";
  font-size: 20px;
  color: #fff;
  display: block;
  line-height: 70px;
  text-align: center;
  z-index: 2;
  position: relative;
}

/* line 2311, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.zeus.tparrows.tp-leftarrow:before {
  content: "\e824";
}

/* line 2314, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.zeus.tparrows.tp-rightarrow:before {
  content: "\e825";
}

/* line 2318, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.zeus .tp-title-wrap {
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  opacity: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  border-radius: 50%;
}

/* line 2334, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.zeus .tp-arr-imgholder {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-position: center center;
  background-size: cover;
  border-radius: 50%;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

/* line 2350, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.zeus.tp-rightarrow .tp-arr-imgholder {
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
}

/* line 2354, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.zeus.tparrows:hover .tp-arr-imgholder {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  opacity: 1;
}

/* line 2360, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.zeus.tparrows:hover .tp-title-wrap {
  transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
}

/* BULLETS */
/* line 2368, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.zeus .tp-bullet {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 13px;
  height: 13px;
  border: 2px solid #fff;
}

/* line 2376, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.zeus .tp-bullet:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  border-radius: 50%;
  background-color: #FFF;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}

/* line 2391, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.zeus .tp-bullet:hover:after,
.zeus .tp-bullet.selected:after {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/* line 2397, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.zeus .tp-bullet-image,
.zeus .tp-bullet-imageoverlay {
  width: 135px;
  height: 60px;
  position: absolute;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  bottom: 25px;
  left: 50%;
  margin-left: -65px;
  box-sizing: border-box;
  background-size: cover;
  background-position: center center;
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 4px;
}

/* line 2423, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.zeus .tp-bullet-title,
.zeus .tp-bullet-imageoverlay {
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* line 2429, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.zeus .tp-bullet-title {
  color: #fff;
  text-align: center;
  line-height: 15px;
  font-size: 13px;
  font-weight: 600;
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  bottom: 45px;
  width: 135px;
  vertical-align: middle;
  left: -57px;
}

/* line 2451, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.zeus .tp-bullet:hover .tp-bullet-title,
.zeus .tp-bullet:hover .tp-bullet-image,
.zeus .tp-bullet:hover .tp-bullet-imageoverlay {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

/* THUMBS */
/* line 2461, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.zeus .tp-thumb {
  opacity: 1;
}

/* line 2465, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.zeus .tp-thumb-over {
  background: #000;
  background: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 2478, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.zeus .tp-thumb-more:before {
  font-family: "revicons";
  font-size: 12px;
  color: #aaa;
  color: rgba(255, 255, 255, 0.75);
  display: block;
  line-height: 12px;
  text-align: left;
  z-index: 2;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
}

/* line 2492, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.zeus .tp-thumb-more:before {
  content: "\e825";
}

/* line 2496, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.zeus .tp-thumb-title {
  font-family: "Raleway";
  letter-spacing: 1px;
  font-size: 12px;
  color: #fff;
  display: block;
  line-height: 15px;
  text-align: left;
  z-index: 2;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  padding: 20px 35px 20px 20px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  font-weight: 500;
}

/* line 2518, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.zeus .tp-thumb.selected .tp-thumb-more:before,
.zeus .tp-thumb:hover .tp-thumb-more:before {
  color: #aaa;
}

/* line 2524, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.zeus .tp-thumb.selected .tp-thumb-over,
.zeus .tp-thumb:hover .tp-thumb-over {
  background: #000;
}

/* line 2528, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.zeus .tp-thumb.selected .tp-thumb-title,
.zeus .tp-thumb:hover .tp-thumb-title {
  color: #fff;
}

/* TABS */
/* line 2536, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.zeus .tp-tab {
  opacity: 1;
  box-sizing: border-box;
}

/* line 2541, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.zeus .tp-tab-title {
  display: block;
  text-align: center;
  background: rgba(0, 0, 0, 0.25);
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 13px;
  color: #fff;
  padding: 9px 10px;
}

/* line 2552, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.zeus .tp-tab:hover .tp-tab-title,
.zeus .tp-tab.selected .tp-tab-title {
  color: #000;
  background: white;
}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style	-

 ZEUS SKIN

author:	ThemePunch
email:			info@themepunch.com
website:		http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* line 2572, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.post-tabs .tp-thumb {
  opacity: 1;
}

/* line 2576, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.post-tabs .tp-thumb-over {
  background: #252525;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 2588, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.post-tabs .tp-thumb-more:before {
  font-family: "revicons";
  font-size: 12px;
  color: #aaa;
  color: rgba(255, 255, 255, 0.75);
  display: block;
  line-height: 12px;
  text-align: left;
  z-index: 2;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
}

/* line 2602, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.post-tabs .tp-thumb-more:before {
  content: "\e825";
}

/* line 2606, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.post-tabs .tp-thumb-title {
  font-family: "raleway";
  letter-spacing: 1px;
  font-size: 12px;
  color: #fff;
  display: block;
  line-height: 15px;
  text-align: left;
  z-index: 2;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  padding: 15px 30px 15px 15px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  font-weight: 500;
}

/* line 2628, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.post-tabs .tp-thumb.selected .tp-thumb-more:before,
.post-tabs .tp-thumb:hover .tp-thumb-more:before {
  color: #aaa;
}

/* line 2634, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.post-tabs .tp-thumb.selected .tp-thumb-over,
.post-tabs .tp-thumb:hover .tp-thumb-over {
  background: #fff;
}

/* line 2638, vendor/assets/stylesheets/rs-plugin/css/navigation.css */
.post-tabs .tp-thumb.selected .tp-thumb-title,
.post-tabs .tp-thumb:hover .tp-thumb-title {
  color: #000;
}

/* Add here all your CSS customizations */
/* line 1, app/assets/stylesheets/porto_cusmtom.scss */
a {
  color: #d60011;
}

/* line 5, app/assets/stylesheets/porto_cusmtom.scss */
a:hover {
  color: #f00013;
}

/* line 9, app/assets/stylesheets/porto_cusmtom.scss */
a:focus {
  color: #f00013;
}

/* line 13, app/assets/stylesheets/porto_cusmtom.scss */
a:active {
  color: #bd000f;
}

/* line 17, app/assets/stylesheets/porto_cusmtom.scss */
html .heading-primary,
html .lnk-primary,
html .text-color-primary,
html .text-primary {
  color: #d60011 !important;
}

/* line 24, app/assets/stylesheets/porto_cusmtom.scss */
html .heading.heading-primary h1,
html .heading.heading-primary h2,
html .heading.heading-primary h3,
html .heading.heading-primary h4,
html .heading.heading-primary h5,
html .heading.heading-primary h6 {
  border-color: #d60011;
}

/* line 33, app/assets/stylesheets/porto_cusmtom.scss */
html .heading-secondary,
html .lnk-secondary,
html .text-color-secondary,
html .text-secondary {
  color: #111113 !important;
}

/* line 40, app/assets/stylesheets/porto_cusmtom.scss */
html .heading.heading-secondary h1,
html .heading.heading-secondary h2,
html .heading.heading-secondary h3,
html .heading.heading-secondary h4,
html .heading.heading-secondary h5,
html .heading.heading-secondary h6 {
  border-color: #111113;
}

/* line 49, app/assets/stylesheets/porto_cusmtom.scss */
html .heading-tertiary,
html .lnk-tertiary,
html .text-color-tertiary,
html .text-tertiary {
  color: #9dd36c !important;
}

/* line 56, app/assets/stylesheets/porto_cusmtom.scss */
html .heading.heading-tertiary h1,
html .heading.heading-tertiary h2,
html .heading.heading-tertiary h3,
html .heading.heading-tertiary h4,
html .heading.heading-tertiary h5,
html .heading.heading-tertiary h6 {
  border-color: #9dd36c;
}

/* line 65, app/assets/stylesheets/porto_cusmtom.scss */
html .heading-quaternary,
html .lnk-quaternary,
html .text-color-quaternary,
html .text-quaternary {
  color: #0a0a0a !important;
}

/* line 72, app/assets/stylesheets/porto_cusmtom.scss */
html .heading.heading-quaternary h1,
html .heading.heading-quaternary h2,
html .heading.heading-quaternary h3,
html .heading.heading-quaternary h4,
html .heading.heading-quaternary h5,
html .heading.heading-quaternary h6 {
  border-color: #0a0a0a;
}

/* line 81, app/assets/stylesheets/porto_cusmtom.scss */
html .heading-dark,
html .lnk-dark,
html .text-color-dark,
html .text-dark {
  color: #2e353e !important;
}

/* line 88, app/assets/stylesheets/porto_cusmtom.scss */
html .heading.heading-dark h1,
html .heading.heading-dark h2,
html .heading.heading-dark h3,
html .heading.heading-dark h4,
html .heading.heading-dark h5,
html .heading.heading-dark h6 {
  border-color: #2e353e;
}

/* line 97, app/assets/stylesheets/porto_cusmtom.scss */
html .heading-light,
html .lnk-light,
html .text-color-light,
html .text-light {
  color: #fff !important;
}

/* line 104, app/assets/stylesheets/porto_cusmtom.scss */
html .heading.heading-light h1,
html .heading.heading-light h2,
html .heading.heading-light h3,
html .heading.heading-light h4,
html .heading.heading-light h5,
html .heading.heading-light h6 {
  border-color: #fff;
}

/* line 113, app/assets/stylesheets/porto_cusmtom.scss */
html .background-color-primary {
  background-color: #d60011 !important;
}

/* line 117, app/assets/stylesheets/porto_cusmtom.scss */
html .background-color-secondary {
  background-color: #111113 !important;
}

/* line 121, app/assets/stylesheets/porto_cusmtom.scss */
html .background-color-tertiary {
  background-color: #9dd36c !important;
}

/* line 125, app/assets/stylesheets/porto_cusmtom.scss */
html .background-color-quaternary {
  background-color: #0a0a0a !important;
}

/* line 129, app/assets/stylesheets/porto_cusmtom.scss */
html .background-color-dark {
  background-color: #2e353e !important;
}

/* line 133, app/assets/stylesheets/porto_cusmtom.scss */
html .background-color-light {
  background-color: #fff !important;
}

/* line 137, app/assets/stylesheets/porto_cusmtom.scss */
.alternative-font {
  color: #d60011;
}

/* line 141, app/assets/stylesheets/porto_cusmtom.scss */
html .blockquote-primary {
  border-color: #d60011 !important;
}

/* line 145, app/assets/stylesheets/porto_cusmtom.scss */
html .blockquote-secondary {
  border-color: #111113 !important;
}

/* line 149, app/assets/stylesheets/porto_cusmtom.scss */
html .blockquote-tertiary {
  border-color: #9dd36c !important;
}

/* line 153, app/assets/stylesheets/porto_cusmtom.scss */
html .blockquote-quaternary {
  border-color: #0a0a0a !important;
}

/* line 157, app/assets/stylesheets/porto_cusmtom.scss */
html .blockquote-dark {
  border-color: #2e353e !important;
}

/* line 161, app/assets/stylesheets/porto_cusmtom.scss */
html .blockquote-light {
  border-color: #fff !important;
}

/* line 165, app/assets/stylesheets/porto_cusmtom.scss */
p.drop-caps:first-letter {
  color: #d60011;
}

/* line 169, app/assets/stylesheets/porto_cusmtom.scss */
p.drop-caps.drop-caps-style-2:first-letter {
  background-color: #d60011;
}

/* line 173, app/assets/stylesheets/porto_cusmtom.scss */
.nav-pills > li.active > a,
.nav-pills .nav-link.active {
  background-color: #d60011;
}

/* line 178, app/assets/stylesheets/porto_cusmtom.scss */
.nav-pills > li.active > a:hover,
.nav-pills .nav-link.active:hover,
.nav-pills > li.active > a:focus,
.nav-pills .nav-link.active:focus {
  background-color: #d60011;
}

/* line 185, app/assets/stylesheets/porto_cusmtom.scss */
html .nav-pills-primary a {
  color: #d60011;
}

/* line 189, app/assets/stylesheets/porto_cusmtom.scss */
html .nav-pills-primary a:hover {
  color: #f00013;
}

/* line 193, app/assets/stylesheets/porto_cusmtom.scss */
html .nav-pills-primary a:focus {
  color: #f00013;
}

/* line 197, app/assets/stylesheets/porto_cusmtom.scss */
html .nav-pills-primary a:active {
  color: #bd000f;
}

/* line 201, app/assets/stylesheets/porto_cusmtom.scss */
html .nav-pills-primary .nav-link.active,
html .nav-pills-primary > li.active > a {
  background-color: #d60011;
}

/* line 206, app/assets/stylesheets/porto_cusmtom.scss */
html .nav-pills-primary .nav-link.active:hover,
html .nav-pills-primary > li.active > a:hover,
html .nav-pills-primary .nav-link.active:focus,
html .nav-pills-primary > li.active > a:focus {
  background-color: #d60011;
}

/* line 213, app/assets/stylesheets/porto_cusmtom.scss */
html .nav-pills-secondary a {
  color: #111113;
}

/* line 217, app/assets/stylesheets/porto_cusmtom.scss */
html .nav-pills-secondary a:hover {
  color: #1d1d20;
}

/* line 221, app/assets/stylesheets/porto_cusmtom.scss */
html .nav-pills-secondary a:focus {
  color: #1d1d20;
}

/* line 225, app/assets/stylesheets/porto_cusmtom.scss */
html .nav-pills-secondary a:active {
  color: #050506;
}

/* line 229, app/assets/stylesheets/porto_cusmtom.scss */
html .nav-pills-secondary .nav-link.active,
html .nav-pills-secondary > li.active > a {
  background-color: #111113;
}

/* line 234, app/assets/stylesheets/porto_cusmtom.scss */
html .nav-pills-secondary .nav-link.active:hover,
html .nav-pills-secondary > li.active > a:hover,
html .nav-pills-secondary .nav-link.active:focus,
html .nav-pills-secondary > li.active > a:focus {
  background-color: #111113;
}

/* line 241, app/assets/stylesheets/porto_cusmtom.scss */
html .nav-pills-tertiary a {
  color: #9dd36c;
}

/* line 245, app/assets/stylesheets/porto_cusmtom.scss */
html .nav-pills-tertiary a:hover {
  color: #aad980;
}

/* line 249, app/assets/stylesheets/porto_cusmtom.scss */
html .nav-pills-tertiary a:focus {
  color: #aad980;
}

/* line 253, app/assets/stylesheets/porto_cusmtom.scss */
html .nav-pills-tertiary a:active {
  color: #90cd58;
}

/* line 257, app/assets/stylesheets/porto_cusmtom.scss */
html .nav-pills-tertiary .nav-link.active,
html .nav-pills-tertiary > li.active > a {
  background-color: #9dd36c;
}

/* line 262, app/assets/stylesheets/porto_cusmtom.scss */
html .nav-pills-tertiary .nav-link.active:hover,
html .nav-pills-tertiary > li.active > a:hover,
html .nav-pills-tertiary .nav-link.active:focus,
html .nav-pills-tertiary > li.active > a:focus {
  background-color: #9dd36c;
}

/* line 269, app/assets/stylesheets/porto_cusmtom.scss */
html .nav-pills-quaternary a {
  color: #0a0a0a;
}

/* line 273, app/assets/stylesheets/porto_cusmtom.scss */
html .nav-pills-quaternary a:hover {
  color: #171717;
}

/* line 277, app/assets/stylesheets/porto_cusmtom.scss */
html .nav-pills-quaternary a:focus {
  color: #171717;
}

/* line 281, app/assets/stylesheets/porto_cusmtom.scss */
html .nav-pills-quaternary a:active {
  color: #000000;
}

/* line 285, app/assets/stylesheets/porto_cusmtom.scss */
html .nav-pills-quaternary .nav-link.active,
html .nav-pills-quaternary > li.active > a {
  background-color: #0a0a0a;
}

/* line 290, app/assets/stylesheets/porto_cusmtom.scss */
html .nav-pills-quaternary .nav-link.active:hover,
html .nav-pills-quaternary > li.active > a:hover,
html .nav-pills-quaternary .nav-link.active:focus,
html .nav-pills-quaternary > li.active > a:focus {
  background-color: #0a0a0a;
}

/* line 297, app/assets/stylesheets/porto_cusmtom.scss */
html .nav-pills-dark a {
  color: #2e353e;
}

/* line 301, app/assets/stylesheets/porto_cusmtom.scss */
html .nav-pills-dark a:hover {
  color: #39424d;
}

/* line 305, app/assets/stylesheets/porto_cusmtom.scss */
html .nav-pills-dark a:focus {
  color: #39424d;
}

/* line 309, app/assets/stylesheets/porto_cusmtom.scss */
html .nav-pills-dark a:active {
  color: #23282f;
}

/* line 313, app/assets/stylesheets/porto_cusmtom.scss */
html .nav-pills-dark .nav-link.active,
html .nav-pills-dark > li.active > a {
  background-color: #2e353e;
}

/* line 318, app/assets/stylesheets/porto_cusmtom.scss */
html .nav-pills-dark .nav-link.active:hover,
html .nav-pills-dark > li.active > a:hover,
html .nav-pills-dark .nav-link.active:focus,
html .nav-pills-dark > li.active > a:focus {
  background-color: #2e353e;
}

/* line 325, app/assets/stylesheets/porto_cusmtom.scss */
html .nav-pills-light a {
  color: #fff;
}

/* line 329, app/assets/stylesheets/porto_cusmtom.scss */
html .nav-pills-light a:hover {
  color: #ffffff;
}

/* line 333, app/assets/stylesheets/porto_cusmtom.scss */
html .nav-pills-light a:focus {
  color: #ffffff;
}

/* line 337, app/assets/stylesheets/porto_cusmtom.scss */
html .nav-pills-light a:active {
  color: #f2f2f2;
}

/* line 341, app/assets/stylesheets/porto_cusmtom.scss */
html .nav-pills-light .nav-link.active,
html .nav-pills-light > li.active > a {
  background-color: #fff;
}

/* line 346, app/assets/stylesheets/porto_cusmtom.scss */
html .nav-pills-light .nav-link.active:hover,
html .nav-pills-light > li.active > a:hover,
html .nav-pills-light .nav-link.active:focus,
html .nav-pills-light > li.active > a:focus {
  background-color: #fff;
}

/* line 353, app/assets/stylesheets/porto_cusmtom.scss */
.sort-source-wrapper .nav > li.active > a {
  color: #d60011;
}

/* line 357, app/assets/stylesheets/porto_cusmtom.scss */
.sort-source-wrapper .nav > li.active > a:hover,
.sort-source-wrapper .nav > li.active > a:focus {
  color: #d60011;
}

/* line 362, app/assets/stylesheets/porto_cusmtom.scss */
.sort-source.sort-source-style-2 > li.active > a:after {
  border-top-color: #d60011;
}

/* line 366, app/assets/stylesheets/porto_cusmtom.scss */
html .badge-primary {
  background-color: #d60011;
}

/* line 370, app/assets/stylesheets/porto_cusmtom.scss */
html .badge-secondary {
  background-color: #111113;
}

/* line 374, app/assets/stylesheets/porto_cusmtom.scss */
html .badge-tertiary {
  background-color: #9dd36c;
}

/* line 378, app/assets/stylesheets/porto_cusmtom.scss */
html .badge-quaternary {
  background-color: #0a0a0a;
}

/* line 382, app/assets/stylesheets/porto_cusmtom.scss */
html .badge-dark {
  background-color: #2e353e;
}

/* line 386, app/assets/stylesheets/porto_cusmtom.scss */
html .badge-light {
  background-color: #fff;
}

/* line 390, app/assets/stylesheets/porto_cusmtom.scss */
.btn-link {
  color: #d60011;
}

/* line 394, app/assets/stylesheets/porto_cusmtom.scss */
.btn-link:hover {
  color: #f00013;
}

/* line 398, app/assets/stylesheets/porto_cusmtom.scss */
.btn-link:active {
  color: #bd000f;
}

/* line 402, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-primary {
  background-color: #d60011;
  border-color: #d60011 #d60011 #a3000d;
  color: #fff;
}

/* line 408, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-primary:hover,
html .btn-primary.hover {
  background-color: #fc0014;
  border-color: #ff0a1d #ff0a1d #d60011;
  color: #fff;
}

/* line 415, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-primary:focus,
html .btn-primary.focus {
  box-shadow: 0 0 0 3px rgba(214, 0, 17, 0.5);
}

/* line 420, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-primary.disabled,
html .btn-primary:disabled {
  background-color: #d60011;
  border-color: #d60011 #d60011 #a3000d;
}

/* line 426, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-primary:active,
html .btn-primary.active,
.show > html .btn-primary.dropdown-toggle {
  background-color: #b0000e !important;
  background-image: none !important;
  border-color: #a3000d #a3000d #700009 !important;
  box-shadow: 0 0 0 0.2rem rgba(214, 0, 17, 0.5) !important;
}

/* line 435, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-primary-scale-2 {
  background-color: #a3000d;
  border-color: #a3000d #a3000d #700009;
  color: #fff;
}

/* line 441, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-primary-scale-2:hover,
html .btn-primary-scale-2.hover {
  background-color: #c90010;
  border-color: #d60011 #d60011 #a3000d;
  color: #fff;
}

/* line 448, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-primary-scale-2:focus,
html .btn-primary-scale-2.focus {
  box-shadow: 0 0 0 3px rgba(163, 0, 13, 0.5);
}

/* line 453, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-primary-scale-2.disabled,
html .btn-primary-scale-2:disabled {
  background-color: #a3000d;
  border-color: #a3000d #a3000d #700009;
}

/* line 459, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-primary-scale-2:active,
html .btn-primary-scale-2.active,
.show > html .btn-primary-scale-2.dropdown-toggle {
  background-color: #7d000a !important;
  background-image: none !important;
  border-color: #700009 #700009 #3d0005 !important;
  box-shadow: 0 0 0 0.2rem rgba(163, 0, 13, 0.5) !important;
}

/* line 468, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-secondary {
  background-color: #cccccc;
  border-color: #cccccc #cccccc #a6a6a6;
  color: inherit;
}

/* line 474, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-secondary:hover,
html .btn-secondary.hover {
  background-color: #e6e6e6;
  border-color: #e6e6e6 #e6e6e6 #d9d9d9;
  color: inherit;
}

/* line 481, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-secondary:focus,
html .btn-secondary.focus {
  box-shadow: 0 0 0 3px rgba(128, 128, 128, 0.5);
}

/* line 486, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-secondary.disabled,
html .btn-secondary:disabled {
  background-color: #cccccc;
  border-color: #cccccc #cccccc #a6a6a6;
}

/* line 492, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-secondary:active,
html .btn-secondary.active,
.show > html .btn-secondary.dropdown-toggle {
  background-color: #d2d2d2 !important;
  background-image: none !important;
  border-color: #cccccc #cccccc #b3b3b3 !important;
  box-shadow: 0 0 0 0.2rem rgba(128, 128, 128, 0.5) !important;
}

/* line 501, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-secondary-scale-2 {
  background-color: #000000;
  border-color: #000000 #000000 #000000;
  color: #fff;
}

/* line 507, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-secondary-scale-2:hover,
html .btn-secondary-scale-2.hover {
  background-color: #131313;
  border-color: #1a1a1a #1a1a1a #000000;
  color: #fff;
}

/* line 514, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-secondary-scale-2:focus,
html .btn-secondary-scale-2.focus {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.5);
}

/* line 519, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-secondary-scale-2.disabled,
html .btn-secondary-scale-2:disabled {
  background-color: #000000;
  border-color: #000000 #000000 #000000;
}

/* line 525, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-secondary-scale-2:active,
html .btn-secondary-scale-2.active,
.show > html .btn-secondary-scale-2.dropdown-toggle {
  background-color: #000000 !important;
  background-image: none !important;
  border-color: #000000 #000000 #000000 !important;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5) !important;
}

/* line 534, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-tertiary {
  background-color: #9dd36c;
  border-color: #9dd36c #9dd36c #83c745;
  color: #777;
}

/* line 540, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-tertiary:hover,
html .btn-tertiary.hover {
  background-color: #b1dc89;
  border-color: #b7df93 #b7df93 #9dd36c;
  color: #777;
}

/* line 547, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-tertiary:focus,
html .btn-tertiary.focus {
  box-shadow: 0 0 0 3px rgba(157, 211, 108, 0.5);
}

/* line 552, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-tertiary.disabled,
html .btn-tertiary:disabled {
  background-color: #9dd36c;
  border-color: #9dd36c #9dd36c #83c745;
}

/* line 558, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-tertiary:active,
html .btn-tertiary.active,
.show > html .btn-tertiary.dropdown-toggle {
  background-color: #89ca4f !important;
  background-image: none !important;
  border-color: #83c745 #83c745 #6aa732 !important;
  box-shadow: 0 0 0 0.2rem rgba(157, 211, 108, 0.5) !important;
}

/* line 567, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-tertiary-scale-2 {
  background-color: #83c745;
  border-color: #83c745 #83c745 #6aa732;
  color: #777;
}

/* line 573, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-tertiary-scale-2:hover,
html .btn-tertiary-scale-2.hover {
  background-color: #96d062;
  border-color: #9dd36c #9dd36c #83c745;
  color: #777;
}

/* line 580, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-tertiary-scale-2:focus,
html .btn-tertiary-scale-2.focus {
  box-shadow: 0 0 0 3px rgba(131, 199, 69, 0.5);
}

/* line 585, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-tertiary-scale-2.disabled,
html .btn-tertiary-scale-2:disabled {
  background-color: #83c745;
  border-color: #83c745 #83c745 #6aa732;
}

/* line 591, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-tertiary-scale-2:active,
html .btn-tertiary-scale-2.active,
.show > html .btn-tertiary-scale-2.dropdown-toggle {
  background-color: #70b135 !important;
  background-image: none !important;
  border-color: #6aa732 #6aa732 #518026 !important;
  box-shadow: 0 0 0 0.2rem rgba(131, 199, 69, 0.5) !important;
}

/* line 600, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-quaternary {
  background-color: #0a0a0a;
  border-color: #0a0a0a #0a0a0a #000000;
  color: #fff;
}

/* line 606, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-quaternary:hover,
html .btn-quaternary.hover {
  background-color: #1d1d1d;
  border-color: #242424 #242424 #0a0a0a;
  color: #fff;
}

/* line 613, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-quaternary:focus,
html .btn-quaternary.focus {
  box-shadow: 0 0 0 3px rgba(10, 10, 10, 0.5);
}

/* line 618, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-quaternary.disabled,
html .btn-quaternary:disabled {
  background-color: #0a0a0a;
  border-color: #0a0a0a #0a0a0a #000000;
}

/* line 624, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-quaternary:active,
html .btn-quaternary.active,
.show > html .btn-quaternary.dropdown-toggle {
  background-color: #000000 !important;
  background-image: none !important;
  border-color: #000000 #000000 #000000 !important;
  box-shadow: 0 0 0 0.2rem rgba(10, 10, 10, 0.5) !important;
}

/* line 633, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-quaternary-scale-2 {
  background-color: #000000;
  border-color: #000000 #000000 #000000;
  color: #fff;
}

/* line 639, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-quaternary-scale-2:hover,
html .btn-quaternary-scale-2.hover {
  background-color: #131313;
  border-color: #1a1a1a #1a1a1a #000000;
  color: #fff;
}

/* line 646, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-quaternary-scale-2:focus,
html .btn-quaternary-scale-2.focus {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.5);
}

/* line 651, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-quaternary-scale-2.disabled,
html .btn-quaternary-scale-2:disabled {
  background-color: #000000;
  border-color: #000000 #000000 #000000;
}

/* line 657, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-quaternary-scale-2:active,
html .btn-quaternary-scale-2.active,
.show > html .btn-quaternary-scale-2.dropdown-toggle {
  background-color: #000000 !important;
  background-image: none !important;
  border-color: #000000 #000000 #000000 !important;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5) !important;
}

/* line 666, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-dark {
  background-color: #2e353e;
  border-color: #2e353e #2e353e #181c21;
  color: #fff;
}

/* line 672, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-dark:hover,
html .btn-dark.hover {
  background-color: #3e4854;
  border-color: #444e5b #444e5b #2e353e;
  color: #fff;
}

/* line 679, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-dark:focus,
html .btn-dark.focus {
  box-shadow: 0 0 0 3px rgba(46, 53, 62, 0.5);
}

/* line 684, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-dark.disabled,
html .btn-dark:disabled {
  background-color: #2e353e;
  border-color: #2e353e #2e353e #181c21;
}

/* line 690, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-dark:active,
html .btn-dark.active,
.show > html .btn-dark.dropdown-toggle {
  background-color: #1e2228 !important;
  background-image: none !important;
  border-color: #181c21 #181c21 #030303 !important;
  box-shadow: 0 0 0 0.2rem rgba(46, 53, 62, 0.5) !important;
}

/* line 699, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-dark-scale-2 {
  background-color: #181c21;
  border-color: #181c21 #181c21 #030303;
  color: #fff;
}

/* line 705, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-dark-scale-2:hover,
html .btn-dark-scale-2.hover {
  background-color: #292f37;
  border-color: #2e353e #2e353e #181c21;
  color: #fff;
}

/* line 712, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-dark-scale-2:focus,
html .btn-dark-scale-2.focus {
  box-shadow: 0 0 0 3px rgba(24, 28, 33, 0.5);
}

/* line 717, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-dark-scale-2.disabled,
html .btn-dark-scale-2:disabled {
  background-color: #181c21;
  border-color: #181c21 #181c21 #030303;
}

/* line 723, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-dark-scale-2:active,
html .btn-dark-scale-2.active,
.show > html .btn-dark-scale-2.dropdown-toggle {
  background-color: #08090b !important;
  background-image: none !important;
  border-color: #030303 #030303 #000000 !important;
  box-shadow: 0 0 0 0.2rem rgba(24, 28, 33, 0.5) !important;
}

/* line 732, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-light {
  background-color: #fff;
  border-color: #fff #fff #e6e6e6;
  color: #777;
}

/* line 738, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-light:hover,
html .btn-light.hover {
  background-color: #ffffff;
  border-color: #ffffff #ffffff #fff;
  color: #777;
}

/* line 745, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-light:focus,
html .btn-light.focus {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
}

/* line 750, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-light.disabled,
html .btn-light:disabled {
  background-color: #fff;
  border-color: #fff #fff #e6e6e6;
}

/* line 756, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-light:active,
html .btn-light.active,
.show > html .btn-light.dropdown-toggle {
  background-color: #ececec !important;
  background-image: none !important;
  border-color: #e6e6e6 #e6e6e6 #cccccc !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5) !important;
}

/* line 765, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-light-scale-2 {
  background-color: #e6e6e6;
  border-color: #e6e6e6 #e6e6e6 #cccccc;
  color: #777;
}

/* line 771, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-light-scale-2:hover,
html .btn-light-scale-2.hover {
  background-color: #f9f9f9;
  border-color: #ffffff #ffffff #e6e6e6;
  color: #777;
}

/* line 778, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-light-scale-2:focus,
html .btn-light-scale-2.focus {
  box-shadow: 0 0 0 3px rgba(230, 230, 230, 0.5);
}

/* line 783, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-light-scale-2.disabled,
html .btn-light-scale-2:disabled {
  background-color: #e6e6e6;
  border-color: #e6e6e6 #e6e6e6 #cccccc;
}

/* line 789, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-light-scale-2:active,
html .btn-light-scale-2.active,
.show > html .btn-light-scale-2.dropdown-toggle {
  background-color: #d2d2d2 !important;
  background-image: none !important;
  border-color: #cccccc #cccccc #b3b3b3 !important;
  box-shadow: 0 0 0 0.2rem rgba(230, 230, 230, 0.5) !important;
}

/* line 798, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-outline.btn-primary {
  color: #d60011;
  background-color: transparent;
  background-image: none;
  border-color: #d60011;
}

/* line 805, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-outline.btn-primary:hover,
html .btn-outline.btn-primary.hover {
  color: #fff;
  background-color: #d60011;
  border-color: #d60011;
}

/* line 812, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-outline.btn-primary:focus,
html .btn-outline.btn-primary.focus {
  box-shadow: 0 0 0 3px rgba(214, 0, 17, 0.5);
}

/* line 817, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-outline.btn-primary.disabled,
html .btn-outline.btn-primary:disabled {
  color: #d60011;
  background-color: transparent;
}

/* line 823, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-outline.btn-primary:active,
html .btn-outline.btn-primary.active,
.show > html .btn-outline.btn-primary.dropdown-toggle {
  color: #fff !important;
  background-color: #d60011 !important;
  border-color: #d60011 !important;
  box-shadow: 0 0 0 0.2rem rgba(214, 0, 17, 0.5) !important;
}

/* line 832, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-outline.btn-secondary {
  color: #999999;
  background-color: transparent;
  background-image: none;
  border-color: #cccccc;
}

/* line 839, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-outline.btn-secondary:hover,
html .btn-outline.btn-secondary.hover {
  color: #fff;
  background-color: #cccccc;
  border-color: #cccccc;
}

/* line 846, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-outline.btn-secondary:focus,
html .btn-outline.btn-secondary.focus {
  box-shadow: 0 0 0 3px rgba(128, 128, 128, 0.5);
}

/* line 851, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-outline.btn-secondary.disabled,
html .btn-outline.btn-secondary:disabled {
  color: #999999;
  background-color: transparent;
}

/* line 857, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-outline.btn-secondary:active,
html .btn-outline.btn-secondary.active,
.show > html .btn-outline.btn-secondary.dropdown-toggle {
  color: #fff !important;
  background-color: #cccccc !important;
  border-color: #cccccc !important;
  box-shadow: 0 0 0 0.2rem rgba(128, 128, 128, 0.5) !important;
}

/* line 866, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-outline.btn-tertiary {
  color: #9dd36c;
  background-color: transparent;
  background-image: none;
  border-color: #9dd36c;
}

/* line 873, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-outline.btn-tertiary:hover,
html .btn-outline.btn-tertiary.hover {
  color: #777;
  background-color: #9dd36c;
  border-color: #9dd36c;
}

/* line 880, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-outline.btn-tertiary:focus,
html .btn-outline.btn-tertiary.focus {
  box-shadow: 0 0 0 3px rgba(157, 211, 108, 0.5);
}

/* line 885, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-outline.btn-tertiary.disabled,
html .btn-outline.btn-tertiary:disabled {
  color: #9dd36c;
  background-color: transparent;
}

/* line 891, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-outline.btn-tertiary:active,
html .btn-outline.btn-tertiary.active,
.show > html .btn-outline.btn-tertiary.dropdown-toggle {
  color: #777 !important;
  background-color: #9dd36c !important;
  border-color: #9dd36c !important;
  box-shadow: 0 0 0 0.2rem rgba(157, 211, 108, 0.5) !important;
}

/* line 900, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-outline.btn-quaternary {
  color: #0a0a0a;
  background-color: transparent;
  background-image: none;
  border-color: #0a0a0a;
}

/* line 907, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-outline.btn-quaternary:hover,
html .btn-outline.btn-quaternary.hover {
  color: #fff;
  background-color: #0a0a0a;
  border-color: #0a0a0a;
}

/* line 914, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-outline.btn-quaternary:focus,
html .btn-outline.btn-quaternary.focus {
  box-shadow: 0 0 0 3px rgba(10, 10, 10, 0.5);
}

/* line 919, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-outline.btn-quaternary.disabled,
html .btn-outline.btn-quaternary:disabled {
  color: #0a0a0a;
  background-color: transparent;
}

/* line 925, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-outline.btn-quaternary:active,
html .btn-outline.btn-quaternary.active,
.show > html .btn-outline.btn-quaternary.dropdown-toggle {
  color: #fff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
  box-shadow: 0 0 0 0.2rem rgba(10, 10, 10, 0.5) !important;
}

/* line 934, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-outline.btn-dark {
  color: #2e353e;
  background-color: transparent;
  background-image: none;
  border-color: #2e353e;
}

/* line 941, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-outline.btn-dark:hover,
html .btn-outline.btn-dark.hover {
  color: #fff;
  background-color: #2e353e;
  border-color: #2e353e;
}

/* line 948, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-outline.btn-dark:focus,
html .btn-outline.btn-dark.focus {
  box-shadow: 0 0 0 3px rgba(46, 53, 62, 0.5);
}

/* line 953, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-outline.btn-dark.disabled,
html .btn-outline.btn-dark:disabled {
  color: #2e353e;
  background-color: transparent;
}

/* line 959, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-outline.btn-dark:active,
html .btn-outline.btn-dark.active,
.show > html .btn-outline.btn-dark.dropdown-toggle {
  color: #fff !important;
  background-color: #2e353e !important;
  border-color: #2e353e !important;
  box-shadow: 0 0 0 0.2rem rgba(46, 53, 62, 0.5) !important;
}

/* line 968, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-outline.btn-light {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
}

/* line 975, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-outline.btn-light:hover,
html .btn-outline.btn-light.hover {
  color: #777;
  background-color: #fff;
  border-color: #fff;
}

/* line 982, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-outline.btn-light:focus,
html .btn-outline.btn-light.focus {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
}

/* line 987, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-outline.btn-light.disabled,
html .btn-outline.btn-light:disabled {
  color: #fff;
  background-color: transparent;
}

/* line 993, app/assets/stylesheets/porto_cusmtom.scss */
html .btn-outline.btn-light:active,
html .btn-outline.btn-light.active,
.show > html .btn-outline.btn-light.dropdown-toggle {
  color: #777 !important;
  background-color: #fff !important;
  border-color: #fff !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5) !important;
}

/* line 1002, app/assets/stylesheets/porto_cusmtom.scss */
.pagination > li > a,
.pagination > li > span,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #d60011;
}

/* line 1011, app/assets/stylesheets/porto_cusmtom.scss */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.pagination .page-item.active .page-link {
  background-color: #d60011 !important;
  border-color: #d60011;
}

/* line 1022, app/assets/stylesheets/porto_cusmtom.scss */
body.dark .pagination > li > a,
body.dark .pagination > li > span,
body.dark .pagination > li > a:hover,
body.dark .pagination > li > span:hover,
body.dark .pagination > li > a:focus,
body.dark .pagination > li > span:focus {
  color: #d60011;
}

/* line 1031, app/assets/stylesheets/porto_cusmtom.scss */
body.dark .pagination > .active > a,
body.dark .pagination > .active > span,
body.dark .pagination > .active > a:hover,
body.dark .pagination > .active > span:hover,
body.dark .pagination > .active > a:focus,
body.dark .pagination > .active > span:focus {
  background-color: #d60011;
  border-color: #d60011;
}

/* line 1041, app/assets/stylesheets/porto_cusmtom.scss */
.pagination > .active > a,
body.dark .pagination > .active > a {
  background-color: #d60011;
  border-color: #d60011 #d60011 #a3000d;
  color: #fff;
}

/* line 1048, app/assets/stylesheets/porto_cusmtom.scss */
.pagination > .active > a:hover,
body.dark .pagination > .active > a:hover,
.pagination > .active > a.hover,
body.dark .pagination > .active > a.hover {
  background-color: #fc0014;
  border-color: #ff0a1d #ff0a1d #d60011;
  color: #fff;
}

/* line 1057, app/assets/stylesheets/porto_cusmtom.scss */
.pagination > .active > a:focus,
body.dark .pagination > .active > a:focus,
.pagination > .active > a.focus,
body.dark .pagination > .active > a.focus {
  box-shadow: 0 0 0 3px rgba(214, 0, 17, 0.5);
}

/* line 1064, app/assets/stylesheets/porto_cusmtom.scss */
.pagination > .active > a.disabled,
body.dark .pagination > .active > a.disabled,
.pagination > .active > a:disabled,
body.dark .pagination > .active > a:disabled {
  background-color: #d60011;
  border-color: #d60011 #d60011 #a3000d;
}

/* line 1072, app/assets/stylesheets/porto_cusmtom.scss */
.pagination > .active > a:active,
body.dark .pagination > .active > a:active,
.pagination > .active > a.active,
body.dark .pagination > .active > a.active,
.show > .pagination > .active > a.dropdown-toggle,
.show > body.dark .pagination > .active > a.dropdown-toggle {
  background-color: #b0000e !important;
  background-image: none !important;
  border-color: #a3000d #a3000d #700009 !important;
  box-shadow: 0 0 0 0.2rem rgba(214, 0, 17, 0.5) !important;
}

/* line 1084, app/assets/stylesheets/porto_cusmtom.scss */
html .alert-primary {
  background-color: #d60011;
  border-color: #c70010;
  color: #fff;
}

/* line 1090, app/assets/stylesheets/porto_cusmtom.scss */
html .alert-primary .alert-link {
  color: #fff;
}

/* line 1094, app/assets/stylesheets/porto_cusmtom.scss */
html .alert-secondary {
  background-color: #111113;
  border-color: #0a0a0b;
  color: #fff;
}

/* line 1100, app/assets/stylesheets/porto_cusmtom.scss */
html .alert-secondary .alert-link {
  color: #fff;
}

/* line 1104, app/assets/stylesheets/porto_cusmtom.scss */
html .alert-tertiary {
  background-color: #9dd36c;
  border-color: #95cf60;
  color: #777;
}

/* line 1110, app/assets/stylesheets/porto_cusmtom.scss */
html .alert-tertiary .alert-link {
  color: #777;
}

/* line 1114, app/assets/stylesheets/porto_cusmtom.scss */
html .alert-quaternary {
  background-color: #0a0a0a;
  border-color: #020202;
  color: #fff;
}

/* line 1120, app/assets/stylesheets/porto_cusmtom.scss */
html .alert-quaternary .alert-link {
  color: #fff;
}

/* line 1124, app/assets/stylesheets/porto_cusmtom.scss */
html .alert-dark {
  background-color: #2e353e;
  border-color: #272d35;
  color: #fff;
}

/* line 1130, app/assets/stylesheets/porto_cusmtom.scss */
html .alert-dark .alert-link {
  color: #fff;
}

/* line 1134, app/assets/stylesheets/porto_cusmtom.scss */
html .alert-light {
  background-color: #fff;
  border-color: #f7f7f7;
  color: #777;
}

/* line 1140, app/assets/stylesheets/porto_cusmtom.scss */
html .alert-light .alert-link {
  color: #777;
}

/* line 1144, app/assets/stylesheets/porto_cusmtom.scss */
html .progress-bar-primary {
  background-color: #d60011;
}

/* line 1148, app/assets/stylesheets/porto_cusmtom.scss */
html .progress-bar-secondary {
  background-color: #111113;
}

/* line 1152, app/assets/stylesheets/porto_cusmtom.scss */
html .progress-bar-tertiary {
  background-color: #9dd36c;
}

/* line 1156, app/assets/stylesheets/porto_cusmtom.scss */
html .progress-bar-quaternary {
  background-color: #0a0a0a;
}

/* line 1160, app/assets/stylesheets/porto_cusmtom.scss */
html .progress-bar-dark {
  background-color: #2e353e;
}

/* line 1164, app/assets/stylesheets/porto_cusmtom.scss */
html .progress-bar-light {
  background-color: #fff;
}

/* line 1168, app/assets/stylesheets/porto_cusmtom.scss */
html section.section-primary {
  background-color: #d60011 !important;
  border-color: #bd000f !important;
}

/* line 1173, app/assets/stylesheets/porto_cusmtom.scss */
html section.section-primary h1,
html section.section-primary h2,
html section.section-primary h3,
html section.section-primary h4,
html section.section-primary h5,
html section.section-primary h6 {
  color: #fff;
}

/* line 1182, app/assets/stylesheets/porto_cusmtom.scss */
html section.section-primary p {
  color: #e6e6e6;
}

/* line 1186, app/assets/stylesheets/porto_cusmtom.scss */
html section.section-primary-scale-2 {
  background-color: #a3000d !important;
  border-color: #8a000b !important;
}

/* line 1191, app/assets/stylesheets/porto_cusmtom.scss */
html
section.section-primary-scale-2
.sort-source.sort-source-style-2
> li.active
> a:after {
  border-top-color: #a3000d;
}

/* line 1199, app/assets/stylesheets/porto_cusmtom.scss */
html section.section-secondary {
  background-color: #111113 !important;
  border-color: #050506 !important;
}

/* line 1204, app/assets/stylesheets/porto_cusmtom.scss */
html section.section-secondary h1,
html section.section-secondary h2,
html section.section-secondary h3,
html section.section-secondary h4,
html section.section-secondary h5,
html section.section-secondary h6 {
  color: #fff;
}

/* line 1213, app/assets/stylesheets/porto_cusmtom.scss */
html section.section-secondary p {
  color: #e6e6e6;
}

/* line 1217, app/assets/stylesheets/porto_cusmtom.scss */
html section.section-secondary-scale-2 {
  background-color: #000000 !important;
  border-color: #000000 !important;
}

/* line 1222, app/assets/stylesheets/porto_cusmtom.scss */
html
section.section-secondary-scale-2
.sort-source.sort-source-style-2
> li.active
> a:after {
  border-top-color: #000000;
}

/* line 1230, app/assets/stylesheets/porto_cusmtom.scss */
html section.section-tertiary {
  background-color: #9dd36c !important;
  border-color: #90cd58 !important;
}

/* line 1235, app/assets/stylesheets/porto_cusmtom.scss */
html section.section-tertiary h1,
html section.section-tertiary h2,
html section.section-tertiary h3,
html section.section-tertiary h4,
html section.section-tertiary h5,
html section.section-tertiary h6 {
  color: #777;
}

/* line 1244, app/assets/stylesheets/porto_cusmtom.scss */
html section.section-tertiary p {
  color: #5e5e5e;
}

/* line 1248, app/assets/stylesheets/porto_cusmtom.scss */
html section.section-tertiary-scale-2 {
  background-color: #83c745 !important;
  border-color: #76bb38 !important;
}

/* line 1253, app/assets/stylesheets/porto_cusmtom.scss */
html
section.section-tertiary-scale-2
.sort-source.sort-source-style-2
> li.active
> a:after {
  border-top-color: #83c745;
}

/* line 1261, app/assets/stylesheets/porto_cusmtom.scss */
html section.section-quaternary {
  background-color: #0a0a0a !important;
  border-color: #000000 !important;
}

/* line 1266, app/assets/stylesheets/porto_cusmtom.scss */
html section.section-quaternary h1,
html section.section-quaternary h2,
html section.section-quaternary h3,
html section.section-quaternary h4,
html section.section-quaternary h5,
html section.section-quaternary h6 {
  color: #fff;
}

/* line 1275, app/assets/stylesheets/porto_cusmtom.scss */
html section.section-quaternary p {
  color: #e6e6e6;
}

/* line 1279, app/assets/stylesheets/porto_cusmtom.scss */
html section.section-quaternary-scale-2 {
  background-color: #000000 !important;
  border-color: #000000 !important;
}

/* line 1284, app/assets/stylesheets/porto_cusmtom.scss */
html
section.section-quaternary-scale-2
.sort-source.sort-source-style-2
> li.active
> a:after {
  border-top-color: #000000;
}

/* line 1292, app/assets/stylesheets/porto_cusmtom.scss */
html section.section-dark {
  background-color: #2e353e !important;
  border-color: #23282f !important;
}

/* line 1297, app/assets/stylesheets/porto_cusmtom.scss */
html section.section-dark h1,
html section.section-dark h2,
html section.section-dark h3,
html section.section-dark h4,
html section.section-dark h5,
html section.section-dark h6 {
  color: #fff;
}

/* line 1306, app/assets/stylesheets/porto_cusmtom.scss */
html section.section-dark p {
  color: #e6e6e6;
}

/* line 1310, app/assets/stylesheets/porto_cusmtom.scss */
html section.section-dark-scale-2 {
  background-color: #181c21 !important;
  border-color: #0d0f12 !important;
}

/* line 1315, app/assets/stylesheets/porto_cusmtom.scss */
html
section.section-dark-scale-2
.sort-source.sort-source-style-2
> li.active
> a:after {
  border-top-color: #181c21;
}

/* line 1323, app/assets/stylesheets/porto_cusmtom.scss */
html section.section-light {
  background-color: #fff !important;
  border-color: #f2f2f2 !important;
}

/* line 1328, app/assets/stylesheets/porto_cusmtom.scss */
html section.section-light h1,
html section.section-light h2,
html section.section-light h3,
html section.section-light h4,
html section.section-light h5,
html section.section-light h6 {
  color: #777;
}

/* line 1337, app/assets/stylesheets/porto_cusmtom.scss */
html section.section-light p {
  color: #5e5e5e;
}

/* line 1341, app/assets/stylesheets/porto_cusmtom.scss */
html section.section-light-scale-2 {
  background-color: #e6e6e6 !important;
  border-color: #d9d9d9 !important;
}

/* line 1346, app/assets/stylesheets/porto_cusmtom.scss */
html
section.section-light-scale-2
.sort-source.sort-source-style-2
> li.active
> a:after {
  border-top-color: #e6e6e6;
}

/* line 1354, app/assets/stylesheets/porto_cusmtom.scss */
html section.section-default-scale-1 {
  background-color: #dbdbdb !important;
  border-top-color: #d3d3d3 !important;
}

/* line 1359, app/assets/stylesheets/porto_cusmtom.scss */
html section.section-default-scale-2 {
  background-color: #c1c1c1 !important;
  border-top-color: #b9b9b9 !important;
}

/* line 1364, app/assets/stylesheets/porto_cusmtom.scss */
html section.section-default-scale-3 {
  background-color: #a8a8a8 !important;
  border-top-color: #a0a0a0 !important;
}

/* line 1369, app/assets/stylesheets/porto_cusmtom.scss */
html section.section-default-scale-4 {
  background-color: #8e8e8e !important;
  border-top-color: #868686 !important;
}

/* line 1374, app/assets/stylesheets/porto_cusmtom.scss */
html section.section-default-scale-5 {
  background-color: #757575 !important;
  border-top-color: #6d6d6d !important;
}

/* line 1379, app/assets/stylesheets/porto_cusmtom.scss */
html section.section-default-scale-6 {
  background-color: #5b5b5b !important;
  border-top-color: #535353 !important;
}

/* line 1384, app/assets/stylesheets/porto_cusmtom.scss */
html section.section-default-scale-7 {
  background-color: #424242 !important;
  border-top-color: #3a3a3a !important;
}

/* line 1389, app/assets/stylesheets/porto_cusmtom.scss */
html section.section-default-scale-8 {
  background-color: #282828 !important;
  border-top-color: #202020 !important;
}

/* line 1394, app/assets/stylesheets/porto_cusmtom.scss */
html section.section-default-scale-9 {
  background-color: #0f0f0f !important;
  border-top-color: #070707 !important;
}

/* line 1399, app/assets/stylesheets/porto_cusmtom.scss */
html.dark section.section-default-scale-1 {
  background-color: #333a44 !important;
  border-top-color: #2c323b !important;
}

/* line 1404, app/assets/stylesheets/porto_cusmtom.scss */
html.dark section.section-default-scale-2 {
  background-color: #495362 !important;
  border-top-color: #424b59 !important;
}

/* line 1409, app/assets/stylesheets/porto_cusmtom.scss */
html.dark section.section-default-scale-3 {
  background-color: #5e6b7f !important;
  border-top-color: #586476 !important;
}

/* line 1414, app/assets/stylesheets/porto_cusmtom.scss */
html.dark section.section-default-scale-4 {
  background-color: #77849a !important;
  border-top-color: #6e7d93 !important;
}

/* line 1419, app/assets/stylesheets/porto_cusmtom.scss */
html.dark section.section-default-scale-5 {
  background-color: #949faf !important;
  border-top-color: #8b97a9 !important;
}

/* line 1424, app/assets/stylesheets/porto_cusmtom.scss */
html.dark section.section-default-scale-6 {
  background-color: #b1b9c5 !important;
  border-top-color: #a8b1be !important;
}

/* line 1429, app/assets/stylesheets/porto_cusmtom.scss */
html.dark section.section-default-scale-7 {
  background-color: #ced3db !important;
  border-top-color: #c5cbd4 !important;
}

/* line 1434, app/assets/stylesheets/porto_cusmtom.scss */
html.dark section.section-default-scale-8 {
  background-color: #ebeef1 !important;
  border-top-color: #e3e6ea !important;
}

/* line 1439, app/assets/stylesheets/porto_cusmtom.scss */
html.dark section.section-default-scale-9 {
  background-color: #ffffff !important;
  border-top-color: #f7f7f7 !important;
}

/* line 1444, app/assets/stylesheets/porto_cusmtom.scss */
section.page-header h1 {
  border-bottom-color: #d60011;
}

/* line 1448, app/assets/stylesheets/porto_cusmtom.scss */
section.page-header.custom-product {
  background-color: #bd000f;
  border-top-color: #cc0010;
}

/* line 1453, app/assets/stylesheets/porto_cusmtom.scss */
html .page-header-color.page-header-primary {
  background-color: #d60011;
  border-bottom-color: #d60011;
  color: #fff;
}

/* line 1459, app/assets/stylesheets/porto_cusmtom.scss */
html .page-header-color.page-header-primary h1 {
  color: #fff;
}

/* line 1463, app/assets/stylesheets/porto_cusmtom.scss */
html .page-header-color.page-header-primary h1 span {
  color: #fff;
}

/* line 1467, app/assets/stylesheets/porto_cusmtom.scss */
html .page-header-color.page-header-primary a {
  color: #fff;
}

/* line 1471, app/assets/stylesheets/porto_cusmtom.scss */
html .page-header-color.page-header-primary .breadcrumb > .active {
  color: #fff;
}

/* line 1475, app/assets/stylesheets/porto_cusmtom.scss */
html .page-header-color.page-header-secondary {
  background-color: #111113;
  border-bottom-color: #111113;
  color: #fff;
}

/* line 1481, app/assets/stylesheets/porto_cusmtom.scss */
html .page-header-color.page-header-secondary h1 {
  color: #fff;
}

/* line 1485, app/assets/stylesheets/porto_cusmtom.scss */
html .page-header-color.page-header-secondary h1 span {
  color: #fff;
}

/* line 1489, app/assets/stylesheets/porto_cusmtom.scss */
html .page-header-color.page-header-secondary a {
  color: #fff;
}

/* line 1493, app/assets/stylesheets/porto_cusmtom.scss */
html .page-header-color.page-header-secondary .breadcrumb > .active {
  color: #fff;
}

/* line 1497, app/assets/stylesheets/porto_cusmtom.scss */
html .page-header-color.page-header-tertiary {
  background-color: #9dd36c;
  border-bottom-color: #9dd36c;
  color: #777;
}

/* line 1503, app/assets/stylesheets/porto_cusmtom.scss */
html .page-header-color.page-header-tertiary h1 {
  color: #777;
}

/* line 1507, app/assets/stylesheets/porto_cusmtom.scss */
html .page-header-color.page-header-tertiary h1 span {
  color: #777;
}

/* line 1511, app/assets/stylesheets/porto_cusmtom.scss */
html .page-header-color.page-header-tertiary a {
  color: #777;
}

/* line 1515, app/assets/stylesheets/porto_cusmtom.scss */
html .page-header-color.page-header-tertiary .breadcrumb > .active {
  color: #777;
}

/* line 1519, app/assets/stylesheets/porto_cusmtom.scss */
html .page-header-color.page-header-quaternary {
  background-color: #0a0a0a;
  border-bottom-color: #0a0a0a;
  color: #fff;
}

/* line 1525, app/assets/stylesheets/porto_cusmtom.scss */
html .page-header-color.page-header-quaternary h1 {
  color: #fff;
}

/* line 1529, app/assets/stylesheets/porto_cusmtom.scss */
html .page-header-color.page-header-quaternary h1 span {
  color: #fff;
}

/* line 1533, app/assets/stylesheets/porto_cusmtom.scss */
html .page-header-color.page-header-quaternary a {
  color: #fff;
}

/* line 1537, app/assets/stylesheets/porto_cusmtom.scss */
html .page-header-color.page-header-quaternary .breadcrumb > .active {
  color: #fff;
}

/* line 1541, app/assets/stylesheets/porto_cusmtom.scss */
html .page-header-color.page-header-dark {
  background-color: #2e353e;
  border-bottom-color: #2e353e;
  color: #fff;
}

/* line 1547, app/assets/stylesheets/porto_cusmtom.scss */
html .page-header-color.page-header-dark h1 {
  color: #fff;
}

/* line 1551, app/assets/stylesheets/porto_cusmtom.scss */
html .page-header-color.page-header-dark h1 span {
  color: #fff;
}

/* line 1555, app/assets/stylesheets/porto_cusmtom.scss */
html .page-header-color.page-header-dark a {
  color: #fff;
}

/* line 1559, app/assets/stylesheets/porto_cusmtom.scss */
html .page-header-color.page-header-dark .breadcrumb > .active {
  color: #fff;
}

/* line 1563, app/assets/stylesheets/porto_cusmtom.scss */
html .page-header-color.page-header-light {
  background-color: #fff;
  border-bottom-color: #fff;
  color: #777;
}

/* line 1569, app/assets/stylesheets/porto_cusmtom.scss */
html .page-header-color.page-header-light h1 {
  color: #777;
}

/* line 1573, app/assets/stylesheets/porto_cusmtom.scss */
html .page-header-color.page-header-light h1 span {
  color: #777;
}

/* line 1577, app/assets/stylesheets/porto_cusmtom.scss */
html .page-header-color.page-header-light a {
  color: #777;
}

/* line 1581, app/assets/stylesheets/porto_cusmtom.scss */
html .page-header-color.page-header-light .breadcrumb > .active {
  color: #777;
}

/* line 1585, app/assets/stylesheets/porto_cusmtom.scss */
html .toggle-primary .toggle label {
  color: #d60011;
  border-left-color: #d60011;
  border-right-color: #d60011;
}

/* line 1591, app/assets/stylesheets/porto_cusmtom.scss */
html .toggle-primary .toggle.active > label {
  background-color: #d60011;
  border-color: #d60011;
  color: #fff;
}

/* line 1597, app/assets/stylesheets/porto_cusmtom.scss */
html .toggle-primary.toggle-simple .toggle > label:after {
  background-color: #d60011;
}

/* line 1601, app/assets/stylesheets/porto_cusmtom.scss */
html .toggle-secondary .toggle label {
  color: #111113;
  border-left-color: #111113;
  border-right-color: #111113;
}

/* line 1607, app/assets/stylesheets/porto_cusmtom.scss */
html .toggle-secondary .toggle.active > label {
  background-color: #111113;
  border-color: #111113;
  color: #fff;
}

/* line 1613, app/assets/stylesheets/porto_cusmtom.scss */
html .toggle-secondary.toggle-simple .toggle > label:after {
  background-color: #111113;
}

/* line 1617, app/assets/stylesheets/porto_cusmtom.scss */
html .toggle-tertiary .toggle label {
  color: #9dd36c;
  border-left-color: #9dd36c;
  border-right-color: #9dd36c;
}

/* line 1623, app/assets/stylesheets/porto_cusmtom.scss */
html .toggle-tertiary .toggle.active > label {
  background-color: #9dd36c;
  border-color: #9dd36c;
  color: #777;
}

/* line 1629, app/assets/stylesheets/porto_cusmtom.scss */
html .toggle-tertiary.toggle-simple .toggle > label:after {
  background-color: #9dd36c;
}

/* line 1633, app/assets/stylesheets/porto_cusmtom.scss */
html .toggle-quaternary .toggle label {
  color: #0a0a0a;
  border-left-color: #0a0a0a;
  border-right-color: #0a0a0a;
}

/* line 1639, app/assets/stylesheets/porto_cusmtom.scss */
html .toggle-quaternary .toggle.active > label {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: #fff;
}

/* line 1645, app/assets/stylesheets/porto_cusmtom.scss */
html .toggle-quaternary.toggle-simple .toggle > label:after {
  background-color: #0a0a0a;
}

/* line 1649, app/assets/stylesheets/porto_cusmtom.scss */
html .toggle-dark .toggle label {
  color: #2e353e;
  border-left-color: #2e353e;
  border-right-color: #2e353e;
}

/* line 1655, app/assets/stylesheets/porto_cusmtom.scss */
html .toggle-dark .toggle.active > label {
  background-color: #2e353e;
  border-color: #2e353e;
  color: #fff;
}

/* line 1661, app/assets/stylesheets/porto_cusmtom.scss */
html .toggle-dark.toggle-simple .toggle > label:after {
  background-color: #2e353e;
}

/* line 1665, app/assets/stylesheets/porto_cusmtom.scss */
html .toggle-light .toggle label {
  color: #fff;
  border-left-color: #fff;
  border-right-color: #fff;
}

/* line 1671, app/assets/stylesheets/porto_cusmtom.scss */
html .toggle-light .toggle.active > label {
  background-color: #fff;
  border-color: #fff;
  color: #777;
}

/* line 1677, app/assets/stylesheets/porto_cusmtom.scss */
html .toggle-light.toggle-simple .toggle > label:after {
  background-color: #fff;
}

/* line 1681, app/assets/stylesheets/porto_cusmtom.scss */
.thumb-info .thumb-info-type {
  background-color: #d60011;
}

/* line 1685, app/assets/stylesheets/porto_cusmtom.scss */
.thumb-info .thumb-info-action-icon {
  background-color: #d60011;
}

/* line 1689, app/assets/stylesheets/porto_cusmtom.scss */
.thumb-info-social-icons a {
  background-color: #d60011;
}

/* line 1693, app/assets/stylesheets/porto_cusmtom.scss */
.thumbnail .zoom {
  background-color: #d60011;
}

/* line 1697, app/assets/stylesheets/porto_cusmtom.scss */
.img-thumbnail .zoom {
  background-color: #d60011;
}

/* line 1701, app/assets/stylesheets/porto_cusmtom.scss */
html .thumb-info .thumb-info-action-icon-primary {
  background-color: #d60011;
}

/* line 1705, app/assets/stylesheets/porto_cusmtom.scss */
html .thumb-info .thumb-info-action-icon-primary i {
  color: #fff;
}

/* line 1709, app/assets/stylesheets/porto_cusmtom.scss */
html .thumb-info .thumb-info-action-icon-secondary {
  background-color: #111113;
}

/* line 1713, app/assets/stylesheets/porto_cusmtom.scss */
html .thumb-info .thumb-info-action-icon-secondary i {
  color: #fff;
}

/* line 1717, app/assets/stylesheets/porto_cusmtom.scss */
html .thumb-info .thumb-info-action-icon-tertiary {
  background-color: #9dd36c;
}

/* line 1721, app/assets/stylesheets/porto_cusmtom.scss */
html .thumb-info .thumb-info-action-icon-tertiary i {
  color: #777;
}

/* line 1725, app/assets/stylesheets/porto_cusmtom.scss */
html .thumb-info .thumb-info-action-icon-quaternary {
  background-color: #0a0a0a;
}

/* line 1729, app/assets/stylesheets/porto_cusmtom.scss */
html .thumb-info .thumb-info-action-icon-quaternary i {
  color: #fff;
}

/* line 1733, app/assets/stylesheets/porto_cusmtom.scss */
html .thumb-info .thumb-info-action-icon-dark {
  background-color: #2e353e;
}

/* line 1737, app/assets/stylesheets/porto_cusmtom.scss */
html .thumb-info .thumb-info-action-icon-dark i {
  color: #fff;
}

/* line 1741, app/assets/stylesheets/porto_cusmtom.scss */
html .thumb-info .thumb-info-action-icon-light {
  background-color: #fff;
}

/* line 1745, app/assets/stylesheets/porto_cusmtom.scss */
html .thumb-info .thumb-info-action-icon-light i {
  color: #777;
}

/* line 1749, app/assets/stylesheets/porto_cusmtom.scss */
.thumb-info-ribbon {
  background: #d60011;
}

/* line 1753, app/assets/stylesheets/porto_cusmtom.scss */
.thumb-info-ribbon:before {
  border-right-color: #8a000b;
  border-left-color: #8a000b;
}

/* line 1758, app/assets/stylesheets/porto_cusmtom.scss */
.inverted {
  background-color: #d60011;
}

/* line 1762, app/assets/stylesheets/porto_cusmtom.scss */
html .inverted-primary {
  background-color: #d60011;
}

/* line 1766, app/assets/stylesheets/porto_cusmtom.scss */
html .inverted-secondary {
  background-color: #111113;
}

/* line 1770, app/assets/stylesheets/porto_cusmtom.scss */
html .inverted-tertiary {
  background-color: #9dd36c;
}

/* line 1774, app/assets/stylesheets/porto_cusmtom.scss */
html .inverted-quaternary {
  background-color: #0a0a0a;
}

/* line 1778, app/assets/stylesheets/porto_cusmtom.scss */
html .inverted-dark {
  background-color: #2e353e;
}

/* line 1782, app/assets/stylesheets/porto_cusmtom.scss */
html .inverted-light {
  background-color: #fff;
}

/* line 1786, app/assets/stylesheets/porto_cusmtom.scss */
.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
  background-color: #b7000f;
}

/* line 1791, app/assets/stylesheets/porto_cusmtom.scss */
.owl-carousel.show-nav-title .owl-nav [class*="owl-"] {
  color: #d60011;
}

/* line 1795, app/assets/stylesheets/porto_cusmtom.scss */
.owl-carousel.show-nav-title .owl-nav [class*="owl-"]:hover,
.owl-carousel.show-nav-title .owl-nav .hover[class*="owl-"] {
  color: #d60011;
}

/* line 1800, app/assets/stylesheets/porto_cusmtom.scss */
.owl-carousel .owl-nav [class*="owl-"] {
  background-color: #d60011;
  border-color: #d60011 #d60011 #a3000d;
  color: #fff;
}

/* line 1806, app/assets/stylesheets/porto_cusmtom.scss */
.owl-carousel .owl-nav [class*="owl-"]:hover,
.owl-carousel .owl-nav .hover[class*="owl-"] {
  background-color: #fc0014;
  border-color: #ff0a1d #ff0a1d #d60011;
  color: #fff;
}

/* line 1813, app/assets/stylesheets/porto_cusmtom.scss */
.owl-carousel .owl-nav [class*="owl-"]:active,
.owl-carousel .owl-nav .active[class*="owl-"] {
  background-color: #b0000e;
  background-image: none;
  border-color: #a3000d #a3000d #700009;
}

/* line 1820, app/assets/stylesheets/porto_cusmtom.scss */
html body .tabs .nav-tabs .nav-link,
html.dark body .tabs .nav-tabs .nav-link,
html body .tabs .nav-tabs .nav-link:hover,
html.dark body .tabs .nav-tabs .nav-link:hover {
  color: #d60011;
}

/* line 1827, app/assets/stylesheets/porto_cusmtom.scss */
html body .tabs .nav-tabs .nav-link:hover,
html.dark body .tabs .nav-tabs .nav-link:hover,
html body .tabs .nav-tabs .nav-link:focus,
html.dark body .tabs .nav-tabs .nav-link:focus {
  border-top-color: #d60011;
}

/* line 1834, app/assets/stylesheets/porto_cusmtom.scss */
html body .tabs .nav-tabs li.active .nav-link,
html.dark body .tabs .nav-tabs li.active .nav-link {
  border-top-color: #d60011;
  color: #d60011;
}

/* line 1840, app/assets/stylesheets/porto_cusmtom.scss */
html body .tabs .nav-tabs.nav-justified .nav-link:hover,
html.dark body .tabs .nav-tabs.nav-justified .nav-link:hover,
html body .tabs .nav-tabs.nav-justified .nav-link:focus,
html.dark body .tabs .nav-tabs.nav-justified .nav-link:focus {
  border-top-color: #d60011;
}

/* line 1847, app/assets/stylesheets/porto_cusmtom.scss */
html body .tabs.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs.tabs-bottom .nav-tabs li.active .nav-link:hover,
html body .tabs.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs.tabs-bottom .nav-tabs li.active .nav-link:focus {
  border-bottom-color: #d60011;
}

/* line 1858, app/assets/stylesheets/porto_cusmtom.scss */
html body .tabs.tabs-vertical.tabs-left .nav-tabs li .nav-link:hover,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li .nav-link:hover,
html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link,
html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:hover,
html.dark
body
.tabs.tabs-vertical.tabs-left
.nav-tabs
li.active
.nav-link:hover,
html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:focus,
html.dark
body
.tabs.tabs-vertical.tabs-left
.nav-tabs
li.active
.nav-link:focus {
  border-left-color: #d60011;
}

/* line 1879, app/assets/stylesheets/porto_cusmtom.scss */
html body .tabs.tabs-vertical.tabs-right .nav-tabs li .nav-link:hover,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li .nav-link:hover,
html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link,
html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link:hover,
html.dark
body
.tabs.tabs-vertical.tabs-right
.nav-tabs
li.active
.nav-link:hover,
html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link:focus,
html.dark
body
.tabs.tabs-vertical.tabs-right
.nav-tabs
li.active
.nav-link:focus {
  border-right-color: #d60011;
}

/* line 1900, app/assets/stylesheets/porto_cusmtom.scss */
html body .tabs.tabs-simple .nav-tabs > li.active .nav-link,
html.dark body .tabs.tabs-simple .nav-tabs > li.active .nav-link,
html body .tabs.tabs-simple .nav-tabs > li.active .nav-link:focus,
html.dark body .tabs.tabs-simple .nav-tabs > li.active .nav-link:focus,
html body .tabs.tabs-simple .nav-tabs > li .nav-link:hover,
html.dark body .tabs.tabs-simple .nav-tabs > li .nav-link:hover,
html body .tabs.tabs-simple .nav-tabs > li.active .nav-link:hover,
html.dark body .tabs.tabs-simple .nav-tabs > li.active .nav-link:hover {
  border-top-color: #d60011;
  color: #d60011;
}

/* line 1912, app/assets/stylesheets/porto_cusmtom.scss */
html body .tabs-primary .nav-tabs li .nav-link,
html.dark body .tabs-primary .nav-tabs li .nav-link,
html body .tabs-primary .nav-tabs.nav-justified li .nav-link,
html.dark body .tabs-primary .nav-tabs.nav-justified li .nav-link,
html body .tabs-primary .nav-tabs li .nav-link:hover,
html.dark body .tabs-primary .nav-tabs li .nav-link:hover,
html body .tabs-primary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li .nav-link:hover {
  color: #d60011;
}

/* line 1923, app/assets/stylesheets/porto_cusmtom.scss */
html body .tabs-primary .nav-tabs li .nav-link:hover,
html.dark body .tabs-primary .nav-tabs li .nav-link:hover,
html body .tabs-primary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li .nav-link:hover {
  border-top-color: #d60011;
}

/* line 1930, app/assets/stylesheets/porto_cusmtom.scss */
html body .tabs-primary .nav-tabs li.active .nav-link,
html.dark body .tabs-primary .nav-tabs li.active .nav-link,
html body .tabs-primary .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-primary .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-primary .nav-tabs li.active .nav-link:hover,
html body .tabs-primary .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-primary .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-primary .nav-tabs li.active .nav-link:focus,
html body .tabs-primary .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active .nav-link:focus {
  border-top-color: #d60011;
  color: #d60011;
}

/* line 1946, app/assets/stylesheets/porto_cusmtom.scss */
html body .tabs-primary.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html.dark
body
.tabs-primary.tabs-bottom
.nav-tabs.nav-justified
li
.nav-link:hover {
  border-bottom-color: #d60011;
}

/* line 1958, app/assets/stylesheets/porto_cusmtom.scss */
html body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html.dark
body
.tabs-primary.tabs-bottom
.nav-tabs.nav-justified
li.active
.nav-link,
html body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html
body
.tabs-primary.tabs-bottom
.nav-tabs.nav-justified
li.active
.nav-link:hover,
html.dark
body
.tabs-primary.tabs-bottom
.nav-tabs.nav-justified
li.active
.nav-link:hover,
html body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html
body
.tabs-primary.tabs-bottom
.nav-tabs.nav-justified
li.active
.nav-link:focus,
html.dark
body
.tabs-primary.tabs-bottom
.nav-tabs.nav-justified
li.active
.nav-link:focus {
  border-bottom-color: #d60011;
}

/* line 1998, app/assets/stylesheets/porto_cusmtom.scss */
html body .tabs-primary.tabs-vertical.tabs-left li .nav-link:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-left li .nav-link:hover {
  border-left-color: #d60011;
}

/* line 2003, app/assets/stylesheets/porto_cusmtom.scss */
html body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link,
html body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link:hover,
html body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link:focus,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link:focus {
  border-left-color: #d60011;
}

/* line 2012, app/assets/stylesheets/porto_cusmtom.scss */
html body .tabs-primary.tabs-vertical.tabs-right li .nav-link:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-right li .nav-link:hover {
  border-right-color: #d60011;
}

/* line 2017, app/assets/stylesheets/porto_cusmtom.scss */
html body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link,
html body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link:hover,
html body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link:focus,
html.dark
body
.tabs-primary.tabs-vertical.tabs-right
li.active
.nav-link:focus {
  border-right-color: #d60011;
}

/* line 2030, app/assets/stylesheets/porto_cusmtom.scss */
html body .tabs-secondary .nav-tabs li .nav-link,
html.dark body .tabs-secondary .nav-tabs li .nav-link,
html body .tabs-secondary .nav-tabs.nav-justified li .nav-link,
html.dark body .tabs-secondary .nav-tabs.nav-justified li .nav-link,
html body .tabs-secondary .nav-tabs li .nav-link:hover,
html.dark body .tabs-secondary .nav-tabs li .nav-link:hover,
html body .tabs-secondary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-secondary .nav-tabs.nav-justified li .nav-link:hover {
  color: #111113;
}

/* line 2041, app/assets/stylesheets/porto_cusmtom.scss */
html body .tabs-secondary .nav-tabs li .nav-link:hover,
html.dark body .tabs-secondary .nav-tabs li .nav-link:hover,
html body .tabs-secondary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-secondary .nav-tabs.nav-justified li .nav-link:hover {
  border-top-color: #111113;
}

/* line 2048, app/assets/stylesheets/porto_cusmtom.scss */
html body .tabs-secondary .nav-tabs li.active .nav-link,
html.dark body .tabs-secondary .nav-tabs li.active .nav-link,
html body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-secondary .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-secondary .nav-tabs li.active .nav-link:hover,
html body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark
body
.tabs-secondary
.nav-tabs.nav-justified
li.active
.nav-link:hover,
html body .tabs-secondary .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-secondary .nav-tabs li.active .nav-link:focus,
html body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark
body
.tabs-secondary
.nav-tabs.nav-justified
li.active
.nav-link:focus {
  border-top-color: #111113;
  color: #111113;
}

/* line 2074, app/assets/stylesheets/porto_cusmtom.scss */
html body .tabs-secondary.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li .nav-link:hover,
html
body
.tabs-secondary.tabs-bottom
.nav-tabs.nav-justified
li
.nav-link:hover,
html.dark
body
.tabs-secondary.tabs-bottom
.nav-tabs.nav-justified
li
.nav-link:hover {
  border-bottom-color: #111113;
}

/* line 2091, app/assets/stylesheets/porto_cusmtom.scss */
html body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link,
html
body
.tabs-secondary.tabs-bottom
.nav-tabs.nav-justified
li.active
.nav-link,
html.dark
body
.tabs-secondary.tabs-bottom
.nav-tabs.nav-justified
li.active
.nav-link,
html body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html
body
.tabs-secondary.tabs-bottom
.nav-tabs.nav-justified
li.active
.nav-link:hover,
html.dark
body
.tabs-secondary.tabs-bottom
.nav-tabs.nav-justified
li.active
.nav-link:hover,
html body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html
body
.tabs-secondary.tabs-bottom
.nav-tabs.nav-justified
li.active
.nav-link:focus,
html.dark
body
.tabs-secondary.tabs-bottom
.nav-tabs.nav-justified
li.active
.nav-link:focus {
  border-bottom-color: #111113;
}

/* line 2136, app/assets/stylesheets/porto_cusmtom.scss */
html body .tabs-secondary.tabs-vertical.tabs-left li .nav-link:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-left li .nav-link:hover {
  border-left-color: #111113;
}

/* line 2141, app/assets/stylesheets/porto_cusmtom.scss */
html body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link,
html.dark body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link,
html body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link:hover,
html.dark
body
.tabs-secondary.tabs-vertical.tabs-left
li.active
.nav-link:hover,
html body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link:focus,
html.dark
body
.tabs-secondary.tabs-vertical.tabs-left
li.active
.nav-link:focus {
  border-left-color: #111113;
}

/* line 2158, app/assets/stylesheets/porto_cusmtom.scss */
html body .tabs-secondary.tabs-vertical.tabs-right li .nav-link:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-right li .nav-link:hover {
  border-right-color: #111113;
}

/* line 2163, app/assets/stylesheets/porto_cusmtom.scss */
html body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link,
html.dark body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link,
html body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link:hover,
html.dark
body
.tabs-secondary.tabs-vertical.tabs-right
li.active
.nav-link:hover,
html body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link:focus,
html.dark
body
.tabs-secondary.tabs-vertical.tabs-right
li.active
.nav-link:focus {
  border-right-color: #111113;
}

/* line 2180, app/assets/stylesheets/porto_cusmtom.scss */
html body .tabs-tertiary .nav-tabs li .nav-link,
html.dark body .tabs-tertiary .nav-tabs li .nav-link,
html body .tabs-tertiary .nav-tabs.nav-justified li .nav-link,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li .nav-link,
html body .tabs-tertiary .nav-tabs li .nav-link:hover,
html.dark body .tabs-tertiary .nav-tabs li .nav-link:hover,
html body .tabs-tertiary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li .nav-link:hover {
  color: #9dd36c;
}

/* line 2191, app/assets/stylesheets/porto_cusmtom.scss */
html body .tabs-tertiary .nav-tabs li .nav-link:hover,
html.dark body .tabs-tertiary .nav-tabs li .nav-link:hover,
html body .tabs-tertiary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li .nav-link:hover {
  border-top-color: #9dd36c;
}

/* line 2198, app/assets/stylesheets/porto_cusmtom.scss */
html body .tabs-tertiary .nav-tabs li.active .nav-link,
html.dark body .tabs-tertiary .nav-tabs li.active .nav-link,
html body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-tertiary .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-tertiary .nav-tabs li.active .nav-link:hover,
html body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-tertiary .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-tertiary .nav-tabs li.active .nav-link:focus,
html body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark
body
.tabs-tertiary
.nav-tabs.nav-justified
li.active
.nav-link:focus {
  border-top-color: #9dd36c;
  color: #9dd36c;
}

/* line 2219, app/assets/stylesheets/porto_cusmtom.scss */
html body .tabs-tertiary.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html.dark
body
.tabs-tertiary.tabs-bottom
.nav-tabs.nav-justified
li
.nav-link:hover {
  border-bottom-color: #9dd36c;
}

/* line 2231, app/assets/stylesheets/porto_cusmtom.scss */
html body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link,
html
body
.tabs-tertiary.tabs-bottom
.nav-tabs.nav-justified
li.active
.nav-link,
html.dark
body
.tabs-tertiary.tabs-bottom
.nav-tabs.nav-justified
li.active
.nav-link,
html body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html
body
.tabs-tertiary.tabs-bottom
.nav-tabs.nav-justified
li.active
.nav-link:hover,
html.dark
body
.tabs-tertiary.tabs-bottom
.nav-tabs.nav-justified
li.active
.nav-link:hover,
html body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html
body
.tabs-tertiary.tabs-bottom
.nav-tabs.nav-justified
li.active
.nav-link:focus,
html.dark
body
.tabs-tertiary.tabs-bottom
.nav-tabs.nav-justified
li.active
.nav-link:focus {
  border-bottom-color: #9dd36c;
}

/* line 2276, app/assets/stylesheets/porto_cusmtom.scss */
html body .tabs-tertiary.tabs-vertical.tabs-left li .nav-link:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li .nav-link:hover {
  border-left-color: #9dd36c;
}

/* line 2281, app/assets/stylesheets/porto_cusmtom.scss */
html body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link,
html body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link:hover,
html body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link:focus,
html.dark
body
.tabs-tertiary.tabs-vertical.tabs-left
li.active
.nav-link:focus {
  border-left-color: #9dd36c;
}

/* line 2294, app/assets/stylesheets/porto_cusmtom.scss */
html body .tabs-tertiary.tabs-vertical.tabs-right li .nav-link:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-right li .nav-link:hover {
  border-right-color: #9dd36c;
}

/* line 2299, app/assets/stylesheets/porto_cusmtom.scss */
html body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link,
html.dark body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link,
html body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link:hover,
html.dark
body
.tabs-tertiary.tabs-vertical.tabs-right
li.active
.nav-link:hover,
html body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link:focus,
html.dark
body
.tabs-tertiary.tabs-vertical.tabs-right
li.active
.nav-link:focus {
  border-right-color: #9dd36c;
}

/* line 2316, app/assets/stylesheets/porto_cusmtom.scss */
html body .tabs-quaternary .nav-tabs li .nav-link,
html.dark body .tabs-quaternary .nav-tabs li .nav-link,
html body .tabs-quaternary .nav-tabs.nav-justified li .nav-link,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li .nav-link,
html body .tabs-quaternary .nav-tabs li .nav-link:hover,
html.dark body .tabs-quaternary .nav-tabs li .nav-link:hover,
html body .tabs-quaternary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li .nav-link:hover {
  color: #0a0a0a;
}

/* line 2327, app/assets/stylesheets/porto_cusmtom.scss */
html body .tabs-quaternary .nav-tabs li .nav-link:hover,
html.dark body .tabs-quaternary .nav-tabs li .nav-link:hover,
html body .tabs-quaternary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li .nav-link:hover {
  border-top-color: #0a0a0a;
}

/* line 2334, app/assets/stylesheets/porto_cusmtom.scss */
html body .tabs-quaternary .nav-tabs li.active .nav-link,
html.dark body .tabs-quaternary .nav-tabs li.active .nav-link,
html body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-quaternary .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-quaternary .nav-tabs li.active .nav-link:hover,
html body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark
body
.tabs-quaternary
.nav-tabs.nav-justified
li.active
.nav-link:hover,
html body .tabs-quaternary .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-quaternary .nav-tabs li.active .nav-link:focus,
html body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark
body
.tabs-quaternary
.nav-tabs.nav-justified
li.active
.nav-link:focus {
  border-top-color: #0a0a0a;
  color: #0a0a0a;
}

/* line 2360, app/assets/stylesheets/porto_cusmtom.scss */
html body .tabs-quaternary.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li .nav-link:hover,
html
body
.tabs-quaternary.tabs-bottom
.nav-tabs.nav-justified
li
.nav-link:hover,
html.dark
body
.tabs-quaternary.tabs-bottom
.nav-tabs.nav-justified
li
.nav-link:hover {
  border-bottom-color: #0a0a0a;
}

/* line 2377, app/assets/stylesheets/porto_cusmtom.scss */
html body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link,
html
body
.tabs-quaternary.tabs-bottom
.nav-tabs.nav-justified
li.active
.nav-link,
html.dark
body
.tabs-quaternary.tabs-bottom
.nav-tabs.nav-justified
li.active
.nav-link,
html body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html
body
.tabs-quaternary.tabs-bottom
.nav-tabs.nav-justified
li.active
.nav-link:hover,
html.dark
body
.tabs-quaternary.tabs-bottom
.nav-tabs.nav-justified
li.active
.nav-link:hover,
html body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html
body
.tabs-quaternary.tabs-bottom
.nav-tabs.nav-justified
li.active
.nav-link:focus,
html.dark
body
.tabs-quaternary.tabs-bottom
.nav-tabs.nav-justified
li.active
.nav-link:focus {
  border-bottom-color: #0a0a0a;
}

/* line 2422, app/assets/stylesheets/porto_cusmtom.scss */
html body .tabs-quaternary.tabs-vertical.tabs-left li .nav-link:hover,
html.dark body .tabs-quaternary.tabs-vertical.tabs-left li .nav-link:hover {
  border-left-color: #0a0a0a;
}

/* line 2427, app/assets/stylesheets/porto_cusmtom.scss */
html body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link,
html.dark body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link,
html body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link:hover,
html.dark
body
.tabs-quaternary.tabs-vertical.tabs-left
li.active
.nav-link:hover,
html body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link:focus,
html.dark
body
.tabs-quaternary.tabs-vertical.tabs-left
li.active
.nav-link:focus {
  border-left-color: #0a0a0a;
}

/* line 2444, app/assets/stylesheets/porto_cusmtom.scss */
html body .tabs-quaternary.tabs-vertical.tabs-right li .nav-link:hover,
html.dark body .tabs-quaternary.tabs-vertical.tabs-right li .nav-link:hover {
  border-right-color: #0a0a0a;
}

/* line 2449, app/assets/stylesheets/porto_cusmtom.scss */
html body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link,
html.dark body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link,
html body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link:hover,
html.dark
body
.tabs-quaternary.tabs-vertical.tabs-right
li.active
.nav-link:hover,
html body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link:focus,
html.dark
body
.tabs-quaternary.tabs-vertical.tabs-right
li.active
.nav-link:focus {
  border-right-color: #0a0a0a;
}

/* line 2466, app/assets/stylesheets/porto_cusmtom.scss */
html body .tabs-dark .nav-tabs li .nav-link,
html.dark body .tabs-dark .nav-tabs li .nav-link,
html body .tabs-dark .nav-tabs.nav-justified li .nav-link,
html.dark body .tabs-dark .nav-tabs.nav-justified li .nav-link,
html body .tabs-dark .nav-tabs li .nav-link:hover,
html.dark body .tabs-dark .nav-tabs li .nav-link:hover,
html body .tabs-dark .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-dark .nav-tabs.nav-justified li .nav-link:hover {
  color: #2e353e;
}

/* line 2477, app/assets/stylesheets/porto_cusmtom.scss */
html body .tabs-dark .nav-tabs li .nav-link:hover,
html.dark body .tabs-dark .nav-tabs li .nav-link:hover,
html body .tabs-dark .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-dark .nav-tabs.nav-justified li .nav-link:hover {
  border-top-color: #2e353e;
}

/* line 2484, app/assets/stylesheets/porto_cusmtom.scss */
html body .tabs-dark .nav-tabs li.active .nav-link,
html.dark body .tabs-dark .nav-tabs li.active .nav-link,
html body .tabs-dark .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-dark .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-dark .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-dark .nav-tabs li.active .nav-link:hover,
html body .tabs-dark .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-dark .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-dark .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-dark .nav-tabs li.active .nav-link:focus,
html body .tabs-dark .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-dark .nav-tabs.nav-justified li.active .nav-link:focus {
  border-top-color: #2e353e;
  color: #2e353e;
}

/* line 2500, app/assets/stylesheets/porto_cusmtom.scss */
html body .tabs-dark.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html.dark
body
.tabs-dark.tabs-bottom
.nav-tabs.nav-justified
li
.nav-link:hover {
  border-bottom-color: #2e353e;
}

/* line 2512, app/assets/stylesheets/porto_cusmtom.scss */
html body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html.dark
body
.tabs-dark.tabs-bottom
.nav-tabs.nav-justified
li.active
.nav-link,
html body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link:hover,
html
body
.tabs-dark.tabs-bottom
.nav-tabs.nav-justified
li.active
.nav-link:hover,
html.dark
body
.tabs-dark.tabs-bottom
.nav-tabs.nav-justified
li.active
.nav-link:hover,
html body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link:focus,
html
body
.tabs-dark.tabs-bottom
.nav-tabs.nav-justified
li.active
.nav-link:focus,
html.dark
body
.tabs-dark.tabs-bottom
.nav-tabs.nav-justified
li.active
.nav-link:focus {
  border-bottom-color: #2e353e;
}

/* line 2552, app/assets/stylesheets/porto_cusmtom.scss */
html body .tabs-dark.tabs-vertical.tabs-left li .nav-link:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-left li .nav-link:hover {
  border-left-color: #2e353e;
}

/* line 2557, app/assets/stylesheets/porto_cusmtom.scss */
html body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link,
html.dark body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link,
html body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link:hover,
html body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link:focus,
html.dark body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link:focus {
  border-left-color: #2e353e;
}

/* line 2566, app/assets/stylesheets/porto_cusmtom.scss */
html body .tabs-dark.tabs-vertical.tabs-right li .nav-link:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-right li .nav-link:hover {
  border-right-color: #2e353e;
}

/* line 2571, app/assets/stylesheets/porto_cusmtom.scss */
html body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link,
html.dark body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link,
html body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link:hover,
html body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link:focus,
html.dark body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link:focus {
  border-right-color: #2e353e;
}

/* line 2580, app/assets/stylesheets/porto_cusmtom.scss */
html body .tabs-light .nav-tabs li .nav-link,
html.dark body .tabs-light .nav-tabs li .nav-link,
html body .tabs-light .nav-tabs.nav-justified li .nav-link,
html.dark body .tabs-light .nav-tabs.nav-justified li .nav-link,
html body .tabs-light .nav-tabs li .nav-link:hover,
html.dark body .tabs-light .nav-tabs li .nav-link:hover,
html body .tabs-light .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-light .nav-tabs.nav-justified li .nav-link:hover {
  color: #fff;
}

/* line 2591, app/assets/stylesheets/porto_cusmtom.scss */
html body .tabs-light .nav-tabs li .nav-link:hover,
html.dark body .tabs-light .nav-tabs li .nav-link:hover,
html body .tabs-light .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-light .nav-tabs.nav-justified li .nav-link:hover {
  border-top-color: #fff;
}

/* line 2598, app/assets/stylesheets/porto_cusmtom.scss */
html body .tabs-light .nav-tabs li.active .nav-link,
html.dark body .tabs-light .nav-tabs li.active .nav-link,
html body .tabs-light .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-light .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-light .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-light .nav-tabs li.active .nav-link:hover,
html body .tabs-light .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-light .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-light .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-light .nav-tabs li.active .nav-link:focus,
html body .tabs-light .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-light .nav-tabs.nav-justified li.active .nav-link:focus {
  border-top-color: #fff;
  color: #fff;
}

/* line 2614, app/assets/stylesheets/porto_cusmtom.scss */
html body .tabs-light.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs-light.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html.dark
body
.tabs-light.tabs-bottom
.nav-tabs.nav-justified
li
.nav-link:hover {
  border-bottom-color: #fff;
}

/* line 2626, app/assets/stylesheets/porto_cusmtom.scss */
html body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html.dark
body
.tabs-light.tabs-bottom
.nav-tabs.nav-justified
li.active
.nav-link,
html body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link:hover,
html
body
.tabs-light.tabs-bottom
.nav-tabs.nav-justified
li.active
.nav-link:hover,
html.dark
body
.tabs-light.tabs-bottom
.nav-tabs.nav-justified
li.active
.nav-link:hover,
html body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link:focus,
html
body
.tabs-light.tabs-bottom
.nav-tabs.nav-justified
li.active
.nav-link:focus,
html.dark
body
.tabs-light.tabs-bottom
.nav-tabs.nav-justified
li.active
.nav-link:focus {
  border-bottom-color: #fff;
}

/* line 2666, app/assets/stylesheets/porto_cusmtom.scss */
html body .tabs-light.tabs-vertical.tabs-left li .nav-link:hover,
html.dark body .tabs-light.tabs-vertical.tabs-left li .nav-link:hover {
  border-left-color: #fff;
}

/* line 2671, app/assets/stylesheets/porto_cusmtom.scss */
html body .tabs-light.tabs-vertical.tabs-left li.active .nav-link,
html.dark body .tabs-light.tabs-vertical.tabs-left li.active .nav-link,
html body .tabs-light.tabs-vertical.tabs-left li.active .nav-link:hover,
html.dark body .tabs-light.tabs-vertical.tabs-left li.active .nav-link:hover,
html body .tabs-light.tabs-vertical.tabs-left li.active .nav-link:focus,
html.dark body .tabs-light.tabs-vertical.tabs-left li.active .nav-link:focus {
  border-left-color: #fff;
}

/* line 2680, app/assets/stylesheets/porto_cusmtom.scss */
html body .tabs-light.tabs-vertical.tabs-right li .nav-link:hover,
html.dark body .tabs-light.tabs-vertical.tabs-right li .nav-link:hover {
  border-right-color: #fff;
}

/* line 2685, app/assets/stylesheets/porto_cusmtom.scss */
html body .tabs-light.tabs-vertical.tabs-right li.active .nav-link,
html.dark body .tabs-light.tabs-vertical.tabs-right li.active .nav-link,
html body .tabs-light.tabs-vertical.tabs-right li.active .nav-link:hover,
html.dark body .tabs-light.tabs-vertical.tabs-right li.active .nav-link:hover,
html body .tabs-light.tabs-vertical.tabs-right li.active .nav-link:focus,
html.dark body .tabs-light.tabs-vertical.tabs-right li.active .nav-link:focus {
  border-right-color: #fff;
}

/* line 2694, app/assets/stylesheets/porto_cusmtom.scss */
html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li .nav-link:hover,
html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link,
html[dir="rtl"]
.tabs.tabs-vertical.tabs-left
.nav-tabs
li.active
.nav-link:hover,
html[dir="rtl"]
.tabs.tabs-vertical.tabs-left
.nav-tabs
li.active
.nav-link:focus {
  border-right-color: #d60011;
  border-left-color: transparent;
}

/* line 2710, app/assets/stylesheets/porto_cusmtom.scss */
html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li .nav-link:hover,
html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link,
html[dir="rtl"]
.tabs.tabs-vertical.tabs-right
.nav-tabs
li.active
.nav-link:hover,
html[dir="rtl"]
.tabs.tabs-vertical.tabs-right
.nav-tabs
li.active
.nav-link:focus {
  border-right-color: transparent;
  border-left-color: #d60011;
}

/* line 2726, app/assets/stylesheets/porto_cusmtom.scss */
.list.list-icons li > .fa:first-child,
.list.list-icons li a:first-child > .fa:first-child,
.list.list-icons li > .icons:first-child,
.list.list-icons li a:first-child > .icons:first-child {
  color: #d60011;
  border-color: #d60011;
}

/* line 2734, app/assets/stylesheets/porto_cusmtom.scss */
.list.list-icons.list-icons-style-3 li > .fa:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .fa:first-child,
.list.list-icons.list-icons-style-3 li > .icons:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
  background-color: #d60011;
}

/* line 2741, app/assets/stylesheets/porto_cusmtom.scss */
.list.list-ordened li:before {
  color: #d60011;
  border-color: #d60011;
}

/* line 2746, app/assets/stylesheets/porto_cusmtom.scss */
.list.list-ordened.list-ordened-style-3 li:before {
  background-color: #d60011;
}

/* line 2750, app/assets/stylesheets/porto_cusmtom.scss */
html .list-primary.list-icons li > .fa:first-child,
html .list-primary.list-icons li a:first-child > .fa:first-child,
html .list-primary.list-icons li > .icons:first-child,
html .list-primary.list-icons li a:first-child > .icons:first-child {
  color: #d60011;
  border-color: #d60011;
}

/* line 2758, app/assets/stylesheets/porto_cusmtom.scss */
html .list-primary.list-icons.list-icons-style-3 li > .fa:first-child,
html
.list-primary.list-icons.list-icons-style-3
li
a:first-child
> .fa:first-child,
html .list-primary.list-icons.list-icons-style-3 li > .icons:first-child,
html
.list-primary.list-icons.list-icons-style-3
li
a:first-child
> .icons:first-child {
  background-color: #d60011;
  color: #fff;
}

/* line 2774, app/assets/stylesheets/porto_cusmtom.scss */
html .list-primary.list-ordened li:before {
  color: #d60011;
}

/* line 2778, app/assets/stylesheets/porto_cusmtom.scss */
html .list-primary.list-ordened.list-ordened-style-3 li:before {
  background-color: #d60011;
  color: #fff;
}

/* line 2783, app/assets/stylesheets/porto_cusmtom.scss */
html .list-secondary.list-icons li > .fa:first-child,
html .list-secondary.list-icons li a:first-child > .fa:first-child,
html .list-secondary.list-icons li > .icons:first-child,
html .list-secondary.list-icons li a:first-child > .icons:first-child {
  color: #111113;
  border-color: #111113;
}

/* line 2791, app/assets/stylesheets/porto_cusmtom.scss */
html .list-secondary.list-icons.list-icons-style-3 li > .fa:first-child,
html
.list-secondary.list-icons.list-icons-style-3
li
a:first-child
> .fa:first-child,
html .list-secondary.list-icons.list-icons-style-3 li > .icons:first-child,
html
.list-secondary.list-icons.list-icons-style-3
li
a:first-child
> .icons:first-child {
  background-color: #111113;
  color: #fff;
}

/* line 2807, app/assets/stylesheets/porto_cusmtom.scss */
html .list-secondary.list-ordened li:before {
  color: #111113;
}

/* line 2811, app/assets/stylesheets/porto_cusmtom.scss */
html .list-secondary.list-ordened.list-ordened-style-3 li:before {
  background-color: #111113;
  color: #fff;
}

/* line 2816, app/assets/stylesheets/porto_cusmtom.scss */
html .list-tertiary.list-icons li > .fa:first-child,
html .list-tertiary.list-icons li a:first-child > .fa:first-child,
html .list-tertiary.list-icons li > .icons:first-child,
html .list-tertiary.list-icons li a:first-child > .icons:first-child {
  color: #9dd36c;
  border-color: #9dd36c;
}

/* line 2824, app/assets/stylesheets/porto_cusmtom.scss */
html .list-tertiary.list-icons.list-icons-style-3 li > .fa:first-child,
html
.list-tertiary.list-icons.list-icons-style-3
li
a:first-child
> .fa:first-child,
html .list-tertiary.list-icons.list-icons-style-3 li > .icons:first-child,
html
.list-tertiary.list-icons.list-icons-style-3
li
a:first-child
> .icons:first-child {
  background-color: #9dd36c;
  color: #777;
}

/* line 2840, app/assets/stylesheets/porto_cusmtom.scss */
html .list-tertiary.list-ordened li:before {
  color: #9dd36c;
}

/* line 2844, app/assets/stylesheets/porto_cusmtom.scss */
html .list-tertiary.list-ordened.list-ordened-style-3 li:before {
  background-color: #9dd36c;
  color: #777;
}

/* line 2849, app/assets/stylesheets/porto_cusmtom.scss */
html .list-quaternary.list-icons li > .fa:first-child,
html .list-quaternary.list-icons li a:first-child > .fa:first-child,
html .list-quaternary.list-icons li > .icons:first-child,
html .list-quaternary.list-icons li a:first-child > .icons:first-child {
  color: #0a0a0a;
  border-color: #0a0a0a;
}

/* line 2857, app/assets/stylesheets/porto_cusmtom.scss */
html .list-quaternary.list-icons.list-icons-style-3 li > .fa:first-child,
html
.list-quaternary.list-icons.list-icons-style-3
li
a:first-child
> .fa:first-child,
html .list-quaternary.list-icons.list-icons-style-3 li > .icons:first-child,
html
.list-quaternary.list-icons.list-icons-style-3
li
a:first-child
> .icons:first-child {
  background-color: #0a0a0a;
  color: #fff;
}

/* line 2873, app/assets/stylesheets/porto_cusmtom.scss */
html .list-quaternary.list-ordened li:before {
  color: #0a0a0a;
}

/* line 2877, app/assets/stylesheets/porto_cusmtom.scss */
html .list-quaternary.list-ordened.list-ordened-style-3 li:before {
  background-color: #0a0a0a;
  color: #fff;
}

/* line 2882, app/assets/stylesheets/porto_cusmtom.scss */
html .list-dark.list-icons li > .fa:first-child,
html .list-dark.list-icons li a:first-child > .fa:first-child,
html .list-dark.list-icons li > .icons:first-child,
html .list-dark.list-icons li a:first-child > .icons:first-child {
  color: #2e353e;
  border-color: #2e353e;
}

/* line 2890, app/assets/stylesheets/porto_cusmtom.scss */
html .list-dark.list-icons.list-icons-style-3 li > .fa:first-child,
html
.list-dark.list-icons.list-icons-style-3
li
a:first-child
> .fa:first-child,
html .list-dark.list-icons.list-icons-style-3 li > .icons:first-child,
html
.list-dark.list-icons.list-icons-style-3
li
a:first-child
> .icons:first-child {
  background-color: #2e353e;
  color: #fff;
}

/* line 2906, app/assets/stylesheets/porto_cusmtom.scss */
html .list-dark.list-ordened li:before {
  color: #2e353e;
}

/* line 2910, app/assets/stylesheets/porto_cusmtom.scss */
html .list-dark.list-ordened.list-ordened-style-3 li:before {
  background-color: #2e353e;
  color: #fff;
}

/* line 2915, app/assets/stylesheets/porto_cusmtom.scss */
html .list-light.list-icons li > .fa:first-child,
html .list-light.list-icons li a:first-child > .fa:first-child,
html .list-light.list-icons li > .icons:first-child,
html .list-light.list-icons li a:first-child > .icons:first-child {
  color: #fff;
  border-color: #fff;
}

/* line 2923, app/assets/stylesheets/porto_cusmtom.scss */
html .list-light.list-icons.list-icons-style-3 li > .fa:first-child,
html
.list-light.list-icons.list-icons-style-3
li
a:first-child
> .fa:first-child,
html .list-light.list-icons.list-icons-style-3 li > .icons:first-child,
html
.list-light.list-icons.list-icons-style-3
li
a:first-child
> .icons:first-child {
  background-color: #fff;
  color: #777;
}

/* line 2939, app/assets/stylesheets/porto_cusmtom.scss */
html .list-light.list-ordened li:before {
  color: #fff;
}

/* line 2943, app/assets/stylesheets/porto_cusmtom.scss */
html .list-light.list-ordened.list-ordened-style-3 li:before {
  background-color: #fff;
  color: #777;
}

/* line 2948, app/assets/stylesheets/porto_cusmtom.scss */
.parallax blockquote i.fa-quote-left {
  color: #d60011;
}

/* line 2952, app/assets/stylesheets/porto_cusmtom.scss */
section.video blockquote i.fa-quote-left {
  color: #d60011;
}

/* line 2956, app/assets/stylesheets/porto_cusmtom.scss */
.accordion .card-header a {
  color: #d60011;
}

/* line 2960, app/assets/stylesheets/porto_cusmtom.scss */
html .accordion.accordion-primary .card-header {
  background-color: #d60011 !important;
}

/* line 2964, app/assets/stylesheets/porto_cusmtom.scss */
html .accordion.accordion-primary .card-header a {
  color: #fff;
}

/* line 2968, app/assets/stylesheets/porto_cusmtom.scss */
html .accordion.accordion-secondary .card-header {
  background-color: #111113 !important;
}

/* line 2972, app/assets/stylesheets/porto_cusmtom.scss */
html .accordion.accordion-secondary .card-header a {
  color: #fff;
}

/* line 2976, app/assets/stylesheets/porto_cusmtom.scss */
html .accordion.accordion-tertiary .card-header {
  background-color: #9dd36c !important;
}

/* line 2980, app/assets/stylesheets/porto_cusmtom.scss */
html .accordion.accordion-tertiary .card-header a {
  color: #777;
}

/* line 2984, app/assets/stylesheets/porto_cusmtom.scss */
html .accordion.accordion-quaternary .card-header {
  background-color: #0a0a0a !important;
}

/* line 2988, app/assets/stylesheets/porto_cusmtom.scss */
html .accordion.accordion-quaternary .card-header a {
  color: #fff;
}

/* line 2992, app/assets/stylesheets/porto_cusmtom.scss */
html .accordion.accordion-dark .card-header {
  background-color: #2e353e !important;
}

/* line 2996, app/assets/stylesheets/porto_cusmtom.scss */
html .accordion.accordion-dark .card-header a {
  color: #fff;
}

/* line 3000, app/assets/stylesheets/porto_cusmtom.scss */
html .accordion.accordion-light .card-header {
  background-color: #fff !important;
}

/* line 3004, app/assets/stylesheets/porto_cusmtom.scss */
html .accordion.accordion-light .card-header a {
  color: #777;
}

/* line 3008, app/assets/stylesheets/porto_cusmtom.scss */
html .divider.divider-primary .fa,
html .divider.divider-primary .icons {
  color: #d60011;
}

/* line 3013, app/assets/stylesheets/porto_cusmtom.scss */
html .divider.divider-primary.divider-small hr {
  background: #d60011;
}

/* line 3017, app/assets/stylesheets/porto_cusmtom.scss */
html .divider.divider-secondary .fa,
html .divider.divider-secondary .icons {
  color: #111113;
}

/* line 3022, app/assets/stylesheets/porto_cusmtom.scss */
html .divider.divider-secondary.divider-small hr {
  background: #111113;
}

/* line 3026, app/assets/stylesheets/porto_cusmtom.scss */
html .divider.divider-tertiary .fa,
html .divider.divider-tertiary .icons {
  color: #9dd36c;
}

/* line 3031, app/assets/stylesheets/porto_cusmtom.scss */
html .divider.divider-tertiary.divider-small hr {
  background: #9dd36c;
}

/* line 3035, app/assets/stylesheets/porto_cusmtom.scss */
html .divider.divider-quaternary .fa,
html .divider.divider-quaternary .icons {
  color: #0a0a0a;
}

/* line 3040, app/assets/stylesheets/porto_cusmtom.scss */
html .divider.divider-quaternary.divider-small hr {
  background: #0a0a0a;
}

/* line 3044, app/assets/stylesheets/porto_cusmtom.scss */
html .divider.divider-dark .fa,
html .divider.divider-dark .icons {
  color: #2e353e;
}

/* line 3049, app/assets/stylesheets/porto_cusmtom.scss */
html .divider.divider-dark.divider-small hr {
  background: #2e353e;
}

/* line 3053, app/assets/stylesheets/porto_cusmtom.scss */
html .divider.divider-light .fa,
html .divider.divider-light .icons {
  color: #fff;
}

/* line 3058, app/assets/stylesheets/porto_cusmtom.scss */
html .divider.divider-light.divider-small hr {
  background: #fff;
}

/* line 3062, app/assets/stylesheets/porto_cusmtom.scss */
html .divider.divider-style-2.divider-primary .fa,
html .divider.divider-style-2.divider-primary .icons {
  background: #d60011;
  color: #fff;
}

/* line 3068, app/assets/stylesheets/porto_cusmtom.scss */
html .divider.divider-style-2.divider-secondary .fa,
html .divider.divider-style-2.divider-secondary .icons {
  background: #111113;
  color: #fff;
}

/* line 3074, app/assets/stylesheets/porto_cusmtom.scss */
html .divider.divider-style-2.divider-tertiary .fa,
html .divider.divider-style-2.divider-tertiary .icons {
  background: #9dd36c;
  color: #777;
}

/* line 3080, app/assets/stylesheets/porto_cusmtom.scss */
html .divider.divider-style-2.divider-quaternary .fa,
html .divider.divider-style-2.divider-quaternary .icons {
  background: #0a0a0a;
  color: #fff;
}

/* line 3086, app/assets/stylesheets/porto_cusmtom.scss */
html .divider.divider-style-2.divider-dark .fa,
html .divider.divider-style-2.divider-dark .icons {
  background: #2e353e;
  color: #fff;
}

/* line 3092, app/assets/stylesheets/porto_cusmtom.scss */
html .divider.divider-style-2.divider-light .fa,
html .divider.divider-style-2.divider-light .icons {
  background: #fff;
  color: #777;
}

/* line 3098, app/assets/stylesheets/porto_cusmtom.scss */
html .divider.divider-style-3.divider-primary .fa,
html .divider.divider-style-3.divider-primary .icons {
  border-color: #d60011;
}

/* line 3103, app/assets/stylesheets/porto_cusmtom.scss */
html .divider.divider-style-3.divider-secondary .fa,
html .divider.divider-style-3.divider-secondary .icons {
  border-color: #111113;
}

/* line 3108, app/assets/stylesheets/porto_cusmtom.scss */
html .divider.divider-style-3.divider-tertiary .fa,
html .divider.divider-style-3.divider-tertiary .icons {
  border-color: #9dd36c;
}

/* line 3113, app/assets/stylesheets/porto_cusmtom.scss */
html .divider.divider-style-3.divider-quaternary .fa,
html .divider.divider-style-3.divider-quaternary .icons {
  border-color: #0a0a0a;
}

/* line 3118, app/assets/stylesheets/porto_cusmtom.scss */
html .divider.divider-style-3.divider-dark .fa,
html .divider.divider-style-3.divider-dark .icons {
  border-color: #2e353e;
}

/* line 3123, app/assets/stylesheets/porto_cusmtom.scss */
html .divider.divider-style-3.divider-light .fa,
html .divider.divider-style-3.divider-light .icons {
  border-color: #fff;
}

/* line 3128, app/assets/stylesheets/porto_cusmtom.scss */
#header .tip {
  background: #d60011;
  color: #fff;
}

/* line 3133, app/assets/stylesheets/porto_cusmtom.scss */
#header .tip:before {
  border-right-color: #d60011;
  border-left-color: transparent;
}

/* line 3138, app/assets/stylesheets/porto_cusmtom.scss */
html #header .tip-primary {
  background: #d60011 !important;
  color: #fff !important;
}

/* line 3143, app/assets/stylesheets/porto_cusmtom.scss */
html #header .tip-primary:before {
  border-right-color: #d60011 !important;
}

/* line 3147, app/assets/stylesheets/porto_cusmtom.scss */
html #header .tip-secondary {
  background: #111113 !important;
  color: #fff !important;
}

/* line 3152, app/assets/stylesheets/porto_cusmtom.scss */
html #header .tip-secondary:before {
  border-right-color: #111113 !important;
}

/* line 3156, app/assets/stylesheets/porto_cusmtom.scss */
html #header .tip-tertiary {
  background: #9dd36c !important;
  color: #777 !important;
}

/* line 3161, app/assets/stylesheets/porto_cusmtom.scss */
html #header .tip-tertiary:before {
  border-right-color: #9dd36c !important;
}

/* line 3165, app/assets/stylesheets/porto_cusmtom.scss */
html #header .tip-quaternary {
  background: #0a0a0a !important;
  color: #fff !important;
}

/* line 3170, app/assets/stylesheets/porto_cusmtom.scss */
html #header .tip-quaternary:before {
  border-right-color: #0a0a0a !important;
}

/* line 3174, app/assets/stylesheets/porto_cusmtom.scss */
html #header .tip-dark {
  background: #2e353e !important;
  color: #fff !important;
}

/* line 3179, app/assets/stylesheets/porto_cusmtom.scss */
html #header .tip-dark:before {
  border-right-color: #2e353e !important;
}

/* line 3183, app/assets/stylesheets/porto_cusmtom.scss */
html #header .tip-light {
  background: #fff !important;
  color: #777 !important;
}

/* line 3188, app/assets/stylesheets/porto_cusmtom.scss */
html #header .tip-light:before {
  border-right-color: #fff !important;
}

/* line 3192, app/assets/stylesheets/porto_cusmtom.scss */
html[dir="rtl"] #header .tip:before {
  border-left-color: #d60011;
}

/* line 3196, app/assets/stylesheets/porto_cusmtom.scss */
html[dir="rtl"] #header .tip.skin:before {
  border-left-color: #d60011;
}

/* line 3200, app/assets/stylesheets/porto_cusmtom.scss */
html[dir="rtl"] #header .tip-primary:before {
  border-left-color: #d60011 !important;
  border-right-color: transparent !important;
}

/* line 3205, app/assets/stylesheets/porto_cusmtom.scss */
html[dir="rtl"] #header .tip-secondary:before {
  border-left-color: #111113 !important;
  border-right-color: transparent !important;
}

/* line 3210, app/assets/stylesheets/porto_cusmtom.scss */
html[dir="rtl"] #header .tip-tertiary:before {
  border-left-color: #9dd36c !important;
  border-right-color: transparent !important;
}

/* line 3215, app/assets/stylesheets/porto_cusmtom.scss */
html[dir="rtl"] #header .tip-quaternary:before {
  border-left-color: #0a0a0a !important;
  border-right-color: transparent !important;
}

/* line 3220, app/assets/stylesheets/porto_cusmtom.scss */
html[dir="rtl"] #header .tip-dark:before {
  border-left-color: #2e353e !important;
  border-right-color: transparent !important;
}

/* line 3225, app/assets/stylesheets/porto_cusmtom.scss */
html[dir="rtl"] #header .tip-light:before {
  border-left-color: #fff !important;
  border-right-color: transparent !important;
}

/* line 3230, app/assets/stylesheets/porto_cusmtom.scss */
#header .header-btn-collapse-nav {
  background: #d60011;
}

@media (min-width: 992px) {
  /* line 3235, app/assets/stylesheets/porto_cusmtom.scss */
  #header .header-nav-main nav > ul > li > a {
    color: #d60011;
  }
  /* line 3239, app/assets/stylesheets/porto_cusmtom.scss */
  #header .header-nav-main nav > ul > li > a.dropdown-toggle:after {
    border-color: #d60011 transparent transparent transparent;
  }
  /* line 3243, app/assets/stylesheets/porto_cusmtom.scss */
  #header .header-nav-main nav > ul > li > a.active {
    background: #d60011;
  }
  /* line 3247, app/assets/stylesheets/porto_cusmtom.scss */
  #header .header-nav-main nav > ul > li.open > a,
#header .header-nav-main nav > ul > li:hover > a {
    background: #d60011;
  }
  /* line 3252, app/assets/stylesheets/porto_cusmtom.scss */
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
    border-top-color: #d60011;
  }
  /* line 3256, app/assets/stylesheets/porto_cusmtom.scss */
  #header
.header-nav-main
nav
> ul
> li.dropdown
.dropdown-menu
li.dropdown-submenu
> a:after {
    border-color: transparent transparent transparent #d60011;
  }
  /* line 3267, app/assets/stylesheets/porto_cusmtom.scss */
  #header .header-nav-main nav > ul > li.dropdown.open > a:before,
#header .header-nav-main nav > ul > li.dropdown:hover > a:before {
    border-bottom-color: #d60011;
  }
  /* line 3272, app/assets/stylesheets/porto_cusmtom.scss */
  #header .header-nav-main nav > ul > li .dropdown-menu {
    border-top-color: #d60011;
  }
  /* line 3276, app/assets/stylesheets/porto_cusmtom.scss */
  #header
.header-nav-main
nav
> ul
> li
.dropdown-menu.dropdown-reverse
li.dropdown-submenu
> a:after {
    border-color: transparent #d60011 transparent;
  }
  /* line 3287, app/assets/stylesheets/porto_cusmtom.scss */
  #header .header-nav-main nav > ul > li.dropdown-mega-signin .dropdown-menu {
    border-top-color: #d60011;
  }
  /* line 3291, app/assets/stylesheets/porto_cusmtom.scss */
  #header
.header-nav-main
nav
> ul
> li.dropdown-mega-signin
.dropdown-menu
li
a {
    color: #d60011;
  }
  /* line 3302, app/assets/stylesheets/porto_cusmtom.scss */
  #header .header-nav.header-nav-stripe nav > ul > li > a.active {
    color: #d60011;
  }
  /* line 3306, app/assets/stylesheets/porto_cusmtom.scss */
  #header
.header-nav.header-nav-stripe
nav
> ul
> li
> a.active.dropdown-toggle:after {
    border-color: #d60011 transparent transparent transparent;
  }
  /* line 3315, app/assets/stylesheets/porto_cusmtom.scss */
  #header .header-nav.header-nav-stripe nav > ul > li:hover > a,
#header .header-nav.header-nav-stripe nav > ul > li.open > a {
    background-color: #d60011;
  }
  /* line 3320, app/assets/stylesheets/porto_cusmtom.scss */
  #header .header-nav.header-nav-top-line nav > ul li > a.active {
    color: #d60011;
  }
  /* line 3324, app/assets/stylesheets/porto_cusmtom.scss */
  #header .header-nav.header-nav-top-line nav > ul li > a.active:before {
    background: #d60011;
  }
  /* line 3328, app/assets/stylesheets/porto_cusmtom.scss */
  #header
.header-nav.header-nav-top-line
nav
> ul
li
> a.active.dropdown-toggle:after {
    border-color: #d60011 transparent transparent transparent;
  }
  /* line 3337, app/assets/stylesheets/porto_cusmtom.scss */
  #header .header-nav.header-nav-top-line nav > ul li:hover > a {
    color: #d60011;
  }
  /* line 3341, app/assets/stylesheets/porto_cusmtom.scss */
  #header .header-nav.header-nav-top-line nav > ul li:hover > a:before {
    background: #d60011;
  }
  /* line 3345, app/assets/stylesheets/porto_cusmtom.scss */
  #header
.header-nav.header-nav-top-line
nav
> ul
li:hover
> a.dropdown-toggle:after {
    border-color: #d60011 transparent transparent transparent;
  }
  /* line 3354, app/assets/stylesheets/porto_cusmtom.scss */
  #header .header-nav.header-nav-dark-dropdown nav > ul li > a.active {
    color: #d60011;
  }
  /* line 3358, app/assets/stylesheets/porto_cusmtom.scss */
  #header
.header-nav.header-nav-dark-dropdown
nav
> ul
li
> a.active.dropdown-toggle:after {
    border-color: #d60011 transparent transparent transparent;
  }
  /* line 3367, app/assets/stylesheets/porto_cusmtom.scss */
  #header .header-nav.header-nav-dark-dropdown nav > ul li:hover > a {
    color: #d60011;
  }
  /* line 3371, app/assets/stylesheets/porto_cusmtom.scss */
  #header
.header-nav.header-nav-dark-dropdown
nav
> ul
li:hover
> a.dropdown-toggle:after {
    border-color: #d60011 transparent transparent transparent;
  }
  /* line 3380, app/assets/stylesheets/porto_cusmtom.scss */
  html.side-header
#header
.header-nav-main
nav
> ul
li.dropdown.open
> .dropdown-menu,
html.side-header
#header
.header-nav-main
nav
> ul
li.dropdown:hover
> .dropdown-menu {
    border-left-color: #d60011;
  }
  /* line 3397, app/assets/stylesheets/porto_cusmtom.scss */
  html.side-header
#header
.header-nav-main
nav
> ul
li.dropdown
> a.dropdown-toggle:after {
    border-color: transparent transparent transparent #d60011;
  }
  /* line 3407, app/assets/stylesheets/porto_cusmtom.scss */
  html.side-header
#header
.header-nav-main
nav
> ul
li.dropdown.active
> a.dropdown-toggle:after,
html.side-header
#header
.header-nav-main
nav
> ul
li.dropdown:hover
> a.dropdown-toggle:after {
    border-color: transparent transparent transparent #fff;
  }
  /* line 3424, app/assets/stylesheets/porto_cusmtom.scss */
  html.side-header-right
#header
.header-nav-main
nav
> ul
li.dropdown.open
> .dropdown-menu,
html.side-header-right
#header
.header-nav-main
nav
> ul
li.dropdown:hover
> .dropdown-menu {
    border-right-color: #d60011;
  }
  /* line 3441, app/assets/stylesheets/porto_cusmtom.scss */
  html.side-header-right
#header
.header-nav-main
nav
> ul
li.dropdown
> a.dropdown-toggle:after {
    border-color: transparent #d60011 transparent transparent;
  }
  /* line 3451, app/assets/stylesheets/porto_cusmtom.scss */
  html.side-header-right
#header
.header-nav-main
nav
> ul
li.dropdown.active
> a.dropdown-toggle:after,
html.side-header-right
#header
.header-nav-main
nav
> ul
li.dropdown:hover
> a.dropdown-toggle:after {
    border-color: transparent #fff transparent transparent;
  }
}

@media (min-width: 992px) {
  /* line 3470, app/assets/stylesheets/porto_cusmtom.scss */
  html #header .header-nav-main nav > ul > li > a.active.dropdown-toggle:after {
    border-color: #d60011 transparent transparent transparent;
  }
  /* line 3474, app/assets/stylesheets/porto_cusmtom.scss */
  html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
    border-color: #d60011 transparent transparent transparent;
  }
  /* line 3478, app/assets/stylesheets/porto_cusmtom.scss */
  html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-primary
> a.active {
    background: #d60011;
    color: #fff;
  }
  /* line 3489, app/assets/stylesheets/porto_cusmtom.scss */
  html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-primary:hover
> a {
    background: #d60011;
    color: #fff;
  }
  /* line 3500, app/assets/stylesheets/porto_cusmtom.scss */
  html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-primary
a {
    color: #d60011;
  }
  /* line 3510, app/assets/stylesheets/porto_cusmtom.scss */
  html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-primary
a:focus,
html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-primary
a:hover {
    background: #d60011;
    color: #fff;
  }
  /* line 3528, app/assets/stylesheets/porto_cusmtom.scss */
  html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-primary
a:after {
    border-color: #d60011 transparent transparent transparent;
  }
  /* line 3538, app/assets/stylesheets/porto_cusmtom.scss */
  html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-primary
.dropdown-menu {
    border-top-color: #d60011;
    background-color: #d60011;
  }
  /* line 3549, app/assets/stylesheets/porto_cusmtom.scss */
  html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-primary
.dropdown-menu
li
a {
    color: #fff;
    border-bottom-color: #f00013;
  }
  /* line 3562, app/assets/stylesheets/porto_cusmtom.scss */
  html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-primary
.dropdown-menu
li:hover
> a {
    background: #f00013;
  }
  /* line 3574, app/assets/stylesheets/porto_cusmtom.scss */
  html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-primary
.dropdown-menu
li.dropdown-submenu
> a:after {
    border-color: transparent transparent transparent #fff;
  }
  /* line 3586, app/assets/stylesheets/porto_cusmtom.scss */
  html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-primary.open
> a:before,
html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-primary:hover
> a:before {
    border-bottom-color: #d60011;
  }
  /* line 3603, app/assets/stylesheets/porto_cusmtom.scss */
  html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-mega.dropdown-primary
.dropdown-mega-sub-title {
    color: #fff;
    opacity: 0.7;
  }
  /* line 3614, app/assets/stylesheets/porto_cusmtom.scss */
  html #header .header-nav-main nav > ul > li > a.active.dropdown-toggle:after {
    border-color: #111113 transparent transparent transparent;
  }
  /* line 3618, app/assets/stylesheets/porto_cusmtom.scss */
  html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
    border-color: #111113 transparent transparent transparent;
  }
  /* line 3622, app/assets/stylesheets/porto_cusmtom.scss */
  html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-secondary
> a.active {
    background: #111113;
    color: #fff;
  }
  /* line 3633, app/assets/stylesheets/porto_cusmtom.scss */
  html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-secondary:hover
> a {
    background: #111113;
    color: #fff;
  }
  /* line 3644, app/assets/stylesheets/porto_cusmtom.scss */
  html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-secondary
a {
    color: #111113;
  }
  /* line 3654, app/assets/stylesheets/porto_cusmtom.scss */
  html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-secondary
a:focus,
html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-secondary
a:hover {
    background: #111113;
    color: #fff;
  }
  /* line 3672, app/assets/stylesheets/porto_cusmtom.scss */
  html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-secondary
a:after {
    border-color: #111113 transparent transparent transparent;
  }
  /* line 3682, app/assets/stylesheets/porto_cusmtom.scss */
  html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-secondary
.dropdown-menu {
    border-top-color: #111113;
    background-color: #111113;
  }
  /* line 3693, app/assets/stylesheets/porto_cusmtom.scss */
  html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-secondary
.dropdown-menu
li
a {
    color: #fff;
    border-bottom-color: #1d1d20;
  }
  /* line 3706, app/assets/stylesheets/porto_cusmtom.scss */
  html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-secondary
.dropdown-menu
li:hover
> a {
    background: #1d1d20;
  }
  /* line 3718, app/assets/stylesheets/porto_cusmtom.scss */
  html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-secondary
.dropdown-menu
li.dropdown-submenu
> a:after {
    border-color: transparent transparent transparent #fff;
  }
  /* line 3730, app/assets/stylesheets/porto_cusmtom.scss */
  html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-secondary.open
> a:before,
html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-secondary:hover
> a:before {
    border-bottom-color: #111113;
  }
  /* line 3747, app/assets/stylesheets/porto_cusmtom.scss */
  html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-mega.dropdown-secondary
.dropdown-mega-sub-title {
    color: #fff;
    opacity: 0.7;
  }
  /* line 3758, app/assets/stylesheets/porto_cusmtom.scss */
  html #header .header-nav-main nav > ul > li > a.active.dropdown-toggle:after {
    border-color: #9dd36c transparent transparent transparent;
  }
  /* line 3762, app/assets/stylesheets/porto_cusmtom.scss */
  html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
    border-color: #9dd36c transparent transparent transparent;
  }
  /* line 3766, app/assets/stylesheets/porto_cusmtom.scss */
  html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-tertiary
> a.active {
    background: #9dd36c;
    color: #777;
  }
  /* line 3777, app/assets/stylesheets/porto_cusmtom.scss */
  html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-tertiary:hover
> a {
    background: #9dd36c;
    color: #777;
  }
  /* line 3788, app/assets/stylesheets/porto_cusmtom.scss */
  html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-tertiary
a {
    color: #9dd36c;
  }
  /* line 3798, app/assets/stylesheets/porto_cusmtom.scss */
  html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-tertiary
a:focus,
html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-tertiary
a:hover {
    background: #9dd36c;
    color: #777;
  }
  /* line 3816, app/assets/stylesheets/porto_cusmtom.scss */
  html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-tertiary
a:after {
    border-color: #9dd36c transparent transparent transparent;
  }
  /* line 3826, app/assets/stylesheets/porto_cusmtom.scss */
  html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-tertiary
.dropdown-menu {
    border-top-color: #9dd36c;
    background-color: #9dd36c;
  }
  /* line 3837, app/assets/stylesheets/porto_cusmtom.scss */
  html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-tertiary
.dropdown-menu
li
a {
    color: #777;
    border-bottom-color: #aad980;
  }
  /* line 3850, app/assets/stylesheets/porto_cusmtom.scss */
  html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-tertiary
.dropdown-menu
li:hover
> a {
    background: #aad980;
  }
  /* line 3862, app/assets/stylesheets/porto_cusmtom.scss */
  html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-tertiary
.dropdown-menu
li.dropdown-submenu
> a:after {
    border-color: transparent transparent transparent #777;
  }
  /* line 3874, app/assets/stylesheets/porto_cusmtom.scss */
  html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-tertiary.open
> a:before,
html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-tertiary:hover
> a:before {
    border-bottom-color: #9dd36c;
  }
  /* line 3891, app/assets/stylesheets/porto_cusmtom.scss */
  html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-mega.dropdown-tertiary
.dropdown-mega-sub-title {
    color: #777;
    opacity: 0.7;
  }
  /* line 3902, app/assets/stylesheets/porto_cusmtom.scss */
  html #header .header-nav-main nav > ul > li > a.active.dropdown-toggle:after {
    border-color: #0a0a0a transparent transparent transparent;
  }
  /* line 3906, app/assets/stylesheets/porto_cusmtom.scss */
  html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
    border-color: #0a0a0a transparent transparent transparent;
  }
  /* line 3910, app/assets/stylesheets/porto_cusmtom.scss */
  html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-quaternary
> a.active {
    background: #0a0a0a;
    color: #fff;
  }
  /* line 3921, app/assets/stylesheets/porto_cusmtom.scss */
  html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-quaternary:hover
> a {
    background: #0a0a0a;
    color: #fff;
  }
  /* line 3932, app/assets/stylesheets/porto_cusmtom.scss */
  html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-quaternary
a {
    color: #0a0a0a;
  }
  /* line 3942, app/assets/stylesheets/porto_cusmtom.scss */
  html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-quaternary
a:focus,
html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-quaternary
a:hover {
    background: #0a0a0a;
    color: #fff;
  }
  /* line 3960, app/assets/stylesheets/porto_cusmtom.scss */
  html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-quaternary
a:after {
    border-color: #0a0a0a transparent transparent transparent;
  }
  /* line 3970, app/assets/stylesheets/porto_cusmtom.scss */
  html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-quaternary
.dropdown-menu {
    border-top-color: #0a0a0a;
    background-color: #0a0a0a;
  }
  /* line 3981, app/assets/stylesheets/porto_cusmtom.scss */
  html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-quaternary
.dropdown-menu
li
a {
    color: #fff;
    border-bottom-color: #171717;
  }
  /* line 3994, app/assets/stylesheets/porto_cusmtom.scss */
  html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-quaternary
.dropdown-menu
li:hover
> a {
    background: #171717;
  }
  /* line 4006, app/assets/stylesheets/porto_cusmtom.scss */
  html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-quaternary
.dropdown-menu
li.dropdown-submenu
> a:after {
    border-color: transparent transparent transparent #fff;
  }
  /* line 4018, app/assets/stylesheets/porto_cusmtom.scss */
  html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-quaternary.open
> a:before,
html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-quaternary:hover
> a:before {
    border-bottom-color: #0a0a0a;
  }
  /* line 4035, app/assets/stylesheets/porto_cusmtom.scss */
  html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-mega.dropdown-quaternary
.dropdown-mega-sub-title {
    color: #fff;
    opacity: 0.7;
  }
  /* line 4046, app/assets/stylesheets/porto_cusmtom.scss */
  html #header .header-nav-main nav > ul > li > a.active.dropdown-toggle:after {
    border-color: #2e353e transparent transparent transparent;
  }
  /* line 4050, app/assets/stylesheets/porto_cusmtom.scss */
  html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
    border-color: #2e353e transparent transparent transparent;
  }
  /* line 4054, app/assets/stylesheets/porto_cusmtom.scss */
  html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-dark
> a.active {
    background: #2e353e;
    color: #fff;
  }
  /* line 4065, app/assets/stylesheets/porto_cusmtom.scss */
  html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-dark:hover
> a {
    background: #2e353e;
    color: #fff;
  }
  /* line 4076, app/assets/stylesheets/porto_cusmtom.scss */
  html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-dark
a {
    color: #2e353e;
  }
  /* line 4086, app/assets/stylesheets/porto_cusmtom.scss */
  html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-dark
a:focus,
html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-dark
a:hover {
    background: #2e353e;
    color: #fff;
  }
  /* line 4104, app/assets/stylesheets/porto_cusmtom.scss */
  html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-dark
a:after {
    border-color: #2e353e transparent transparent transparent;
  }
  /* line 4114, app/assets/stylesheets/porto_cusmtom.scss */
  html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-dark
.dropdown-menu {
    border-top-color: #2e353e;
    background-color: #2e353e;
  }
  /* line 4125, app/assets/stylesheets/porto_cusmtom.scss */
  html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-dark
.dropdown-menu
li
a {
    color: #fff;
    border-bottom-color: #39424d;
  }
  /* line 4138, app/assets/stylesheets/porto_cusmtom.scss */
  html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-dark
.dropdown-menu
li:hover
> a {
    background: #39424d;
  }
  /* line 4150, app/assets/stylesheets/porto_cusmtom.scss */
  html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-dark
.dropdown-menu
li.dropdown-submenu
> a:after {
    border-color: transparent transparent transparent #fff;
  }
  /* line 4162, app/assets/stylesheets/porto_cusmtom.scss */
  html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-dark.open
> a:before,
html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-dark:hover
> a:before {
    border-bottom-color: #2e353e;
  }
  /* line 4179, app/assets/stylesheets/porto_cusmtom.scss */
  html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-mega.dropdown-dark
.dropdown-mega-sub-title {
    color: #fff;
    opacity: 0.7;
  }
  /* line 4190, app/assets/stylesheets/porto_cusmtom.scss */
  html #header .header-nav-main nav > ul > li > a.active.dropdown-toggle:after {
    border-color: #fff transparent transparent transparent;
  }
  /* line 4194, app/assets/stylesheets/porto_cusmtom.scss */
  html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
    border-color: #fff transparent transparent transparent;
  }
  /* line 4198, app/assets/stylesheets/porto_cusmtom.scss */
  html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-light
> a.active {
    background: #fff;
    color: #777;
  }
  /* line 4209, app/assets/stylesheets/porto_cusmtom.scss */
  html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-light:hover
> a {
    background: #fff;
    color: #777;
  }
  /* line 4220, app/assets/stylesheets/porto_cusmtom.scss */
  html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-light
a {
    color: #fff;
  }
  /* line 4230, app/assets/stylesheets/porto_cusmtom.scss */
  html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-light
a:focus,
html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-light
a:hover {
    background: #fff;
    color: #777;
  }
  /* line 4248, app/assets/stylesheets/porto_cusmtom.scss */
  html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-light
a:after {
    border-color: #fff transparent transparent transparent;
  }
  /* line 4258, app/assets/stylesheets/porto_cusmtom.scss */
  html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-light
.dropdown-menu {
    border-top-color: #fff;
    background-color: #fff;
  }
  /* line 4269, app/assets/stylesheets/porto_cusmtom.scss */
  html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-light
.dropdown-menu
li
a {
    color: #777;
    border-bottom-color: #ffffff;
  }
  /* line 4282, app/assets/stylesheets/porto_cusmtom.scss */
  html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-light
.dropdown-menu
li:hover
> a {
    background: #ffffff;
  }
  /* line 4294, app/assets/stylesheets/porto_cusmtom.scss */
  html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-light
.dropdown-menu
li.dropdown-submenu
> a:after {
    border-color: transparent transparent transparent #777;
  }
  /* line 4306, app/assets/stylesheets/porto_cusmtom.scss */
  html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-light.open
> a:before,
html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-light:hover
> a:before {
    border-bottom-color: #fff;
  }
  /* line 4323, app/assets/stylesheets/porto_cusmtom.scss */
  html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-mega.dropdown-light
.dropdown-mega-sub-title {
    color: #777;
    opacity: 0.7;
  }
  /* line 4334, app/assets/stylesheets/porto_cusmtom.scss */
  html[dir="rtl"]
#header
.header-nav-main
nav
> ul
> li.dropdown
.dropdown-menu
li.dropdown-submenu
> a:after {
    border-color: transparent #d60011 transparent transparent;
  }
}

@media (max-width: 991px) {
  /* line 4348, app/assets/stylesheets/porto_cusmtom.scss */
  #header .header-nav-main nav > ul > li > a {
    color: #d60011;
  }
  /* line 4352, app/assets/stylesheets/porto_cusmtom.scss */
  #header .header-nav-main nav > ul > li > a:active {
    color: #d60011;
  }
  /* line 4356, app/assets/stylesheets/porto_cusmtom.scss */
  #header .header-nav-main nav > ul > li > a.active {
    background: #d60011;
  }
  /* line 4360, app/assets/stylesheets/porto_cusmtom.scss */
  #header .header-nav-main nav > ul > li > a.active:focus,
#header .header-nav-main nav > ul > li > a.active:hover {
    background: #d60011;
  }
}

@media (max-width: 991px) {
  /* line 4367, app/assets/stylesheets/porto_cusmtom.scss */
  html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-primary
> a {
    color: #d60011;
  }
  /* line 4377, app/assets/stylesheets/porto_cusmtom.scss */
  html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-primary
> a.active {
    background: #d60011;
    color: #fff;
  }
  /* line 4388, app/assets/stylesheets/porto_cusmtom.scss */
  html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-secondary
> a {
    color: #111113;
  }
  /* line 4398, app/assets/stylesheets/porto_cusmtom.scss */
  html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-secondary
> a.active {
    background: #111113;
    color: #fff;
  }
  /* line 4409, app/assets/stylesheets/porto_cusmtom.scss */
  html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-tertiary
> a {
    color: #9dd36c;
  }
  /* line 4419, app/assets/stylesheets/porto_cusmtom.scss */
  html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-tertiary
> a.active {
    background: #9dd36c;
    color: #777;
  }
  /* line 4430, app/assets/stylesheets/porto_cusmtom.scss */
  html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-quaternary
> a {
    color: #0a0a0a;
  }
  /* line 4440, app/assets/stylesheets/porto_cusmtom.scss */
  html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-quaternary
> a.active {
    background: #0a0a0a;
    color: #fff;
  }
  /* line 4451, app/assets/stylesheets/porto_cusmtom.scss */
  html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-dark
> a {
    color: #2e353e;
  }
  /* line 4461, app/assets/stylesheets/porto_cusmtom.scss */
  html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-dark
> a.active {
    background: #2e353e;
    color: #fff;
  }
  /* line 4472, app/assets/stylesheets/porto_cusmtom.scss */
  html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-light
> a {
    color: #fff;
  }
  /* line 4482, app/assets/stylesheets/porto_cusmtom.scss */
  html
#header
.header-nav-main
nav
> ul
> li.dropdown-full-color.dropdown-light
> a.active {
    background: #fff;
    color: #777;
  }
}

/* line 4494, app/assets/stylesheets/porto_cusmtom.scss */
html #header .header-top.header-top-primary {
  background: #d60011;
  border-top-color: #bd000f;
}

/* line 4499, app/assets/stylesheets/porto_cusmtom.scss */
html #header .header-top.header-top-primary .header-nav-top ul > li.open > a {
  background: #f00013;
}

/* line 4503, app/assets/stylesheets/porto_cusmtom.scss */
html #header .header-top.header-top-primary .header-nav-top ul > li > a:hover,
html
#header
.header-top.header-top-primary
.header-nav-top
ul
> li.open
> a:hover,
html #header .header-top.header-top-primary .header-nav-top ul > li > a:focus,
html
#header
.header-top.header-top-primary
.header-nav-top
ul
> li.open
> a:focus {
  background: #f00013;
}

/* line 4522, app/assets/stylesheets/porto_cusmtom.scss */
html #header .header-top.header-top-primary .dropdown-menu {
  background: #f00013;
  border-color: #f00013;
}

/* line 4527, app/assets/stylesheets/porto_cusmtom.scss */
html #header .header-top.header-top-primary .dropdown-menu a:hover,
html #header .header-top.header-top-primary .dropdown-menu a:focus {
  background: #ff0a1d !important;
}

/* line 4532, app/assets/stylesheets/porto_cusmtom.scss */
html #header .header-top.header-top-secondary {
  background: #111113;
  border-top-color: #050506;
}

/* line 4537, app/assets/stylesheets/porto_cusmtom.scss */
html #header .header-top.header-top-secondary .header-nav-top ul > li.open > a {
  background: #1d1d20;
}

/* line 4541, app/assets/stylesheets/porto_cusmtom.scss */
html #header .header-top.header-top-secondary .header-nav-top ul > li > a:hover,
html
#header
.header-top.header-top-secondary
.header-nav-top
ul
> li.open
> a:hover,
html #header .header-top.header-top-secondary .header-nav-top ul > li > a:focus,
html
#header
.header-top.header-top-secondary
.header-nav-top
ul
> li.open
> a:focus {
  background: #1d1d20;
}

/* line 4560, app/assets/stylesheets/porto_cusmtom.scss */
html #header .header-top.header-top-secondary .dropdown-menu {
  background: #1d1d20;
  border-color: #1d1d20;
}

/* line 4565, app/assets/stylesheets/porto_cusmtom.scss */
html #header .header-top.header-top-secondary .dropdown-menu a:hover,
html #header .header-top.header-top-secondary .dropdown-menu a:focus {
  background: #29292e !important;
}

/* line 4570, app/assets/stylesheets/porto_cusmtom.scss */
html #header .header-top.header-top-tertiary {
  background: #9dd36c;
  border-top-color: #90cd58;
}

/* line 4575, app/assets/stylesheets/porto_cusmtom.scss */
html #header .header-top.header-top-tertiary .header-nav-top ul > li.open > a {
  background: #aad980;
}

/* line 4579, app/assets/stylesheets/porto_cusmtom.scss */
html #header .header-top.header-top-tertiary .header-nav-top ul > li > a:hover,
html
#header
.header-top.header-top-tertiary
.header-nav-top
ul
> li.open
> a:hover,
html #header .header-top.header-top-tertiary .header-nav-top ul > li > a:focus,
html
#header
.header-top.header-top-tertiary
.header-nav-top
ul
> li.open
> a:focus {
  background: #aad980;
}

/* line 4598, app/assets/stylesheets/porto_cusmtom.scss */
html #header .header-top.header-top-tertiary .dropdown-menu {
  background: #aad980;
  border-color: #aad980;
}

/* line 4603, app/assets/stylesheets/porto_cusmtom.scss */
html #header .header-top.header-top-tertiary .dropdown-menu a:hover,
html #header .header-top.header-top-tertiary .dropdown-menu a:focus {
  background: #b7df93 !important;
}

/* line 4608, app/assets/stylesheets/porto_cusmtom.scss */
html #header .header-top.header-top-quaternary {
  background: #0a0a0a;
  border-top-color: #000000;
}

/* line 4613, app/assets/stylesheets/porto_cusmtom.scss */
html
#header
.header-top.header-top-quaternary
.header-nav-top
ul
> li.open
> a {
  background: #171717;
}

/* line 4623, app/assets/stylesheets/porto_cusmtom.scss */
html
#header
.header-top.header-top-quaternary
.header-nav-top
ul
> li
> a:hover,
html
#header
.header-top.header-top-quaternary
.header-nav-top
ul
> li.open
> a:hover,
html
#header
.header-top.header-top-quaternary
.header-nav-top
ul
> li
> a:focus,
html
#header
.header-top.header-top-quaternary
.header-nav-top
ul
> li.open
> a:focus {
  background: #171717;
}

/* line 4654, app/assets/stylesheets/porto_cusmtom.scss */
html #header .header-top.header-top-quaternary .dropdown-menu {
  background: #171717;
  border-color: #171717;
}

/* line 4659, app/assets/stylesheets/porto_cusmtom.scss */
html #header .header-top.header-top-quaternary .dropdown-menu a:hover,
html #header .header-top.header-top-quaternary .dropdown-menu a:focus {
  background: #242424 !important;
}

/* line 4664, app/assets/stylesheets/porto_cusmtom.scss */
html #header .header-top.header-top-dark {
  background: #2e353e;
  border-top-color: #23282f;
}

/* line 4669, app/assets/stylesheets/porto_cusmtom.scss */
html #header .header-top.header-top-dark .header-nav-top ul > li.open > a {
  background: #39424d;
}

/* line 4673, app/assets/stylesheets/porto_cusmtom.scss */
html #header .header-top.header-top-dark .header-nav-top ul > li > a:hover,
html #header .header-top.header-top-dark .header-nav-top ul > li.open > a:hover,
html #header .header-top.header-top-dark .header-nav-top ul > li > a:focus,
html
#header
.header-top.header-top-dark
.header-nav-top
ul
> li.open
> a:focus {
  background: #39424d;
}

/* line 4686, app/assets/stylesheets/porto_cusmtom.scss */
html #header .header-top.header-top-dark .dropdown-menu {
  background: #39424d;
  border-color: #39424d;
}

/* line 4691, app/assets/stylesheets/porto_cusmtom.scss */
html #header .header-top.header-top-dark .dropdown-menu a:hover,
html #header .header-top.header-top-dark .dropdown-menu a:focus {
  background: #444e5b !important;
}

/* line 4696, app/assets/stylesheets/porto_cusmtom.scss */
html #header .header-top.header-top-light {
  background: #fff;
  border-top-color: #f2f2f2;
}

/* line 4701, app/assets/stylesheets/porto_cusmtom.scss */
html #header .header-top.header-top-light .header-nav-top ul > li.open > a {
  background: #ffffff;
}

/* line 4705, app/assets/stylesheets/porto_cusmtom.scss */
html #header .header-top.header-top-light .header-nav-top ul > li > a:hover,
html
#header
.header-top.header-top-light
.header-nav-top
ul
> li.open
> a:hover,
html #header .header-top.header-top-light .header-nav-top ul > li > a:focus,
html
#header
.header-top.header-top-light
.header-nav-top
ul
> li.open
> a:focus {
  background: #ffffff;
}

/* line 4724, app/assets/stylesheets/porto_cusmtom.scss */
html #header .header-top.header-top-light .dropdown-menu {
  background: #ffffff;
  border-color: #ffffff;
}

/* line 4729, app/assets/stylesheets/porto_cusmtom.scss */
html #header .header-top.header-top-light .dropdown-menu a:hover,
html #header .header-top.header-top-light .dropdown-menu a:focus {
  background: #ffffff !important;
}

@media (min-width: 992px) {
  /* line 4735, app/assets/stylesheets/porto_cusmtom.scss */
  html #header .header-nav-bar-primary {
    background: #d60011 !important;
    color: #fff !important;
  }
  /* line 4740, app/assets/stylesheets/porto_cusmtom.scss */
  html #header .header-nav-bar-secondary {
    background: #111113 !important;
    color: #fff !important;
  }
  /* line 4745, app/assets/stylesheets/porto_cusmtom.scss */
  html #header .header-nav-bar-tertiary {
    background: #9dd36c !important;
    color: #777 !important;
  }
  /* line 4750, app/assets/stylesheets/porto_cusmtom.scss */
  html #header .header-nav-bar-quaternary {
    background: #0a0a0a !important;
    color: #fff !important;
  }
  /* line 4755, app/assets/stylesheets/porto_cusmtom.scss */
  html #header .header-nav-bar-dark {
    background: #2e353e !important;
    color: #fff !important;
  }
  /* line 4760, app/assets/stylesheets/porto_cusmtom.scss */
  html #header .header-nav-bar-light {
    background: #fff !important;
    color: #777 !important;
  }
}

@media (min-width: 992px) {
  /* line 4767, app/assets/stylesheets/porto_cusmtom.scss */
  #header .header-nav-main.header-nav-main-light nav > ul > li.open > a,
#header .header-nav-main.header-nav-main-light nav > ul > li:hover > a {
    color: #d60011;
  }
  /* line 4772, app/assets/stylesheets/porto_cusmtom.scss */
  #header
.header-nav-main.header-nav-main-light
nav
> ul
> li.open
> a.dropdown-toggle:after,
#header
.header-nav-main.header-nav-main-light
nav
> ul
> li:hover
> a.dropdown-toggle:after {
    border-color: #d60011 transparent transparent transparent;
  }
  /* line 4787, app/assets/stylesheets/porto_cusmtom.scss */
  #header .header-nav-main.header-nav-main-light nav > ul > li > a.active {
    color: #d60011;
  }
  /* line 4791, app/assets/stylesheets/porto_cusmtom.scss */
  #header
.header-nav-main.header-nav-main-light
nav
> ul
> li
> a.active.dropdown-toggle:after {
    border-color: #d60011 transparent transparent transparent;
  }
}

@media (min-width: 992px) {
  /* line 4802, app/assets/stylesheets/porto_cusmtom.scss */
  html:not(.sticky-header-active)
#header.header-transparent
.header-nav-main
nav
> ul
> li
> a.active {
    color: #d60011;
  }
  /* line 4812, app/assets/stylesheets/porto_cusmtom.scss */
  html:not(.sticky-header-active)
#header.header-transparent
.header-nav-main
nav
> ul
> li
> a.active.dropdown-toggle:after {
    border-color: #d60011 transparent transparent transparent;
  }
  /* line 4822, app/assets/stylesheets/porto_cusmtom.scss */
  html
#header.header-semi-transparent
.header-nav-main
nav
> ul
> li
> a.active {
    color: #d60011;
  }
  /* line 4832, app/assets/stylesheets/porto_cusmtom.scss */
  html
#header.header-semi-transparent
.header-nav-main
nav
> ul
> li
> a.active.dropdown-toggle:after {
    border-color: #d60011 transparent transparent transparent;
  }
  /* line 4842, app/assets/stylesheets/porto_cusmtom.scss */
  html:not(.sticky-header-active)
#header.header-semi-transparent-light
.header-nav-main
nav
> ul
> li
> a.active {
    color: #d60011;
  }
  /* line 4852, app/assets/stylesheets/porto_cusmtom.scss */
  html:not(.sticky-header-active)
#header.header-semi-transparent-light
.header-nav-main
nav
> ul
> li
> a.active.dropdown-toggle:after {
    border-color: #d60011 transparent transparent transparent;
  }
}

/* line 4863, app/assets/stylesheets/porto_cusmtom.scss */
.testimonial blockquote {
  background: #f00013;
}

/* line 4867, app/assets/stylesheets/porto_cusmtom.scss */
.testimonial .testimonial-arrow-down {
  border-top-color: #f00013;
}

/* line 4871, app/assets/stylesheets/porto_cusmtom.scss */
html .testimonial-primary blockquote {
  background: #f00013;
}

/* line 4875, app/assets/stylesheets/porto_cusmtom.scss */
html .testimonial-primary .testimonial-arrow-down {
  border-top-color: #f00013;
}

/* line 4879, app/assets/stylesheets/porto_cusmtom.scss */
html .testimonial-secondary blockquote {
  background: #1d1d20;
}

/* line 4883, app/assets/stylesheets/porto_cusmtom.scss */
html .testimonial-secondary .testimonial-arrow-down {
  border-top-color: #1d1d20;
}

/* line 4887, app/assets/stylesheets/porto_cusmtom.scss */
html .testimonial-tertiary blockquote {
  background: #aad980;
}

/* line 4891, app/assets/stylesheets/porto_cusmtom.scss */
html .testimonial-tertiary .testimonial-arrow-down {
  border-top-color: #aad980;
}

/* line 4895, app/assets/stylesheets/porto_cusmtom.scss */
html .testimonial-quaternary blockquote {
  background: #171717;
}

/* line 4899, app/assets/stylesheets/porto_cusmtom.scss */
html .testimonial-quaternary .testimonial-arrow-down {
  border-top-color: #171717;
}

/* line 4903, app/assets/stylesheets/porto_cusmtom.scss */
html .testimonial-dark blockquote {
  background: #39424d;
}

/* line 4907, app/assets/stylesheets/porto_cusmtom.scss */
html .testimonial-dark .testimonial-arrow-down {
  border-top-color: #39424d;
}

/* line 4911, app/assets/stylesheets/porto_cusmtom.scss */
html .testimonial-light blockquote {
  background: #ffffff;
}

/* line 4915, app/assets/stylesheets/porto_cusmtom.scss */
html .testimonial-light .testimonial-arrow-down {
  border-top-color: #ffffff;
}

/* line 4919, app/assets/stylesheets/porto_cusmtom.scss */
.circular-bar.only-icon .fa,
.circular-bar.only-icon .icons {
  color: #d60011;
}

/* line 4924, app/assets/stylesheets/porto_cusmtom.scss */
html .counters .counter-primary .fa,
html .counters .counter-primary .icons,
html .counters .counter-primary strong {
  color: #d60011;
}

/* line 4930, app/assets/stylesheets/porto_cusmtom.scss */
html .counters .counter-secondary .fa,
html .counters .counter-secondary .icons,
html .counters .counter-secondary strong {
  color: #111113;
}

/* line 4936, app/assets/stylesheets/porto_cusmtom.scss */
html .counters .counter-tertiary .fa,
html .counters .counter-tertiary .icons,
html .counters .counter-tertiary strong {
  color: #9dd36c;
}

/* line 4942, app/assets/stylesheets/porto_cusmtom.scss */
html .counters .counter-quaternary .fa,
html .counters .counter-quaternary .icons,
html .counters .counter-quaternary strong {
  color: #0a0a0a;
}

/* line 4948, app/assets/stylesheets/porto_cusmtom.scss */
html .counters .counter-dark .fa,
html .counters .counter-dark .icons,
html .counters .counter-dark strong {
  color: #2e353e;
}

/* line 4954, app/assets/stylesheets/porto_cusmtom.scss */
html .counters .counter-light .fa,
html .counters .counter-light .icons,
html .counters .counter-light strong {
  color: #fff;
}

/* line 4960, app/assets/stylesheets/porto_cusmtom.scss */
.icon-featured {
  background-color: #d60011;
}

/* line 4964, app/assets/stylesheets/porto_cusmtom.scss */
.featured-box-primary .icon-featured {
  background-color: #d60011;
}

/* line 4968, app/assets/stylesheets/porto_cusmtom.scss */
.featured-box-primary .icon-featured:after {
  border-color: #d60011;
}

/* line 4972, app/assets/stylesheets/porto_cusmtom.scss */
.featured-box-primary h4 {
  color: #d60011;
}

/* line 4976, app/assets/stylesheets/porto_cusmtom.scss */
.featured-box-primary .box-content {
  border-top-color: #d60011;
}

/* line 4980, app/assets/stylesheets/porto_cusmtom.scss */
html .featured-box-primary .icon-featured {
  background-color: #d60011;
}

/* line 4984, app/assets/stylesheets/porto_cusmtom.scss */
html .featured-box-primary h4 {
  color: #d60011;
}

/* line 4988, app/assets/stylesheets/porto_cusmtom.scss */
html .featured-box-primary .box-content {
  border-top-color: #d60011;
}

/* line 4992, app/assets/stylesheets/porto_cusmtom.scss */
html .featured-box-secondary .icon-featured {
  background-color: #111113;
}

/* line 4996, app/assets/stylesheets/porto_cusmtom.scss */
html .featured-box-secondary h4 {
  color: #111113;
}

/* line 5000, app/assets/stylesheets/porto_cusmtom.scss */
html .featured-box-secondary .box-content {
  border-top-color: #111113;
}

/* line 5004, app/assets/stylesheets/porto_cusmtom.scss */
html .featured-box-tertiary .icon-featured {
  background-color: #9dd36c;
}

/* line 5008, app/assets/stylesheets/porto_cusmtom.scss */
html .featured-box-tertiary h4 {
  color: #9dd36c;
}

/* line 5012, app/assets/stylesheets/porto_cusmtom.scss */
html .featured-box-tertiary .box-content {
  border-top-color: #9dd36c;
}

/* line 5016, app/assets/stylesheets/porto_cusmtom.scss */
html .featured-box-quaternary .icon-featured {
  background-color: #0a0a0a;
}

/* line 5020, app/assets/stylesheets/porto_cusmtom.scss */
html .featured-box-quaternary h4 {
  color: #0a0a0a;
}

/* line 5024, app/assets/stylesheets/porto_cusmtom.scss */
html .featured-box-quaternary .box-content {
  border-top-color: #0a0a0a;
}

/* line 5028, app/assets/stylesheets/porto_cusmtom.scss */
html .featured-box-dark .icon-featured {
  background-color: #2e353e;
}

/* line 5032, app/assets/stylesheets/porto_cusmtom.scss */
html .featured-box-dark h4 {
  color: #2e353e;
}

/* line 5036, app/assets/stylesheets/porto_cusmtom.scss */
html .featured-box-dark .box-content {
  border-top-color: #2e353e;
}

/* line 5040, app/assets/stylesheets/porto_cusmtom.scss */
html .featured-box-light .icon-featured {
  background-color: #fff;
}

/* line 5044, app/assets/stylesheets/porto_cusmtom.scss */
html .featured-box-light h4 {
  color: #fff;
}

/* line 5048, app/assets/stylesheets/porto_cusmtom.scss */
html .featured-box-light .box-content {
  border-top-color: #fff;
}

/* line 5052, app/assets/stylesheets/porto_cusmtom.scss */
html .featured-boxes-style-3 .featured-box.featured-box-primary .icon-featured {
  border-color: #d60011;
  color: #d60011;
}

/* line 5057, app/assets/stylesheets/porto_cusmtom.scss */
html
.featured-boxes-style-3
.featured-box.featured-box-secondary
.icon-featured {
  border-color: #111113;
  color: #111113;
}

/* line 5065, app/assets/stylesheets/porto_cusmtom.scss */
html
.featured-boxes-style-3
.featured-box.featured-box-tertiary
.icon-featured {
  border-color: #9dd36c;
  color: #9dd36c;
}

/* line 5073, app/assets/stylesheets/porto_cusmtom.scss */
html
.featured-boxes-style-3
.featured-box.featured-box-quaternary
.icon-featured {
  border-color: #0a0a0a;
  color: #0a0a0a;
}

/* line 5081, app/assets/stylesheets/porto_cusmtom.scss */
html .featured-boxes-style-3 .featured-box.featured-box-dark .icon-featured {
  border-color: #2e353e;
  color: #2e353e;
}

/* line 5086, app/assets/stylesheets/porto_cusmtom.scss */
html .featured-boxes-style-3 .featured-box.featured-box-light .icon-featured {
  border-color: #fff;
  color: #fff;
}

/* line 5091, app/assets/stylesheets/porto_cusmtom.scss */
html .featured-boxes-style-4 .featured-box.featured-box-primary .icon-featured {
  border-color: #d60011;
  color: #d60011;
}

/* line 5096, app/assets/stylesheets/porto_cusmtom.scss */
html
.featured-boxes-style-4
.featured-box.featured-box-secondary
.icon-featured {
  border-color: #111113;
  color: #111113;
}

/* line 5104, app/assets/stylesheets/porto_cusmtom.scss */
html
.featured-boxes-style-4
.featured-box.featured-box-tertiary
.icon-featured {
  border-color: #9dd36c;
  color: #9dd36c;
}

/* line 5112, app/assets/stylesheets/porto_cusmtom.scss */
html
.featured-boxes-style-4
.featured-box.featured-box-quaternary
.icon-featured {
  border-color: #0a0a0a;
  color: #0a0a0a;
}

/* line 5120, app/assets/stylesheets/porto_cusmtom.scss */
html .featured-boxes-style-4 .featured-box.featured-box-dark .icon-featured {
  border-color: #2e353e;
  color: #2e353e;
}

/* line 5125, app/assets/stylesheets/porto_cusmtom.scss */
html .featured-boxes-style-4 .featured-box.featured-box-light .icon-featured {
  border-color: #fff;
  color: #fff;
}

/* line 5130, app/assets/stylesheets/porto_cusmtom.scss */
html .featured-boxes-style-5 .featured-box.featured-box-primary .icon-featured {
  color: #d60011;
}

/* line 5134, app/assets/stylesheets/porto_cusmtom.scss */
html
.featured-boxes-style-5
.featured-box.featured-box-secondary
.icon-featured {
  color: #111113;
}

/* line 5141, app/assets/stylesheets/porto_cusmtom.scss */
html
.featured-boxes-style-5
.featured-box.featured-box-tertiary
.icon-featured {
  color: #9dd36c;
}

/* line 5148, app/assets/stylesheets/porto_cusmtom.scss */
html
.featured-boxes-style-5
.featured-box.featured-box-quaternary
.icon-featured {
  color: #0a0a0a;
}

/* line 5155, app/assets/stylesheets/porto_cusmtom.scss */
html .featured-boxes-style-5 .featured-box.featured-box-dark .icon-featured {
  color: #2e353e;
}

/* line 5159, app/assets/stylesheets/porto_cusmtom.scss */
html .featured-boxes-style-5 .featured-box.featured-box-light .icon-featured {
  color: #fff;
}

/* line 5163, app/assets/stylesheets/porto_cusmtom.scss */
html .featured-boxes-style-6 .featured-box.featured-box-primary .icon-featured {
  color: #d60011;
}

/* line 5167, app/assets/stylesheets/porto_cusmtom.scss */
html
.featured-boxes-style-6
.featured-box.featured-box-secondary
.icon-featured {
  color: #111113;
}

/* line 5174, app/assets/stylesheets/porto_cusmtom.scss */
html
.featured-boxes-style-6
.featured-box.featured-box-tertiary
.icon-featured {
  color: #9dd36c;
}

/* line 5181, app/assets/stylesheets/porto_cusmtom.scss */
html
.featured-boxes-style-6
.featured-box.featured-box-quaternary
.icon-featured {
  color: #0a0a0a;
}

/* line 5188, app/assets/stylesheets/porto_cusmtom.scss */
html .featured-boxes-style-6 .featured-box.featured-box-dark .icon-featured {
  color: #2e353e;
}

/* line 5192, app/assets/stylesheets/porto_cusmtom.scss */
html .featured-boxes-style-6 .featured-box.featured-box-light .icon-featured {
  color: #fff;
}

/* line 5196, app/assets/stylesheets/porto_cusmtom.scss */
html .featured-boxes-style-8 .featured-box.featured-box-primary .icon-featured {
  color: #d60011;
}

/* line 5200, app/assets/stylesheets/porto_cusmtom.scss */
html
.featured-boxes-style-8
.featured-box.featured-box-secondary
.icon-featured {
  color: #111113;
}

/* line 5207, app/assets/stylesheets/porto_cusmtom.scss */
html
.featured-boxes-style-8
.featured-box.featured-box-tertiary
.icon-featured {
  color: #9dd36c;
}

/* line 5214, app/assets/stylesheets/porto_cusmtom.scss */
html
.featured-boxes-style-8
.featured-box.featured-box-quaternary
.icon-featured {
  color: #0a0a0a;
}

/* line 5221, app/assets/stylesheets/porto_cusmtom.scss */
html .featured-boxes-style-8 .featured-box.featured-box-dark .icon-featured {
  color: #2e353e;
}

/* line 5225, app/assets/stylesheets/porto_cusmtom.scss */
html .featured-boxes-style-8 .featured-box.featured-box-light .icon-featured {
  color: #fff;
}

/* line 5229, app/assets/stylesheets/porto_cusmtom.scss */
html .featured-box-effect-2.featured-box-primary .icon-featured:after {
  box-shadow: 0 0 0 3px #d60011;
}

/* line 5233, app/assets/stylesheets/porto_cusmtom.scss */
html .featured-box-effect-2.featured-box-secondary .icon-featured:after {
  box-shadow: 0 0 0 3px #111113;
}

/* line 5237, app/assets/stylesheets/porto_cusmtom.scss */
html .featured-box-effect-2.featured-box-tertiary .icon-featured:after {
  box-shadow: 0 0 0 3px #9dd36c;
}

/* line 5241, app/assets/stylesheets/porto_cusmtom.scss */
html .featured-box-effect-2.featured-box-quaternary .icon-featured:after {
  box-shadow: 0 0 0 3px #0a0a0a;
}

/* line 5245, app/assets/stylesheets/porto_cusmtom.scss */
html .featured-box-effect-2.featured-box-dark .icon-featured:after {
  box-shadow: 0 0 0 3px #2e353e;
}

/* line 5249, app/assets/stylesheets/porto_cusmtom.scss */
html .featured-box-effect-2.featured-box-light .icon-featured:after {
  box-shadow: 0 0 0 3px #fff;
}

/* line 5253, app/assets/stylesheets/porto_cusmtom.scss */
html .featured-box-effect-3.featured-box-primary .icon-featured:after {
  box-shadow: 0 0 0 10px #d60011;
}

/* line 5257, app/assets/stylesheets/porto_cusmtom.scss */
html .featured-box-effect-3.featured-box-primary:hover .icon-featured {
  background: #d60011 !important;
}

/* line 5261, app/assets/stylesheets/porto_cusmtom.scss */
html .featured-box-effect-3.featured-box-secondary .icon-featured:after {
  box-shadow: 0 0 0 10px #111113;
}

/* line 5265, app/assets/stylesheets/porto_cusmtom.scss */
html .featured-box-effect-3.featured-box-secondary:hover .icon-featured {
  background: #111113 !important;
}

/* line 5269, app/assets/stylesheets/porto_cusmtom.scss */
html .featured-box-effect-3.featured-box-tertiary .icon-featured:after {
  box-shadow: 0 0 0 10px #9dd36c;
}

/* line 5273, app/assets/stylesheets/porto_cusmtom.scss */
html .featured-box-effect-3.featured-box-tertiary:hover .icon-featured {
  background: #9dd36c !important;
}

/* line 5277, app/assets/stylesheets/porto_cusmtom.scss */
html .featured-box-effect-3.featured-box-quaternary .icon-featured:after {
  box-shadow: 0 0 0 10px #0a0a0a;
}

/* line 5281, app/assets/stylesheets/porto_cusmtom.scss */
html .featured-box-effect-3.featured-box-quaternary:hover .icon-featured {
  background: #0a0a0a !important;
}

/* line 5285, app/assets/stylesheets/porto_cusmtom.scss */
html .featured-box-effect-3.featured-box-dark .icon-featured:after {
  box-shadow: 0 0 0 10px #2e353e;
}

/* line 5289, app/assets/stylesheets/porto_cusmtom.scss */
html .featured-box-effect-3.featured-box-dark:hover .icon-featured {
  background: #2e353e !important;
}

/* line 5293, app/assets/stylesheets/porto_cusmtom.scss */
html .featured-box-effect-3.featured-box-light .icon-featured:after {
  box-shadow: 0 0 0 10px #fff;
}

/* line 5297, app/assets/stylesheets/porto_cusmtom.scss */
html .featured-box-effect-3.featured-box-light:hover .icon-featured {
  background: #fff !important;
}

/* line 5301, app/assets/stylesheets/porto_cusmtom.scss */
.feature-box .feature-box-icon {
  background-color: #d60011;
}

/* line 5305, app/assets/stylesheets/porto_cusmtom.scss */
html .feature-box-primary .feature-box-icon {
  background-color: #d60011;
}

/* line 5309, app/assets/stylesheets/porto_cusmtom.scss */
html .feature-box-secondary .feature-box-icon {
  background-color: #111113;
}

/* line 5313, app/assets/stylesheets/porto_cusmtom.scss */
html .feature-box-tertiary .feature-box-icon {
  background-color: #9dd36c;
}

/* line 5317, app/assets/stylesheets/porto_cusmtom.scss */
html .feature-box-quaternary .feature-box-icon {
  background-color: #0a0a0a;
}

/* line 5321, app/assets/stylesheets/porto_cusmtom.scss */
html .feature-box-dark .feature-box-icon {
  background-color: #2e353e;
}

/* line 5325, app/assets/stylesheets/porto_cusmtom.scss */
html .feature-box-light .feature-box-icon {
  background-color: #fff;
}

/* line 5329, app/assets/stylesheets/porto_cusmtom.scss */
.feature-box.feature-box-style-2 .feature-box-icon i.fa,
.feature-box.feature-box-style-2 .feature-box-icon .icons {
  color: #d60011;
}

/* line 5334, app/assets/stylesheets/porto_cusmtom.scss */
html .feature-box-primary.feature-box-style-2 .feature-box-icon i.fa,
html .feature-box-primary.feature-box-style-2 .feature-box-icon .icons {
  color: #d60011;
}

/* line 5339, app/assets/stylesheets/porto_cusmtom.scss */
html .feature-box-secondary.feature-box-style-2 .feature-box-icon i.fa,
html .feature-box-secondary.feature-box-style-2 .feature-box-icon .icons {
  color: #111113;
}

/* line 5344, app/assets/stylesheets/porto_cusmtom.scss */
html .feature-box-tertiary.feature-box-style-2 .feature-box-icon i.fa,
html .feature-box-tertiary.feature-box-style-2 .feature-box-icon .icons {
  color: #9dd36c;
}

/* line 5349, app/assets/stylesheets/porto_cusmtom.scss */
html .feature-box-quaternary.feature-box-style-2 .feature-box-icon i.fa,
html .feature-box-quaternary.feature-box-style-2 .feature-box-icon .icons {
  color: #0a0a0a;
}

/* line 5354, app/assets/stylesheets/porto_cusmtom.scss */
html .feature-box-dark.feature-box-style-2 .feature-box-icon i.fa,
html .feature-box-dark.feature-box-style-2 .feature-box-icon .icons {
  color: #2e353e;
}

/* line 5359, app/assets/stylesheets/porto_cusmtom.scss */
html .feature-box-light.feature-box-style-2 .feature-box-icon i.fa,
html .feature-box-light.feature-box-style-2 .feature-box-icon .icons {
  color: #fff;
}

/* line 5364, app/assets/stylesheets/porto_cusmtom.scss */
.feature-box.feature-box-style-3 .feature-box-icon {
  border-color: #d60011;
}

/* line 5368, app/assets/stylesheets/porto_cusmtom.scss */
.feature-box.feature-box-style-3 .feature-box-icon i.fa,
.feature-box.feature-box-style-3 .feature-box-icon .icons {
  color: #d60011;
}

/* line 5373, app/assets/stylesheets/porto_cusmtom.scss */
html .feature-box-primary.feature-box-style-3 .feature-box-icon {
  border-color: #d60011;
}

/* line 5377, app/assets/stylesheets/porto_cusmtom.scss */
html .feature-box-primary.feature-box-style-3 .feature-box-icon i.fa,
html .feature-box-primary.feature-box-style-3 .feature-box-icon .icons {
  color: #d60011;
}

/* line 5382, app/assets/stylesheets/porto_cusmtom.scss */
html .feature-box-secondary.feature-box-style-3 .feature-box-icon {
  border-color: #111113;
}

/* line 5386, app/assets/stylesheets/porto_cusmtom.scss */
html .feature-box-secondary.feature-box-style-3 .feature-box-icon i.fa,
html .feature-box-secondary.feature-box-style-3 .feature-box-icon .icons {
  color: #111113;
}

/* line 5391, app/assets/stylesheets/porto_cusmtom.scss */
html .feature-box-tertiary.feature-box-style-3 .feature-box-icon {
  border-color: #9dd36c;
}

/* line 5395, app/assets/stylesheets/porto_cusmtom.scss */
html .feature-box-tertiary.feature-box-style-3 .feature-box-icon i.fa,
html .feature-box-tertiary.feature-box-style-3 .feature-box-icon .icons {
  color: #9dd36c;
}

/* line 5400, app/assets/stylesheets/porto_cusmtom.scss */
html .feature-box-quaternary.feature-box-style-3 .feature-box-icon {
  border-color: #0a0a0a;
}

/* line 5404, app/assets/stylesheets/porto_cusmtom.scss */
html .feature-box-quaternary.feature-box-style-3 .feature-box-icon i.fa,
html .feature-box-quaternary.feature-box-style-3 .feature-box-icon .icons {
  color: #0a0a0a;
}

/* line 5409, app/assets/stylesheets/porto_cusmtom.scss */
html .feature-box-dark.feature-box-style-3 .feature-box-icon {
  border-color: #2e353e;
}

/* line 5413, app/assets/stylesheets/porto_cusmtom.scss */
html .feature-box-dark.feature-box-style-3 .feature-box-icon i.fa,
html .feature-box-dark.feature-box-style-3 .feature-box-icon .icons {
  color: #2e353e;
}

/* line 5418, app/assets/stylesheets/porto_cusmtom.scss */
html .feature-box-light.feature-box-style-3 .feature-box-icon {
  border-color: #fff;
}

/* line 5422, app/assets/stylesheets/porto_cusmtom.scss */
html .feature-box-light.feature-box-style-3 .feature-box-icon i.fa,
html .feature-box-light.feature-box-style-3 .feature-box-icon .icons {
  color: #fff;
}

/* line 5427, app/assets/stylesheets/porto_cusmtom.scss */
.feature-box.feature-box-style-4 .feature-box-icon i.fa,
.feature-box.feature-box-style-4 .feature-box-icon .icons {
  color: #d60011;
}

/* line 5432, app/assets/stylesheets/porto_cusmtom.scss */
html .feature-box-primary.feature-box-style-4 .feature-box-icon i.fa,
html .feature-box-primary.feature-box-style-4 .feature-box-icon .icons {
  color: #d60011;
}

/* line 5437, app/assets/stylesheets/porto_cusmtom.scss */
html .feature-box-secondary.feature-box-style-4 .feature-box-icon i.fa,
html .feature-box-secondary.feature-box-style-4 .feature-box-icon .icons {
  color: #111113;
}

/* line 5442, app/assets/stylesheets/porto_cusmtom.scss */
html .feature-box-tertiary.feature-box-style-4 .feature-box-icon i.fa,
html .feature-box-tertiary.feature-box-style-4 .feature-box-icon .icons {
  color: #9dd36c;
}

/* line 5447, app/assets/stylesheets/porto_cusmtom.scss */
html .feature-box-quaternary.feature-box-style-4 .feature-box-icon i.fa,
html .feature-box-quaternary.feature-box-style-4 .feature-box-icon .icons {
  color: #0a0a0a;
}

/* line 5452, app/assets/stylesheets/porto_cusmtom.scss */
html .feature-box-dark.feature-box-style-4 .feature-box-icon i.fa,
html .feature-box-dark.feature-box-style-4 .feature-box-icon .icons {
  color: #2e353e;
}

/* line 5457, app/assets/stylesheets/porto_cusmtom.scss */
html .feature-box-light.feature-box-style-4 .feature-box-icon i.fa,
html .feature-box-light.feature-box-style-4 .feature-box-icon .icons {
  color: #fff;
}

/* line 5462, app/assets/stylesheets/porto_cusmtom.scss */
.feature-box.feature-box-style-5 .feature-box-icon i.fa,
.feature-box.feature-box-style-5 .feature-box-icon i.icons {
  color: #d60011;
}

/* line 5467, app/assets/stylesheets/porto_cusmtom.scss */
html .feature-box-primary.feature-box-style-5 .feature-box-icon i.fa,
html .feature-box-primary.feature-box-style-5 .feature-box-icon i.icons {
  color: #d60011;
}

/* line 5472, app/assets/stylesheets/porto_cusmtom.scss */
html .feature-box-secondary.feature-box-style-5 .feature-box-icon i.fa,
html .feature-box-secondary.feature-box-style-5 .feature-box-icon i.icons {
  color: #111113;
}

/* line 5477, app/assets/stylesheets/porto_cusmtom.scss */
html .feature-box-tertiary.feature-box-style-5 .feature-box-icon i.fa,
html .feature-box-tertiary.feature-box-style-5 .feature-box-icon i.icons {
  color: #9dd36c;
}

/* line 5482, app/assets/stylesheets/porto_cusmtom.scss */
html .feature-box-quaternary.feature-box-style-5 .feature-box-icon i.fa,
html .feature-box-quaternary.feature-box-style-5 .feature-box-icon i.icons {
  color: #0a0a0a;
}

/* line 5487, app/assets/stylesheets/porto_cusmtom.scss */
html .feature-box-dark.feature-box-style-5 .feature-box-icon i.fa,
html .feature-box-dark.feature-box-style-5 .feature-box-icon i.icons {
  color: #2e353e;
}

/* line 5492, app/assets/stylesheets/porto_cusmtom.scss */
html .feature-box-light.feature-box-style-5 .feature-box-icon i.fa,
html .feature-box-light.feature-box-style-5 .feature-box-icon i.icons {
  color: #fff;
}

/* line 5497, app/assets/stylesheets/porto_cusmtom.scss */
html .feature-box-primary.feature-box-style-6 .feature-box-icon i.fa,
html .feature-box-primary.feature-box-style-6 .feature-box-icon i.icons {
  color: #d60011;
}

/* line 5502, app/assets/stylesheets/porto_cusmtom.scss */
html .feature-box-secondary.feature-box-style-6 .feature-box-icon i.fa,
html .feature-box-secondary.feature-box-style-6 .feature-box-icon i.icons {
  color: #111113;
}

/* line 5507, app/assets/stylesheets/porto_cusmtom.scss */
html .feature-box-tertiary.feature-box-style-6 .feature-box-icon i.fa,
html .feature-box-tertiary.feature-box-style-6 .feature-box-icon i.icons {
  color: #9dd36c;
}

/* line 5512, app/assets/stylesheets/porto_cusmtom.scss */
html .feature-box-quaternary.feature-box-style-6 .feature-box-icon i.fa,
html .feature-box-quaternary.feature-box-style-6 .feature-box-icon i.icons {
  color: #0a0a0a;
}

/* line 5517, app/assets/stylesheets/porto_cusmtom.scss */
html .feature-box-dark.feature-box-style-6 .feature-box-icon i.fa,
html .feature-box-dark.feature-box-style-6 .feature-box-icon i.icons {
  color: #2e353e;
}

/* line 5522, app/assets/stylesheets/porto_cusmtom.scss */
html .feature-box-light.feature-box-style-6 .feature-box-icon i.fa,
html .feature-box-light.feature-box-style-6 .feature-box-icon i.icons {
  color: #fff;
}

/* line 5527, app/assets/stylesheets/porto_cusmtom.scss */
html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(1) {
  background-color: #a3000d;
}

/* line 5531, app/assets/stylesheets/porto_cusmtom.scss */
html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(2) {
  background-color: #bd000f;
}

/* line 5535, app/assets/stylesheets/porto_cusmtom.scss */
html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(3) {
  background-color: #d60011;
}

/* line 5539, app/assets/stylesheets/porto_cusmtom.scss */
html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(4) {
  background-color: #f00013;
}

/* line 5543, app/assets/stylesheets/porto_cusmtom.scss */
html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(5) {
  background-color: #ff0a1d;
}

/* line 5547, app/assets/stylesheets/porto_cusmtom.scss */
html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(6) {
  background-color: #ff2335;
}

/* line 5551, app/assets/stylesheets/porto_cusmtom.scss */
html .featured-boxes-full .featured-box-full-primary {
  background-color: #d60011;
  color: #fff;
}

/* line 5556, app/assets/stylesheets/porto_cusmtom.scss */
html .featured-boxes-full .featured-box-full-secondary {
  background-color: #111113;
  color: #fff;
}

/* line 5561, app/assets/stylesheets/porto_cusmtom.scss */
html .featured-boxes-full .featured-box-full-tertiary {
  background-color: #9dd36c;
  color: #777;
}

/* line 5566, app/assets/stylesheets/porto_cusmtom.scss */
html .featured-boxes-full .featured-box-full-quaternary {
  background-color: #0a0a0a;
  color: #fff;
}

/* line 5571, app/assets/stylesheets/porto_cusmtom.scss */
html .featured-boxes-full .featured-box-full-dark {
  background-color: #2e353e;
  color: #fff;
}

/* line 5576, app/assets/stylesheets/porto_cusmtom.scss */
html .featured-boxes-full .featured-box-full-light {
  background-color: #fff;
  color: #777;
}

/* line 5581, app/assets/stylesheets/porto_cusmtom.scss */
.pricing-table .most-popular {
  border-color: #d60011;
}

/* line 5585, app/assets/stylesheets/porto_cusmtom.scss */
.pricing-table .most-popular h3 {
  background-color: #d60011;
}

/* line 5589, app/assets/stylesheets/porto_cusmtom.scss */
.pricing-table.princig-table-flat .plan h3 {
  background-color: #d60011;
}

/* line 5593, app/assets/stylesheets/porto_cusmtom.scss */
.pricing-table.princig-table-flat .plan h3 span {
  background: #d60011;
}

/* line 5597, app/assets/stylesheets/porto_cusmtom.scss */
html .call-to-action.featured.featured-primary {
  border-top-color: #d60011;
}

/* line 5601, app/assets/stylesheets/porto_cusmtom.scss */
html .call-to-action.call-to-action-primary {
  background: #d60011;
}

/* line 5605, app/assets/stylesheets/porto_cusmtom.scss */
html .call-to-action.with-full-borders-primary {
  border-color: #d60011;
}

/* line 5609, app/assets/stylesheets/porto_cusmtom.scss */
html .call-to-action.call-to-action-primary {
  background: #d60011;
}

/* line 5613, app/assets/stylesheets/porto_cusmtom.scss */
html .call-to-action.call-to-action-primary h3,
html .call-to-action.call-to-action-primary p {
  color: #fff;
}

/* line 5618, app/assets/stylesheets/porto_cusmtom.scss */
html .call-to-action.featured.featured-secondary {
  border-top-color: #111113;
}

/* line 5622, app/assets/stylesheets/porto_cusmtom.scss */
html .call-to-action.call-to-action-secondary {
  background: #111113;
}

/* line 5626, app/assets/stylesheets/porto_cusmtom.scss */
html .call-to-action.with-full-borders-secondary {
  border-color: #111113;
}

/* line 5630, app/assets/stylesheets/porto_cusmtom.scss */
html .call-to-action.call-to-action-secondary {
  background: #111113;
}

/* line 5634, app/assets/stylesheets/porto_cusmtom.scss */
html .call-to-action.call-to-action-secondary h3,
html .call-to-action.call-to-action-secondary p {
  color: #fff;
}

/* line 5639, app/assets/stylesheets/porto_cusmtom.scss */
html .call-to-action.featured.featured-tertiary {
  border-top-color: #9dd36c;
}

/* line 5643, app/assets/stylesheets/porto_cusmtom.scss */
html .call-to-action.call-to-action-tertiary {
  background: #9dd36c;
}

/* line 5647, app/assets/stylesheets/porto_cusmtom.scss */
html .call-to-action.with-full-borders-tertiary {
  border-color: #9dd36c;
}

/* line 5651, app/assets/stylesheets/porto_cusmtom.scss */
html .call-to-action.call-to-action-tertiary {
  background: #9dd36c;
}

/* line 5655, app/assets/stylesheets/porto_cusmtom.scss */
html .call-to-action.call-to-action-tertiary h3,
html .call-to-action.call-to-action-tertiary p {
  color: #777;
}

/* line 5660, app/assets/stylesheets/porto_cusmtom.scss */
html .call-to-action.featured.featured-quaternary {
  border-top-color: #0a0a0a;
}

/* line 5664, app/assets/stylesheets/porto_cusmtom.scss */
html .call-to-action.call-to-action-quaternary {
  background: #0a0a0a;
}

/* line 5668, app/assets/stylesheets/porto_cusmtom.scss */
html .call-to-action.with-full-borders-quaternary {
  border-color: #0a0a0a;
}

/* line 5672, app/assets/stylesheets/porto_cusmtom.scss */
html .call-to-action.call-to-action-quaternary {
  background: #0a0a0a;
}

/* line 5676, app/assets/stylesheets/porto_cusmtom.scss */
html .call-to-action.call-to-action-quaternary h3,
html .call-to-action.call-to-action-quaternary p {
  color: #fff;
}

/* line 5681, app/assets/stylesheets/porto_cusmtom.scss */
html .call-to-action.featured.featured-dark {
  border-top-color: #2e353e;
}

/* line 5685, app/assets/stylesheets/porto_cusmtom.scss */
html .call-to-action.call-to-action-dark {
  background: #2e353e;
}

/* line 5689, app/assets/stylesheets/porto_cusmtom.scss */
html .call-to-action.with-full-borders-dark {
  border-color: #2e353e;
}

/* line 5693, app/assets/stylesheets/porto_cusmtom.scss */
html .call-to-action.call-to-action-dark {
  background: #2e353e;
}

/* line 5697, app/assets/stylesheets/porto_cusmtom.scss */
html .call-to-action.call-to-action-dark h3,
html .call-to-action.call-to-action-dark p {
  color: #fff;
}

/* line 5702, app/assets/stylesheets/porto_cusmtom.scss */
html .call-to-action.featured.featured-light {
  border-top-color: #fff;
}

/* line 5706, app/assets/stylesheets/porto_cusmtom.scss */
html .call-to-action.call-to-action-light {
  background: #fff;
}

/* line 5710, app/assets/stylesheets/porto_cusmtom.scss */
html .call-to-action.with-full-borders-light {
  border-color: #fff;
}

/* line 5714, app/assets/stylesheets/porto_cusmtom.scss */
html .call-to-action.call-to-action-light {
  background: #fff;
}

/* line 5718, app/assets/stylesheets/porto_cusmtom.scss */
html .call-to-action.call-to-action-light h3,
html .call-to-action.call-to-action-light p {
  color: #777;
}

/* line 5723, app/assets/stylesheets/porto_cusmtom.scss */
section.timeline .timeline-box.left:before,
section.timeline .timeline-box.right:before {
  background: #d60011;
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #d60011;
}

/* line 5729, app/assets/stylesheets/porto_cusmtom.scss */
ul.history li .featured-box .box-content {
  border-top-color: #d60011;
}

/* line 5733, app/assets/stylesheets/porto_cusmtom.scss */
.recent-posts .date .month,
article.post .post-date .month {
  background-color: #d60011;
}

/* line 5738, app/assets/stylesheets/porto_cusmtom.scss */
.recent-posts .date .day,
article.post .post-date .day {
  color: #d60011;
}

/* line 5743, app/assets/stylesheets/porto_cusmtom.scss */
.slider .tp-bannertimer {
  background-color: #d60011;
}

/* line 5747, app/assets/stylesheets/porto_cusmtom.scss */
.home-concept strong {
  color: #d60011;
}

/* line 5751, app/assets/stylesheets/porto_cusmtom.scss */
html .home-intro-primary {
  background: #d60011;
}

/* line 5755, app/assets/stylesheets/porto_cusmtom.scss */
html .home-intro-secondary {
  background: #111113;
}

/* line 5759, app/assets/stylesheets/porto_cusmtom.scss */
html .home-intro-tertiary {
  background: #9dd36c;
}

/* line 5763, app/assets/stylesheets/porto_cusmtom.scss */
html .home-intro-quaternary {
  background: #0a0a0a;
}

/* line 5767, app/assets/stylesheets/porto_cusmtom.scss */
html .home-intro-dark {
  background: #2e353e;
}

/* line 5771, app/assets/stylesheets/porto_cusmtom.scss */
html .home-intro-light {
  background: #fff;
}

/* line 5775, app/assets/stylesheets/porto_cusmtom.scss */
.home-intro p em {
  color: #ff0a1d;
}

/* line 5779, app/assets/stylesheets/porto_cusmtom.scss */
html .slider-container .tp-caption-overlay-primary {
  background: #d60011;
}

/* line 5783, app/assets/stylesheets/porto_cusmtom.scss */
html .slider-container .tp-caption-overlay-opacity-primary {
  background: rgba(214, 0, 17, 0.4);
}

/* line 5787, app/assets/stylesheets/porto_cusmtom.scss */
html .slider-container .tp-caption-overlay-secondary {
  background: #111113;
}

/* line 5791, app/assets/stylesheets/porto_cusmtom.scss */
html .slider-container .tp-caption-overlay-opacity-secondary {
  background: rgba(17, 17, 19, 0.4);
}

/* line 5795, app/assets/stylesheets/porto_cusmtom.scss */
html .slider-container .tp-caption-overlay-tertiary {
  background: #9dd36c;
}

/* line 5799, app/assets/stylesheets/porto_cusmtom.scss */
html .slider-container .tp-caption-overlay-opacity-tertiary {
  background: rgba(157, 211, 108, 0.4);
}

/* line 5803, app/assets/stylesheets/porto_cusmtom.scss */
html .slider-container .tp-caption-overlay-quaternary {
  background: #0a0a0a;
}

/* line 5807, app/assets/stylesheets/porto_cusmtom.scss */
html .slider-container .tp-caption-overlay-opacity-quaternary {
  background: rgba(10, 10, 10, 0.4);
}

/* line 5811, app/assets/stylesheets/porto_cusmtom.scss */
html .slider-container .tp-caption-overlay-dark {
  background: #2e353e;
}

/* line 5815, app/assets/stylesheets/porto_cusmtom.scss */
html .slider-container .tp-caption-overlay-opacity-dark {
  background: rgba(46, 53, 62, 0.4);
}

/* line 5819, app/assets/stylesheets/porto_cusmtom.scss */
html .slider-container .tp-caption-overlay-light {
  background: #fff;
}

/* line 5823, app/assets/stylesheets/porto_cusmtom.scss */
html .slider-container .tp-caption-overlay-opacity-light {
  background: rgba(255, 255, 255, 0.4);
}

/* Arrows */
/* line 5827, app/assets/stylesheets/porto_cusmtom.scss */
.tparrows.tparrows-carousel.tp-leftarrow,
.tparrows.tparrows-carousel.tp-rightarrow {
  background-color: #d60011;
  border-color: #d60011 #d60011 #a3000d;
  color: #fff;
}

/* line 5834, app/assets/stylesheets/porto_cusmtom.scss */
.tparrows.tparrows-carousel.tp-leftarrow:hover,
.tparrows.tparrows-carousel.tp-rightarrow:hover,
.tparrows.tparrows-carousel.tp-leftarrow.hover,
.tparrows.tparrows-carousel.tp-rightarrow.hover {
  background-color: #fc0014;
  border-color: #ff0a1d #ff0a1d #d60011;
  color: #fff;
}

/* line 5843, app/assets/stylesheets/porto_cusmtom.scss */
.tparrows.tparrows-carousel.tp-leftarrow:focus,
.tparrows.tparrows-carousel.tp-rightarrow:focus,
.tparrows.tparrows-carousel.tp-leftarrow.focus,
.tparrows.tparrows-carousel.tp-rightarrow.focus {
  box-shadow: 0 0 0 3px rgba(214, 0, 17, 0.5);
}

/* line 5850, app/assets/stylesheets/porto_cusmtom.scss */
.tparrows.tparrows-carousel.tp-leftarrow.disabled,
.tparrows.tparrows-carousel.tp-rightarrow.disabled,
.tparrows.tparrows-carousel.tp-leftarrow:disabled,
.tparrows.tparrows-carousel.tp-rightarrow:disabled {
  background-color: #d60011;
  border-color: #d60011 #d60011 #a3000d;
}

/* line 5858, app/assets/stylesheets/porto_cusmtom.scss */
.tparrows.tparrows-carousel.tp-leftarrow:active,
.tparrows.tparrows-carousel.tp-rightarrow:active,
.tparrows.tparrows-carousel.tp-leftarrow.active,
.tparrows.tparrows-carousel.tp-rightarrow.active,
.show > .tparrows.tparrows-carousel.tp-leftarrow.dropdown-toggle,
.show > .tparrows.tparrows-carousel.tp-rightarrow.dropdown-toggle {
  background-color: #b0000e !important;
  background-image: none !important;
  border-color: #a3000d #a3000d #700009 !important;
  box-shadow: 0 0 0 0.2rem rgba(214, 0, 17, 0.5) !important;
}

/* line 5870, app/assets/stylesheets/porto_cusmtom.scss */
.shop .products .product .onsale {
  background-color: #d60011;
  border-bottom-color: #ad000e;
}

/* line 5875, app/assets/stylesheets/porto_cusmtom.scss */
.shop .star-rating span,
.shop .cart-totals tr.total .amount {
  color: #d60011;
}

/* line 5880, app/assets/stylesheets/porto_cusmtom.scss */
#footer .footer-ribbon {
  background: #d60011;
}

/* line 5884, app/assets/stylesheets/porto_cusmtom.scss */
#footer .footer-ribbon:before {
  border-right-color: #8a000b;
  border-left-color: #8a000b;
}

/* line 5889, app/assets/stylesheets/porto_cusmtom.scss */
#footer.light h1,
#footer.light h2,
#footer.light h3,
#footer.light h4,
#footer.light a {
  color: #d60011;
}

/* line 5897, app/assets/stylesheets/porto_cusmtom.scss */
#footer.color {
  background: #d60011;
  border-top-color: #d60011;
}

/* line 5902, app/assets/stylesheets/porto_cusmtom.scss */
#footer.color .footer-ribbon {
  background: #a3000d;
}

/* line 5906, app/assets/stylesheets/porto_cusmtom.scss */
#footer.color .footer-ribbon:before {
  border-right-color: #570007;
}

/* line 5910, app/assets/stylesheets/porto_cusmtom.scss */
#footer.color .footer-copyright {
  background: #bd000f;
  border-top-color: #bd000f;
}

/* line 5915, app/assets/stylesheets/porto_cusmtom.scss */
html #footer.color-primary {
  background: #d60011;
  border-top-color: #d60011;
}

/* line 5920, app/assets/stylesheets/porto_cusmtom.scss */
html #footer.color-primary .footer-ribbon {
  background: #a3000d;
}

/* line 5924, app/assets/stylesheets/porto_cusmtom.scss */
html #footer.color-primary .footer-ribbon:before {
  border-right-color: #570007;
}

/* line 5928, app/assets/stylesheets/porto_cusmtom.scss */
html #footer.color-primary .footer-copyright {
  background: #bd000f;
  border-top-color: #bd000f;
}

/* line 5933, app/assets/stylesheets/porto_cusmtom.scss */
html #footer.color-secondary {
  background: #111113;
  border-top-color: #111113;
}

/* line 5938, app/assets/stylesheets/porto_cusmtom.scss */
html #footer.color-secondary .footer-ribbon {
  background: #000000;
}

/* line 5942, app/assets/stylesheets/porto_cusmtom.scss */
html #footer.color-secondary .footer-ribbon:before {
  border-right-color: #000000;
}

/* line 5946, app/assets/stylesheets/porto_cusmtom.scss */
html #footer.color-secondary .footer-copyright {
  background: #050506;
  border-top-color: #050506;
}

/* line 5951, app/assets/stylesheets/porto_cusmtom.scss */
html #footer.color-tertiary {
  background: #9dd36c;
  border-top-color: #9dd36c;
}

/* line 5956, app/assets/stylesheets/porto_cusmtom.scss */
html #footer.color-tertiary .footer-ribbon {
  background: #83c745;
}

/* line 5960, app/assets/stylesheets/porto_cusmtom.scss */
html #footer.color-tertiary .footer-ribbon:before {
  border-right-color: #5d932c;
}

/* line 5964, app/assets/stylesheets/porto_cusmtom.scss */
html #footer.color-tertiary .footer-copyright {
  background: #90cd58;
  border-top-color: #90cd58;
}

/* line 5969, app/assets/stylesheets/porto_cusmtom.scss */
html #footer.color-quaternary {
  background: #0a0a0a;
  border-top-color: #0a0a0a;
}

/* line 5974, app/assets/stylesheets/porto_cusmtom.scss */
html #footer.color-quaternary .footer-ribbon {
  background: #000000;
}

/* line 5978, app/assets/stylesheets/porto_cusmtom.scss */
html #footer.color-quaternary .footer-ribbon:before {
  border-right-color: #000000;
}

/* line 5982, app/assets/stylesheets/porto_cusmtom.scss */
html #footer.color-quaternary .footer-copyright {
  background: #000000;
  border-top-color: #000000;
}

/* line 5987, app/assets/stylesheets/porto_cusmtom.scss */
html #footer.color-dark {
  background: #2e353e;
  border-top-color: #2e353e;
}

/* line 5992, app/assets/stylesheets/porto_cusmtom.scss */
html #footer.color-dark .footer-ribbon {
  background: #181c21;
}

/* line 5996, app/assets/stylesheets/porto_cusmtom.scss */
html #footer.color-dark .footer-ribbon:before {
  border-right-color: #000000;
}

/* line 6000, app/assets/stylesheets/porto_cusmtom.scss */
html #footer.color-dark .footer-copyright {
  background: #23282f;
  border-top-color: #23282f;
}

/* line 6005, app/assets/stylesheets/porto_cusmtom.scss */
html #footer.color-light {
  background: #fff;
  border-top-color: #fff;
}

/* line 6010, app/assets/stylesheets/porto_cusmtom.scss */
html #footer.color-light .footer-ribbon {
  background: #e6e6e6;
}

/* line 6014, app/assets/stylesheets/porto_cusmtom.scss */
html #footer.color-light .footer-ribbon:before {
  border-right-color: #bfbfbf;
}

/* line 6018, app/assets/stylesheets/porto_cusmtom.scss */
html #footer.color-light .footer-copyright {
  background: #f2f2f2;
  border-top-color: #f2f2f2;
}

/* line 6023, app/assets/stylesheets/porto_cusmtom.scss */
.sample-icon-list .sample-icon a:hover {
  background-color: #d60011;
}

/* line 6027, app/assets/stylesheets/porto_cusmtom.scss */
html.boxed .body {
  border-top-color: #d60011;
}

@media (min-width: 992px) {
  /* line 6032, app/assets/stylesheets/porto_cusmtom.scss */
  #header nav.mega-menu ul.nav-main li.mega-menu-item ul.sub-menu a,
#header nav.mega-menu ul.nav-main li.mega-menu-fullwidth ul.dropdown-menu,
#header.flat-menu
nav.mega-menu
ul.nav-main
li.mega-menu-fullwidth
ul.dropdown-menu,
#header.flat-menu nav ul.nav-main li a,
html.boxed #header.flat-menu .header-top {
    border-radius: 0;
  }
}

@media (min-width: 768px) {
  /* line 6046, app/assets/stylesheets/porto_cusmtom.scss */
  .nav-tabs.nav-justified > li > a,
.nav-tabs-justified > li > a,
.navbar {
    border-radius: 0;
  }
}

@media (max-width: 575px) {
  /* line 6054, app/assets/stylesheets/porto_cusmtom.scss */
  .tabs .nav.nav-tabs.nav-justified li:first-child a,
.tabs .nav.nav-tabs.nav-justified li:first-child a:hover,
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a,
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a:hover {
    border-radius: 0;
  }
}

/* line 6, app/assets/stylesheets/custom.scss */
body {
  background: #F4F5F9;
}

/* line 10, app/assets/stylesheets/custom.scss */
.header-body {
  border-bottom: 1px solid #eee !important;
}

/* line 14, app/assets/stylesheets/custom.scss */
#header .header-nav {
  padding: 0;
  min-height: 70px;
}

/* line 27, app/assets/stylesheets/custom.scss */
.page-header {
  background-color: transparent;
  border-bottom: 5px solid #CCC;
  border-top: 0;
  margin: 0 0 35px 0;
  min-height: 50px;
  padding: 20px 0;
  position: relative;
  text-align: left;
}

/* line 40, app/assets/stylesheets/custom.scss */
.page-header h1 {
  color: #333;
  font-weight: bold;
  margin-top: 8px;
}

/* line 46, app/assets/stylesheets/custom.scss */
.table-list-icons th > .fa {
  color: #FFF;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  text-align: center;
  padding: 5px;
  background-color: #d60011;
  margin-right: 8px;
}

/* line 57, app/assets/stylesheets/custom.scss */
.table-list th, .table-list td {
  border: none;
  border-bottom: 1px solid #e9ecef;
}

/* line 62, app/assets/stylesheets/custom.scss */
h2.card-title {
  height: 42px;
  margin: 5px 0;
}

/* line 67, app/assets/stylesheets/custom.scss */
h3.card-title {
  height: 28px;
  margin: 5px 0;
}

/* line 72, app/assets/stylesheets/custom.scss */
.form-group label {
  font-weight: bold;
}

/* line 76, app/assets/stylesheets/custom.scss */
abbr[title="必須入力"] {
  color: #d60011;
  padding-left: 4px;
}

/* line 81, app/assets/stylesheets/custom.scss */
abbr[title="required"] {
  color: #d60011;
  padding-left: 4px;
}

/* line 86, app/assets/stylesheets/custom.scss */
.bg-nxt {
  background-color: #f5c9c9;
}

/* line 90, app/assets/stylesheets/custom.scss */
.bg-basic {
  background-color: #fafafa;
}

/* arrow box */
/* line 97, app/assets/stylesheets/custom.scss */
.arrow_box {
  position: relative;
  background: #d1d5d5;
  border: 4px solid #d1d5d5;
}

/* line 103, app/assets/stylesheets/custom.scss */
.arrow_box_left:after, .arrow_box_left:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

/* line 114, app/assets/stylesheets/custom.scss */
.arrow_box_left:after {
  border-color: rgba(209, 213, 213, 0);
  border-right-color: #d1d5d5;
  border-width: 30px;
  margin-top: -30px;
}

/* line 120, app/assets/stylesheets/custom.scss */
.arrow_box_left:before {
  border-color: rgba(209, 213, 213, 0);
  border-right-color: #d1d5d5;
  border-width: 36px;
  margin-top: -36px;
}

/* line 128, app/assets/stylesheets/custom.scss */
.g-recaptcha {
  display: inline-block;
}

/* line 132, app/assets/stylesheets/custom.scss */
.form-control.kw {
  width: 120px !important;
}

/* line 136, app/assets/stylesheets/custom.scss */
.header-search form .input-group-btn {
  bottom: 36px;
}

/* line 140, app/assets/stylesheets/custom.scss */
#footer {
  border: none;
  padding: 0;
  margin: 0;
}

/* line 146, app/assets/stylesheets/custom.scss */
.post-header {
  height: 80px;
}

/* line 150, app/assets/stylesheets/custom.scss */
.post-body {
  height: 100px;
}

/* line 154, app/assets/stylesheets/custom.scss */
.header-search form .input-group-btn {
  bottom: 36px;
}

/* line 158, app/assets/stylesheets/custom.scss */
.new-header {
  height: 80px;
}

/* line 162, app/assets/stylesheets/custom.scss */
.new-body {
  height: 80px;
}

@media (min-width: 992px) {
  /* line 167, app/assets/stylesheets/custom.scss */
  #header .header-nav {
    flex-grow: 0;
  }
}

@media (max-width: 991px) {
  /* line 173, app/assets/stylesheets/custom.scss */
  #header .header-nav-main nav {
    max-height: 55vh;
  }
}

/* line 179, app/assets/stylesheets/custom.scss */
.field_with_errors input, .field_with_errors textarea {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 187, app/assets/stylesheets/custom.scss */
tr.clickable {
  cursor: pointer;
}

/* line 191, app/assets/stylesheets/custom.scss */
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  background: #FFF;
  border-left-color: #EEE;
  border-right-color: #EEE;
  border-top: 3px solid #d60011;
  color: #d60011;
}

/* line 199, app/assets/stylesheets/custom.scss */
.division_color {
  display: inline-block;
  padding: .25em 1.0em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.2rem;
}

/* line 212, app/assets/stylesheets/custom.scss */
span.notification_count {
  position: absolute;
  top: 0;
  left: 2.2rem;
  z-index: 1;
}

/* line 219, app/assets/stylesheets/custom.scss */
a.sort_link:hover {
  text-decoration: none;
}

/* line 223, app/assets/stylesheets/custom.scss */
.container {
  margin-left: 30px;
  width: 100%;
}

/* line 228, app/assets/stylesheets/custom.scss */
.static-page-inner {
  margin: 0 auto;
}

/* line 232, app/assets/stylesheets/custom.scss */
#ft-product-categories {
  width: 12%;
}

/* line 236, app/assets/stylesheets/custom.scss */
#ft-block-diagrams {
  width: 12%;
}

/* line 240, app/assets/stylesheets/custom.scss */
#ft-services-products {
  width: 17%;
}

/* line 244, app/assets/stylesheets/custom.scss */
#ft-services-functions {
  width: 17%;
}

/* line 248, app/assets/stylesheets/custom.scss */
#ft-services-softwares {
  width: 18%;
}

/* line 252, app/assets/stylesheets/custom.scss */
#ft-informations {
  width: 11%;
}

/* line 256, app/assets/stylesheets/custom.scss */
#hd-product-categories {
  width: 15%;
}

/* line 260, app/assets/stylesheets/custom.scss */
#hd-block-diagrams {
  width: 15%;
}

/* line 264, app/assets/stylesheets/custom.scss */
#hd-services-products {
  width: 18%;
}

/* line 268, app/assets/stylesheets/custom.scss */
#hd-services-functions {
  width: 18%;
}

/* line 272, app/assets/stylesheets/custom.scss */
#hd-services-softwares {
  width: 20%;
}

/* line 276, app/assets/stylesheets/custom.scss */
#hd-informations {
  width: 14%;
}

/* line 280, app/assets/stylesheets/custom.scss */
.ticker {
  text-align: left;
  position: relative;
  overflow: hidden;
  width: 500px;
}

/* line 286, app/assets/stylesheets/custom.scss */
.ticker ul {
  width: 100%;
  position: relative;
}

/* line 291, app/assets/stylesheets/custom.scss */
.ticker ul li {
  width: 100%;
  display: none;
}

@media (max-width: 1200px) {
  /* line 297, app/assets/stylesheets/custom.scss */
  .ticker {
    width: 250px;
  }
}

/* line 302, app/assets/stylesheets/custom.scss */
.suggest_wrap {
  position: relative;
}

/* line 305, app/assets/stylesheets/custom.scss */
#suggest {
  position: absolute;
  background-color: #FAFAFA;
  border: 1px solid lightgray;
  border-radius: 3px;
  width: 100%;
  height: 250px;
  overflow: auto;
  z-index: 999;
  padding: 1%;
}

/* line 316, app/assets/stylesheets/custom.scss */
#suggest div {
  padding: 1px;
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  color: #d60011;
}

/* line 324, app/assets/stylesheets/custom.scss */
#suggest div.select {
  background-color: #99CCFF;
}

/* line 327, app/assets/stylesheets/custom.scss */
#suggest div.over {
  background-color: #99CCFF;
}

/* line 330, app/assets/stylesheets/custom.scss */
#suggest div.header {
  color: black;
  font-size: 16px;
  font-weight: bold;
  font-family: aerial;
}

/* line 337, app/assets/stylesheets/custom.scss */
.nav-tabs li .nav-link, .nav-tabs li .nav-link:hover {
  color: #d60011;
}

/* line 341, app/assets/stylesheets/custom.scss */
.search-icon {
  display: block;
  position: relative;
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 0 1.5rem;
  border: #dbdbdb 1px solid;
  border-right: #dbdbdb 1px solid;
  border-radius: 4px;
  line-height: 4.8rem;
  font-size: 1.6rem;
  background: transparent url(/../images/icon-search-red.png) no-repeat 97.5% center;
  background-size: auto 40%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  transition: 0.4s;
}

/* line 363, app/assets/stylesheets/custom.scss */
.nxt_result span.badge {
  padding: 3%;
  font-size: 1rem;
  color: white;
}

/* line 368, app/assets/stylesheets/custom.scss */
.nxt_result span.syasai {
  background: #dc143c;
}

/* line 371, app/assets/stylesheets/custom.scss */
.nxt_result span.sanki {
  background: #9400d3;
}

/* line 374, app/assets/stylesheets/custom.scss */
.nxt_result span.minsei {
  background: #4169e1;
}

/* line 380, app/assets/stylesheets/custom.scss */
.user_new .container {
  margin-left: auto;
}

/* line 383, app/assets/stylesheets/custom.scss */
.user_new .main_container {
  margin-bottom: 80px;
}

/* line 386, app/assets/stylesheets/custom.scss */
.user_new .page-header .container {
  margin-left: auto;
}

/* line 389, app/assets/stylesheets/custom.scss */
.user_new .featured-box {
  margin-top: 0;
}

/* line 391, app/assets/stylesheets/custom.scss */
.user_new .featured-box h3 {
  font-size: 2rem;
  color: #565656;
  font-weight: bold;
}

/* line 396, app/assets/stylesheets/custom.scss */
.user_new .featured-box h5 {
  text-transform: none;
}

/* line 402, app/assets/stylesheets/custom.scss */
.articles_full_text .card-title .field input {
  padding: .5rem;
  float: left;
}

@media all and (-ms-high-contrast: none) {
  /* line 408, app/assets/stylesheets/custom.scss */
  .articles_full_text .card-title .field input {
    padding: .5em;
  }
}

/* line 414, app/assets/stylesheets/custom.scss */
.inquiries_container h3 {
  font-size: 2rem;
  color: #565656;
  font-weight: bold;
  margin-bottom: 1em;
}

/* line 420, app/assets/stylesheets/custom.scss */
.inquiries_container .featured-box .box-content .form-row form {
  width: 100%;
}

/* line 423, app/assets/stylesheets/custom.scss */
.inquiries_container .alert ul {
  margin: 4px 0 4px 4px;
}

/* line 429, app/assets/stylesheets/custom.scss */
.inquiries_container h3 {
  font-size: 2rem;
  color: #565656;
  font-weight: bold;
  margin-bottom: 1em;
}

/* line 436, app/assets/stylesheets/custom.scss */
.faq_container {
  font-size: larger;
}

/* line 438, app/assets/stylesheets/custom.scss */
.faq_container .faq-body {
  margin-bottom: 2em;
}

/* line 441, app/assets/stylesheets/custom.scss */
.faq_container .faq-link {
  margin-bottom: 1em;
  color: #d60011;
}

/* line 447, app/assets/stylesheets/custom.scss */
.datasheet {
  display: inline-block;
}

/* Arrows */
/* line 452, app/assets/stylesheets/custom.scss */
.arrow {
  background: transparent url(/assets/arrows-9f5f457233ba20ff2395003083d9410786ab99205a9835a9fe1c41e981ec2521.png) no-repeat 0 0;
  width: 47px;
  height: 120px;
  display: inline-block;
  position: relative;
}

/* Arrows */
/* line 461, app/assets/stylesheets/custom.scss */
.arrow {
  background: transparent url(/assets/arrows-9f5f457233ba20ff2395003083d9410786ab99205a9835a9fe1c41e981ec2521.png) no-repeat 0 0;
  width: 47px;
  height: 120px;
  display: inline-block;
  position: relative;
}

/* line 467, app/assets/stylesheets/custom.scss */
.arrow.arrow-light {
  background-image: url(/assets/arrows-dark-96c582e984aa908f65ffc2f0ae3d9b7551e5fb3c0b56ce2bec07c954fb6ba668.png);
}

/* line 470, app/assets/stylesheets/custom.scss */
.arrow.vtl {
  background-position: 0 0;
  width: 47px;
  height: 96px;
}

/* line 475, app/assets/stylesheets/custom.scss */
.arrow.vtr {
  background-position: -101px 0;
  width: 47px;
  height: 96px;
}

/* line 480, app/assets/stylesheets/custom.scss */
.arrow.vbl {
  background-position: 0 -144px;
  width: 47px;
  height: 96px;
}

/* line 485, app/assets/stylesheets/custom.scss */
.arrow.vbr {
  background-position: -101px -144px;
  width: 47px;
  height: 96px;
}

/* line 490, app/assets/stylesheets/custom.scss */
.arrow.hlt {
  background-position: -209px 0;
  width: 120px;
  height: 47px;
}

/* line 495, app/assets/stylesheets/custom.scss */
.arrow.hlb {
  background-position: -209px -101px;
  width: 120px;
  height: 47px;
}

/* line 500, app/assets/stylesheets/custom.scss */
.arrow.hrt {
  background-position: -353px 0;
  width: 120px;
  height: 47px;
}

/* line 505, app/assets/stylesheets/custom.scss */
.arrow.hrb {
  background-position: -353px -101px;
  width: 120px;
  height: 47px;
}

/* line 512, app/assets/stylesheets/custom.scss */
.search-condition-inner {
  display: inline-block;
  padding-bottom: 2.5px;
}

/* line 1, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-background, .flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 7, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon {
  position: relative;
  display: inline-block;
  width: 1.3333333333em;
  line-height: 1em;
}

/* line 13, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon:before {
  content: '\00a0';
}

/* line 16, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon.flag-icon-squared {
  width: 1em;
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ad {
  background-image: url(/assets/flags/4x3/ad-04b4b65e6a104b102172258b3894a9a4e29890aa63e8edc4812033dd7387b77e.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ad.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ad-847534ad5665b0bb24f766110a56922d9115cbd4c35746597e1fc5edb381b41a.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ae {
  background-image: url(/assets/flags/4x3/ae-f6dd88c6cb3940f07ad1ee2635ec0f081d53885efea97c2f363f61c4f06129e8.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ae.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ae-c5992978bbf00ada1971a746b819936eb2f73aefac7f10518995545c2ccf2c10.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-af {
  background-image: url(/assets/flags/4x3/af-745ad7e8ea956edf06641d01bf5a0374cfae6902846e62a30ed56ad80f889906.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-af.flag-icon-squared {
  background-image: url(/assets/flags/1x1/af-50e587ac98a5af98e21994909aa1f9898add6842954e2ad6a709d857b39a8b55.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ag {
  background-image: url(/assets/flags/4x3/ag-ec678db01740bd72757a7883a1dbea0c163e2b0a7a692cc8a0749c6f50428abb.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ag.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ag-35c11ca3ad0581842f9c1eddc462690e6166f94a8dbb15e248398df93a276004.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ai {
  background-image: url(/assets/flags/4x3/ai-d688814fa60d2294b79b6ffe3d2a64e55a0bc013718cbf028b5d5720e3041794.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ai.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ai-850f5995f9b55ac8f30b35157cb1881d149e8257c168f39dbc8e51cae25c222d.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-al {
  background-image: url(/assets/flags/4x3/al-5631be891ba0ccdb1f2a9b3a934031ed681aaeb139acc9e3b414e2561a608495.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-al.flag-icon-squared {
  background-image: url(/assets/flags/1x1/al-96787887d75cd3bd02e8eff8a75ba0856873167743205a5cbfc5439197e3070d.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-am {
  background-image: url(/assets/flags/4x3/am-fd6eb7b12b2bbd15d4e5db6949b57255849f5fecc62d9a48d848bab767f1123e.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-am.flag-icon-squared {
  background-image: url(/assets/flags/1x1/am-85e618fb93d8a64fc145ce0ebfb0397e5468816476df4c43ff0419dfea72d53b.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ao {
  background-image: url(/assets/flags/4x3/ao-09b6b18d13202b859e9e94b9a88e59701b7b2d00d88d8a749f7f0d3bb71c745c.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ao.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ao-dd2f7930f4f4214707f7a311f16cae422471094601319a5b69abeb48d384855c.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-aq {
  background-image: url(/assets/flags/4x3/aq-2adcc4b28a1da2ac271675b5377a39f226fe06b135d287215c153957b2176da2.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-aq.flag-icon-squared {
  background-image: url(/assets/flags/1x1/aq-8809bb8b30a063b921c866da0a83236d7dd8a17148ef4c0db3c53ccd0dc15e6f.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ar {
  background-image: url(/assets/flags/4x3/ar-8208e0546b8e666d806ee3fc3061504a62bf6cdea5fa4385d54c3ba131e3135c.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ar.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ar-2d821fddef311e29c74ce2b19bbc651a2d613aebbd88f59ad8fc6c3a81544d1b.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-as {
  background-image: url(/assets/flags/4x3/as-a7ce0712972b05287e9ddf7da0e19630d4b440f0ce59b3a50397bc29d162192e.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-as.flag-icon-squared {
  background-image: url(/assets/flags/1x1/as-06505370c9bcfcad7b057757c3e892d12930db56565c0fd0bc86f4af5af5686f.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-at {
  background-image: url(/assets/flags/4x3/at-644b0cc2d91fe69f18d9992488a748efa0df7eb6ddc83ac79351ba9226956d25.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-at.flag-icon-squared {
  background-image: url(/assets/flags/1x1/at-b36d3570a5102400e028dfa0b5204e9c2cd8d72b398e94bab5c51edd0954ce40.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-au {
  background-image: url(/assets/flags/4x3/au-887bb0cc0e77e15153e4c9006e785d5f68c77ca0ab9eb7f538e371a0e4f218af.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-au.flag-icon-squared {
  background-image: url(/assets/flags/1x1/au-ba82260247c564d9f4735fa2eeca092ac9b5d4e32c6a6a8db1d4177b746516a5.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-aw {
  background-image: url(/assets/flags/4x3/aw-ea7eeaeec20598c43c59a2536b150a7fb5e7f6443a5bfb7e1bd72aa7186be8e1.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-aw.flag-icon-squared {
  background-image: url(/assets/flags/1x1/aw-c39c9c3d5de9ece42a7e717ac3670886532dd75d50a34e1b3ae10e39487679fb.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ax {
  background-image: url(/assets/flags/4x3/ax-4825f85b2d4669c70f360bd63f1e36215d16bace4700dffc61992911de53198a.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ax.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ax-ce68def4e721fcb48feb3b2aee81ad4ba7e75642ace96f24c059ee82b906c35b.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-az {
  background-image: url(/assets/flags/4x3/az-9e3354b743219dbaf19cc54a63e1a8ed41d1f41485455330775b3b5c6dd6c9fe.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-az.flag-icon-squared {
  background-image: url(/assets/flags/1x1/az-4e93f9eef0ef96515e8c152c87d4a278d725ecb20108257105c9ccd48a156ddb.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ba {
  background-image: url(/assets/flags/4x3/ba-7e420cae1feb7be337a34f25fb8fd6421295cde2e03273efa7e880d7d5d9281e.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ba.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ba-2e20ab2d7c91e67460cc9a910016a7706b0d7e5865895cce6b835b4f557cc861.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bb {
  background-image: url(/assets/flags/4x3/bb-35373b19bd542d0382d79bbd162be7583932adbb180c8b6223614a52c31fb1a0.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bb.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bb-f5d71a0072d6dbc25a4264c4ab0d997b785550f8e6581230c22bb30fec7c9841.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bd {
  background-image: url(/assets/flags/4x3/bd-0531b5c730836d8ecfb4b9b79aad2e560dfc53a30e65f2a4030d2f275827f5ae.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bd.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bd-c35883811cce9a21ef91202da7fc4648cc62b9ffee53a5ad0a88b179494e95fc.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-be {
  background-image: url(/assets/flags/4x3/be-ac7f9445060d07698cf4c4b5126b13397e12949102326caa3179eb98d4a90974.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-be.flag-icon-squared {
  background-image: url(/assets/flags/1x1/be-61e1bb398ed6bf0253a21f9e32feb26395cf5aec5dc05640235d4accf43c2ee1.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bf {
  background-image: url(/assets/flags/4x3/bf-4f19b8dfd521393da6d1f2ca95cc79d22d558c34c3d74b2718417d9df29726f3.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bf.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bf-7b037b76d1915df2f978852ebc0b88e6fa9abf8d579ed85e360d081b8f95e09c.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bg {
  background-image: url(/assets/flags/4x3/bg-1433c1cd05916af99e2db72a9e2c6d7532013a619770b66b51595fcd349cbaa6.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bg.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bg-d631585f0e0981298746582b913765429bbcdd2349cc6062b8e9e790be5f31f0.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bh {
  background-image: url(/assets/flags/4x3/bh-d677a52979c37517212e9b9b6697541a366b0104e09808d396a6d02411a983f5.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bh.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bh-d408321e7282b8ee67413917d3063536197d8ceeb23abc05677d748ebb8a6378.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bi {
  background-image: url(/assets/flags/4x3/bi-6323bc95384cf7a6ea6c91332c3054e55152b391e8f823828df3d05a3e40854a.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bi.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bi-e79238de5c139c78aeb157e1b7d5646a79dc5e154f35ad49aeae21321c0a8d78.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bj {
  background-image: url(/assets/flags/4x3/bj-951d79103aea5585768fa178923f6127f918fc01d02556174dff9f8506cf90ea.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bj.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bj-7f5cc7510ece68a729788fcfbebd91dd941e0014ba3187b66bcd3da245c78460.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bl {
  background-image: url(/assets/flags/4x3/bl-cc250a31e29ac0fe10c9e79a35920b280f6ec2731b9d5f701b2313bee631e114.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bl.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bl-cfb5dd954f586d0662e09cdcbd338da8e225d481896414688262e2bd14c38c8a.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bm {
  background-image: url(/assets/flags/4x3/bm-1e95c5f49d3f1f4a7049a82cdcd6ae326e4c37effd2249df9f7df423942b7396.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bm.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bm-e0b05c8af03f5fe3728e191b24bedb2ac2429b86abfba4fa14b7d48960883d9c.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bn {
  background-image: url(/assets/flags/4x3/bn-2e92465bcaef939fcf20029aedac6af2262eb4ee25e36d64bcf98d03976bbbe9.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bn.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bn-6a56361917ec344da75ebb87a3713a2eaaf4605d84b1f1e3db1a8df6685bfb3f.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bo {
  background-image: url(/assets/flags/4x3/bo-4c581c015880880d328153d007fc2517a7e0b53126c1a3a676e4abbb19e4c7fb.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bo.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bo-ec135db8db19ecafc614799d5e9e459cc5d8e9d91308f7d4511f3b95f8ee1054.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bq {
  background-image: url(/assets/flags/4x3/bq-973b8d977bde843039e96a9229d803fcbb1c29ba92272b8bc3223b28b8ccc803.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bq.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bq-78c259288833d36f4d2209a4a95ca18cd3c18820f79f49b278bf7960cf5b34e7.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-br {
  background-image: url(/assets/flags/4x3/br-68ee8e029f99c31821e646aec1c8e9e8f8b1aaf26d72909ac75ff38c1f8e9201.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-br.flag-icon-squared {
  background-image: url(/assets/flags/1x1/br-746af5283e4e792a1a7f94d934cac1e45c94470c4ffd37df5d1ab10bec2fd4db.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bs {
  background-image: url(/assets/flags/4x3/bs-7b507794ee3f8d7e6b0c5739552e37cd2ab0596fab63a03f20fde4249cbf18d2.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bs.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bs-277f44ad225c320c1a44610721f5b3a457d7e3d649593b598d59e2ce5164f727.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bt {
  background-image: url(/assets/flags/4x3/bt-2f99024e1cec950a6bce184bc2d8a27629efdab8178a28bad798881ac3167710.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bt.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bt-77d4f8b9a2c3dadacce904304c524b507e2a0d4109cf6506aa8cc1c131c359ad.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bv {
  background-image: url(/assets/flags/4x3/bv-de8bb212ed5afdf6d557928d784ed98d2e2baa7aaaf2ced7abc5cf13fa540423.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bv.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bv-4e4ae03e0878a6e689a0a2ebfe2b1b10fe58329a86acd73ee41f1a9c569f2cb3.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bw {
  background-image: url(/assets/flags/4x3/bw-76559252bbe0a305e9228103c5c34c39271a9d0b69f8f2b0dfbea5e18d7b37de.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bw.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bw-3797276ece0055f7c569dc013b59174f613e956c714b5674c90e911615f61318.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-by {
  background-image: url(/assets/flags/4x3/by-7865b19bb46d15f8004699022907d7c8d07193121dac101a3724b7ca578ee3ba.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-by.flag-icon-squared {
  background-image: url(/assets/flags/1x1/by-7bd37ee878e4225470de8cc284d66cf70785a0329da88b43e5f93e25c047b738.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bz {
  background-image: url(/assets/flags/4x3/bz-c8dfd550816ef86ff0fb82f9b31ca2467fcf50a7ba53e6163fe2bb01cccab0d5.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bz.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bz-07baa0c080ae0dec236c42810db344f5b6e4209fe16bc9644cf998108b56b85c.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ca {
  background-image: url(/assets/flags/4x3/ca-f9229a913dece446e34e6de7245dfd3adbea059934b5beaed45654cef2f1cb1d.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ca.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ca-47f58efb8689efb510291bb7b7a354c3e434e983914f0cc382e763ecccfa7a6e.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cc {
  background-image: url(/assets/flags/4x3/cc-acf43807923322e2e43deef84443007b75d0d21ebb8a85d0d4e2837e998798c8.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cc.flag-icon-squared {
  background-image: url(/assets/flags/1x1/cc-827355b0b5c0a98cd0b479c7914c62d1de7712c643978941a97741c13ee69891.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cd {
  background-image: url(/assets/flags/4x3/cd-594addda580762e53242cc9e5a3885cc200d6b92c9453b65242c0038e4e22959.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cd.flag-icon-squared {
  background-image: url(/assets/flags/1x1/cd-6f390c3dac0d0d278ea6593bb615e3e23a94f7e84cc40b917e47bdce520a3a2b.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cf {
  background-image: url(/assets/flags/4x3/cf-31a4f1c7e55d90551235336b339544920b01a8a4fb27efd5b18d0a68ea908f0e.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cf.flag-icon-squared {
  background-image: url(/assets/flags/1x1/cf-820b63e306c3eec593028576d9ea830f24526b8e4c8a51cec04f4a1851f1f781.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cg {
  background-image: url(/assets/flags/4x3/cg-cb3b4a7be309eae587becb687690e332624b75d8a40481abd13a4d8a3c685a87.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cg.flag-icon-squared {
  background-image: url(/assets/flags/1x1/cg-3b7d163f2951bc21e895dbead028c79b8f97dc4a95f9d9ca76d78b398025a20b.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ch {
  background-image: url(/assets/flags/4x3/ch-d32cf51d10ea8174a3e8725e620c5bd13511a6a6c676d3c807e6ad82017f6178.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ch.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ch-ff30c29ed89a29db4cae89e8f4915e573c75dd7ad377e5ac7987c956fb68a141.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ci {
  background-image: url(/assets/flags/4x3/ci-70e248e97c577c3ab3a85a8a76e5f20ef0bfd2c2a3c190746e625fa37edbbec9.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ci.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ci-fb50e5c5558e915f5cd4060bd75d63e43ed4a2af1cf77caf1d184d8e5b3c888b.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ck {
  background-image: url(/assets/flags/4x3/ck-a86d1e54e265e2de5155595e838ec7c3db3ca23f563336885d7c5d17888c4709.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ck.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ck-a0d6f5ca82965ef1838549666bef9735b619c40bcf791850f092486b1fa3831d.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cl {
  background-image: url(/assets/flags/4x3/cl-0bec6c3cc4d36bbf245a3be22c10b8ff9c25996bb372a916e365e3274e62ccfb.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cl.flag-icon-squared {
  background-image: url(/assets/flags/1x1/cl-8dc4289cd2cba6ac3f07519957f3cbd582f59e1153d655871a507bc0559fc93f.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cm {
  background-image: url(/assets/flags/4x3/cm-8832f17145686399c412437f6762b4de6afb48fcc409590b7b09e593fe3b08d5.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cm.flag-icon-squared {
  background-image: url(/assets/flags/1x1/cm-4ba39a0a5fe36564e132e7a4d0f881ca10e95b0824157253a9180b2fe0089553.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cn {
  background-image: url(/assets/flags/4x3/cn-865ae68cc9042422bae55dba123af75dfab352069aa15121385a739c57caf1aa.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cn.flag-icon-squared {
  background-image: url(/assets/flags/1x1/cn-cdf756a16521136b99d38c241ee5df601912f290c6bafd45f7a5f73f916ed8ed.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-co {
  background-image: url(/assets/flags/4x3/co-48603194a139754c8c7908f4d0c8181ca6729a221de897e8e5d26c9a3f211b1d.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-co.flag-icon-squared {
  background-image: url(/assets/flags/1x1/co-0be1e3cef708f4f0f979a3c36bdcb4046a45693846dc9b9e5be2ea5f1c536667.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cr {
  background-image: url(/assets/flags/4x3/cr-127b7f2e0f6ebe8c62885fd78f6a3dc167624e8e7b5fac79d4b8f3054b798a92.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cr.flag-icon-squared {
  background-image: url(/assets/flags/1x1/cr-80711b24354b0eedd247bbd77352db3bc9ad586c31d0a8727a4400368e56b2c4.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cu {
  background-image: url(/assets/flags/4x3/cu-c72751747322de6b51b1dd462d04d0b533fa1e1c68f51b3c90d19ec683c2af3a.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cu.flag-icon-squared {
  background-image: url(/assets/flags/1x1/cu-ec5f9adfe3639f609ebf60d933d6500a0a9a5d77f9c8d5ec6a2f0d0ec2efd5a4.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cv {
  background-image: url(/assets/flags/4x3/cv-029b4bd4d5c58ee3479b9a5fd3700923efa4881282225ac47690a3955472b7f1.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cv.flag-icon-squared {
  background-image: url(/assets/flags/1x1/cv-750969622373a36a416fc64118f1cb5407764d508f99b7db720f2ab474b93ebf.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cw {
  background-image: url(/assets/flags/4x3/cw-f3c7dc011a64c13ebab21e47baaea3e0fea8d83f83fd8cc1845630a5f78ce087.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cw.flag-icon-squared {
  background-image: url(/assets/flags/1x1/cw-48a78eb5e8abd98b90ae7b373746bbd58851c76eb305ca0e7d8081df9180f248.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cx {
  background-image: url(/assets/flags/4x3/cx-9033ee142f06aac6b700968943103e6dba8ce3171b17f7f7d54f26c35387c022.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cx.flag-icon-squared {
  background-image: url(/assets/flags/1x1/cx-f8356811ad67ac25c4a8c22bba7468615f8a0bcb09e4d8da09ad3806febc7d1b.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cy {
  background-image: url(/assets/flags/4x3/cy-86c9999efa3399db043be615d16558ec0e40feafe9325fe1b6422ff0e089a60c.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cy.flag-icon-squared {
  background-image: url(/assets/flags/1x1/cy-67835af18d83749f0ac63e160db340d7a83b2e189e5e5b715b49c4b922fbb4ff.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cz {
  background-image: url(/assets/flags/4x3/cz-e8f891c91f0889f53815958ed9c0d0472c03ecf58c5b8d3d87a864ede0e57ce0.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cz.flag-icon-squared {
  background-image: url(/assets/flags/1x1/cz-de11cacecaee1ed952a170fa43d318b01507ae9c8b0ab16b96f53848676326c7.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-de {
  background-image: url(/assets/flags/4x3/de-dcf5931120e541ce9e83e97c37cf95eeac9a152cd5e5ed9e0bf58116943d7250.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-de.flag-icon-squared {
  background-image: url(/assets/flags/1x1/de-3479e75f866450220db28ef3ebb1ba0c345c059ed67de62c4176a09572da8f32.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-dj {
  background-image: url(/assets/flags/4x3/dj-e69892f8499ec8d780cdd20b051f936d5471eb92efd519b93be9d10f31382c77.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-dj.flag-icon-squared {
  background-image: url(/assets/flags/1x1/dj-49721ea1deeb6e17f32ee2b3617d27961ad256505849243843f0fd5697332b18.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-dk {
  background-image: url(/assets/flags/4x3/dk-d50cdf2f88be249eb116da08c38cf119d44246ab4f5d62a94feefd37da149019.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-dk.flag-icon-squared {
  background-image: url(/assets/flags/1x1/dk-24ccaa605d1f01e33802197d416654b64fac3f3d28ba90b5f6094c17dfe95344.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-dm {
  background-image: url(/assets/flags/4x3/dm-24faadaf18d5651beccc45688ef3421d2d083b5f2e92cab50c414e487a899095.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-dm.flag-icon-squared {
  background-image: url(/assets/flags/1x1/dm-4f6888ba822d1592b9751c198ae6aafd1c14630be57d7e3b4372e3df8eb4f201.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-do {
  background-image: url(/assets/flags/4x3/do-43538ca280e65a4eb8b38992290cda974a7f631ae18f3e6864dc6f61397ab514.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-do.flag-icon-squared {
  background-image: url(/assets/flags/1x1/do-1164fc19d2a5f2299e84d59627b780ff9dcba335acaa19a4acacd4781d916b78.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-dz {
  background-image: url(/assets/flags/4x3/dz-1b56086fc67c067d339838fc63e8f98faea641560b14839260546c895bdf4768.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-dz.flag-icon-squared {
  background-image: url(/assets/flags/1x1/dz-b9527d30bdb9d67fba87351df4d4340fcc1c0dce368f0371359e5fcf7d445f3b.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ec {
  background-image: url(/assets/flags/4x3/ec-d6df0532653f0a2a3ccdee80854ad75c4a4fe4a360fc5d5c73865253ebfc6b7f.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ec.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ec-a1a0b637c3d12b488cd180746ea10e42e659907c99c0b3d9eec65415494b5321.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ee {
  background-image: url(/assets/flags/4x3/ee-2e52e01e34f175e856e120e57184ce61eccb5bff94633d3f2effcfed765f610b.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ee.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ee-1058c4a95d48696c8c99608a104e756d4ac5c431a7a1f60e179769416c443420.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-eg {
  background-image: url(/assets/flags/4x3/eg-2b5a88cf9ab7a59447e6a3e3cc12d350c573719d2a90810d50ed7695a1591d30.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-eg.flag-icon-squared {
  background-image: url(/assets/flags/1x1/eg-ded55c3561ee2003ede5cc35af88959adb2398badc3c63dcc40e320d5bdb6c97.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-eh {
  background-image: url(/assets/flags/4x3/eh-250c6f7e1db483fb08f682d4917c06741614edb0a093aa80c0fe57f9bff03eba.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-eh.flag-icon-squared {
  background-image: url(/assets/flags/1x1/eh-ae52d9c4377873ea1db474ef820d87e956753992097bbce93118c836f27c5598.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-er {
  background-image: url(/assets/flags/4x3/er-13b1d5072a285b78863f33088676ff459fc9049e403c4427d0bf149ab8a65eac.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-er.flag-icon-squared {
  background-image: url(/assets/flags/1x1/er-516d763b5c3ddf087968e8e2ce10eb9f6a162e98b1c586ae90f7ebc2a9e877e6.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-es {
  background-image: url(/assets/flags/4x3/es-85290c103c538de1b8629c7a609319f01fc5a63a24655946e6003740d30f1534.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-es.flag-icon-squared {
  background-image: url(/assets/flags/1x1/es-582d90241cc77269d8eeaa709ee9345c4e3935b7c20f9d3f04d707800c554896.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-et {
  background-image: url(/assets/flags/4x3/et-818e867ed44592f1c476d5abd8d9e5b60bb1e485f01076a633f5304fee7990d4.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-et.flag-icon-squared {
  background-image: url(/assets/flags/1x1/et-7e2476975a4837f67af86aa6556d382dfd6769922a47ee9a49ef81a540c0f3b7.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-fi {
  background-image: url(/assets/flags/4x3/fi-262396615a680200f7709a9a998a1f346db6de48844bb0a76d8c41d0d8dfb466.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-fi.flag-icon-squared {
  background-image: url(/assets/flags/1x1/fi-cdfc9cc3908d4f0d534fb34853fda8db5981195204ab6219bad3aa3cf90ecfa6.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-fj {
  background-image: url(/assets/flags/4x3/fj-fd0cc7fe3c27f0c999ce61d40b0143ca536d9d39875c524bb20afe5ccd55e40c.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-fj.flag-icon-squared {
  background-image: url(/assets/flags/1x1/fj-930160f9247a73774021c9d019dfedc21ed09934db523690ca76f0a7e1a2d9d1.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-fk {
  background-image: url(/assets/flags/4x3/fk-5d5fdf224c1455f03c84d85f587463d8c511ff86dd5592f216a7470989175e42.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-fk.flag-icon-squared {
  background-image: url(/assets/flags/1x1/fk-b614bdecd7ba844a5885a5acfb6b658bf649dd72d095844abdd4cf14860685c4.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-fm {
  background-image: url(/assets/flags/4x3/fm-6e665d3e05ae726fee0ced73ae84ce1d0596e80cb3dafce78d0c56dbc3018584.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-fm.flag-icon-squared {
  background-image: url(/assets/flags/1x1/fm-c59efd1b95788946440a90610eac4f3222be5fbfb5748c076eabd0d4b6b8613e.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-fo {
  background-image: url(/assets/flags/4x3/fo-e2bcddb90777676679c7d680f18bcace56143f3a6bb0618ce59e4bf863b9e58e.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-fo.flag-icon-squared {
  background-image: url(/assets/flags/1x1/fo-c9e403639ac04f28b0c86fc370ac5a106213f2ecf2ffc291cb9cd0ec2c000d8b.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-fr {
  background-image: url(/assets/flags/4x3/fr-14bbb212b68a54751cbf4354dc9ca16bf4fd671fba4bfd0e77fb855fc55ce884.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-fr.flag-icon-squared {
  background-image: url(/assets/flags/1x1/fr-8b9d16b144204ecd34289bf1f0e06e57ad03a889a3813463de8e1a25005da5ec.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ga {
  background-image: url(/assets/flags/4x3/ga-ae7daae3629bfa925e336323a198a018ae2007a1ea2ab9ba32d4b110e0abc7d4.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ga.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ga-1a903d6903087e08d16b56a27741cd1ea2c0685fbd325e9c4cef45d7fb00ccc3.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gb {
  background-image: url(/assets/flags/4x3/gb-14e43b4df91315b33ed5f8ad46d9e84f43f84be11c65148bca043808832cab95.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gb.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gb-81ec47f82b87b9398d17f1db841ea31695a24fa3e05c60fa4d59b21ae4d5bed2.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gd {
  background-image: url(/assets/flags/4x3/gd-9a09ce17c1792c8860223020288f72ed168afebcafdc9fa8c46a7b7b1513c28a.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gd.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gd-1678beac8104635c4360593bbba3e3e4b84467d8997ed538137b5a68740ba1b9.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ge {
  background-image: url(/assets/flags/4x3/ge-0ed0a003c1e169ed60bdd889c8c841b0a7931aa3e809ca4d8e5da522385f35c9.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ge.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ge-d90251ffc959309587136e12331f57a2db6b284a892ba1fee03927383208a760.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gf {
  background-image: url(/assets/flags/4x3/gf-d4b632e9a932eff7d4e32338d13724f58332eeb445cfa9351a052b77cd688d3d.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gf.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gf-be726fca00f77b50eec1525f3889ebf6de7f8f46e28cb63f0cbbe026cdaf564b.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gg {
  background-image: url(/assets/flags/4x3/gg-ea89231f0fa42d543d008b4f2fe8a94fc253a1808b8b8f6ab49f4bd9553c498e.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gg.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gg-ebfebaf3102bbdfecee844b24f59ef79c78d3b573203d8058e363847b33531a0.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gh {
  background-image: url(/assets/flags/4x3/gh-90efce1b22e18fbd77cb6f13e9f72ecea1338e3fd090b3817171eb3e24ba2516.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gh.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gh-e9286720b91098135c65f7ad83d9a796efed89e27a052aac78af57e82d003859.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gi {
  background-image: url(/assets/flags/4x3/gi-03f50f9d9b262fdf822d325c5325b374661821d6fae41e20de42bc761e56df52.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gi.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gi-94700c7efeae285ce37ad883ca906c4ee65a99ede614b40eacb88d64873abb96.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gl {
  background-image: url(/assets/flags/4x3/gl-3b1f2b9c26c35f87fcb4b417fff6ad3d2aada484d734382440c338d4c7dcbd00.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gl.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gl-e468d30f57d5159f92aa487c8d16f9395671e64e4dcd74ec71b40bfa96259df4.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gm {
  background-image: url(/assets/flags/4x3/gm-8a5011e0a99457e6dfeb53b55a90875f2d9a802fe8fec13f570de6f2a27b8639.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gm.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gm-4200b76a4dbfbd9de052de9de778ae19d659a1d75d669757885580ef286497ec.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gn {
  background-image: url(/assets/flags/4x3/gn-e990df30eba87d7036bbf6a47b64d0a6360d82fba6b5bba812e148648e56ea47.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gn.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gn-4f9823b9e177c0604f8cbc1b2412ac9c39b4ffc3eda66311e787a6d9a640ebf7.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gp {
  background-image: url(/assets/flags/4x3/gp-024ddd0e63a5e22c9d9f73a84b8306f2176083081825a065d99646ee123dc242.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gp.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gp-00fab4fc916f5f267afd8e100a52098ba4aa6761cba1ecde56d506e85bd12025.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gq {
  background-image: url(/assets/flags/4x3/gq-4e5c5e90e99f9dd14a43b597b6d370c8691ee73e8c75a8184e4a8390ff3e2bb0.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gq.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gq-0e6d55dbcfe1e727dbe9c00ac2988407c196e5c0a20a0f71f752788649ec83c0.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gr {
  background-image: url(/assets/flags/4x3/gr-db2138fa7bb0c95282ec0ecae3b5bd6ff2b3a06e2f27c1434b5b2285d422a6e0.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gr.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gr-40c78a60595b2a3f485040d93505c0128de81b60f44e18e35ce0ca9d5a95f184.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gs {
  background-image: url(/assets/flags/4x3/gs-bf3e078414a68dcd77d82694f5411f67c1eb5a1503f427c8dbcace16238e359a.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gs.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gs-0130b60737c3873dd1868c70f7c3018fc276d152a398c2ce727edddb46f32513.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gt {
  background-image: url(/assets/flags/4x3/gt-1b63340464e9dd3363a631f74db87defe40bfc520ba41002bf094f154b579934.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gt.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gt-7cd5c99c47d16d4fc914979ffd7b95d87247d4c6652e07562a71a323f7145d58.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gu {
  background-image: url(/assets/flags/4x3/gu-4018f5c92a9dd473d226f09136e956de2570729e80d704e8cc4e8f3ca2bdc871.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gu.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gu-bb95d4d48c1e20be2b15258d9b895f38e9df1c54b65d4ed4aab1b323576f3899.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gw {
  background-image: url(/assets/flags/4x3/gw-0ea266c02a02d578e96bb5335244c83c2815f28ebd34ff7ab8408b16416dd88e.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gw.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gw-bd83c376f118c350751de000e2a48f97772438555dc1a70a7beb15cc4caee5c7.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gy {
  background-image: url(/assets/flags/4x3/gy-441a978efab1565daf964e822a75b8658f5879af41371b0b52e468e00eb6b095.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gy.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gy-d84ae82776b7142e4d9d51b1bdce601560275833b8d249e8e3d74bd3752b5aaa.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-hk {
  background-image: url(/assets/flags/4x3/hk-e5350bb4c4d63e98d802b3190247b2ce459d2695756ec62d64a995c43c4edd1e.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-hk.flag-icon-squared {
  background-image: url(/assets/flags/1x1/hk-082835aaf3d1d61e1dd0e3b2b86231ef11b20150f98898af2e352b87c910f7da.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-hm {
  background-image: url(/assets/flags/4x3/hm-1048d79fd546482c290e1a0e4c2f9ce053aa3821f17bf12487a4f3e0ac7477d4.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-hm.flag-icon-squared {
  background-image: url(/assets/flags/1x1/hm-af2df9fe67b48ead95d7ebe32d0a28a16c0d2fb03af909ca99e3b7d3cbe1a4a3.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-hn {
  background-image: url(/assets/flags/4x3/hn-d0e2cededb00e5dc79c75ab95e8f93d1851844c0924e49b59a8b78f6b35a7cfb.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-hn.flag-icon-squared {
  background-image: url(/assets/flags/1x1/hn-45eebaaac195fd50e374926f9876eb5456a8cbcc2fb30e6a19229c409c51520b.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-hr {
  background-image: url(/assets/flags/4x3/hr-e10c8456ac0fc1946d1cb1f15e73484d03e4442368d78b230b050cadb7730b04.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-hr.flag-icon-squared {
  background-image: url(/assets/flags/1x1/hr-8a4ca8ec8de4fc911306e198e66086fbbbf33891c8fa3e860af482f8ac2ddb44.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ht {
  background-image: url(/assets/flags/4x3/ht-f862a9bb3b96630fc26a6fd2200b77c985b90a87ff9c52c42c3d7f42a0198b04.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ht.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ht-1a12f16c45567e7b4fc2737b630345f7c7d0ac79ff31c41bc23920d0effd9adb.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-hu {
  background-image: url(/assets/flags/4x3/hu-a555e216b05645110da533dd2a5225021f70d7438e456877e77dc4522c261e41.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-hu.flag-icon-squared {
  background-image: url(/assets/flags/1x1/hu-70b6438afdbc91f98b5ebfd0cafa40b6d5b0266f8d0df56cf3bcc7f777bd54c4.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-id {
  background-image: url(/assets/flags/4x3/id-3b48b1012b8beab850a28e27d785e92afee830444749c814a32419b8fce5dec1.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-id.flag-icon-squared {
  background-image: url(/assets/flags/1x1/id-7d8348730949413fc7ff2587be342ff90c9ee1734d2ccdbca637a55839a894af.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ie {
  background-image: url(/assets/flags/4x3/ie-8758528ee7852e7ded3f03fb7bc96ef9c502b1321c3011e9aade28702c68e235.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ie.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ie-1cf70c38a49b5ec8c5ec6aace1dd0f1e1ac1663b8a5339ca3a98dc7bc4978702.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-il {
  background-image: url(/assets/flags/4x3/il-028f767bebb716e7a2e7198bfd03e698a7f19cad00385b30014a27680c101710.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-il.flag-icon-squared {
  background-image: url(/assets/flags/1x1/il-395ee62ffbff4ab2ae456281a90f441e1148c0143a237f8a0e540e31d55518d5.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-im {
  background-image: url(/assets/flags/4x3/im-7dbb2dd66eda428c32edbbf2275f709df06cb1270dd69c65e214874966c30d69.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-im.flag-icon-squared {
  background-image: url(/assets/flags/1x1/im-ed578fcc5e398ffdbc7a62d31b568a76b91e14ffa0afb794f3587aee8d248d67.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-in {
  background-image: url(/assets/flags/4x3/in-63b359940156312c6ed31c2b61f005c2bc386823401773aac9aaa328d994f7bc.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-in.flag-icon-squared {
  background-image: url(/assets/flags/1x1/in-3fd1bedfc697bfe677a9774d7a6f51d04115cce400b4d7a892ecf1f69526790f.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-io {
  background-image: url(/assets/flags/4x3/io-67be58cb5bf7afe6099ec339235ec7ba0da153a50c651e28d4c32b2e6aa64cbc.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-io.flag-icon-squared {
  background-image: url(/assets/flags/1x1/io-aa0702e0280d98693b3fb6350b45a7903ca25782082d3f1cee75f33f1a4d739d.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-iq {
  background-image: url(/assets/flags/4x3/iq-51acd0adc48bf1cb7256aba82069573f84db0baaf49b968f7f06afe140555f7a.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-iq.flag-icon-squared {
  background-image: url(/assets/flags/1x1/iq-0ec8238d4e53fd7ec06ceda47e1378ee68042666f1f7f1a91753595a2167366e.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ir {
  background-image: url(/assets/flags/4x3/ir-0d6f2bd5403ac2c3f7dfd49e3c5124817575c00b5167ef4c03cbfb63cfc10a26.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ir.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ir-123d34118d6933f90a6b1191e2605c8344850c39f72644b9d91e15bfa640b623.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-is {
  background-image: url(/assets/flags/4x3/is-21543ffd547f651c7628bfe97d3c3626ea5e6999848de64efddee4656c27177b.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-is.flag-icon-squared {
  background-image: url(/assets/flags/1x1/is-d73fc857d6844a1cdab62f81ba30a1ea895557d8d8fa4eecf7fa4b9127bc0123.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-it {
  background-image: url(/assets/flags/4x3/it-8b46e4a9676eb92cd507acef1d7c62115e6acc4b85e58a0806a0721ac34735f6.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-it.flag-icon-squared {
  background-image: url(/assets/flags/1x1/it-2767e5c7250ec17539972ef710a8cebde73971bf0b9b3186d5baffb02f66974e.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-je {
  background-image: url(/assets/flags/4x3/je-35111082a6e24dccbd512743a37ebec13094ffbed5fef2b0793037433821a7ce.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-je.flag-icon-squared {
  background-image: url(/assets/flags/1x1/je-87c6120456d517be72bdf28fd125176a743006be1cbe47ff5f59d54d1bf1253e.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-jm {
  background-image: url(/assets/flags/4x3/jm-eb05254eb1abb6d7fcd764284581224857c980d7bad9d7e9afff3dfff49d1e73.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-jm.flag-icon-squared {
  background-image: url(/assets/flags/1x1/jm-0af380d25aef6a7de4c545a85ea3f76d3b08e56c000980c08a681ada232ba49d.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-jo {
  background-image: url(/assets/flags/4x3/jo-193203037e596abc063a9c30d0dd3aaa9c908557a1b57bcbcb94e1a1e8bb2402.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-jo.flag-icon-squared {
  background-image: url(/assets/flags/1x1/jo-2b9c3f54d7e98c848cc0bd764bcd5ac2320d4f13aee8a84a207e7d0490c03516.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-jp {
  background-image: url(/assets/flags/4x3/jp-169d02f898d54cacbecd7b0197d32045a46c4424c10a67e78bbf488f7b44541e.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-jp.flag-icon-squared {
  background-image: url(/assets/flags/1x1/jp-20835e83e8d43872df1ef8a2b3a26379b5f6bcff854dab3c7a24dcad4a42e02d.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ke {
  background-image: url(/assets/flags/4x3/ke-58146180a02774a36ff2e4caf23b75c441a92dc69ffe3b9d4e9ded31e16748b5.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ke.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ke-b3b9722930c4ecc82ed67d7c47eb751eefba3a59b24b68927c45d43a06b450a8.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kg {
  background-image: url(/assets/flags/4x3/kg-7c23eb9471af5dc5ee4391e4ec08fec7889c2d83f2712ce59310a0eb81d663f0.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kg.flag-icon-squared {
  background-image: url(/assets/flags/1x1/kg-83e2a04c6199e69a1604a12610591fda15c8cf60e9fe7f682916815c5f1840bf.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kh {
  background-image: url(/assets/flags/4x3/kh-4f121b97388966312c5691244a72214a3306f87ec517c658adcaf39a131a1d8c.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kh.flag-icon-squared {
  background-image: url(/assets/flags/1x1/kh-9b9ebdb74308e4975fef2e9737cad7fe44538bf97f5c1b7b6239fc2f065d4cea.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ki {
  background-image: url(/assets/flags/4x3/ki-0e1a57754e3271771a154b525dfb57e20d584083b47b1ac2708b843abf11948a.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ki.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ki-64df628a3c2bacf16209af95403dd7ae5402f705b2776da20ea741646e047b12.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-km {
  background-image: url(/assets/flags/4x3/km-2301fd16e41810016f9a58d75b8a361ffe9885ecfc89a0b3e9108bda7f5501d9.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-km.flag-icon-squared {
  background-image: url(/assets/flags/1x1/km-6f9716ac74c8ef80557e682ae6d951a6ca6993eabd049f8de81a742f77a84452.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kn {
  background-image: url(/assets/flags/4x3/kn-8e866a33f9952f8b29e45e8576133345446925907a2c4bcd429a34ae377bc74e.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kn.flag-icon-squared {
  background-image: url(/assets/flags/1x1/kn-46b0fcf2a59d3f923fc5ae6c914d9ee2d886fb4ee6f9c1108133244f4093d481.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kp {
  background-image: url(/assets/flags/4x3/kp-ab0a3c4310474b324bbb39f77579ac3b421c531397d31e8f38de35a681d79bc9.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kp.flag-icon-squared {
  background-image: url(/assets/flags/1x1/kp-3a2ce32e4b76931fd6383f9833a4764528cc89c92f23672cc8eaff26c7a31ee1.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kr {
  background-image: url(/assets/flags/4x3/kr-854d1521a9cb2b22c90f96d5d62277a9e1382818eefdc294d481c397c92f97c0.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kr.flag-icon-squared {
  background-image: url(/assets/flags/1x1/kr-343a5d08f9d0ff8c4268c77111cff9d2296c3f875b8d776c95dea1ae246d9bda.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kw {
  background-image: url(/assets/flags/4x3/kw-75be6f04a24e7ddaaec57c95420ece390603961fa238245b776386890ab5627b.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kw.flag-icon-squared {
  background-image: url(/assets/flags/1x1/kw-cdbf39e8dc62ffc15b7bc3c373151070377db56c0508dadf80bdd3c971d8a094.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ky {
  background-image: url(/assets/flags/4x3/ky-f75f33396887f6234e7ee4fd483e57c8e35ac52d504a4a6e12fad25d855bf061.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ky.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ky-8ed8729ad8553aa468c0d9ea196f38048770b15a1bb632fb7c3bd56fbfd5b643.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kz {
  background-image: url(/assets/flags/4x3/kz-51f42e580c605b6580aa4288d88d9c88bc6fd86af2388b0e4313bce969628743.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kz.flag-icon-squared {
  background-image: url(/assets/flags/1x1/kz-38ef143eed3d03cebe2e4924d520a0d90d5e59e97a39b13cb3085415267af6f3.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-la {
  background-image: url(/assets/flags/4x3/la-0a762fcc7ef73f1fedb4765b718e2e96c819d4b26d5375acfa48d245fb97fcec.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-la.flag-icon-squared {
  background-image: url(/assets/flags/1x1/la-59d7d7dd1443e9bc557631254afa4333d1b83db314c9eb8bc170ce26f34f5dd8.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lb {
  background-image: url(/assets/flags/4x3/lb-26ea2add2ac68a8040b027b510f29080d8407b961243c77b33b46c8957768b66.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lb.flag-icon-squared {
  background-image: url(/assets/flags/1x1/lb-eb8049cb746a3913ac814f4d6e0e850d0e4b9a60b78dec5e9acd95b299bf95e4.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lc {
  background-image: url(/assets/flags/4x3/lc-444f9f77d0b09bd84fe2a5fd7194eae81341d8b7b4823070fc3e74cab481a122.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lc.flag-icon-squared {
  background-image: url(/assets/flags/1x1/lc-13a572e5fcbada8bf66eb77413f04f862b0cf95d4b85c5292b3d6348ec4d8c99.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-li {
  background-image: url(/assets/flags/4x3/li-b2d0ccbceb7e6129a6529c98721d92fcee379ed6c225a18e1eff3c6fa092eec7.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-li.flag-icon-squared {
  background-image: url(/assets/flags/1x1/li-97814472256460b19df380ad90e5380202001a8a7ad6b4140cd2a0b92db909ac.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lk {
  background-image: url(/assets/flags/4x3/lk-d910bd0d9ddb013c5668824d6600a842496c0a17c74f772a801f833b9eb044f8.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lk.flag-icon-squared {
  background-image: url(/assets/flags/1x1/lk-c7fb3c2b64782519d94f0a9fd21c057e5e32b856c428b68abb11667191235270.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lr {
  background-image: url(/assets/flags/4x3/lr-42e8d3bdacafc05835fcd52026cb3e1717573965ce9d4f49635dbb390021a4b4.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lr.flag-icon-squared {
  background-image: url(/assets/flags/1x1/lr-169945e579afdf35dd158694a1679380886f8541278cbd225c7e750add25e60e.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ls {
  background-image: url(/assets/flags/4x3/ls-a4db42569c4760bffd695cbdb030c90bc203f40f75fb357cbdbef961d29cf5dd.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ls.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ls-1dd02208fc24c668e18430bb0500fa14c995f64cab8cde080b4256bd1b42b23f.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lt {
  background-image: url(/assets/flags/4x3/lt-a57e003a5cbe538a4bfc2d29fd3523a87948bc8e29f731096dff9095096178c9.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lt.flag-icon-squared {
  background-image: url(/assets/flags/1x1/lt-e386ebe0482bdf999b151c3ae8c5e5e40a58037eab35b29f37682aa849edd3f0.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lu {
  background-image: url(/assets/flags/4x3/lu-2746295f8b0a1540d43e0c2548d4ec1341fafcffe48b919fb135a6c82535b657.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lu.flag-icon-squared {
  background-image: url(/assets/flags/1x1/lu-9695b187733f52bae07c65e78aae8956e25360ad773c1f4703855997571a764d.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lv {
  background-image: url(/assets/flags/4x3/lv-b51d475acf37be9accc82ddf5f60773861cf58b0e9b599460852589da88501ef.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lv.flag-icon-squared {
  background-image: url(/assets/flags/1x1/lv-dbf5d3fb294b518bc6373c4fc22b028fc462647fbd5032cf57513556896577bc.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ly {
  background-image: url(/assets/flags/4x3/ly-7409a315d2f9aab4676558d7e97f4316ea87fc7afd93a493def4adf0b5773ca6.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ly.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ly-6457e38177d82f6c52e3f3c38328f1ac66bb5a5c7a9026229d4e3aafe3b592af.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ma {
  background-image: url(/assets/flags/4x3/ma-0628f236b2067d66c841c1190a3e8e3e9c37fbf2f3521fdb5ecba3eda75e805e.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ma.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ma-5c96636ed7496b25e989cb74f202e377ec4c59b056b9d0c425ded77199b0d659.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mc {
  background-image: url(/assets/flags/4x3/mc-10a533ce437c40973f8684439f7e24da1ea624c5e5535fa4738d62ede0650242.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mc.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mc-6a9a8fe216f75ecdb8bddf6e6c816c1c9771ebffe3c09e83975a434ec1fb4950.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-md {
  background-image: url(/assets/flags/4x3/md-6641e05826ea580544c1890fe3698eb2e8e3af463518fc37eea7c41eb8cbb6c0.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-md.flag-icon-squared {
  background-image: url(/assets/flags/1x1/md-e51dd640155b523a207eb1dc9dc909c38d9e88de04729e250e0cccd1e9d1b0b7.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-me {
  background-image: url(/assets/flags/4x3/me-c841acf1209c546dd77c18b718141ce4e21dba95a120cc3092988edaaf08f432.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-me.flag-icon-squared {
  background-image: url(/assets/flags/1x1/me-c290031be15a14ebd1fd278774142e29f7dfe3d0fb3aba79c0d6932cb0feeb4b.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mf {
  background-image: url(/assets/flags/4x3/mf-41a6043e2495b346fd700b17352150a8e43ca342a515fcb5159c39f809663ec6.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mf.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mf-a3f24457b393082243eb00ea514057c09b1cf4985f6fa17d7902500fbb716317.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mg {
  background-image: url(/assets/flags/4x3/mg-1baa2b12c3e79d592538d5d8e4d5a2c0e1373d3871c9d829f57b212daaf42129.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mg.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mg-7e78efcc81f02f0616a11aec87bfd8dfaed1a328496301902f53375eee8f72ee.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mh {
  background-image: url(/assets/flags/4x3/mh-1236a730a9819f0b58ac8cd642d17482b3945a894c63663b4accf10ac8ce5ecc.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mh.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mh-3ecae469e3987c59cc4b19833eb8ccfe49a9477f70aa2aa2be5e9a4a131a48d0.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mk {
  background-image: url(/assets/flags/4x3/mk-2a7bfeeba74701ceba752795d02eac7a97a6139471e5bdd529f2a858f4fd1d0e.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mk.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mk-fe5c84d0e9bd4b7ceeed81f9564a970d7b5b39659e42f819c50950e191443720.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ml {
  background-image: url(/assets/flags/4x3/ml-086660fe4272a22e220c94854fe4f80dd61afadd5c0c81cc075aea91bbcaa691.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ml.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ml-9ef37a44932a3af38990145042c85352b1c5c4e791221d1fd91b5a9f7a412efb.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mm {
  background-image: url(/assets/flags/4x3/mm-60ae7680502d9af8796fe3b3d57bbf6105a406e2e66840e9aa1f6e2470466058.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mm.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mm-ea5bef04548342d984d8c8707333a31203a5abf015db093553f26c3a9febb251.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mn {
  background-image: url(/assets/flags/4x3/mn-1309f63a0b6bfc594a1721a8af76381a1389fda64d840b256d353eb1341cb794.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mn.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mn-86ecb7d9fcefe13783f165d44a93c9c2b1add55481bc69a70f9bd3652c27ae74.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mo {
  background-image: url(/assets/flags/4x3/mo-6c69662b2581d90527965dd2c444784ab366f0080c93f2014ca37f2f7541b898.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mo.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mo-ef906f7a8fdaccb7532359de1e5ce664ec0342975052b55a2e389f1b6338cba8.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mp {
  background-image: url(/assets/flags/4x3/mp-dd2fa1cf9846007f88c88143047430f3f666099875407cf36648b271b6e1400a.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mp.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mp-cd1d342862684bdb7caacb093e37d7e3b094cf49cfa5aa579d6b8201ffb4dd93.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mq {
  background-image: url(/assets/flags/4x3/mq-be00a7c77b6aec1f86cd16bcafc7fe27b7b8c967b03632f8230cd83794833ba8.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mq.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mq-bfaccc4a61b2d7067b44d54a75ce5bb5757292bdabff5e104b547aa2435a2e5d.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mr {
  background-image: url(/assets/flags/4x3/mr-2293d4180eff3670e1c484d52a206efb562e8d96b9cb8c5a43aa65e1e2b1289c.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mr.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mr-a3eb1a496e2c5dc86245856e18a91d71046b44d74d88274014e2d4fab41c3453.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ms {
  background-image: url(/assets/flags/4x3/ms-913b24dbffa69bc3a57e997a806cdca5026cc5f87f83eefeef36a1aa8f5c2789.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ms.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ms-8be40421854193032b83670c6a91aa1f5c818578eafb85ee90dce959eb54c6db.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mt {
  background-image: url(/assets/flags/4x3/mt-517b4f67a94fff5be6346cae3731f5a17290b4c56732129967c15f482199365e.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mt.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mt-371c5673e14380308182c7ae324f54792652bf4d0cf64de30b1d1fefea8c9b5d.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mu {
  background-image: url(/assets/flags/4x3/mu-0a0d71ecace32a2948ac3eacc94927fb0ba7306236bf2a18ab5ae85bb2351664.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mu.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mu-e0d4ee6c8f915eb54307ff51f57734c0bffa843060d953b9bd27f365b4a11b36.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mv {
  background-image: url(/assets/flags/4x3/mv-421f31e8be8d80695f9f4811435214e8a8ac8729e145f9d491b888d91d0ca999.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mv.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mv-c0056befcc1b506b4b498bf37dfa30642839a1beb6373f682e1214850b51cf6d.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mw {
  background-image: url(/assets/flags/4x3/mw-644750e23780e66258d7b56777be8ef47ce3ca2d9d5735eac5abbb22fae33056.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mw.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mw-70a282f17250f7fb49f8fbeb357dc492b742dd2a9c58e13281f0e900a8c63e94.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mx {
  background-image: url(/assets/flags/4x3/mx-246482013102c12a6f83dcdfe0fa40c350560ae64505f9b4d3113ea5356e2f71.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mx.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mx-27887b671ab9de501b6693ab60380e809962ac12222ddb580c9426e79e1360e3.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-my {
  background-image: url(/assets/flags/4x3/my-00a98291486af1c01c11fe46a203dd07bee31d6b5ffb5f60d04ad337a3499775.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-my.flag-icon-squared {
  background-image: url(/assets/flags/1x1/my-a60a1ae968ed1ebbb60626370bd0494112b562a358c1381e6bb162268a110d8f.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mz {
  background-image: url(/assets/flags/4x3/mz-8281fb68c18d27bf1588de7684e67f14aeabbf8e66117eb4e640faac9762dbb4.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mz.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mz-dc805944726edfe3a8900cecd82ef15037381b81b6fab0d96d2cf93ba0d7a3ec.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-na {
  background-image: url(/assets/flags/4x3/na-d798d2db5bccea439f545e5e6dfa5aad6a166966cb5e223f7f2aa4d4dc73abd7.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-na.flag-icon-squared {
  background-image: url(/assets/flags/1x1/na-0fceb3e900c021df14c00cab058c84cd834cb2f494a1db2fa58728a7f9445762.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-nc {
  background-image: url(/assets/flags/4x3/nc-2861e50f3a0a1b1c368d913df4f4092c65bb3faa2d01e4d084fa33ed041e537a.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-nc.flag-icon-squared {
  background-image: url(/assets/flags/1x1/nc-1d65d86f9caaec75cc886c8abca3cc39b8de23c48e67b55936be3649ae67d716.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ne {
  background-image: url(/assets/flags/4x3/ne-90b12ff4abee66e42d27b6c55dd602af3cc249f3492c8a449ec84a35a74ee6ed.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ne.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ne-ecd9bd0f027c05147c336ef396ffce7c16cf011f051860ae082ea99be34554e0.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-nf {
  background-image: url(/assets/flags/4x3/nf-3323e2cb59cb8f9282e45155b6830e4c06876bc0c24ee28e5dd4dcff28d2dc70.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-nf.flag-icon-squared {
  background-image: url(/assets/flags/1x1/nf-3da2a0db99d85998154510ac50674728e4768079a57443529b18b1ed87e5c077.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ng {
  background-image: url(/assets/flags/4x3/ng-387e036e728aa4c36d93fad3c90e76e3beab727783ec11da7fbce30ff52c805e.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ng.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ng-c4c24f43d15d5690390ea6d5a4b41911aa7cf0807167d69e95748c4439211dcb.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ni {
  background-image: url(/assets/flags/4x3/ni-b83cccf0a65d0abf0398b905936ca6b6d5b1b64db8a34223225e3e4eb4f0311d.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ni.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ni-35731438cffa30b56cc403c5e9a59e85e661566a0d72c5310865aaf282731e0f.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-nl {
  background-image: url(/assets/flags/4x3/nl-a71cd17ec0d083d39373108c1f5e994e71491e1f7ac34119e60c859142a2d34d.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-nl.flag-icon-squared {
  background-image: url(/assets/flags/1x1/nl-6bfba1aa0f31f33e126e51832eddba06a92106d569f3e01dc4989a3425f45eac.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-no {
  background-image: url(/assets/flags/4x3/no-d4ae9765d2dd03faef1007008bf1ccde064e36c765faef79a270e7e8fa97c23a.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-no.flag-icon-squared {
  background-image: url(/assets/flags/1x1/no-7b3a522b5101f7bcc5c9ac05adbfbfa3dacde4fc4420d2997b1ab38af7e50dbc.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-np {
  background-image: url(/assets/flags/4x3/np-043dff0f7f1cd254f2c2d82367557e5f4a15579af81242e2979523700adaeaf1.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-np.flag-icon-squared {
  background-image: url(/assets/flags/1x1/np-976aa23f62798e1c0974a78649ff295334fc0d39f63eb19e990d2a13efe9fbe2.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-nr {
  background-image: url(/assets/flags/4x3/nr-f977239dc4f2dbb4185bcb741dc0aae4b46dd2d647444150f317e8dfb3062fd3.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-nr.flag-icon-squared {
  background-image: url(/assets/flags/1x1/nr-1899ab289aa424dfa1bb1a787a5dae3d9081b212433441fe9a7c95c1c377fc01.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-nu {
  background-image: url(/assets/flags/4x3/nu-84b56f2711a6b958b9072dff3912f225c034d246341cc29c4eba6c34c70fe6f0.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-nu.flag-icon-squared {
  background-image: url(/assets/flags/1x1/nu-60cdb57b27737dddc21980f6630e7476471ce8c1bc34b3a2632819bef23a26a5.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-nz {
  background-image: url(/assets/flags/4x3/nz-9cca5c871f70cdd784a33836d5a07ada7f6eaa720811c70dc2306a2a5056648d.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-nz.flag-icon-squared {
  background-image: url(/assets/flags/1x1/nz-e5c8b6660d172e25e80f1d9530fb3e8b05fba1c4c02b95679fbcd5a0c50169f9.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-om {
  background-image: url(/assets/flags/4x3/om-fbef9222761223ced04e2946ec71432c761618ad58b8a3a5af5627a1d75b48e9.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-om.flag-icon-squared {
  background-image: url(/assets/flags/1x1/om-07148a6924f8ce843e33be4f3d9d5dd40040da366e667925985e7b247073d08e.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pa {
  background-image: url(/assets/flags/4x3/pa-50535df4995256b70ce0a7971ba95922046d445c06a567fd951d7f5a79cbe547.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pa.flag-icon-squared {
  background-image: url(/assets/flags/1x1/pa-e4d955c65827104b4f898beb392af5ffed5f62a09035f42801512b5b3d7767d1.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pe {
  background-image: url(/assets/flags/4x3/pe-b518a86545125ff3c3fde029c2992233df876b663d8ec723bd4d67f90f72cb62.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pe.flag-icon-squared {
  background-image: url(/assets/flags/1x1/pe-8e395c37a87d3ea212ceaf0768869f2ae38ad507761ef6b10b2077f01274d6b0.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pf {
  background-image: url(/assets/flags/4x3/pf-d1537625ade03a7fae7a5bdcfc5fe9f6449977613a38ddd258c8572f3630185b.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pf.flag-icon-squared {
  background-image: url(/assets/flags/1x1/pf-c78c72a0ad139c9da31592af7c443cfef4e1e1baf208e44088ca667298324c9e.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pg {
  background-image: url(/assets/flags/4x3/pg-3190ab67d73878026d59e98e14b0cf98812c5c086d35956383c9986f7e0433a3.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pg.flag-icon-squared {
  background-image: url(/assets/flags/1x1/pg-fe2bbe3c6599a4bf895b9f748d5a15650a7d29c854252e3b074c780a77cd51b9.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ph {
  background-image: url(/assets/flags/4x3/ph-ec483bd752a5a0d1f063397a2c206bdd9b23451d2c262eceba6411b2769ed3b1.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ph.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ph-0d61f012185140030d9879f180b8279ab7798a9d7d062e141937ba83b51ab20e.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pk {
  background-image: url(/assets/flags/4x3/pk-776714f751e4347341656ce5e88c6fa13316e2e36205cd8d09c73779794c2a56.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pk.flag-icon-squared {
  background-image: url(/assets/flags/1x1/pk-50284d5da424696f41ac4861f8eff6e5bc23a6e1812df7b444967c6e58ec6f81.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pl {
  background-image: url(/assets/flags/4x3/pl-9bb56d1ec91d8c843ec53b018dc861772e466bad1582a9ba42148524347adf6d.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pl.flag-icon-squared {
  background-image: url(/assets/flags/1x1/pl-acc73e013a67a13fde68d812b22889be9150cce57d029deab6ba5b0ba4e7b69a.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pm {
  background-image: url(/assets/flags/4x3/pm-5d990f5bc74366f734851ceb35046baaae3555ccff57e6cf95c7143f9b245532.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pm.flag-icon-squared {
  background-image: url(/assets/flags/1x1/pm-781f551a82a88b0a5e238b078310bc843950c844092d8ce1e52587feca285606.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pn {
  background-image: url(/assets/flags/4x3/pn-1e347803c27d86312324a6a6712dee0bf5590971f027fffe082681dccce6c4c1.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pn.flag-icon-squared {
  background-image: url(/assets/flags/1x1/pn-b9762ab4fd752edc4506fd05f2810094e8de8b3cf6fffd00bafb89b6ed95359c.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pr {
  background-image: url(/assets/flags/4x3/pr-4c0359aa4277d04c3c3af8ff89d0bbea462b480334cd6974beb6c5739c42903a.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pr.flag-icon-squared {
  background-image: url(/assets/flags/1x1/pr-dc838368c71fe79aea88491ec3e419ff01c26a5af460b05a79cb6cc6fa02b6b2.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ps {
  background-image: url(/assets/flags/4x3/ps-39b00800524af9e8d270c479274be2dd5459c13d67a6f308139a69adbae4997f.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ps.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ps-9102a922196261028bd07e60d1b2ef435e123aae8bba6d49a5918123f8be18f6.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pt {
  background-image: url(/assets/flags/4x3/pt-f76294ca6203778375158111051358fb535eaebb06d50951eb5326f9ede31536.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pt.flag-icon-squared {
  background-image: url(/assets/flags/1x1/pt-09b4548e5764d2a6c56bf9c33e8652911f91b16ab6bfa3041630506480281047.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pw {
  background-image: url(/assets/flags/4x3/pw-029fb7bb87eec12c79cbe662fe3614698c7638186958fb6032e59a17705777cb.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pw.flag-icon-squared {
  background-image: url(/assets/flags/1x1/pw-39f82e7a0e390333a2d0f4a1396a8f710af7ec3002c5542d7d6c76d634a67e82.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-py {
  background-image: url(/assets/flags/4x3/py-6f18a4e716e9fbe7d0caf99651fee56e44ffd2a13ce77f50a8374a7fe6b0879d.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-py.flag-icon-squared {
  background-image: url(/assets/flags/1x1/py-0325fb333b5ea2adb996345bf2bf5df0c460c87ca97cb3c8f6e65a7f33aa1722.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-qa {
  background-image: url(/assets/flags/4x3/qa-55eb7d6716998d68fe6e3345807dc410e5c5e8511bb2c78f0d08d51da707a131.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-qa.flag-icon-squared {
  background-image: url(/assets/flags/1x1/qa-cfff93f4c31946f7646a855521a7db667c78cb89a7c2ac339c64c14f06be0f7a.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-re {
  background-image: url(/assets/flags/4x3/re-8b3124b78a7752ee288a401ae16c3cf5dafc1296e443ba941de8b338b16c2723.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-re.flag-icon-squared {
  background-image: url(/assets/flags/1x1/re-c7173d64ef4a62237f83c7af8cb144fba8c38bd7ac8e7125eda78320931215ca.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ro {
  background-image: url(/assets/flags/4x3/ro-a10768f5227b028969ceb2bce6e3fc2ecbea0c5e40d1946c47d913d2745a8b21.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ro.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ro-a4cfc4bce72dc7b034f2b84e932ba3d47f7a9404b94b1450af48263c576b62c8.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-rs {
  background-image: url(/assets/flags/4x3/rs-9792f9ae9694c0dfa1a213ec6ceb29d7b41819a508bedc4bf89dc4c285e48712.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-rs.flag-icon-squared {
  background-image: url(/assets/flags/1x1/rs-cd44c0b89c5e2c2d0afe1902a263d60648dd18e97636256eb1ffc3148e336cd7.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ru {
  background-image: url(/assets/flags/4x3/ru-ce34e72a9d955c6c6860a5e552cd3902d236bbff5a714a49a1b8f8dbbce3c410.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ru.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ru-aa0d5e4855f92f211efad3979493956dfe01ad4a0b552814cad05fa67694de03.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-rw {
  background-image: url(/assets/flags/4x3/rw-0f08a5e527db8287642f1aafeb397fd49ac3add8e86dbb0d9a8be7d2c43b0153.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-rw.flag-icon-squared {
  background-image: url(/assets/flags/1x1/rw-297915f2fa836eba2dc1d795a4f5b1c51f8d9abdc6704b13e63cd81c81476f09.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sa {
  background-image: url(/assets/flags/4x3/sa-70281c72fb6008faf5d36c401593c7c8f0c8870332e23fa3b1b53cd0f88e9ad5.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sa.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sa-463ab66153968c569b854793714e414ea77185758a8236364019d4e7e40582fc.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sb {
  background-image: url(/assets/flags/4x3/sb-5de262c7e2fda747ea4ac98c2ca9ce045f07de995330b1fc3bbbf39e25ae42f6.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sb.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sb-638ead7b9c9a42fe2318daf753a8f0ce9cea4792114d8d7475d5a5abcf697cb6.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sc {
  background-image: url(/assets/flags/4x3/sc-46736983ebac2719d3e3aca36e3dbb896f612db71b72e9e5d6f3da36ae59c0ac.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sc.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sc-1dc9321cdeeecad7c6485b2bc3aef87a1a1ca116c18908286b5f79bdb5ee8313.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sd {
  background-image: url(/assets/flags/4x3/sd-3b49e891fcda945b02ee18ce8cee078f251d8e822201ba0f8953eb3efb0b2860.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sd.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sd-993e4821f73f36e6dd12332ed727047a97c7d31b1c8f0b3312e924c5f437eb34.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-se {
  background-image: url(/assets/flags/4x3/se-8e13876ab89aedc66156f36f55fefe66068c43657a803ba6b98843c171fb06c7.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-se.flag-icon-squared {
  background-image: url(/assets/flags/1x1/se-8af88180b9c1ca0b24dbf5e04039a523c6f0ce975094c7fb6b38a4901b2e5c5d.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sg {
  background-image: url(/assets/flags/4x3/sg-da88143d134efe0c37b67471ceb24a9ced62ae9ade25530232c92435e6f46b65.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sg.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sg-80e8f95951096bba14b6d6ebea036b0717617668d96f32b5a8172a06be1feb22.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sh {
  background-image: url(/assets/flags/4x3/sh-3b36e972618f594e95974a9c551d3ba9ead3e9b175d8dac0bc30fd1910f82561.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sh.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sh-f25afcdb45a6c2d58e3984d40188a03342271f2f6312b868236b2a1c02a2e60e.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-si {
  background-image: url(/assets/flags/4x3/si-a9715a0c1db87762010c25b6d3bb90f73de3c893aa3bbc7412d57dfa14f28dd5.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-si.flag-icon-squared {
  background-image: url(/assets/flags/1x1/si-daa3e030c059585d235a78f228c89a32bc50df223da8efa32f85a13978524365.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sj {
  background-image: url(/assets/flags/4x3/sj-a2fa34115702482c2af9c7632eaeec77a26a1de129ce825bc38e27b6523e19ba.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sj.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sj-55f27b8e6aa75b9db244543edd19b891f3c07d59106cf08ff5c47781c480d272.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sk {
  background-image: url(/assets/flags/4x3/sk-b285dd82884088b14db516eac76a39b29752279ac9f0f3e7c84b624edea66aa8.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sk.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sk-cf28c14c8d736a45cbb0a31c0743373b6414974d561729d322cb7204e6a2f25b.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sl {
  background-image: url(/assets/flags/4x3/sl-571df59f51a68477e49c8bbbe397e505d30d27ed1611b37485c94198b6401a9a.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sl.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sl-038ea846f3362ef266345b5a7f9f0c7e94334edf697c24c5faeda27bc0396927.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sm {
  background-image: url(/assets/flags/4x3/sm-a15cef2d34582deb77e611ac2df3580749a7faafa1bc7c5c661c906ccbdad64d.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sm.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sm-b9bb79651c85755c984570a106213c32d87c7fbe5737b9b6a6e5512a05d98429.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sn {
  background-image: url(/assets/flags/4x3/sn-d8a7143973e5ea3d4b58e707ac2b791b45b5c7a7e65cea521fa82e9e5920926d.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sn.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sn-2432d592221bbdd387548cfa5069c62f75245597749ffa6e2dc8d029b76e88ae.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-so {
  background-image: url(/assets/flags/4x3/so-c82eddc49e0c223a307286bed233a03794954ad83efd12d8e2499a728bb78f22.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-so.flag-icon-squared {
  background-image: url(/assets/flags/1x1/so-52cb6599bb12bafd9e49b2661297961fe585068009eb1b1c1153023514a342a7.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sr {
  background-image: url(/assets/flags/4x3/sr-cda17a0b4748b11b3e116d4f034adf47def0faaae1e71a5bb5d5c61645be9795.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sr.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sr-fb0ff6fc7108d1b993a838bb0e9db479af4e2af4cda72c80e7456c0777cdea28.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ss {
  background-image: url(/assets/flags/4x3/ss-744839019f2833ed8059e53d0d6e1cde2471c6a61d51f9e09814bda42bdc1f12.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ss.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ss-d77200a3fe67f1533ea642a6013667ce15bb0c8068b09db151c960593b37549a.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-st {
  background-image: url(/assets/flags/4x3/st-b0a9259277e38c0c8e0efec1d10b40d3e9c80a9eef21c174246aad28511e976d.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-st.flag-icon-squared {
  background-image: url(/assets/flags/1x1/st-02eb52348f8547d028ba692f909483c32474105aae7940731d9264027493e479.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sv {
  background-image: url(/assets/flags/4x3/sv-b524450c407002e1cf8e85444bb4225849cae409f54f5dc87d14d65faeeb833a.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sv.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sv-e16fe96bd7f32dadd74091ee73b723c2b8dd92e791f337c54ee5bb18693ef1d2.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sx {
  background-image: url(/assets/flags/4x3/sx-076f4363898d1374f985352dddbfe2a618bf4e7fedd80e43956be6614ca27ec0.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sx.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sx-689aabb209fec5e8fc325bbaff80aa0bf11a2d6c819fa821b82069a2e5f12911.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sy {
  background-image: url(/assets/flags/4x3/sy-d99ddced9cf98e95f7086a70703cd234cc8e21e744c37a6f90820c37ebc755d2.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sy.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sy-c7f1e1422a9d941be9abd5e0f51b4c4ebdd08efd31c4ba3e378c155911cbe844.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sz {
  background-image: url(/assets/flags/4x3/sz-b8760e27e50f7f31f0b38c2cdbcfa0121317bad064561cbcfeb8413ee8764e6d.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sz.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sz-6c0e7ae75aa0fa71821d7b6230dff63e34b65221c0dc08f50226299d37716652.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tc {
  background-image: url(/assets/flags/4x3/tc-abf0740c371bb155066651fca91c9e27e12b3cc9c05c14494e53dac851cc78bb.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tc.flag-icon-squared {
  background-image: url(/assets/flags/1x1/tc-13c94ed220ff9c70284c379e33fc85891de95dce60ec053787549485bca40a36.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-td {
  background-image: url(/assets/flags/4x3/td-354d8d74597706ece28b45f28030c948596f91c04392d07307b800cb0fc6e4cd.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-td.flag-icon-squared {
  background-image: url(/assets/flags/1x1/td-fb3c31a792ab9fffe28bfe959cacdac54daebe9f795c30515830d93773805c3e.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tf {
  background-image: url(/assets/flags/4x3/tf-f4edacabdba5b4d4d898a4edd7f07976f6a01ceee97c03fdf3561f2ba369b4f3.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tf.flag-icon-squared {
  background-image: url(/assets/flags/1x1/tf-fa00833e3ac96967c55c7f495a580ad5beb1fd912d32d0c9751b93c3c89be893.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tg {
  background-image: url(/assets/flags/4x3/tg-32688daf8870e048421dcbfa2777d9b5f146e588f5f604433d17143fe702dac7.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tg.flag-icon-squared {
  background-image: url(/assets/flags/1x1/tg-0e62ff3b4c2106e7c5fe27a6f32fb3c10f69f9cfd5dad9aeb7a8b54af7cab786.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-th {
  background-image: url(/assets/flags/4x3/th-da4f1fda6eda5971dd52bad365bfc4aae176f0eedebf5c8bd9af25789c03993d.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-th.flag-icon-squared {
  background-image: url(/assets/flags/1x1/th-95ac5f4463da0b9164f2fbed65ca12046370fcb1e250c6170975b77d1509b3e5.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tj {
  background-image: url(/assets/flags/4x3/tj-d072d6cd4136ae97533d32ac74d20350ac794f8a79eaecd1c55142e76b93b3d9.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tj.flag-icon-squared {
  background-image: url(/assets/flags/1x1/tj-2cefbad6aee66d30fd757ea564fdbbde86aebde70720e9c961799caa6bdc8b84.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tk {
  background-image: url(/assets/flags/4x3/tk-da715012efe8731020fe54063a76bffb256ea6696da290ccbb599ab36990edfe.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tk.flag-icon-squared {
  background-image: url(/assets/flags/1x1/tk-4055f5153398c294b2344880102e23847e952df1d04ad8734218fb0f6b43bf42.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tl {
  background-image: url(/assets/flags/4x3/tl-388fac3c65fbbc18779b88f7fcdea523ba440860923a7e1602ca1138bcd5c40b.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tl.flag-icon-squared {
  background-image: url(/assets/flags/1x1/tl-9fea1b22d992cd15cafd1e5824d65f1f0f84b7c89a0f5a460b82429e2f9a8e95.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tm {
  background-image: url(/assets/flags/4x3/tm-f5d7cce194b88ed026465717ee593c35c03f76f3483d77bee2a3e05827628679.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tm.flag-icon-squared {
  background-image: url(/assets/flags/1x1/tm-a3f255f0a6874a326140c9a4cad876cd386c30ac7b9e974905699ada62811042.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tn {
  background-image: url(/assets/flags/4x3/tn-ba48fb29a4c8511d1145b87abc10cb75e8dc9ac4e704dc9efc113cf920d4b640.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tn.flag-icon-squared {
  background-image: url(/assets/flags/1x1/tn-d9b89cb7ab0b22d5a4709eb4681d77b8f6877d572a1d2f6424f6ce2fbed2dede.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-to {
  background-image: url(/assets/flags/4x3/to-9f1079a109d27abe53f17281320474ecfa6edc571502831f167471edd470773e.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-to.flag-icon-squared {
  background-image: url(/assets/flags/1x1/to-a543262eaac18a114c5c70153895192a3e58981d4a00084473cd479bbca5783b.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tr {
  background-image: url(/assets/flags/4x3/tr-04941a0f055d2ee2466b8e19532f58a2a0c4e3a83d986a601220fda2b6a3b090.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tr.flag-icon-squared {
  background-image: url(/assets/flags/1x1/tr-0df7b630a61ad40f32017487e6fef02258e8b2c8709c6fc8c1d3de1e9b36b09c.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tt {
  background-image: url(/assets/flags/4x3/tt-9ca06051696b194f98d36ab4adb6aa7eb75275333cc0b48c9c9e1c34601013aa.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tt.flag-icon-squared {
  background-image: url(/assets/flags/1x1/tt-b05ee6c590e5c757190226182ac72648604086a272479f91d73dc24d90162eef.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tv {
  background-image: url(/assets/flags/4x3/tv-5875f68681a06f613b3f84cd6959eb9dba70524bf14b0c8aa4a823a833dd6a98.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tv.flag-icon-squared {
  background-image: url(/assets/flags/1x1/tv-d8be186cccd6335a8f85c89085ef08b19c247df4081ed61698604972fdb8fa43.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tw {
  background-image: url(/assets/flags/4x3/tw-29e639da18e668c62eb04ed3f3a02e11b0809890a2a0c82b529e50d53076e4e2.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tw.flag-icon-squared {
  background-image: url(/assets/flags/1x1/tw-2a2531772efdfcc74f70cc88f6fc15df7dc42dc344d9ed94b08e1847557976c4.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tz {
  background-image: url(/assets/flags/4x3/tz-69ae0bf011f019428148ba9c3d793b4104be88621741beb216dfc9f43d125d6c.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tz.flag-icon-squared {
  background-image: url(/assets/flags/1x1/tz-581f05e20eeb5d8d77f807f2d6edaf786da8226284726841f33d9288ee84d6b7.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ua {
  background-image: url(/assets/flags/4x3/ua-ddfa2a9985ed8342421c8df6fe852ec92e15d584c2565c525347bcd5f524c9da.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ua.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ua-86260ecf3aa1da110f92b58861d7918e3e574a79cfb4334f9c82b1a750a8a875.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ug {
  background-image: url(/assets/flags/4x3/ug-b748460c255e064ba8a2d89bb78c48fd29bdf496a7ca3c3af0ed0d83e49995cb.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ug.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ug-8a8552bd983c6e2136f9eba9b4917d0e158415a24d9945f663ed56239299b44b.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-um {
  background-image: url(/assets/flags/4x3/um-d3a2b6a726a36d08db81fe4a5f0decd0afe5aa4ad8515304db4c3ace8f27e415.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-um.flag-icon-squared {
  background-image: url(/assets/flags/1x1/um-0bcb31652ebcfa8c6727911e3df341b30425c3c699e6c4bf9f47c739ab9f442d.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-us {
  background-image: url(/assets/flags/4x3/us-c10177f8d2a93643101b39e419273bdd2f43a58ff9beff88a90431b0a4aa6a00.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-us.flag-icon-squared {
  background-image: url(/assets/flags/1x1/us-a46068d8032a1e3364325da9675a41ba85a40c5401981c403fb7297aea254906.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-uy {
  background-image: url(/assets/flags/4x3/uy-ab18ad511d2822414e3b4f32e3309dca27b5b559cabd89cba2b4b4072387f440.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-uy.flag-icon-squared {
  background-image: url(/assets/flags/1x1/uy-d94f5244cbd79f9348a048b7ec8861d37a237806dc1a6427fc9e743b86f43097.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-uz {
  background-image: url(/assets/flags/4x3/uz-78ae3b6ad90b0bb256102b6db50b8f9a7700fb6275e80d0c5b755e0defdcf8e5.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-uz.flag-icon-squared {
  background-image: url(/assets/flags/1x1/uz-eff129a2e58e047e1daa2883f9ab0ef410bc11c42d652b9c4635bce5ab045b4f.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-va {
  background-image: url(/assets/flags/4x3/va-20117c2869d005de2cc54801f2d264b2823c214276f5559de1e48108f572fc79.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-va.flag-icon-squared {
  background-image: url(/assets/flags/1x1/va-3206ffbb26fff2b3cd06959ba7f9d713efa9d133932d94ea1f1f6e3dd42687a3.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-vc {
  background-image: url(/assets/flags/4x3/vc-dccc1c2e4dc2d36ff71f8b04ebda868a7c4ce753b9fe5ccf0bed00edd7d41abb.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-vc.flag-icon-squared {
  background-image: url(/assets/flags/1x1/vc-08a544ff242da12cc3fbad36579499a0b125c4b7ee7aa0af4eff0a261ea27a13.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ve {
  background-image: url(/assets/flags/4x3/ve-d62ba31ca157e54409e09617a264e0dd18a2c597b1ad611c34da7fe7962e05dc.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ve.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ve-f465be9b82185e94a0f84a3d8b2f536e026b8893fecfc324997ca711b9fe0097.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-vg {
  background-image: url(/assets/flags/4x3/vg-d6c3f0ef53e605acc97f33a4e0a61711b6a8207c6a2cff55b9427870053da583.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-vg.flag-icon-squared {
  background-image: url(/assets/flags/1x1/vg-8a2a8af88748ff501bc90aceb327488cce5f323948d59f62c960ccfb58ca7510.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-vi {
  background-image: url(/assets/flags/4x3/vi-882e3005bf905201f3ccb79736ff058aad41d99046ef58fefb2e5f7df30d4ef4.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-vi.flag-icon-squared {
  background-image: url(/assets/flags/1x1/vi-8f89c34e92ffdc8d17724234254fadad1bbb4b2828cb5e041b4d6a21ec5c3caa.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-vn {
  background-image: url(/assets/flags/4x3/vn-53c52e450c6e603d8b08c0170dd3bd15aaa0d4e9d250657bea188945c1252138.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-vn.flag-icon-squared {
  background-image: url(/assets/flags/1x1/vn-7267ad3b33fb6d304ff414c998a2c69c6b46abc2528c2e955ff4367959cae8e1.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-vu {
  background-image: url(/assets/flags/4x3/vu-2dd468b3a9c89ef0bcbb155422cb38bb19e6255d2871ec2b7012055d31d13e2a.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-vu.flag-icon-squared {
  background-image: url(/assets/flags/1x1/vu-477e1ac8d2d514517a8a6b84f917f9c43d0145d52f4b89e7205277ee3bbea422.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-wf {
  background-image: url(/assets/flags/4x3/wf-d2b9db8f6fa2a78507a5b4751f95e92c334673ecddd68eb33844ea91fc62d771.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-wf.flag-icon-squared {
  background-image: url(/assets/flags/1x1/wf-095484363036fafbb44da7fbbdb6bb371c92c002163fb610c29912c6027a3cb7.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ws {
  background-image: url(/assets/flags/4x3/ws-6a3fef801ba087404d3718c0b5b8741261d790cb2bf8b7581fea317e9689bcc7.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ws.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ws-a312f6f7ddd2d5694c70b935f000ccc7716aae0b207e98ca4ad6ee252d272f49.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ye {
  background-image: url(/assets/flags/4x3/ye-38ca92e79aeba152eee33f0d5dac55430af032a31b39d56d49c4287b0639fe72.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ye.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ye-2d43095605cb09aeebaa7d9ec1147717dfffb26cd6a7ab66adfbf550a3bc8962.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-yt {
  background-image: url(/assets/flags/4x3/yt-2b54852c423d68df342c5bec300477510632be3f1046a2d9d9715a9617bc90ae.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-yt.flag-icon-squared {
  background-image: url(/assets/flags/1x1/yt-3ea3c372eb1f7e269abafc08882bdb99d94c18ea363b905f8422f2733a550db8.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-za {
  background-image: url(/assets/flags/4x3/za-c57ff71cb91d156461c64ada7fb86779c009a9c0a53df0b6de2e87044eeefb74.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-za.flag-icon-squared {
  background-image: url(/assets/flags/1x1/za-571b8b7da7f17cd9a4ce08e5696468e86efce9be83bb776c7586184fa75e99a9.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-zm {
  background-image: url(/assets/flags/4x3/zm-8a6d8f87b53dd7256d461f64cf66e2cd90df833aca8833849fbfe7445caeeae2.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-zm.flag-icon-squared {
  background-image: url(/assets/flags/1x1/zm-d68871c839973048d37ad325312abfc1b22b525e3f48faefedcebea29e3e9175.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-zw {
  background-image: url(/assets/flags/4x3/zw-506cb345575e94583b442c3a23ded41e36cf454e797b3b2e03b4445a37395666.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-zw.flag-icon-squared {
  background-image: url(/assets/flags/1x1/zw-f7716b45f4f267a661f85af47e95447adc282a4b9fc18bc88316cd970f8d947d.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-es-ca {
  background-image: url(/assets/flags/4x3/es-ca-884e8f11877dc43b5c29bbc00c6980cc57ee8e671b710b9f9d59e29927cd25d4.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-es-ca.flag-icon-squared {
  background-image: url(/assets/flags/1x1/es-ca-2f61e283eeea7f76c15207644f2a8538e05a4eae39dbc8186509209773701cd9.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-eu {
  background-image: url(/assets/flags/4x3/eu-dfa7f5c90f5fe9eb16c8c865e73cf7e3e8fea328bf6cfc1b07f6bc28eefd43f5.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-eu.flag-icon-squared {
  background-image: url(/assets/flags/1x1/eu-c3a400ee8dc3ee4dcc2d0f2868698ce781d403a9ea249d972115c8455cfcaa9b.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gb-eng {
  background-image: url(/assets/flags/4x3/gb-eng-65a380032580f7144bddfd4ab353bb478d523232c4303edb0095e34e98c7dcb9.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gb-eng.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gb-eng-6fe299a85ef920693f193828362f306fbd23020d2bfc61dcf9143d85a6a5001b.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gb-nir {
  background-image: url(/assets/flags/4x3/gb-nir-7cdb174057442ee76cc8a3fef9df4650460b3a3a9c0634c2417c42e7383efe3f.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gb-nir.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gb-nir-ea58e209ad11b7e21e357799a5a0d4c7cfd13b2f7407cb09933a2dc485da41ff.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gb-sct {
  background-image: url(/assets/flags/4x3/gb-sct-f7b13851e9b9de7532ef86afefb7fe2efe6149fee8ea50505771b4f7d112cf7b.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gb-sct.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gb-sct-76e5e39a38915cf5f6020d6f58d0385f1fc0d502dbecddabf00a18cd50c88995.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gb-wls {
  background-image: url(/assets/flags/4x3/gb-wls-c6e549d37113c25f679d5ea75020ea514971a1038b3c92d6a71c316a56b542da.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gb-wls.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gb-wls-99a7a03c4ef2a0789d35aa1ab8b746ec72c1c8de58426afc7fa096d5a00802a7.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-un {
  background-image: url(/assets/flags/4x3/un-3760dc125288de6c2143060b283497dfed4de7430943f5be86a67d7668ede7a3.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-un.flag-icon-squared {
  background-image: url(/assets/flags/1x1/un-aac693764e62f5d0bccf80bc53f68bb6cde75b18c3b3829a89b79555df538c71.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-xk {
  background-image: url(/assets/flags/4x3/xk-c40be9a1d1844391b275542b4a4ef7a9eecac72a93b08e7f4f2f4ebb17c7538c.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-xk.flag-icon-squared {
  background-image: url(/assets/flags/1x1/xk-c5498f241b2608496ac30b7c8570d9dcd8f88432ea739ac0ca1abd7fd8beae99.svg);
}

@media print {
  /*最後のページは改ページを入れない*/
  /* line 56, app/assets/stylesheets/application.scss */
  #graphBox {
    page-break-after: auto;
  }
  /* line 59, app/assets/stylesheets/application.scss */
  #graphContainer {
    position: absolute;
    top: 5px;
    left: 5px;
    cursor: default;
    /*width: 420mm !important;*/
    /*height: 290mm !important;*/
    margin: 0;
    padding: 0;
    border: none;
    background-color: white;
    page-break-after: always;
  }
  /*最後のページは改ページを入れない*/
  /* line 74, app/assets/stylesheets/application.scss */
  #graphContainer:last-child {
    page-break-after: auto;
  }
  /* line 77, app/assets/stylesheets/application.scss */
  #graphContainer > svg {
    position: absolute;
    /*width: 420mm !important;*/
    /*height: 290mm !important;*/
    /*transform: scale(0.9); */
    top: 0px !important;
    left: 0px !important;
    margin: 0;
    padding: 0;
    border: none;
  }
}

/* line 89, app/assets/stylesheets/application.scss */
body {
  font-family: Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif !important;
}

/* line 102, app/assets/stylesheets/application.scss */
.badge-danger {
  background-color: #dc3545;
  color: #FFF;
}

/* line 107, app/assets/stylesheets/application.scss */
.badge-warning {
  background-color: #ffc107;
  color: #FFF;
}
/* iCheck plugin Square skin, green
----------------------------------- */
/* line 3, vendor/assets/stylesheets/iCheck/custom.scss */
.icheckbox_square-green,
.iradio_square-green {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  background: url(/assets/iCheck/square/red-348732d1349140ad3c64dbc5b16dce52867f1c07f8b6dd5527a3866c24e3fc82.png) no-repeat;
  border: none;
  cursor: pointer;
}

/* line 17, vendor/assets/stylesheets/iCheck/custom.scss */
.icheckbox_square-green {
  background-position: 0 0;
}

/* line 20, vendor/assets/stylesheets/iCheck/custom.scss */
.icheckbox_square-green.hover {
  background-position: -24px 0;
}

/* line 23, vendor/assets/stylesheets/iCheck/custom.scss */
.icheckbox_square-green.checked {
  background-position: -48px 0;
}

/* line 26, vendor/assets/stylesheets/iCheck/custom.scss */
.icheckbox_square-green.disabled {
  background-position: -72px 0;
  cursor: default;
}

/* line 30, vendor/assets/stylesheets/iCheck/custom.scss */
.icheckbox_square-green.checked.disabled {
  background-position: -96px 0;
}

/* line 34, vendor/assets/stylesheets/iCheck/custom.scss */
.iradio_square-green {
  background-position: -120px 0;
}

/* line 37, vendor/assets/stylesheets/iCheck/custom.scss */
.iradio_square-green.hover {
  background-position: -144px 0;
}

/* line 40, vendor/assets/stylesheets/iCheck/custom.scss */
.iradio_square-green.checked {
  background-position: -168px 0;
}

/* line 43, vendor/assets/stylesheets/iCheck/custom.scss */
.iradio_square-green.disabled {
  background-position: -192px 0;
  cursor: default;
}

/* line 47, vendor/assets/stylesheets/iCheck/custom.scss */
.iradio_square-green.checked.disabled {
  background-position: -216px 0;
}

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* line 53, vendor/assets/stylesheets/iCheck/custom.scss */
  .icheckbox_square-green,
.iradio_square-green {
    background-image: url(/assets/iCheck/square/red@2x-348732d1349140ad3c64dbc5b16dce52867f1c07f8b6dd5527a3866c24e3fc82.png);
    -webkit-background-size: 240px 24px;
    background-size: 240px 24px;
  }
}
/* iCheck plugin Minimal skin, red
----------------------------------- */
/* line 3, vendor/assets/stylesheets/iCheck/minimal/red.scss */
.icheckbox_minimal-red,
.iradio_minimal-red {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 18px;
  height: 18px;
  background: url(/assets/iCheck/minimal/red-2d2de7ed7842dbda72d2499f3760cd9bf1a85f7a433dedfa79f2a993b959ef48.png) no-repeat;
  border: none;
  cursor: pointer;
}

/* line 17, vendor/assets/stylesheets/iCheck/minimal/red.scss */
.icheckbox_minimal-red {
  background-position: 0 0;
}

/* line 20, vendor/assets/stylesheets/iCheck/minimal/red.scss */
.icheckbox_minimal-red.hover {
  background-position: -20px 0;
}

/* line 23, vendor/assets/stylesheets/iCheck/minimal/red.scss */
.icheckbox_minimal-red.checked {
  background-position: -40px 0;
}

/* line 26, vendor/assets/stylesheets/iCheck/minimal/red.scss */
.icheckbox_minimal-red.disabled {
  background-position: -60px 0;
  cursor: default;
}

/* line 30, vendor/assets/stylesheets/iCheck/minimal/red.scss */
.icheckbox_minimal-red.checked.disabled {
  background-position: -80px 0;
}

/* line 34, vendor/assets/stylesheets/iCheck/minimal/red.scss */
.iradio_minimal-red {
  background-position: -100px 0;
}

/* line 37, vendor/assets/stylesheets/iCheck/minimal/red.scss */
.iradio_minimal-red.hover {
  background-position: -120px 0;
}

/* line 40, vendor/assets/stylesheets/iCheck/minimal/red.scss */
.iradio_minimal-red.checked {
  background-position: -140px 0;
}

/* line 43, vendor/assets/stylesheets/iCheck/minimal/red.scss */
.iradio_minimal-red.disabled {
  background-position: -160px 0;
  cursor: default;
}

/* line 47, vendor/assets/stylesheets/iCheck/minimal/red.scss */
.iradio_minimal-red.checked.disabled {
  background-position: -180px 0;
}

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
  /* line 53, vendor/assets/stylesheets/iCheck/minimal/red.scss */
  .icheckbox_minimal-red,
.iradio_minimal-red {
    background-image: url(/assets/iCheck/minimal/red@2x-b5b53268cba59749dcd10cd072ce26acb3ac91bb058a80d0e612dc498d639a6b.png);
    -webkit-background-size: 200px 20px;
    background-size: 200px 20px;
  }
}
/* iCheck plugin Square skin, red
----------------------------------- */
/* line 4, vendor/assets/stylesheets/iCheck/square/red.scss */
.icheckbox_square-red,
.iradio_square-red {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  background: url(/assets/iCheck/square/red-348732d1349140ad3c64dbc5b16dce52867f1c07f8b6dd5527a3866c24e3fc82.png) no-repeat;
  border: none;
  cursor: pointer;
}

/* line 18, vendor/assets/stylesheets/iCheck/square/red.scss */
.icheckbox_square-red {
  background-position: 0 0;
}

/* line 21, vendor/assets/stylesheets/iCheck/square/red.scss */
.icheckbox_square-red.hover {
  background-position: -24px 0;
}

/* line 24, vendor/assets/stylesheets/iCheck/square/red.scss */
.icheckbox_square-red.checked {
  background-position: -48px 0;
}

/* line 27, vendor/assets/stylesheets/iCheck/square/red.scss */
.icheckbox_square-red.disabled {
  background-position: -72px 0;
  cursor: default;
}

/* line 31, vendor/assets/stylesheets/iCheck/square/red.scss */
.icheckbox_square-red.checked.disabled {
  background-position: -96px 0;
}

/* line 35, vendor/assets/stylesheets/iCheck/square/red.scss */
.iradio_square-red {
  background-position: -120px 0;
}

/* line 38, vendor/assets/stylesheets/iCheck/square/red.scss */
.iradio_square-red.hover {
  background-position: -144px 0;
}

/* line 41, vendor/assets/stylesheets/iCheck/square/red.scss */
.iradio_square-red.checked {
  background-position: -168px 0;
}

/* line 44, vendor/assets/stylesheets/iCheck/square/red.scss */
.iradio_square-red.disabled {
  background-position: -192px 0;
  cursor: default;
}

/* line 48, vendor/assets/stylesheets/iCheck/square/red.scss */
.iradio_square-red.checked.disabled {
  background-position: -216px 0;
}

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
  /* line 54, vendor/assets/stylesheets/iCheck/square/red.scss */
  .icheckbox_square-red,
.iradio_square-red {
    background-image: url(/assets/iCheck/square/red@2x-348732d1349140ad3c64dbc5b16dce52867f1c07f8b6dd5527a3866c24e3fc82.png);
    -webkit-background-size: 240px 24px;
    background-size: 240px 24px;
  }
}
.bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: inline-block;
  padding: 4px 6px;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;
  max-width: 100%;
  line-height: 22px;
  cursor: text;
}
.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0 6px;
  margin: 0;
  width: auto;
  max-width: inherit;
}
.bootstrap-tagsinput.form-control input::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
  color: #777;
}
.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
  color: #777;
}
.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}
.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: white;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "x";
  padding: 0px 2px;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/*
 * CSS File of Material icons.
 * CSS code based on:
 * https://github.com/google/material-design-icons
 */




/* Use the font */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url(/assets/material-icons-regular-d7f083631d2357fe2c2c75d353cb1d6deaceb0249e07d00a59f9cdffbbccf35a.woff2) format('woff2'),
       url(/assets/material-icons-regular-a9f2f380dd4aab1414f47620e68d9bf7d45cece149be7fec8a94e532e1660cb1.woff) format('woff');
}

/* Base class */
.material-icons,
.mi {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
}
/* line 1, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-background, .flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 7, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon {
  position: relative;
  display: inline-block;
  width: 1.3333333333em;
  line-height: 1em;
}

/* line 13, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon:before {
  content: '\00a0';
}

/* line 16, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon.flag-icon-squared {
  width: 1em;
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ad {
  background-image: url(/assets/flags/4x3/ad-04b4b65e6a104b102172258b3894a9a4e29890aa63e8edc4812033dd7387b77e.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ad.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ad-847534ad5665b0bb24f766110a56922d9115cbd4c35746597e1fc5edb381b41a.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ae {
  background-image: url(/assets/flags/4x3/ae-f6dd88c6cb3940f07ad1ee2635ec0f081d53885efea97c2f363f61c4f06129e8.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ae.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ae-c5992978bbf00ada1971a746b819936eb2f73aefac7f10518995545c2ccf2c10.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-af {
  background-image: url(/assets/flags/4x3/af-745ad7e8ea956edf06641d01bf5a0374cfae6902846e62a30ed56ad80f889906.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-af.flag-icon-squared {
  background-image: url(/assets/flags/1x1/af-50e587ac98a5af98e21994909aa1f9898add6842954e2ad6a709d857b39a8b55.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ag {
  background-image: url(/assets/flags/4x3/ag-ec678db01740bd72757a7883a1dbea0c163e2b0a7a692cc8a0749c6f50428abb.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ag.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ag-35c11ca3ad0581842f9c1eddc462690e6166f94a8dbb15e248398df93a276004.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ai {
  background-image: url(/assets/flags/4x3/ai-d688814fa60d2294b79b6ffe3d2a64e55a0bc013718cbf028b5d5720e3041794.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ai.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ai-850f5995f9b55ac8f30b35157cb1881d149e8257c168f39dbc8e51cae25c222d.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-al {
  background-image: url(/assets/flags/4x3/al-5631be891ba0ccdb1f2a9b3a934031ed681aaeb139acc9e3b414e2561a608495.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-al.flag-icon-squared {
  background-image: url(/assets/flags/1x1/al-96787887d75cd3bd02e8eff8a75ba0856873167743205a5cbfc5439197e3070d.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-am {
  background-image: url(/assets/flags/4x3/am-fd6eb7b12b2bbd15d4e5db6949b57255849f5fecc62d9a48d848bab767f1123e.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-am.flag-icon-squared {
  background-image: url(/assets/flags/1x1/am-85e618fb93d8a64fc145ce0ebfb0397e5468816476df4c43ff0419dfea72d53b.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ao {
  background-image: url(/assets/flags/4x3/ao-09b6b18d13202b859e9e94b9a88e59701b7b2d00d88d8a749f7f0d3bb71c745c.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ao.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ao-dd2f7930f4f4214707f7a311f16cae422471094601319a5b69abeb48d384855c.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-aq {
  background-image: url(/assets/flags/4x3/aq-2adcc4b28a1da2ac271675b5377a39f226fe06b135d287215c153957b2176da2.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-aq.flag-icon-squared {
  background-image: url(/assets/flags/1x1/aq-8809bb8b30a063b921c866da0a83236d7dd8a17148ef4c0db3c53ccd0dc15e6f.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ar {
  background-image: url(/assets/flags/4x3/ar-8208e0546b8e666d806ee3fc3061504a62bf6cdea5fa4385d54c3ba131e3135c.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ar.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ar-2d821fddef311e29c74ce2b19bbc651a2d613aebbd88f59ad8fc6c3a81544d1b.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-as {
  background-image: url(/assets/flags/4x3/as-a7ce0712972b05287e9ddf7da0e19630d4b440f0ce59b3a50397bc29d162192e.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-as.flag-icon-squared {
  background-image: url(/assets/flags/1x1/as-06505370c9bcfcad7b057757c3e892d12930db56565c0fd0bc86f4af5af5686f.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-at {
  background-image: url(/assets/flags/4x3/at-644b0cc2d91fe69f18d9992488a748efa0df7eb6ddc83ac79351ba9226956d25.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-at.flag-icon-squared {
  background-image: url(/assets/flags/1x1/at-b36d3570a5102400e028dfa0b5204e9c2cd8d72b398e94bab5c51edd0954ce40.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-au {
  background-image: url(/assets/flags/4x3/au-887bb0cc0e77e15153e4c9006e785d5f68c77ca0ab9eb7f538e371a0e4f218af.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-au.flag-icon-squared {
  background-image: url(/assets/flags/1x1/au-ba82260247c564d9f4735fa2eeca092ac9b5d4e32c6a6a8db1d4177b746516a5.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-aw {
  background-image: url(/assets/flags/4x3/aw-ea7eeaeec20598c43c59a2536b150a7fb5e7f6443a5bfb7e1bd72aa7186be8e1.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-aw.flag-icon-squared {
  background-image: url(/assets/flags/1x1/aw-c39c9c3d5de9ece42a7e717ac3670886532dd75d50a34e1b3ae10e39487679fb.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ax {
  background-image: url(/assets/flags/4x3/ax-4825f85b2d4669c70f360bd63f1e36215d16bace4700dffc61992911de53198a.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ax.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ax-ce68def4e721fcb48feb3b2aee81ad4ba7e75642ace96f24c059ee82b906c35b.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-az {
  background-image: url(/assets/flags/4x3/az-9e3354b743219dbaf19cc54a63e1a8ed41d1f41485455330775b3b5c6dd6c9fe.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-az.flag-icon-squared {
  background-image: url(/assets/flags/1x1/az-4e93f9eef0ef96515e8c152c87d4a278d725ecb20108257105c9ccd48a156ddb.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ba {
  background-image: url(/assets/flags/4x3/ba-7e420cae1feb7be337a34f25fb8fd6421295cde2e03273efa7e880d7d5d9281e.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ba.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ba-2e20ab2d7c91e67460cc9a910016a7706b0d7e5865895cce6b835b4f557cc861.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bb {
  background-image: url(/assets/flags/4x3/bb-35373b19bd542d0382d79bbd162be7583932adbb180c8b6223614a52c31fb1a0.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bb.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bb-f5d71a0072d6dbc25a4264c4ab0d997b785550f8e6581230c22bb30fec7c9841.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bd {
  background-image: url(/assets/flags/4x3/bd-0531b5c730836d8ecfb4b9b79aad2e560dfc53a30e65f2a4030d2f275827f5ae.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bd.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bd-c35883811cce9a21ef91202da7fc4648cc62b9ffee53a5ad0a88b179494e95fc.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-be {
  background-image: url(/assets/flags/4x3/be-ac7f9445060d07698cf4c4b5126b13397e12949102326caa3179eb98d4a90974.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-be.flag-icon-squared {
  background-image: url(/assets/flags/1x1/be-61e1bb398ed6bf0253a21f9e32feb26395cf5aec5dc05640235d4accf43c2ee1.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bf {
  background-image: url(/assets/flags/4x3/bf-4f19b8dfd521393da6d1f2ca95cc79d22d558c34c3d74b2718417d9df29726f3.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bf.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bf-7b037b76d1915df2f978852ebc0b88e6fa9abf8d579ed85e360d081b8f95e09c.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bg {
  background-image: url(/assets/flags/4x3/bg-1433c1cd05916af99e2db72a9e2c6d7532013a619770b66b51595fcd349cbaa6.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bg.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bg-d631585f0e0981298746582b913765429bbcdd2349cc6062b8e9e790be5f31f0.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bh {
  background-image: url(/assets/flags/4x3/bh-d677a52979c37517212e9b9b6697541a366b0104e09808d396a6d02411a983f5.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bh.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bh-d408321e7282b8ee67413917d3063536197d8ceeb23abc05677d748ebb8a6378.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bi {
  background-image: url(/assets/flags/4x3/bi-6323bc95384cf7a6ea6c91332c3054e55152b391e8f823828df3d05a3e40854a.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bi.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bi-e79238de5c139c78aeb157e1b7d5646a79dc5e154f35ad49aeae21321c0a8d78.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bj {
  background-image: url(/assets/flags/4x3/bj-951d79103aea5585768fa178923f6127f918fc01d02556174dff9f8506cf90ea.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bj.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bj-7f5cc7510ece68a729788fcfbebd91dd941e0014ba3187b66bcd3da245c78460.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bl {
  background-image: url(/assets/flags/4x3/bl-cc250a31e29ac0fe10c9e79a35920b280f6ec2731b9d5f701b2313bee631e114.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bl.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bl-cfb5dd954f586d0662e09cdcbd338da8e225d481896414688262e2bd14c38c8a.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bm {
  background-image: url(/assets/flags/4x3/bm-1e95c5f49d3f1f4a7049a82cdcd6ae326e4c37effd2249df9f7df423942b7396.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bm.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bm-e0b05c8af03f5fe3728e191b24bedb2ac2429b86abfba4fa14b7d48960883d9c.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bn {
  background-image: url(/assets/flags/4x3/bn-2e92465bcaef939fcf20029aedac6af2262eb4ee25e36d64bcf98d03976bbbe9.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bn.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bn-6a56361917ec344da75ebb87a3713a2eaaf4605d84b1f1e3db1a8df6685bfb3f.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bo {
  background-image: url(/assets/flags/4x3/bo-4c581c015880880d328153d007fc2517a7e0b53126c1a3a676e4abbb19e4c7fb.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bo.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bo-ec135db8db19ecafc614799d5e9e459cc5d8e9d91308f7d4511f3b95f8ee1054.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bq {
  background-image: url(/assets/flags/4x3/bq-973b8d977bde843039e96a9229d803fcbb1c29ba92272b8bc3223b28b8ccc803.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bq.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bq-78c259288833d36f4d2209a4a95ca18cd3c18820f79f49b278bf7960cf5b34e7.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-br {
  background-image: url(/assets/flags/4x3/br-68ee8e029f99c31821e646aec1c8e9e8f8b1aaf26d72909ac75ff38c1f8e9201.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-br.flag-icon-squared {
  background-image: url(/assets/flags/1x1/br-746af5283e4e792a1a7f94d934cac1e45c94470c4ffd37df5d1ab10bec2fd4db.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bs {
  background-image: url(/assets/flags/4x3/bs-7b507794ee3f8d7e6b0c5739552e37cd2ab0596fab63a03f20fde4249cbf18d2.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bs.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bs-277f44ad225c320c1a44610721f5b3a457d7e3d649593b598d59e2ce5164f727.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bt {
  background-image: url(/assets/flags/4x3/bt-2f99024e1cec950a6bce184bc2d8a27629efdab8178a28bad798881ac3167710.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bt.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bt-77d4f8b9a2c3dadacce904304c524b507e2a0d4109cf6506aa8cc1c131c359ad.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bv {
  background-image: url(/assets/flags/4x3/bv-de8bb212ed5afdf6d557928d784ed98d2e2baa7aaaf2ced7abc5cf13fa540423.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bv.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bv-4e4ae03e0878a6e689a0a2ebfe2b1b10fe58329a86acd73ee41f1a9c569f2cb3.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bw {
  background-image: url(/assets/flags/4x3/bw-76559252bbe0a305e9228103c5c34c39271a9d0b69f8f2b0dfbea5e18d7b37de.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bw.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bw-3797276ece0055f7c569dc013b59174f613e956c714b5674c90e911615f61318.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-by {
  background-image: url(/assets/flags/4x3/by-7865b19bb46d15f8004699022907d7c8d07193121dac101a3724b7ca578ee3ba.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-by.flag-icon-squared {
  background-image: url(/assets/flags/1x1/by-7bd37ee878e4225470de8cc284d66cf70785a0329da88b43e5f93e25c047b738.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bz {
  background-image: url(/assets/flags/4x3/bz-c8dfd550816ef86ff0fb82f9b31ca2467fcf50a7ba53e6163fe2bb01cccab0d5.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bz.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bz-07baa0c080ae0dec236c42810db344f5b6e4209fe16bc9644cf998108b56b85c.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ca {
  background-image: url(/assets/flags/4x3/ca-f9229a913dece446e34e6de7245dfd3adbea059934b5beaed45654cef2f1cb1d.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ca.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ca-47f58efb8689efb510291bb7b7a354c3e434e983914f0cc382e763ecccfa7a6e.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cc {
  background-image: url(/assets/flags/4x3/cc-acf43807923322e2e43deef84443007b75d0d21ebb8a85d0d4e2837e998798c8.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cc.flag-icon-squared {
  background-image: url(/assets/flags/1x1/cc-827355b0b5c0a98cd0b479c7914c62d1de7712c643978941a97741c13ee69891.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cd {
  background-image: url(/assets/flags/4x3/cd-594addda580762e53242cc9e5a3885cc200d6b92c9453b65242c0038e4e22959.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cd.flag-icon-squared {
  background-image: url(/assets/flags/1x1/cd-6f390c3dac0d0d278ea6593bb615e3e23a94f7e84cc40b917e47bdce520a3a2b.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cf {
  background-image: url(/assets/flags/4x3/cf-31a4f1c7e55d90551235336b339544920b01a8a4fb27efd5b18d0a68ea908f0e.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cf.flag-icon-squared {
  background-image: url(/assets/flags/1x1/cf-820b63e306c3eec593028576d9ea830f24526b8e4c8a51cec04f4a1851f1f781.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cg {
  background-image: url(/assets/flags/4x3/cg-cb3b4a7be309eae587becb687690e332624b75d8a40481abd13a4d8a3c685a87.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cg.flag-icon-squared {
  background-image: url(/assets/flags/1x1/cg-3b7d163f2951bc21e895dbead028c79b8f97dc4a95f9d9ca76d78b398025a20b.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ch {
  background-image: url(/assets/flags/4x3/ch-d32cf51d10ea8174a3e8725e620c5bd13511a6a6c676d3c807e6ad82017f6178.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ch.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ch-ff30c29ed89a29db4cae89e8f4915e573c75dd7ad377e5ac7987c956fb68a141.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ci {
  background-image: url(/assets/flags/4x3/ci-70e248e97c577c3ab3a85a8a76e5f20ef0bfd2c2a3c190746e625fa37edbbec9.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ci.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ci-fb50e5c5558e915f5cd4060bd75d63e43ed4a2af1cf77caf1d184d8e5b3c888b.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ck {
  background-image: url(/assets/flags/4x3/ck-a86d1e54e265e2de5155595e838ec7c3db3ca23f563336885d7c5d17888c4709.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ck.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ck-a0d6f5ca82965ef1838549666bef9735b619c40bcf791850f092486b1fa3831d.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cl {
  background-image: url(/assets/flags/4x3/cl-0bec6c3cc4d36bbf245a3be22c10b8ff9c25996bb372a916e365e3274e62ccfb.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cl.flag-icon-squared {
  background-image: url(/assets/flags/1x1/cl-8dc4289cd2cba6ac3f07519957f3cbd582f59e1153d655871a507bc0559fc93f.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cm {
  background-image: url(/assets/flags/4x3/cm-8832f17145686399c412437f6762b4de6afb48fcc409590b7b09e593fe3b08d5.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cm.flag-icon-squared {
  background-image: url(/assets/flags/1x1/cm-4ba39a0a5fe36564e132e7a4d0f881ca10e95b0824157253a9180b2fe0089553.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cn {
  background-image: url(/assets/flags/4x3/cn-865ae68cc9042422bae55dba123af75dfab352069aa15121385a739c57caf1aa.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cn.flag-icon-squared {
  background-image: url(/assets/flags/1x1/cn-cdf756a16521136b99d38c241ee5df601912f290c6bafd45f7a5f73f916ed8ed.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-co {
  background-image: url(/assets/flags/4x3/co-48603194a139754c8c7908f4d0c8181ca6729a221de897e8e5d26c9a3f211b1d.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-co.flag-icon-squared {
  background-image: url(/assets/flags/1x1/co-0be1e3cef708f4f0f979a3c36bdcb4046a45693846dc9b9e5be2ea5f1c536667.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cr {
  background-image: url(/assets/flags/4x3/cr-127b7f2e0f6ebe8c62885fd78f6a3dc167624e8e7b5fac79d4b8f3054b798a92.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cr.flag-icon-squared {
  background-image: url(/assets/flags/1x1/cr-80711b24354b0eedd247bbd77352db3bc9ad586c31d0a8727a4400368e56b2c4.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cu {
  background-image: url(/assets/flags/4x3/cu-c72751747322de6b51b1dd462d04d0b533fa1e1c68f51b3c90d19ec683c2af3a.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cu.flag-icon-squared {
  background-image: url(/assets/flags/1x1/cu-ec5f9adfe3639f609ebf60d933d6500a0a9a5d77f9c8d5ec6a2f0d0ec2efd5a4.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cv {
  background-image: url(/assets/flags/4x3/cv-029b4bd4d5c58ee3479b9a5fd3700923efa4881282225ac47690a3955472b7f1.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cv.flag-icon-squared {
  background-image: url(/assets/flags/1x1/cv-750969622373a36a416fc64118f1cb5407764d508f99b7db720f2ab474b93ebf.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cw {
  background-image: url(/assets/flags/4x3/cw-f3c7dc011a64c13ebab21e47baaea3e0fea8d83f83fd8cc1845630a5f78ce087.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cw.flag-icon-squared {
  background-image: url(/assets/flags/1x1/cw-48a78eb5e8abd98b90ae7b373746bbd58851c76eb305ca0e7d8081df9180f248.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cx {
  background-image: url(/assets/flags/4x3/cx-9033ee142f06aac6b700968943103e6dba8ce3171b17f7f7d54f26c35387c022.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cx.flag-icon-squared {
  background-image: url(/assets/flags/1x1/cx-f8356811ad67ac25c4a8c22bba7468615f8a0bcb09e4d8da09ad3806febc7d1b.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cy {
  background-image: url(/assets/flags/4x3/cy-86c9999efa3399db043be615d16558ec0e40feafe9325fe1b6422ff0e089a60c.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cy.flag-icon-squared {
  background-image: url(/assets/flags/1x1/cy-67835af18d83749f0ac63e160db340d7a83b2e189e5e5b715b49c4b922fbb4ff.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cz {
  background-image: url(/assets/flags/4x3/cz-e8f891c91f0889f53815958ed9c0d0472c03ecf58c5b8d3d87a864ede0e57ce0.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cz.flag-icon-squared {
  background-image: url(/assets/flags/1x1/cz-de11cacecaee1ed952a170fa43d318b01507ae9c8b0ab16b96f53848676326c7.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-de {
  background-image: url(/assets/flags/4x3/de-dcf5931120e541ce9e83e97c37cf95eeac9a152cd5e5ed9e0bf58116943d7250.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-de.flag-icon-squared {
  background-image: url(/assets/flags/1x1/de-3479e75f866450220db28ef3ebb1ba0c345c059ed67de62c4176a09572da8f32.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-dj {
  background-image: url(/assets/flags/4x3/dj-e69892f8499ec8d780cdd20b051f936d5471eb92efd519b93be9d10f31382c77.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-dj.flag-icon-squared {
  background-image: url(/assets/flags/1x1/dj-49721ea1deeb6e17f32ee2b3617d27961ad256505849243843f0fd5697332b18.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-dk {
  background-image: url(/assets/flags/4x3/dk-d50cdf2f88be249eb116da08c38cf119d44246ab4f5d62a94feefd37da149019.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-dk.flag-icon-squared {
  background-image: url(/assets/flags/1x1/dk-24ccaa605d1f01e33802197d416654b64fac3f3d28ba90b5f6094c17dfe95344.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-dm {
  background-image: url(/assets/flags/4x3/dm-24faadaf18d5651beccc45688ef3421d2d083b5f2e92cab50c414e487a899095.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-dm.flag-icon-squared {
  background-image: url(/assets/flags/1x1/dm-4f6888ba822d1592b9751c198ae6aafd1c14630be57d7e3b4372e3df8eb4f201.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-do {
  background-image: url(/assets/flags/4x3/do-43538ca280e65a4eb8b38992290cda974a7f631ae18f3e6864dc6f61397ab514.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-do.flag-icon-squared {
  background-image: url(/assets/flags/1x1/do-1164fc19d2a5f2299e84d59627b780ff9dcba335acaa19a4acacd4781d916b78.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-dz {
  background-image: url(/assets/flags/4x3/dz-1b56086fc67c067d339838fc63e8f98faea641560b14839260546c895bdf4768.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-dz.flag-icon-squared {
  background-image: url(/assets/flags/1x1/dz-b9527d30bdb9d67fba87351df4d4340fcc1c0dce368f0371359e5fcf7d445f3b.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ec {
  background-image: url(/assets/flags/4x3/ec-d6df0532653f0a2a3ccdee80854ad75c4a4fe4a360fc5d5c73865253ebfc6b7f.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ec.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ec-a1a0b637c3d12b488cd180746ea10e42e659907c99c0b3d9eec65415494b5321.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ee {
  background-image: url(/assets/flags/4x3/ee-2e52e01e34f175e856e120e57184ce61eccb5bff94633d3f2effcfed765f610b.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ee.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ee-1058c4a95d48696c8c99608a104e756d4ac5c431a7a1f60e179769416c443420.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-eg {
  background-image: url(/assets/flags/4x3/eg-2b5a88cf9ab7a59447e6a3e3cc12d350c573719d2a90810d50ed7695a1591d30.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-eg.flag-icon-squared {
  background-image: url(/assets/flags/1x1/eg-ded55c3561ee2003ede5cc35af88959adb2398badc3c63dcc40e320d5bdb6c97.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-eh {
  background-image: url(/assets/flags/4x3/eh-250c6f7e1db483fb08f682d4917c06741614edb0a093aa80c0fe57f9bff03eba.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-eh.flag-icon-squared {
  background-image: url(/assets/flags/1x1/eh-ae52d9c4377873ea1db474ef820d87e956753992097bbce93118c836f27c5598.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-er {
  background-image: url(/assets/flags/4x3/er-13b1d5072a285b78863f33088676ff459fc9049e403c4427d0bf149ab8a65eac.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-er.flag-icon-squared {
  background-image: url(/assets/flags/1x1/er-516d763b5c3ddf087968e8e2ce10eb9f6a162e98b1c586ae90f7ebc2a9e877e6.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-es {
  background-image: url(/assets/flags/4x3/es-85290c103c538de1b8629c7a609319f01fc5a63a24655946e6003740d30f1534.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-es.flag-icon-squared {
  background-image: url(/assets/flags/1x1/es-582d90241cc77269d8eeaa709ee9345c4e3935b7c20f9d3f04d707800c554896.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-et {
  background-image: url(/assets/flags/4x3/et-818e867ed44592f1c476d5abd8d9e5b60bb1e485f01076a633f5304fee7990d4.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-et.flag-icon-squared {
  background-image: url(/assets/flags/1x1/et-7e2476975a4837f67af86aa6556d382dfd6769922a47ee9a49ef81a540c0f3b7.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-fi {
  background-image: url(/assets/flags/4x3/fi-262396615a680200f7709a9a998a1f346db6de48844bb0a76d8c41d0d8dfb466.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-fi.flag-icon-squared {
  background-image: url(/assets/flags/1x1/fi-cdfc9cc3908d4f0d534fb34853fda8db5981195204ab6219bad3aa3cf90ecfa6.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-fj {
  background-image: url(/assets/flags/4x3/fj-fd0cc7fe3c27f0c999ce61d40b0143ca536d9d39875c524bb20afe5ccd55e40c.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-fj.flag-icon-squared {
  background-image: url(/assets/flags/1x1/fj-930160f9247a73774021c9d019dfedc21ed09934db523690ca76f0a7e1a2d9d1.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-fk {
  background-image: url(/assets/flags/4x3/fk-5d5fdf224c1455f03c84d85f587463d8c511ff86dd5592f216a7470989175e42.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-fk.flag-icon-squared {
  background-image: url(/assets/flags/1x1/fk-b614bdecd7ba844a5885a5acfb6b658bf649dd72d095844abdd4cf14860685c4.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-fm {
  background-image: url(/assets/flags/4x3/fm-6e665d3e05ae726fee0ced73ae84ce1d0596e80cb3dafce78d0c56dbc3018584.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-fm.flag-icon-squared {
  background-image: url(/assets/flags/1x1/fm-c59efd1b95788946440a90610eac4f3222be5fbfb5748c076eabd0d4b6b8613e.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-fo {
  background-image: url(/assets/flags/4x3/fo-e2bcddb90777676679c7d680f18bcace56143f3a6bb0618ce59e4bf863b9e58e.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-fo.flag-icon-squared {
  background-image: url(/assets/flags/1x1/fo-c9e403639ac04f28b0c86fc370ac5a106213f2ecf2ffc291cb9cd0ec2c000d8b.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-fr {
  background-image: url(/assets/flags/4x3/fr-14bbb212b68a54751cbf4354dc9ca16bf4fd671fba4bfd0e77fb855fc55ce884.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-fr.flag-icon-squared {
  background-image: url(/assets/flags/1x1/fr-8b9d16b144204ecd34289bf1f0e06e57ad03a889a3813463de8e1a25005da5ec.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ga {
  background-image: url(/assets/flags/4x3/ga-ae7daae3629bfa925e336323a198a018ae2007a1ea2ab9ba32d4b110e0abc7d4.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ga.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ga-1a903d6903087e08d16b56a27741cd1ea2c0685fbd325e9c4cef45d7fb00ccc3.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gb {
  background-image: url(/assets/flags/4x3/gb-14e43b4df91315b33ed5f8ad46d9e84f43f84be11c65148bca043808832cab95.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gb.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gb-81ec47f82b87b9398d17f1db841ea31695a24fa3e05c60fa4d59b21ae4d5bed2.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gd {
  background-image: url(/assets/flags/4x3/gd-9a09ce17c1792c8860223020288f72ed168afebcafdc9fa8c46a7b7b1513c28a.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gd.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gd-1678beac8104635c4360593bbba3e3e4b84467d8997ed538137b5a68740ba1b9.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ge {
  background-image: url(/assets/flags/4x3/ge-0ed0a003c1e169ed60bdd889c8c841b0a7931aa3e809ca4d8e5da522385f35c9.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ge.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ge-d90251ffc959309587136e12331f57a2db6b284a892ba1fee03927383208a760.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gf {
  background-image: url(/assets/flags/4x3/gf-d4b632e9a932eff7d4e32338d13724f58332eeb445cfa9351a052b77cd688d3d.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gf.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gf-be726fca00f77b50eec1525f3889ebf6de7f8f46e28cb63f0cbbe026cdaf564b.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gg {
  background-image: url(/assets/flags/4x3/gg-ea89231f0fa42d543d008b4f2fe8a94fc253a1808b8b8f6ab49f4bd9553c498e.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gg.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gg-ebfebaf3102bbdfecee844b24f59ef79c78d3b573203d8058e363847b33531a0.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gh {
  background-image: url(/assets/flags/4x3/gh-90efce1b22e18fbd77cb6f13e9f72ecea1338e3fd090b3817171eb3e24ba2516.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gh.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gh-e9286720b91098135c65f7ad83d9a796efed89e27a052aac78af57e82d003859.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gi {
  background-image: url(/assets/flags/4x3/gi-03f50f9d9b262fdf822d325c5325b374661821d6fae41e20de42bc761e56df52.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gi.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gi-94700c7efeae285ce37ad883ca906c4ee65a99ede614b40eacb88d64873abb96.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gl {
  background-image: url(/assets/flags/4x3/gl-3b1f2b9c26c35f87fcb4b417fff6ad3d2aada484d734382440c338d4c7dcbd00.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gl.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gl-e468d30f57d5159f92aa487c8d16f9395671e64e4dcd74ec71b40bfa96259df4.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gm {
  background-image: url(/assets/flags/4x3/gm-8a5011e0a99457e6dfeb53b55a90875f2d9a802fe8fec13f570de6f2a27b8639.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gm.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gm-4200b76a4dbfbd9de052de9de778ae19d659a1d75d669757885580ef286497ec.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gn {
  background-image: url(/assets/flags/4x3/gn-e990df30eba87d7036bbf6a47b64d0a6360d82fba6b5bba812e148648e56ea47.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gn.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gn-4f9823b9e177c0604f8cbc1b2412ac9c39b4ffc3eda66311e787a6d9a640ebf7.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gp {
  background-image: url(/assets/flags/4x3/gp-024ddd0e63a5e22c9d9f73a84b8306f2176083081825a065d99646ee123dc242.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gp.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gp-00fab4fc916f5f267afd8e100a52098ba4aa6761cba1ecde56d506e85bd12025.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gq {
  background-image: url(/assets/flags/4x3/gq-4e5c5e90e99f9dd14a43b597b6d370c8691ee73e8c75a8184e4a8390ff3e2bb0.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gq.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gq-0e6d55dbcfe1e727dbe9c00ac2988407c196e5c0a20a0f71f752788649ec83c0.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gr {
  background-image: url(/assets/flags/4x3/gr-db2138fa7bb0c95282ec0ecae3b5bd6ff2b3a06e2f27c1434b5b2285d422a6e0.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gr.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gr-40c78a60595b2a3f485040d93505c0128de81b60f44e18e35ce0ca9d5a95f184.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gs {
  background-image: url(/assets/flags/4x3/gs-bf3e078414a68dcd77d82694f5411f67c1eb5a1503f427c8dbcace16238e359a.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gs.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gs-0130b60737c3873dd1868c70f7c3018fc276d152a398c2ce727edddb46f32513.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gt {
  background-image: url(/assets/flags/4x3/gt-1b63340464e9dd3363a631f74db87defe40bfc520ba41002bf094f154b579934.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gt.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gt-7cd5c99c47d16d4fc914979ffd7b95d87247d4c6652e07562a71a323f7145d58.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gu {
  background-image: url(/assets/flags/4x3/gu-4018f5c92a9dd473d226f09136e956de2570729e80d704e8cc4e8f3ca2bdc871.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gu.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gu-bb95d4d48c1e20be2b15258d9b895f38e9df1c54b65d4ed4aab1b323576f3899.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gw {
  background-image: url(/assets/flags/4x3/gw-0ea266c02a02d578e96bb5335244c83c2815f28ebd34ff7ab8408b16416dd88e.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gw.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gw-bd83c376f118c350751de000e2a48f97772438555dc1a70a7beb15cc4caee5c7.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gy {
  background-image: url(/assets/flags/4x3/gy-441a978efab1565daf964e822a75b8658f5879af41371b0b52e468e00eb6b095.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gy.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gy-d84ae82776b7142e4d9d51b1bdce601560275833b8d249e8e3d74bd3752b5aaa.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-hk {
  background-image: url(/assets/flags/4x3/hk-e5350bb4c4d63e98d802b3190247b2ce459d2695756ec62d64a995c43c4edd1e.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-hk.flag-icon-squared {
  background-image: url(/assets/flags/1x1/hk-082835aaf3d1d61e1dd0e3b2b86231ef11b20150f98898af2e352b87c910f7da.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-hm {
  background-image: url(/assets/flags/4x3/hm-1048d79fd546482c290e1a0e4c2f9ce053aa3821f17bf12487a4f3e0ac7477d4.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-hm.flag-icon-squared {
  background-image: url(/assets/flags/1x1/hm-af2df9fe67b48ead95d7ebe32d0a28a16c0d2fb03af909ca99e3b7d3cbe1a4a3.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-hn {
  background-image: url(/assets/flags/4x3/hn-d0e2cededb00e5dc79c75ab95e8f93d1851844c0924e49b59a8b78f6b35a7cfb.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-hn.flag-icon-squared {
  background-image: url(/assets/flags/1x1/hn-45eebaaac195fd50e374926f9876eb5456a8cbcc2fb30e6a19229c409c51520b.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-hr {
  background-image: url(/assets/flags/4x3/hr-e10c8456ac0fc1946d1cb1f15e73484d03e4442368d78b230b050cadb7730b04.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-hr.flag-icon-squared {
  background-image: url(/assets/flags/1x1/hr-8a4ca8ec8de4fc911306e198e66086fbbbf33891c8fa3e860af482f8ac2ddb44.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ht {
  background-image: url(/assets/flags/4x3/ht-f862a9bb3b96630fc26a6fd2200b77c985b90a87ff9c52c42c3d7f42a0198b04.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ht.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ht-1a12f16c45567e7b4fc2737b630345f7c7d0ac79ff31c41bc23920d0effd9adb.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-hu {
  background-image: url(/assets/flags/4x3/hu-a555e216b05645110da533dd2a5225021f70d7438e456877e77dc4522c261e41.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-hu.flag-icon-squared {
  background-image: url(/assets/flags/1x1/hu-70b6438afdbc91f98b5ebfd0cafa40b6d5b0266f8d0df56cf3bcc7f777bd54c4.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-id {
  background-image: url(/assets/flags/4x3/id-3b48b1012b8beab850a28e27d785e92afee830444749c814a32419b8fce5dec1.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-id.flag-icon-squared {
  background-image: url(/assets/flags/1x1/id-7d8348730949413fc7ff2587be342ff90c9ee1734d2ccdbca637a55839a894af.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ie {
  background-image: url(/assets/flags/4x3/ie-8758528ee7852e7ded3f03fb7bc96ef9c502b1321c3011e9aade28702c68e235.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ie.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ie-1cf70c38a49b5ec8c5ec6aace1dd0f1e1ac1663b8a5339ca3a98dc7bc4978702.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-il {
  background-image: url(/assets/flags/4x3/il-028f767bebb716e7a2e7198bfd03e698a7f19cad00385b30014a27680c101710.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-il.flag-icon-squared {
  background-image: url(/assets/flags/1x1/il-395ee62ffbff4ab2ae456281a90f441e1148c0143a237f8a0e540e31d55518d5.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-im {
  background-image: url(/assets/flags/4x3/im-7dbb2dd66eda428c32edbbf2275f709df06cb1270dd69c65e214874966c30d69.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-im.flag-icon-squared {
  background-image: url(/assets/flags/1x1/im-ed578fcc5e398ffdbc7a62d31b568a76b91e14ffa0afb794f3587aee8d248d67.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-in {
  background-image: url(/assets/flags/4x3/in-63b359940156312c6ed31c2b61f005c2bc386823401773aac9aaa328d994f7bc.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-in.flag-icon-squared {
  background-image: url(/assets/flags/1x1/in-3fd1bedfc697bfe677a9774d7a6f51d04115cce400b4d7a892ecf1f69526790f.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-io {
  background-image: url(/assets/flags/4x3/io-67be58cb5bf7afe6099ec339235ec7ba0da153a50c651e28d4c32b2e6aa64cbc.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-io.flag-icon-squared {
  background-image: url(/assets/flags/1x1/io-aa0702e0280d98693b3fb6350b45a7903ca25782082d3f1cee75f33f1a4d739d.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-iq {
  background-image: url(/assets/flags/4x3/iq-51acd0adc48bf1cb7256aba82069573f84db0baaf49b968f7f06afe140555f7a.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-iq.flag-icon-squared {
  background-image: url(/assets/flags/1x1/iq-0ec8238d4e53fd7ec06ceda47e1378ee68042666f1f7f1a91753595a2167366e.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ir {
  background-image: url(/assets/flags/4x3/ir-0d6f2bd5403ac2c3f7dfd49e3c5124817575c00b5167ef4c03cbfb63cfc10a26.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ir.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ir-123d34118d6933f90a6b1191e2605c8344850c39f72644b9d91e15bfa640b623.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-is {
  background-image: url(/assets/flags/4x3/is-21543ffd547f651c7628bfe97d3c3626ea5e6999848de64efddee4656c27177b.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-is.flag-icon-squared {
  background-image: url(/assets/flags/1x1/is-d73fc857d6844a1cdab62f81ba30a1ea895557d8d8fa4eecf7fa4b9127bc0123.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-it {
  background-image: url(/assets/flags/4x3/it-8b46e4a9676eb92cd507acef1d7c62115e6acc4b85e58a0806a0721ac34735f6.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-it.flag-icon-squared {
  background-image: url(/assets/flags/1x1/it-2767e5c7250ec17539972ef710a8cebde73971bf0b9b3186d5baffb02f66974e.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-je {
  background-image: url(/assets/flags/4x3/je-35111082a6e24dccbd512743a37ebec13094ffbed5fef2b0793037433821a7ce.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-je.flag-icon-squared {
  background-image: url(/assets/flags/1x1/je-87c6120456d517be72bdf28fd125176a743006be1cbe47ff5f59d54d1bf1253e.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-jm {
  background-image: url(/assets/flags/4x3/jm-eb05254eb1abb6d7fcd764284581224857c980d7bad9d7e9afff3dfff49d1e73.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-jm.flag-icon-squared {
  background-image: url(/assets/flags/1x1/jm-0af380d25aef6a7de4c545a85ea3f76d3b08e56c000980c08a681ada232ba49d.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-jo {
  background-image: url(/assets/flags/4x3/jo-193203037e596abc063a9c30d0dd3aaa9c908557a1b57bcbcb94e1a1e8bb2402.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-jo.flag-icon-squared {
  background-image: url(/assets/flags/1x1/jo-2b9c3f54d7e98c848cc0bd764bcd5ac2320d4f13aee8a84a207e7d0490c03516.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-jp {
  background-image: url(/assets/flags/4x3/jp-169d02f898d54cacbecd7b0197d32045a46c4424c10a67e78bbf488f7b44541e.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-jp.flag-icon-squared {
  background-image: url(/assets/flags/1x1/jp-20835e83e8d43872df1ef8a2b3a26379b5f6bcff854dab3c7a24dcad4a42e02d.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ke {
  background-image: url(/assets/flags/4x3/ke-58146180a02774a36ff2e4caf23b75c441a92dc69ffe3b9d4e9ded31e16748b5.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ke.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ke-b3b9722930c4ecc82ed67d7c47eb751eefba3a59b24b68927c45d43a06b450a8.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kg {
  background-image: url(/assets/flags/4x3/kg-7c23eb9471af5dc5ee4391e4ec08fec7889c2d83f2712ce59310a0eb81d663f0.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kg.flag-icon-squared {
  background-image: url(/assets/flags/1x1/kg-83e2a04c6199e69a1604a12610591fda15c8cf60e9fe7f682916815c5f1840bf.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kh {
  background-image: url(/assets/flags/4x3/kh-4f121b97388966312c5691244a72214a3306f87ec517c658adcaf39a131a1d8c.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kh.flag-icon-squared {
  background-image: url(/assets/flags/1x1/kh-9b9ebdb74308e4975fef2e9737cad7fe44538bf97f5c1b7b6239fc2f065d4cea.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ki {
  background-image: url(/assets/flags/4x3/ki-0e1a57754e3271771a154b525dfb57e20d584083b47b1ac2708b843abf11948a.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ki.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ki-64df628a3c2bacf16209af95403dd7ae5402f705b2776da20ea741646e047b12.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-km {
  background-image: url(/assets/flags/4x3/km-2301fd16e41810016f9a58d75b8a361ffe9885ecfc89a0b3e9108bda7f5501d9.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-km.flag-icon-squared {
  background-image: url(/assets/flags/1x1/km-6f9716ac74c8ef80557e682ae6d951a6ca6993eabd049f8de81a742f77a84452.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kn {
  background-image: url(/assets/flags/4x3/kn-8e866a33f9952f8b29e45e8576133345446925907a2c4bcd429a34ae377bc74e.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kn.flag-icon-squared {
  background-image: url(/assets/flags/1x1/kn-46b0fcf2a59d3f923fc5ae6c914d9ee2d886fb4ee6f9c1108133244f4093d481.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kp {
  background-image: url(/assets/flags/4x3/kp-ab0a3c4310474b324bbb39f77579ac3b421c531397d31e8f38de35a681d79bc9.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kp.flag-icon-squared {
  background-image: url(/assets/flags/1x1/kp-3a2ce32e4b76931fd6383f9833a4764528cc89c92f23672cc8eaff26c7a31ee1.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kr {
  background-image: url(/assets/flags/4x3/kr-854d1521a9cb2b22c90f96d5d62277a9e1382818eefdc294d481c397c92f97c0.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kr.flag-icon-squared {
  background-image: url(/assets/flags/1x1/kr-343a5d08f9d0ff8c4268c77111cff9d2296c3f875b8d776c95dea1ae246d9bda.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kw {
  background-image: url(/assets/flags/4x3/kw-75be6f04a24e7ddaaec57c95420ece390603961fa238245b776386890ab5627b.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kw.flag-icon-squared {
  background-image: url(/assets/flags/1x1/kw-cdbf39e8dc62ffc15b7bc3c373151070377db56c0508dadf80bdd3c971d8a094.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ky {
  background-image: url(/assets/flags/4x3/ky-f75f33396887f6234e7ee4fd483e57c8e35ac52d504a4a6e12fad25d855bf061.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ky.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ky-8ed8729ad8553aa468c0d9ea196f38048770b15a1bb632fb7c3bd56fbfd5b643.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kz {
  background-image: url(/assets/flags/4x3/kz-51f42e580c605b6580aa4288d88d9c88bc6fd86af2388b0e4313bce969628743.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kz.flag-icon-squared {
  background-image: url(/assets/flags/1x1/kz-38ef143eed3d03cebe2e4924d520a0d90d5e59e97a39b13cb3085415267af6f3.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-la {
  background-image: url(/assets/flags/4x3/la-0a762fcc7ef73f1fedb4765b718e2e96c819d4b26d5375acfa48d245fb97fcec.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-la.flag-icon-squared {
  background-image: url(/assets/flags/1x1/la-59d7d7dd1443e9bc557631254afa4333d1b83db314c9eb8bc170ce26f34f5dd8.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lb {
  background-image: url(/assets/flags/4x3/lb-26ea2add2ac68a8040b027b510f29080d8407b961243c77b33b46c8957768b66.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lb.flag-icon-squared {
  background-image: url(/assets/flags/1x1/lb-eb8049cb746a3913ac814f4d6e0e850d0e4b9a60b78dec5e9acd95b299bf95e4.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lc {
  background-image: url(/assets/flags/4x3/lc-444f9f77d0b09bd84fe2a5fd7194eae81341d8b7b4823070fc3e74cab481a122.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lc.flag-icon-squared {
  background-image: url(/assets/flags/1x1/lc-13a572e5fcbada8bf66eb77413f04f862b0cf95d4b85c5292b3d6348ec4d8c99.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-li {
  background-image: url(/assets/flags/4x3/li-b2d0ccbceb7e6129a6529c98721d92fcee379ed6c225a18e1eff3c6fa092eec7.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-li.flag-icon-squared {
  background-image: url(/assets/flags/1x1/li-97814472256460b19df380ad90e5380202001a8a7ad6b4140cd2a0b92db909ac.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lk {
  background-image: url(/assets/flags/4x3/lk-d910bd0d9ddb013c5668824d6600a842496c0a17c74f772a801f833b9eb044f8.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lk.flag-icon-squared {
  background-image: url(/assets/flags/1x1/lk-c7fb3c2b64782519d94f0a9fd21c057e5e32b856c428b68abb11667191235270.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lr {
  background-image: url(/assets/flags/4x3/lr-42e8d3bdacafc05835fcd52026cb3e1717573965ce9d4f49635dbb390021a4b4.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lr.flag-icon-squared {
  background-image: url(/assets/flags/1x1/lr-169945e579afdf35dd158694a1679380886f8541278cbd225c7e750add25e60e.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ls {
  background-image: url(/assets/flags/4x3/ls-a4db42569c4760bffd695cbdb030c90bc203f40f75fb357cbdbef961d29cf5dd.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ls.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ls-1dd02208fc24c668e18430bb0500fa14c995f64cab8cde080b4256bd1b42b23f.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lt {
  background-image: url(/assets/flags/4x3/lt-a57e003a5cbe538a4bfc2d29fd3523a87948bc8e29f731096dff9095096178c9.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lt.flag-icon-squared {
  background-image: url(/assets/flags/1x1/lt-e386ebe0482bdf999b151c3ae8c5e5e40a58037eab35b29f37682aa849edd3f0.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lu {
  background-image: url(/assets/flags/4x3/lu-2746295f8b0a1540d43e0c2548d4ec1341fafcffe48b919fb135a6c82535b657.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lu.flag-icon-squared {
  background-image: url(/assets/flags/1x1/lu-9695b187733f52bae07c65e78aae8956e25360ad773c1f4703855997571a764d.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lv {
  background-image: url(/assets/flags/4x3/lv-b51d475acf37be9accc82ddf5f60773861cf58b0e9b599460852589da88501ef.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lv.flag-icon-squared {
  background-image: url(/assets/flags/1x1/lv-dbf5d3fb294b518bc6373c4fc22b028fc462647fbd5032cf57513556896577bc.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ly {
  background-image: url(/assets/flags/4x3/ly-7409a315d2f9aab4676558d7e97f4316ea87fc7afd93a493def4adf0b5773ca6.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ly.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ly-6457e38177d82f6c52e3f3c38328f1ac66bb5a5c7a9026229d4e3aafe3b592af.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ma {
  background-image: url(/assets/flags/4x3/ma-0628f236b2067d66c841c1190a3e8e3e9c37fbf2f3521fdb5ecba3eda75e805e.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ma.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ma-5c96636ed7496b25e989cb74f202e377ec4c59b056b9d0c425ded77199b0d659.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mc {
  background-image: url(/assets/flags/4x3/mc-10a533ce437c40973f8684439f7e24da1ea624c5e5535fa4738d62ede0650242.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mc.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mc-6a9a8fe216f75ecdb8bddf6e6c816c1c9771ebffe3c09e83975a434ec1fb4950.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-md {
  background-image: url(/assets/flags/4x3/md-6641e05826ea580544c1890fe3698eb2e8e3af463518fc37eea7c41eb8cbb6c0.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-md.flag-icon-squared {
  background-image: url(/assets/flags/1x1/md-e51dd640155b523a207eb1dc9dc909c38d9e88de04729e250e0cccd1e9d1b0b7.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-me {
  background-image: url(/assets/flags/4x3/me-c841acf1209c546dd77c18b718141ce4e21dba95a120cc3092988edaaf08f432.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-me.flag-icon-squared {
  background-image: url(/assets/flags/1x1/me-c290031be15a14ebd1fd278774142e29f7dfe3d0fb3aba79c0d6932cb0feeb4b.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mf {
  background-image: url(/assets/flags/4x3/mf-41a6043e2495b346fd700b17352150a8e43ca342a515fcb5159c39f809663ec6.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mf.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mf-a3f24457b393082243eb00ea514057c09b1cf4985f6fa17d7902500fbb716317.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mg {
  background-image: url(/assets/flags/4x3/mg-1baa2b12c3e79d592538d5d8e4d5a2c0e1373d3871c9d829f57b212daaf42129.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mg.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mg-7e78efcc81f02f0616a11aec87bfd8dfaed1a328496301902f53375eee8f72ee.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mh {
  background-image: url(/assets/flags/4x3/mh-1236a730a9819f0b58ac8cd642d17482b3945a894c63663b4accf10ac8ce5ecc.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mh.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mh-3ecae469e3987c59cc4b19833eb8ccfe49a9477f70aa2aa2be5e9a4a131a48d0.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mk {
  background-image: url(/assets/flags/4x3/mk-2a7bfeeba74701ceba752795d02eac7a97a6139471e5bdd529f2a858f4fd1d0e.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mk.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mk-fe5c84d0e9bd4b7ceeed81f9564a970d7b5b39659e42f819c50950e191443720.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ml {
  background-image: url(/assets/flags/4x3/ml-086660fe4272a22e220c94854fe4f80dd61afadd5c0c81cc075aea91bbcaa691.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ml.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ml-9ef37a44932a3af38990145042c85352b1c5c4e791221d1fd91b5a9f7a412efb.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mm {
  background-image: url(/assets/flags/4x3/mm-60ae7680502d9af8796fe3b3d57bbf6105a406e2e66840e9aa1f6e2470466058.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mm.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mm-ea5bef04548342d984d8c8707333a31203a5abf015db093553f26c3a9febb251.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mn {
  background-image: url(/assets/flags/4x3/mn-1309f63a0b6bfc594a1721a8af76381a1389fda64d840b256d353eb1341cb794.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mn.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mn-86ecb7d9fcefe13783f165d44a93c9c2b1add55481bc69a70f9bd3652c27ae74.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mo {
  background-image: url(/assets/flags/4x3/mo-6c69662b2581d90527965dd2c444784ab366f0080c93f2014ca37f2f7541b898.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mo.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mo-ef906f7a8fdaccb7532359de1e5ce664ec0342975052b55a2e389f1b6338cba8.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mp {
  background-image: url(/assets/flags/4x3/mp-dd2fa1cf9846007f88c88143047430f3f666099875407cf36648b271b6e1400a.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mp.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mp-cd1d342862684bdb7caacb093e37d7e3b094cf49cfa5aa579d6b8201ffb4dd93.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mq {
  background-image: url(/assets/flags/4x3/mq-be00a7c77b6aec1f86cd16bcafc7fe27b7b8c967b03632f8230cd83794833ba8.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mq.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mq-bfaccc4a61b2d7067b44d54a75ce5bb5757292bdabff5e104b547aa2435a2e5d.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mr {
  background-image: url(/assets/flags/4x3/mr-2293d4180eff3670e1c484d52a206efb562e8d96b9cb8c5a43aa65e1e2b1289c.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mr.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mr-a3eb1a496e2c5dc86245856e18a91d71046b44d74d88274014e2d4fab41c3453.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ms {
  background-image: url(/assets/flags/4x3/ms-913b24dbffa69bc3a57e997a806cdca5026cc5f87f83eefeef36a1aa8f5c2789.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ms.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ms-8be40421854193032b83670c6a91aa1f5c818578eafb85ee90dce959eb54c6db.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mt {
  background-image: url(/assets/flags/4x3/mt-517b4f67a94fff5be6346cae3731f5a17290b4c56732129967c15f482199365e.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mt.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mt-371c5673e14380308182c7ae324f54792652bf4d0cf64de30b1d1fefea8c9b5d.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mu {
  background-image: url(/assets/flags/4x3/mu-0a0d71ecace32a2948ac3eacc94927fb0ba7306236bf2a18ab5ae85bb2351664.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mu.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mu-e0d4ee6c8f915eb54307ff51f57734c0bffa843060d953b9bd27f365b4a11b36.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mv {
  background-image: url(/assets/flags/4x3/mv-421f31e8be8d80695f9f4811435214e8a8ac8729e145f9d491b888d91d0ca999.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mv.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mv-c0056befcc1b506b4b498bf37dfa30642839a1beb6373f682e1214850b51cf6d.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mw {
  background-image: url(/assets/flags/4x3/mw-644750e23780e66258d7b56777be8ef47ce3ca2d9d5735eac5abbb22fae33056.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mw.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mw-70a282f17250f7fb49f8fbeb357dc492b742dd2a9c58e13281f0e900a8c63e94.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mx {
  background-image: url(/assets/flags/4x3/mx-246482013102c12a6f83dcdfe0fa40c350560ae64505f9b4d3113ea5356e2f71.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mx.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mx-27887b671ab9de501b6693ab60380e809962ac12222ddb580c9426e79e1360e3.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-my {
  background-image: url(/assets/flags/4x3/my-00a98291486af1c01c11fe46a203dd07bee31d6b5ffb5f60d04ad337a3499775.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-my.flag-icon-squared {
  background-image: url(/assets/flags/1x1/my-a60a1ae968ed1ebbb60626370bd0494112b562a358c1381e6bb162268a110d8f.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mz {
  background-image: url(/assets/flags/4x3/mz-8281fb68c18d27bf1588de7684e67f14aeabbf8e66117eb4e640faac9762dbb4.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mz.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mz-dc805944726edfe3a8900cecd82ef15037381b81b6fab0d96d2cf93ba0d7a3ec.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-na {
  background-image: url(/assets/flags/4x3/na-d798d2db5bccea439f545e5e6dfa5aad6a166966cb5e223f7f2aa4d4dc73abd7.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-na.flag-icon-squared {
  background-image: url(/assets/flags/1x1/na-0fceb3e900c021df14c00cab058c84cd834cb2f494a1db2fa58728a7f9445762.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-nc {
  background-image: url(/assets/flags/4x3/nc-2861e50f3a0a1b1c368d913df4f4092c65bb3faa2d01e4d084fa33ed041e537a.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-nc.flag-icon-squared {
  background-image: url(/assets/flags/1x1/nc-1d65d86f9caaec75cc886c8abca3cc39b8de23c48e67b55936be3649ae67d716.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ne {
  background-image: url(/assets/flags/4x3/ne-90b12ff4abee66e42d27b6c55dd602af3cc249f3492c8a449ec84a35a74ee6ed.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ne.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ne-ecd9bd0f027c05147c336ef396ffce7c16cf011f051860ae082ea99be34554e0.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-nf {
  background-image: url(/assets/flags/4x3/nf-3323e2cb59cb8f9282e45155b6830e4c06876bc0c24ee28e5dd4dcff28d2dc70.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-nf.flag-icon-squared {
  background-image: url(/assets/flags/1x1/nf-3da2a0db99d85998154510ac50674728e4768079a57443529b18b1ed87e5c077.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ng {
  background-image: url(/assets/flags/4x3/ng-387e036e728aa4c36d93fad3c90e76e3beab727783ec11da7fbce30ff52c805e.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ng.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ng-c4c24f43d15d5690390ea6d5a4b41911aa7cf0807167d69e95748c4439211dcb.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ni {
  background-image: url(/assets/flags/4x3/ni-b83cccf0a65d0abf0398b905936ca6b6d5b1b64db8a34223225e3e4eb4f0311d.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ni.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ni-35731438cffa30b56cc403c5e9a59e85e661566a0d72c5310865aaf282731e0f.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-nl {
  background-image: url(/assets/flags/4x3/nl-a71cd17ec0d083d39373108c1f5e994e71491e1f7ac34119e60c859142a2d34d.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-nl.flag-icon-squared {
  background-image: url(/assets/flags/1x1/nl-6bfba1aa0f31f33e126e51832eddba06a92106d569f3e01dc4989a3425f45eac.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-no {
  background-image: url(/assets/flags/4x3/no-d4ae9765d2dd03faef1007008bf1ccde064e36c765faef79a270e7e8fa97c23a.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-no.flag-icon-squared {
  background-image: url(/assets/flags/1x1/no-7b3a522b5101f7bcc5c9ac05adbfbfa3dacde4fc4420d2997b1ab38af7e50dbc.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-np {
  background-image: url(/assets/flags/4x3/np-043dff0f7f1cd254f2c2d82367557e5f4a15579af81242e2979523700adaeaf1.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-np.flag-icon-squared {
  background-image: url(/assets/flags/1x1/np-976aa23f62798e1c0974a78649ff295334fc0d39f63eb19e990d2a13efe9fbe2.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-nr {
  background-image: url(/assets/flags/4x3/nr-f977239dc4f2dbb4185bcb741dc0aae4b46dd2d647444150f317e8dfb3062fd3.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-nr.flag-icon-squared {
  background-image: url(/assets/flags/1x1/nr-1899ab289aa424dfa1bb1a787a5dae3d9081b212433441fe9a7c95c1c377fc01.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-nu {
  background-image: url(/assets/flags/4x3/nu-84b56f2711a6b958b9072dff3912f225c034d246341cc29c4eba6c34c70fe6f0.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-nu.flag-icon-squared {
  background-image: url(/assets/flags/1x1/nu-60cdb57b27737dddc21980f6630e7476471ce8c1bc34b3a2632819bef23a26a5.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-nz {
  background-image: url(/assets/flags/4x3/nz-9cca5c871f70cdd784a33836d5a07ada7f6eaa720811c70dc2306a2a5056648d.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-nz.flag-icon-squared {
  background-image: url(/assets/flags/1x1/nz-e5c8b6660d172e25e80f1d9530fb3e8b05fba1c4c02b95679fbcd5a0c50169f9.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-om {
  background-image: url(/assets/flags/4x3/om-fbef9222761223ced04e2946ec71432c761618ad58b8a3a5af5627a1d75b48e9.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-om.flag-icon-squared {
  background-image: url(/assets/flags/1x1/om-07148a6924f8ce843e33be4f3d9d5dd40040da366e667925985e7b247073d08e.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pa {
  background-image: url(/assets/flags/4x3/pa-50535df4995256b70ce0a7971ba95922046d445c06a567fd951d7f5a79cbe547.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pa.flag-icon-squared {
  background-image: url(/assets/flags/1x1/pa-e4d955c65827104b4f898beb392af5ffed5f62a09035f42801512b5b3d7767d1.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pe {
  background-image: url(/assets/flags/4x3/pe-b518a86545125ff3c3fde029c2992233df876b663d8ec723bd4d67f90f72cb62.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pe.flag-icon-squared {
  background-image: url(/assets/flags/1x1/pe-8e395c37a87d3ea212ceaf0768869f2ae38ad507761ef6b10b2077f01274d6b0.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pf {
  background-image: url(/assets/flags/4x3/pf-d1537625ade03a7fae7a5bdcfc5fe9f6449977613a38ddd258c8572f3630185b.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pf.flag-icon-squared {
  background-image: url(/assets/flags/1x1/pf-c78c72a0ad139c9da31592af7c443cfef4e1e1baf208e44088ca667298324c9e.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pg {
  background-image: url(/assets/flags/4x3/pg-3190ab67d73878026d59e98e14b0cf98812c5c086d35956383c9986f7e0433a3.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pg.flag-icon-squared {
  background-image: url(/assets/flags/1x1/pg-fe2bbe3c6599a4bf895b9f748d5a15650a7d29c854252e3b074c780a77cd51b9.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ph {
  background-image: url(/assets/flags/4x3/ph-ec483bd752a5a0d1f063397a2c206bdd9b23451d2c262eceba6411b2769ed3b1.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ph.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ph-0d61f012185140030d9879f180b8279ab7798a9d7d062e141937ba83b51ab20e.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pk {
  background-image: url(/assets/flags/4x3/pk-776714f751e4347341656ce5e88c6fa13316e2e36205cd8d09c73779794c2a56.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pk.flag-icon-squared {
  background-image: url(/assets/flags/1x1/pk-50284d5da424696f41ac4861f8eff6e5bc23a6e1812df7b444967c6e58ec6f81.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pl {
  background-image: url(/assets/flags/4x3/pl-9bb56d1ec91d8c843ec53b018dc861772e466bad1582a9ba42148524347adf6d.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pl.flag-icon-squared {
  background-image: url(/assets/flags/1x1/pl-acc73e013a67a13fde68d812b22889be9150cce57d029deab6ba5b0ba4e7b69a.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pm {
  background-image: url(/assets/flags/4x3/pm-5d990f5bc74366f734851ceb35046baaae3555ccff57e6cf95c7143f9b245532.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pm.flag-icon-squared {
  background-image: url(/assets/flags/1x1/pm-781f551a82a88b0a5e238b078310bc843950c844092d8ce1e52587feca285606.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pn {
  background-image: url(/assets/flags/4x3/pn-1e347803c27d86312324a6a6712dee0bf5590971f027fffe082681dccce6c4c1.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pn.flag-icon-squared {
  background-image: url(/assets/flags/1x1/pn-b9762ab4fd752edc4506fd05f2810094e8de8b3cf6fffd00bafb89b6ed95359c.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pr {
  background-image: url(/assets/flags/4x3/pr-4c0359aa4277d04c3c3af8ff89d0bbea462b480334cd6974beb6c5739c42903a.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pr.flag-icon-squared {
  background-image: url(/assets/flags/1x1/pr-dc838368c71fe79aea88491ec3e419ff01c26a5af460b05a79cb6cc6fa02b6b2.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ps {
  background-image: url(/assets/flags/4x3/ps-39b00800524af9e8d270c479274be2dd5459c13d67a6f308139a69adbae4997f.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ps.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ps-9102a922196261028bd07e60d1b2ef435e123aae8bba6d49a5918123f8be18f6.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pt {
  background-image: url(/assets/flags/4x3/pt-f76294ca6203778375158111051358fb535eaebb06d50951eb5326f9ede31536.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pt.flag-icon-squared {
  background-image: url(/assets/flags/1x1/pt-09b4548e5764d2a6c56bf9c33e8652911f91b16ab6bfa3041630506480281047.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pw {
  background-image: url(/assets/flags/4x3/pw-029fb7bb87eec12c79cbe662fe3614698c7638186958fb6032e59a17705777cb.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pw.flag-icon-squared {
  background-image: url(/assets/flags/1x1/pw-39f82e7a0e390333a2d0f4a1396a8f710af7ec3002c5542d7d6c76d634a67e82.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-py {
  background-image: url(/assets/flags/4x3/py-6f18a4e716e9fbe7d0caf99651fee56e44ffd2a13ce77f50a8374a7fe6b0879d.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-py.flag-icon-squared {
  background-image: url(/assets/flags/1x1/py-0325fb333b5ea2adb996345bf2bf5df0c460c87ca97cb3c8f6e65a7f33aa1722.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-qa {
  background-image: url(/assets/flags/4x3/qa-55eb7d6716998d68fe6e3345807dc410e5c5e8511bb2c78f0d08d51da707a131.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-qa.flag-icon-squared {
  background-image: url(/assets/flags/1x1/qa-cfff93f4c31946f7646a855521a7db667c78cb89a7c2ac339c64c14f06be0f7a.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-re {
  background-image: url(/assets/flags/4x3/re-8b3124b78a7752ee288a401ae16c3cf5dafc1296e443ba941de8b338b16c2723.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-re.flag-icon-squared {
  background-image: url(/assets/flags/1x1/re-c7173d64ef4a62237f83c7af8cb144fba8c38bd7ac8e7125eda78320931215ca.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ro {
  background-image: url(/assets/flags/4x3/ro-a10768f5227b028969ceb2bce6e3fc2ecbea0c5e40d1946c47d913d2745a8b21.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ro.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ro-a4cfc4bce72dc7b034f2b84e932ba3d47f7a9404b94b1450af48263c576b62c8.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-rs {
  background-image: url(/assets/flags/4x3/rs-9792f9ae9694c0dfa1a213ec6ceb29d7b41819a508bedc4bf89dc4c285e48712.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-rs.flag-icon-squared {
  background-image: url(/assets/flags/1x1/rs-cd44c0b89c5e2c2d0afe1902a263d60648dd18e97636256eb1ffc3148e336cd7.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ru {
  background-image: url(/assets/flags/4x3/ru-ce34e72a9d955c6c6860a5e552cd3902d236bbff5a714a49a1b8f8dbbce3c410.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ru.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ru-aa0d5e4855f92f211efad3979493956dfe01ad4a0b552814cad05fa67694de03.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-rw {
  background-image: url(/assets/flags/4x3/rw-0f08a5e527db8287642f1aafeb397fd49ac3add8e86dbb0d9a8be7d2c43b0153.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-rw.flag-icon-squared {
  background-image: url(/assets/flags/1x1/rw-297915f2fa836eba2dc1d795a4f5b1c51f8d9abdc6704b13e63cd81c81476f09.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sa {
  background-image: url(/assets/flags/4x3/sa-70281c72fb6008faf5d36c401593c7c8f0c8870332e23fa3b1b53cd0f88e9ad5.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sa.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sa-463ab66153968c569b854793714e414ea77185758a8236364019d4e7e40582fc.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sb {
  background-image: url(/assets/flags/4x3/sb-5de262c7e2fda747ea4ac98c2ca9ce045f07de995330b1fc3bbbf39e25ae42f6.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sb.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sb-638ead7b9c9a42fe2318daf753a8f0ce9cea4792114d8d7475d5a5abcf697cb6.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sc {
  background-image: url(/assets/flags/4x3/sc-46736983ebac2719d3e3aca36e3dbb896f612db71b72e9e5d6f3da36ae59c0ac.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sc.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sc-1dc9321cdeeecad7c6485b2bc3aef87a1a1ca116c18908286b5f79bdb5ee8313.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sd {
  background-image: url(/assets/flags/4x3/sd-3b49e891fcda945b02ee18ce8cee078f251d8e822201ba0f8953eb3efb0b2860.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sd.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sd-993e4821f73f36e6dd12332ed727047a97c7d31b1c8f0b3312e924c5f437eb34.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-se {
  background-image: url(/assets/flags/4x3/se-8e13876ab89aedc66156f36f55fefe66068c43657a803ba6b98843c171fb06c7.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-se.flag-icon-squared {
  background-image: url(/assets/flags/1x1/se-8af88180b9c1ca0b24dbf5e04039a523c6f0ce975094c7fb6b38a4901b2e5c5d.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sg {
  background-image: url(/assets/flags/4x3/sg-da88143d134efe0c37b67471ceb24a9ced62ae9ade25530232c92435e6f46b65.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sg.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sg-80e8f95951096bba14b6d6ebea036b0717617668d96f32b5a8172a06be1feb22.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sh {
  background-image: url(/assets/flags/4x3/sh-3b36e972618f594e95974a9c551d3ba9ead3e9b175d8dac0bc30fd1910f82561.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sh.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sh-f25afcdb45a6c2d58e3984d40188a03342271f2f6312b868236b2a1c02a2e60e.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-si {
  background-image: url(/assets/flags/4x3/si-a9715a0c1db87762010c25b6d3bb90f73de3c893aa3bbc7412d57dfa14f28dd5.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-si.flag-icon-squared {
  background-image: url(/assets/flags/1x1/si-daa3e030c059585d235a78f228c89a32bc50df223da8efa32f85a13978524365.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sj {
  background-image: url(/assets/flags/4x3/sj-a2fa34115702482c2af9c7632eaeec77a26a1de129ce825bc38e27b6523e19ba.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sj.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sj-55f27b8e6aa75b9db244543edd19b891f3c07d59106cf08ff5c47781c480d272.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sk {
  background-image: url(/assets/flags/4x3/sk-b285dd82884088b14db516eac76a39b29752279ac9f0f3e7c84b624edea66aa8.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sk.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sk-cf28c14c8d736a45cbb0a31c0743373b6414974d561729d322cb7204e6a2f25b.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sl {
  background-image: url(/assets/flags/4x3/sl-571df59f51a68477e49c8bbbe397e505d30d27ed1611b37485c94198b6401a9a.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sl.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sl-038ea846f3362ef266345b5a7f9f0c7e94334edf697c24c5faeda27bc0396927.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sm {
  background-image: url(/assets/flags/4x3/sm-a15cef2d34582deb77e611ac2df3580749a7faafa1bc7c5c661c906ccbdad64d.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sm.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sm-b9bb79651c85755c984570a106213c32d87c7fbe5737b9b6a6e5512a05d98429.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sn {
  background-image: url(/assets/flags/4x3/sn-d8a7143973e5ea3d4b58e707ac2b791b45b5c7a7e65cea521fa82e9e5920926d.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sn.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sn-2432d592221bbdd387548cfa5069c62f75245597749ffa6e2dc8d029b76e88ae.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-so {
  background-image: url(/assets/flags/4x3/so-c82eddc49e0c223a307286bed233a03794954ad83efd12d8e2499a728bb78f22.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-so.flag-icon-squared {
  background-image: url(/assets/flags/1x1/so-52cb6599bb12bafd9e49b2661297961fe585068009eb1b1c1153023514a342a7.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sr {
  background-image: url(/assets/flags/4x3/sr-cda17a0b4748b11b3e116d4f034adf47def0faaae1e71a5bb5d5c61645be9795.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sr.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sr-fb0ff6fc7108d1b993a838bb0e9db479af4e2af4cda72c80e7456c0777cdea28.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ss {
  background-image: url(/assets/flags/4x3/ss-744839019f2833ed8059e53d0d6e1cde2471c6a61d51f9e09814bda42bdc1f12.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ss.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ss-d77200a3fe67f1533ea642a6013667ce15bb0c8068b09db151c960593b37549a.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-st {
  background-image: url(/assets/flags/4x3/st-b0a9259277e38c0c8e0efec1d10b40d3e9c80a9eef21c174246aad28511e976d.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-st.flag-icon-squared {
  background-image: url(/assets/flags/1x1/st-02eb52348f8547d028ba692f909483c32474105aae7940731d9264027493e479.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sv {
  background-image: url(/assets/flags/4x3/sv-b524450c407002e1cf8e85444bb4225849cae409f54f5dc87d14d65faeeb833a.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sv.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sv-e16fe96bd7f32dadd74091ee73b723c2b8dd92e791f337c54ee5bb18693ef1d2.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sx {
  background-image: url(/assets/flags/4x3/sx-076f4363898d1374f985352dddbfe2a618bf4e7fedd80e43956be6614ca27ec0.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sx.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sx-689aabb209fec5e8fc325bbaff80aa0bf11a2d6c819fa821b82069a2e5f12911.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sy {
  background-image: url(/assets/flags/4x3/sy-d99ddced9cf98e95f7086a70703cd234cc8e21e744c37a6f90820c37ebc755d2.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sy.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sy-c7f1e1422a9d941be9abd5e0f51b4c4ebdd08efd31c4ba3e378c155911cbe844.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sz {
  background-image: url(/assets/flags/4x3/sz-b8760e27e50f7f31f0b38c2cdbcfa0121317bad064561cbcfeb8413ee8764e6d.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sz.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sz-6c0e7ae75aa0fa71821d7b6230dff63e34b65221c0dc08f50226299d37716652.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tc {
  background-image: url(/assets/flags/4x3/tc-abf0740c371bb155066651fca91c9e27e12b3cc9c05c14494e53dac851cc78bb.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tc.flag-icon-squared {
  background-image: url(/assets/flags/1x1/tc-13c94ed220ff9c70284c379e33fc85891de95dce60ec053787549485bca40a36.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-td {
  background-image: url(/assets/flags/4x3/td-354d8d74597706ece28b45f28030c948596f91c04392d07307b800cb0fc6e4cd.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-td.flag-icon-squared {
  background-image: url(/assets/flags/1x1/td-fb3c31a792ab9fffe28bfe959cacdac54daebe9f795c30515830d93773805c3e.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tf {
  background-image: url(/assets/flags/4x3/tf-f4edacabdba5b4d4d898a4edd7f07976f6a01ceee97c03fdf3561f2ba369b4f3.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tf.flag-icon-squared {
  background-image: url(/assets/flags/1x1/tf-fa00833e3ac96967c55c7f495a580ad5beb1fd912d32d0c9751b93c3c89be893.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tg {
  background-image: url(/assets/flags/4x3/tg-32688daf8870e048421dcbfa2777d9b5f146e588f5f604433d17143fe702dac7.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tg.flag-icon-squared {
  background-image: url(/assets/flags/1x1/tg-0e62ff3b4c2106e7c5fe27a6f32fb3c10f69f9cfd5dad9aeb7a8b54af7cab786.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-th {
  background-image: url(/assets/flags/4x3/th-da4f1fda6eda5971dd52bad365bfc4aae176f0eedebf5c8bd9af25789c03993d.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-th.flag-icon-squared {
  background-image: url(/assets/flags/1x1/th-95ac5f4463da0b9164f2fbed65ca12046370fcb1e250c6170975b77d1509b3e5.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tj {
  background-image: url(/assets/flags/4x3/tj-d072d6cd4136ae97533d32ac74d20350ac794f8a79eaecd1c55142e76b93b3d9.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tj.flag-icon-squared {
  background-image: url(/assets/flags/1x1/tj-2cefbad6aee66d30fd757ea564fdbbde86aebde70720e9c961799caa6bdc8b84.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tk {
  background-image: url(/assets/flags/4x3/tk-da715012efe8731020fe54063a76bffb256ea6696da290ccbb599ab36990edfe.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tk.flag-icon-squared {
  background-image: url(/assets/flags/1x1/tk-4055f5153398c294b2344880102e23847e952df1d04ad8734218fb0f6b43bf42.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tl {
  background-image: url(/assets/flags/4x3/tl-388fac3c65fbbc18779b88f7fcdea523ba440860923a7e1602ca1138bcd5c40b.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tl.flag-icon-squared {
  background-image: url(/assets/flags/1x1/tl-9fea1b22d992cd15cafd1e5824d65f1f0f84b7c89a0f5a460b82429e2f9a8e95.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tm {
  background-image: url(/assets/flags/4x3/tm-f5d7cce194b88ed026465717ee593c35c03f76f3483d77bee2a3e05827628679.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tm.flag-icon-squared {
  background-image: url(/assets/flags/1x1/tm-a3f255f0a6874a326140c9a4cad876cd386c30ac7b9e974905699ada62811042.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tn {
  background-image: url(/assets/flags/4x3/tn-ba48fb29a4c8511d1145b87abc10cb75e8dc9ac4e704dc9efc113cf920d4b640.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tn.flag-icon-squared {
  background-image: url(/assets/flags/1x1/tn-d9b89cb7ab0b22d5a4709eb4681d77b8f6877d572a1d2f6424f6ce2fbed2dede.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-to {
  background-image: url(/assets/flags/4x3/to-9f1079a109d27abe53f17281320474ecfa6edc571502831f167471edd470773e.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-to.flag-icon-squared {
  background-image: url(/assets/flags/1x1/to-a543262eaac18a114c5c70153895192a3e58981d4a00084473cd479bbca5783b.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tr {
  background-image: url(/assets/flags/4x3/tr-04941a0f055d2ee2466b8e19532f58a2a0c4e3a83d986a601220fda2b6a3b090.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tr.flag-icon-squared {
  background-image: url(/assets/flags/1x1/tr-0df7b630a61ad40f32017487e6fef02258e8b2c8709c6fc8c1d3de1e9b36b09c.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tt {
  background-image: url(/assets/flags/4x3/tt-9ca06051696b194f98d36ab4adb6aa7eb75275333cc0b48c9c9e1c34601013aa.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tt.flag-icon-squared {
  background-image: url(/assets/flags/1x1/tt-b05ee6c590e5c757190226182ac72648604086a272479f91d73dc24d90162eef.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tv {
  background-image: url(/assets/flags/4x3/tv-5875f68681a06f613b3f84cd6959eb9dba70524bf14b0c8aa4a823a833dd6a98.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tv.flag-icon-squared {
  background-image: url(/assets/flags/1x1/tv-d8be186cccd6335a8f85c89085ef08b19c247df4081ed61698604972fdb8fa43.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tw {
  background-image: url(/assets/flags/4x3/tw-29e639da18e668c62eb04ed3f3a02e11b0809890a2a0c82b529e50d53076e4e2.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tw.flag-icon-squared {
  background-image: url(/assets/flags/1x1/tw-2a2531772efdfcc74f70cc88f6fc15df7dc42dc344d9ed94b08e1847557976c4.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tz {
  background-image: url(/assets/flags/4x3/tz-69ae0bf011f019428148ba9c3d793b4104be88621741beb216dfc9f43d125d6c.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tz.flag-icon-squared {
  background-image: url(/assets/flags/1x1/tz-581f05e20eeb5d8d77f807f2d6edaf786da8226284726841f33d9288ee84d6b7.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ua {
  background-image: url(/assets/flags/4x3/ua-ddfa2a9985ed8342421c8df6fe852ec92e15d584c2565c525347bcd5f524c9da.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ua.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ua-86260ecf3aa1da110f92b58861d7918e3e574a79cfb4334f9c82b1a750a8a875.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ug {
  background-image: url(/assets/flags/4x3/ug-b748460c255e064ba8a2d89bb78c48fd29bdf496a7ca3c3af0ed0d83e49995cb.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ug.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ug-8a8552bd983c6e2136f9eba9b4917d0e158415a24d9945f663ed56239299b44b.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-um {
  background-image: url(/assets/flags/4x3/um-d3a2b6a726a36d08db81fe4a5f0decd0afe5aa4ad8515304db4c3ace8f27e415.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-um.flag-icon-squared {
  background-image: url(/assets/flags/1x1/um-0bcb31652ebcfa8c6727911e3df341b30425c3c699e6c4bf9f47c739ab9f442d.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-us {
  background-image: url(/assets/flags/4x3/us-c10177f8d2a93643101b39e419273bdd2f43a58ff9beff88a90431b0a4aa6a00.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-us.flag-icon-squared {
  background-image: url(/assets/flags/1x1/us-a46068d8032a1e3364325da9675a41ba85a40c5401981c403fb7297aea254906.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-uy {
  background-image: url(/assets/flags/4x3/uy-ab18ad511d2822414e3b4f32e3309dca27b5b559cabd89cba2b4b4072387f440.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-uy.flag-icon-squared {
  background-image: url(/assets/flags/1x1/uy-d94f5244cbd79f9348a048b7ec8861d37a237806dc1a6427fc9e743b86f43097.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-uz {
  background-image: url(/assets/flags/4x3/uz-78ae3b6ad90b0bb256102b6db50b8f9a7700fb6275e80d0c5b755e0defdcf8e5.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-uz.flag-icon-squared {
  background-image: url(/assets/flags/1x1/uz-eff129a2e58e047e1daa2883f9ab0ef410bc11c42d652b9c4635bce5ab045b4f.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-va {
  background-image: url(/assets/flags/4x3/va-20117c2869d005de2cc54801f2d264b2823c214276f5559de1e48108f572fc79.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-va.flag-icon-squared {
  background-image: url(/assets/flags/1x1/va-3206ffbb26fff2b3cd06959ba7f9d713efa9d133932d94ea1f1f6e3dd42687a3.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-vc {
  background-image: url(/assets/flags/4x3/vc-dccc1c2e4dc2d36ff71f8b04ebda868a7c4ce753b9fe5ccf0bed00edd7d41abb.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-vc.flag-icon-squared {
  background-image: url(/assets/flags/1x1/vc-08a544ff242da12cc3fbad36579499a0b125c4b7ee7aa0af4eff0a261ea27a13.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ve {
  background-image: url(/assets/flags/4x3/ve-d62ba31ca157e54409e09617a264e0dd18a2c597b1ad611c34da7fe7962e05dc.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ve.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ve-f465be9b82185e94a0f84a3d8b2f536e026b8893fecfc324997ca711b9fe0097.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-vg {
  background-image: url(/assets/flags/4x3/vg-d6c3f0ef53e605acc97f33a4e0a61711b6a8207c6a2cff55b9427870053da583.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-vg.flag-icon-squared {
  background-image: url(/assets/flags/1x1/vg-8a2a8af88748ff501bc90aceb327488cce5f323948d59f62c960ccfb58ca7510.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-vi {
  background-image: url(/assets/flags/4x3/vi-882e3005bf905201f3ccb79736ff058aad41d99046ef58fefb2e5f7df30d4ef4.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-vi.flag-icon-squared {
  background-image: url(/assets/flags/1x1/vi-8f89c34e92ffdc8d17724234254fadad1bbb4b2828cb5e041b4d6a21ec5c3caa.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-vn {
  background-image: url(/assets/flags/4x3/vn-53c52e450c6e603d8b08c0170dd3bd15aaa0d4e9d250657bea188945c1252138.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-vn.flag-icon-squared {
  background-image: url(/assets/flags/1x1/vn-7267ad3b33fb6d304ff414c998a2c69c6b46abc2528c2e955ff4367959cae8e1.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-vu {
  background-image: url(/assets/flags/4x3/vu-2dd468b3a9c89ef0bcbb155422cb38bb19e6255d2871ec2b7012055d31d13e2a.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-vu.flag-icon-squared {
  background-image: url(/assets/flags/1x1/vu-477e1ac8d2d514517a8a6b84f917f9c43d0145d52f4b89e7205277ee3bbea422.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-wf {
  background-image: url(/assets/flags/4x3/wf-d2b9db8f6fa2a78507a5b4751f95e92c334673ecddd68eb33844ea91fc62d771.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-wf.flag-icon-squared {
  background-image: url(/assets/flags/1x1/wf-095484363036fafbb44da7fbbdb6bb371c92c002163fb610c29912c6027a3cb7.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ws {
  background-image: url(/assets/flags/4x3/ws-6a3fef801ba087404d3718c0b5b8741261d790cb2bf8b7581fea317e9689bcc7.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ws.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ws-a312f6f7ddd2d5694c70b935f000ccc7716aae0b207e98ca4ad6ee252d272f49.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ye {
  background-image: url(/assets/flags/4x3/ye-38ca92e79aeba152eee33f0d5dac55430af032a31b39d56d49c4287b0639fe72.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ye.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ye-2d43095605cb09aeebaa7d9ec1147717dfffb26cd6a7ab66adfbf550a3bc8962.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-yt {
  background-image: url(/assets/flags/4x3/yt-2b54852c423d68df342c5bec300477510632be3f1046a2d9d9715a9617bc90ae.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-yt.flag-icon-squared {
  background-image: url(/assets/flags/1x1/yt-3ea3c372eb1f7e269abafc08882bdb99d94c18ea363b905f8422f2733a550db8.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-za {
  background-image: url(/assets/flags/4x3/za-c57ff71cb91d156461c64ada7fb86779c009a9c0a53df0b6de2e87044eeefb74.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-za.flag-icon-squared {
  background-image: url(/assets/flags/1x1/za-571b8b7da7f17cd9a4ce08e5696468e86efce9be83bb776c7586184fa75e99a9.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-zm {
  background-image: url(/assets/flags/4x3/zm-8a6d8f87b53dd7256d461f64cf66e2cd90df833aca8833849fbfe7445caeeae2.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-zm.flag-icon-squared {
  background-image: url(/assets/flags/1x1/zm-d68871c839973048d37ad325312abfc1b22b525e3f48faefedcebea29e3e9175.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-zw {
  background-image: url(/assets/flags/4x3/zw-506cb345575e94583b442c3a23ded41e36cf454e797b3b2e03b4445a37395666.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-zw.flag-icon-squared {
  background-image: url(/assets/flags/1x1/zw-f7716b45f4f267a661f85af47e95447adc282a4b9fc18bc88316cd970f8d947d.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-es-ca {
  background-image: url(/assets/flags/4x3/es-ca-884e8f11877dc43b5c29bbc00c6980cc57ee8e671b710b9f9d59e29927cd25d4.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-es-ca.flag-icon-squared {
  background-image: url(/assets/flags/1x1/es-ca-2f61e283eeea7f76c15207644f2a8538e05a4eae39dbc8186509209773701cd9.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-eu {
  background-image: url(/assets/flags/4x3/eu-dfa7f5c90f5fe9eb16c8c865e73cf7e3e8fea328bf6cfc1b07f6bc28eefd43f5.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-eu.flag-icon-squared {
  background-image: url(/assets/flags/1x1/eu-c3a400ee8dc3ee4dcc2d0f2868698ce781d403a9ea249d972115c8455cfcaa9b.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gb-eng {
  background-image: url(/assets/flags/4x3/gb-eng-65a380032580f7144bddfd4ab353bb478d523232c4303edb0095e34e98c7dcb9.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gb-eng.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gb-eng-6fe299a85ef920693f193828362f306fbd23020d2bfc61dcf9143d85a6a5001b.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gb-nir {
  background-image: url(/assets/flags/4x3/gb-nir-7cdb174057442ee76cc8a3fef9df4650460b3a3a9c0634c2417c42e7383efe3f.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gb-nir.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gb-nir-ea58e209ad11b7e21e357799a5a0d4c7cfd13b2f7407cb09933a2dc485da41ff.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gb-sct {
  background-image: url(/assets/flags/4x3/gb-sct-f7b13851e9b9de7532ef86afefb7fe2efe6149fee8ea50505771b4f7d112cf7b.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gb-sct.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gb-sct-76e5e39a38915cf5f6020d6f58d0385f1fc0d502dbecddabf00a18cd50c88995.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gb-wls {
  background-image: url(/assets/flags/4x3/gb-wls-c6e549d37113c25f679d5ea75020ea514971a1038b3c92d6a71c316a56b542da.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gb-wls.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gb-wls-99a7a03c4ef2a0789d35aa1ab8b746ec72c1c8de58426afc7fa096d5a00802a7.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-un {
  background-image: url(/assets/flags/4x3/un-3760dc125288de6c2143060b283497dfed4de7430943f5be86a67d7668ede7a3.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-un.flag-icon-squared {
  background-image: url(/assets/flags/1x1/un-aac693764e62f5d0bccf80bc53f68bb6cde75b18c3b3829a89b79555df538c71.svg);
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-xk {
  background-image: url(/assets/flags/4x3/xk-c40be9a1d1844391b275542b4a4ef7a9eecac72a93b08e7f4f2f4ebb17c7538c.svg);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-xk.flag-icon-squared {
  background-image: url(/assets/flags/1x1/xk-c5498f241b2608496ac30b7c8570d9dcd8f88432ea739ac0ca1abd7fd8beae99.svg);
}
