/*
 * This is a manifest file that'll automatically include all the stylesheets available in this directory
 * and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
 * the top of the compiled file, but it's generally better to create a new file per style scope.
 *



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

/* line 1, app/assets/stylesheets/placeholders/_main.scss */
.products, .hero__container, .coupon-codes, .account-summary {
  margin: 0 auto;
  max-width: 114rem;
  padding: 1rem 3rem;
}

/* line 7, app/assets/stylesheets/placeholders/_main.scss */
.product-page, .products, .cart-page {
  padding: 3rem;
}

@media (min-width: 900px) {
  /* line 7, app/assets/stylesheets/placeholders/_main.scss */
  .product-page, .products, .cart-page {
    padding: 8rem 3rem;
  }
}

/* line 16, app/assets/stylesheets/placeholders/_main.scss */
.taxonomy__list li.current a {
  border-bottom: 2px solid #222;
}

/* line 22, app/assets/stylesheets/placeholders/_main.scss */
.categories__list > li.current a {
  color: #3c76f0;
}

/* line 4, app/assets/stylesheets/components/account/_account_summary.scss */
.account-summary > h1, .account-summary > .h1 {
  font-size: 2.2rem;
  font-weight: 800;
  margin: 0 0 2rem;
  display: flex;
  text-align: center;
}

/* line 16, app/assets/stylesheets/components/account/_account_summary.scss */
.account-summary button {
  margin-top: 2rem;
}

/* line 1, app/assets/stylesheets/components/account/_account_order.scss */
.account-order {
  border-top: 0.1rem solid #ebebeb;
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 1rem 0;
}

/* line 8, app/assets/stylesheets/components/account/_account_order.scss */
.account-order:last-of-type {
  border-bottom: 0.1rem solid #ebebeb;
}

/* line 12, app/assets/stylesheets/components/account/_account_order.scss */
.account-order__detail {
  flex-grow: 1;
}

/* line 15, app/assets/stylesheets/components/account/_account_order.scss */
.account-order__detail dt {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  color: #222;
}

/* line 22, app/assets/stylesheets/components/account/_account_order.scss */
.account-order__detail dd {
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0;
  color: #222;
}

/* line 31, app/assets/stylesheets/components/account/_account_order.scss */
.titles-account {
  font-size: 1.8rem;
  letter-spacing: 0;
  margin-bottom: 1.9rem;
  font-weight: 400;
  padding-top: 1rem;
}

/* line 39, app/assets/stylesheets/components/account/_account_order.scss */
.pill {
  display: inline-block;
  padding: 0.10px 10px;
  border-radius: 10px;
  font-size: 11px;
  white-space: nowrap;
}

/* line 47, app/assets/stylesheets/components/account/_account_order.scss */
.pill-balance {
  background: #90DFAD;
}

/* line 51, app/assets/stylesheets/components/account/_account_order.scss */
.pill-balance-due {
  background: #fdd200;
}

/* line 55, app/assets/stylesheets/components/account/_account_order.scss */
.row-t {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  color: #222;
}

/* line 62, app/assets/stylesheets/components/account/_account_order.scss */
.col-t {
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0;
  color: #222;
}

/* line 69, app/assets/stylesheets/components/account/_account_order.scss */
.link-order {
  color: #ba596b;
  text-decoration: underline;
  transition: color 0.3s ease;
}

/* line 1, app/assets/stylesheets/components/auth/_auth_container.scss */
.auth-container {
  margin: 0 auto;
  max-width: 37rem;
  padding: 3rem 2rem;
}

/* line 6, app/assets/stylesheets/components/auth/_auth_container.scss */
.auth-container .title {
  font-size: 2.2rem;
  font-weight: 800;
  margin: 0 0 2rem;
}

/* line 12, app/assets/stylesheets/components/auth/_auth_container.scss */
.auth-container .link {
  color: #1d3441;
  text-decoration: underline;
  font-weight: 400;
  font-size: 14px;
}

/* line 18, app/assets/stylesheets/components/auth/_auth_container.scss */
.auth-container .link:hover {
  color: #904D3C;
}

/* line 2, app/assets/stylesheets/components/auth/_auth_form.scss */
.auth-form__input-wrapper {
  margin: 2rem 0;
}

/* line 1, app/assets/stylesheets/components/brand/_logo.scss */
.logo {
  flex-grow: 1;
  margin: 0;
}

/* line 1, app/assets/stylesheets/components/buttons/_button_inline.scss */
.button-inline {
  background: none;
  border: 0;
  font-size: inherit;
  height: auto;
  padding: 0;
  text-decoration: underline;
}

/* line 1, app/assets/stylesheets/components/buttons/_button_primary.scss */
.button-primary {
  background: #1d3441;
  border: 0;
  border-radius: 2px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  height: 3.8rem;
  padding: 0 2rem;
  white-space: nowrap;
}

/* line 12, app/assets/stylesheets/components/buttons/_button_primary.scss */
.button-primary--bordered {
  background: none;
  border: solid 1px #1d3441;
  color: #1d3441;
}

/* line 18, app/assets/stylesheets/components/buttons/_button_primary.scss */
.button-primary--full-width {
  width: 100%;
}

/* line 22, app/assets/stylesheets/components/buttons/_button_primary.scss */
.button-primary--small {
  font-size: 1.4rem;
  height: 3.2rem;
  padding: 0 1.2rem;
}

/* line 1, app/assets/stylesheets/components/cart/_cart_adjustments.scss */
.cart-adjustments {
  font-size: 1.4rem;
  margin-left: auto;
  margin-top: 3rem;
  width: 20em;
}

/* line 1, app/assets/stylesheets/components/cart/_cart_amount_row.scss */
.cart-amount-row {
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  padding: .5rem 0;
}

/* line 7, app/assets/stylesheets/components/cart/_cart_amount_row.scss */
.cart-amount-row__type, .cart-amount-row__amount {
  font-weight: 500;
}

/* line 12, app/assets/stylesheets/components/cart/_cart_amount_row.scss */
.cart-amount-row__amount {
  word-break: keep-all;
}

/* line 3, app/assets/stylesheets/components/cart/_cart_empty.scss */
.cart-empty__action a {
  color: #1d3441;
}

/* line 6, app/assets/stylesheets/components/cart/_cart_empty.scss */
.cart-empty__action a:hover {
  color: #222;
}

/* line 1, app/assets/stylesheets/components/cart/_cart_footer.scss */
.cart-footer {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  font-size: 1.4rem;
  margin: 3.5rem 0;
}

@media (min-width: 900px) {
  /* line 1, app/assets/stylesheets/components/cart/_cart_footer.scss */
  .cart-footer {
    margin-top: 105px;
  }
}

/* line 12, app/assets/stylesheets/components/cart/_cart_footer.scss */
.cart-footer > * {
  flex-grow: 1;
}

/* line 16, app/assets/stylesheets/components/cart/_cart_footer.scss */
.cart-footer__total {
  align-items: center;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  text-align: center;
}

/* line 24, app/assets/stylesheets/components/cart/_cart_footer.scss */
.cart-footer__total > strong {
  font-size: 1.8rem;
  font-weight: 700;
  padding-left: 1rem;
}

@media (min-width: 900px) {
  /* line 16, app/assets/stylesheets/components/cart/_cart_footer.scss */
  .cart-footer__total {
    min-width: 286px;
  }
}

/* line 35, app/assets/stylesheets/components/cart/_cart_footer.scss */
.cart-footer__primary-action {
  padding: 3rem 0 0 0;
  min-width: 100%;
}

@media (min-width: 900px) {
  /* line 35, app/assets/stylesheets/components/cart/_cart_footer.scss */
  .cart-footer__primary-action {
    min-width: 286px;
  }
}

/* line 43, app/assets/stylesheets/components/cart/_cart_footer.scss */
.cart-footer__primary-action button {
  width: 100%;
}

/* line 1, app/assets/stylesheets/components/cart/_cart_header.scss */
.cart-header {
  align-items: center;
  display: flex;
  margin-bottom: 4rem;
}

/* line 6, app/assets/stylesheets/components/cart/_cart_header.scss */
.cart-header__title {
  font-size: 4rem;
  flex-grow: 1;
  margin: 0;
}

/* line 1, app/assets/stylesheets/components/cart/_cart_item.scss */
.cart-item {
  align-items: center;
  border-bottom: solid 1px #f2f2f2;
  display: grid;
  font-size: 1.4rem;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 2rem;
  padding: 2rem 0;
}

@media (min-width: 900px) {
  /* line 1, app/assets/stylesheets/components/cart/_cart_item.scss */
  .cart-item {
    align-items: center;
    display: flex;
  }
  /* line 14, app/assets/stylesheets/components/cart/_cart_item.scss */
  .cart-item__image {
    flex-grow: 0;
    flex-shrink: 0;
    width: 20%;
  }
  /* line 19, app/assets/stylesheets/components/cart/_cart_item.scss */
  .cart-item__image img {
    max-width: 100%;
  }
  /* line 24, app/assets/stylesheets/components/cart/_cart_item.scss */
  .cart-item__info {
    flex-grow: 1;
    padding-left: 4rem;
    padding-right: 2rem;
  }
  /* line 30, app/assets/stylesheets/components/cart/_cart_item.scss */
  .cart-item__price-single, .cart-item__price {
    padding: 0 1rem;
  }
  /* line 35, app/assets/stylesheets/components/cart/_cart_item.scss */
  .cart-item__quantity, .cart-item__price, .cart-item__remove {
    margin: 0;
  }
  /* line 41, app/assets/stylesheets/components/cart/_cart_item.scss */
  .cart-item__price {
    font-size: 1.5rem;
    font-weight: 400;
  }
  /* line 46, app/assets/stylesheets/components/cart/_cart_item.scss */
  .cart-item__quantity {
    flex-grow: 0;
    flex-shrink: 0;
    width: 10%;
  }
  /* line 52, app/assets/stylesheets/components/cart/_cart_item.scss */
  .cart-item__remove {
    text-align: right;
    width: 12%;
  }
}

@media (min-width: 600px) {
  /* line 1, app/assets/stylesheets/components/cart/_cart_item.scss */
  .cart-item {
    display: flex;
  }
}

/* line 62, app/assets/stylesheets/components/cart/_cart_item.scss */
.cart-item:first-child {
  border-top: solid 1px #f2f2f2;
}

/* line 66, app/assets/stylesheets/components/cart/_cart_item.scss */
.cart-item__image {
  text-align: center;
}

/* line 70, app/assets/stylesheets/components/cart/_cart_item.scss */
.cart-item__quantity, .cart-item__price, .cart-item__remove {
  margin: 10px 0 10px 0;
  text-align: left;
  width: auto;
}

@media (min-width: 900px) {
  /* line 70, app/assets/stylesheets/components/cart/_cart_item.scss */
  .cart-item__quantity, .cart-item__price, .cart-item__remove {
    width: 8rem;
    text-align: right;
    margin: 10px 0 10px auto;
  }
}

/* line 85, app/assets/stylesheets/components/cart/_cart_item.scss */
.cart-item__remove > input {
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
  text-decoration: underline;
}

/* line 93, app/assets/stylesheets/components/cart/_cart_item.scss */
.cart-item__remove .delete {
  width: 26px;
  height: 26px;
  color: transparent;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 22.75C18.3848 22.75 22.75 18.3848 22.75 13C22.75 7.61522 18.3848 3.25 13 3.25C7.61522 3.25 3.25 7.61522 3.25 13C3.25 18.3848 7.61522 22.75 13 22.75Z' stroke='%23C4C4C4' stroke-width='1.625' stroke-miterlimit='10'/%3E%3Cpath d='M16.25 9.75L9.75 16.25' stroke='%23C4C4C4' stroke-width='1.625' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.25 16.25L9.75 9.75' stroke='%23C4C4C4' stroke-width='1.625' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat;
  background-size: 100% auto;
  background-position: center;
}

@media (min-width: 900px) {
  /* line 103, app/assets/stylesheets/components/cart/_cart_item.scss */
  .cart-item__price-single, .cart-item__price {
    padding: 0 4rem 0;
  }
}

/* line 110, app/assets/stylesheets/components/cart/_cart_item.scss */
.cart-item__image img {
  max-width: 100%;
  height: auto;
}

/* line 117, app/assets/stylesheets/components/cart/_cart_item.scss */
.cart-items-header {
  display: none;
}

@media (min-width: 900px) {
  /* line 117, app/assets/stylesheets/components/cart/_cart_item.scss */
  .cart-items-header {
    align-items: center;
    display: flex;
    border-bottom: 1px solid #ECECEC;
  }
}

/* line 126, app/assets/stylesheets/components/cart/_cart_item.scss */
.cart-items-header__title {
  font-size: 1.3rem;
  font-weight: 500;
  text-transform: uppercase;
}

/* line 132, app/assets/stylesheets/components/cart/_cart_item.scss */
.cart-items-header > * {
  flex-grow: 0;
  flex-shrink: 0;
}

/* line 136, app/assets/stylesheets/components/cart/_cart_item.scss */
.cart-items-header > *:nth-child(2) {
  padding: 0 4rem 0 4rem;
}

@media (min-width: 900px) {
  /* line 140, app/assets/stylesheets/components/cart/_cart_item.scss */
  .cart-items-header > *:nth-child(3), .cart-items-header > *:last-child {
    padding: 0 4rem 0 0;
  }
}

@media (min-width: 900px) {
  /* line 147, app/assets/stylesheets/components/cart/_cart_item.scss */
  .cart-items-header > *:first-child {
    width: 55%;
  }
}

/* line 1, app/assets/stylesheets/components/cart/_cart_link.scss */
.cart-link {
  padding: 5px;
}

/* line 5, app/assets/stylesheets/components/cart/_cart_link.scss */
.cart-info {
  display: inline-block;
  width: 20px;
  height: 35px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='21' height='25' viewBox='0 0 21 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.0938 3.8746H14.4262V2.37616C14.4262 1.08358 13.375 0.0324097 12.0824 0.0324097H8.96641C7.67383 0.0324097 6.62266 1.08358 6.62266 2.37616V3.8746H1.90625C1.04336 3.8746 0.34375 4.57421 0.34375 5.4371V23.4051C0.34375 24.268 1.04336 24.9676 1.90625 24.9676H19.0938C19.9566 24.9676 20.6562 24.268 20.6562 23.4051V5.4371C20.6562 4.57421 19.9567 3.8746 19.0938 3.8746ZM8.18518 2.37616C8.18518 1.94491 8.53518 1.59491 8.96643 1.59491H12.0824C12.5137 1.59491 12.8637 1.94491 12.8637 2.37616V3.8746H8.18518V2.37616ZM19.0938 23.4051H1.90627V5.4371H6.62268V7.04452C6.62268 7.04452 6.60198 7.82496 7.39927 7.82496C8.27817 7.82496 8.18521 7.04452 8.18521 7.04452V5.4371H12.8637V7.04452C12.8637 7.04452 12.8118 7.82889 13.6418 7.82889C14.4231 7.82889 14.4262 7.04452 14.4262 7.04452V5.4371H19.0938L19.0938 23.4051Z' fill='black'/%3E%3C/svg%3E") no-repeat;
  background-size: 100% auto;
  background-position: bottom;
  position: relative;
}

/* line 15, app/assets/stylesheets/components/cart/_cart_link.scss */
.cart-info.empty .link-text {
  background: transparent;
}

/* line 20, app/assets/stylesheets/components/cart/_cart_link.scss */
.cart-info .link-text {
  color: #FFFFFF;
  background: #1d3441;
  font-weight: 600;
  border-radius: 50px;
  font-size: 11.6666666667px;
  text-align: center;
  position: absolute;
  bottom: -10px;
  right: -8px;
  width: 20px;
  height: 20px;
  line-height: 20px;
}

/* line 40, app/assets/stylesheets/components/cart/_cart_link.scss */
.cart-info.icon-account {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='26' height='25' viewBox='0 0 26 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.8058 1.56249C15.459 1.56249 18.2726 3.7972 18.2726 5.46517V9.36947C18.2726 10.8722 17.6476 13.7472 15.9715 15.0671C15.7612 15.2326 15.597 15.4493 15.4946 15.6964C15.3921 15.9435 15.3548 16.2128 15.3863 16.4785C15.4504 17.0195 15.7914 17.4871 16.2859 17.7144L23.0851 20.9387C23.1383 20.9629 23.7367 21.0633 23.7367 21.8992L23.7375 23.4242L1.87498 23.4254V21.8398C1.87498 21.2187 2.34099 21.0238 2.52732 20.9379L9.38823 17.7C9.88042 17.4742 10.2199 17.0086 10.2859 16.4714C10.3523 15.9343 10.1355 15.4011 9.71326 15.0625C8.09021 13.7593 7.33396 10.8949 7.33396 9.36947V5.46517C7.33433 3.83317 10.1761 1.56249 12.8058 1.56249ZM12.8058 -6.10352e-05C9.35583 -6.10352e-05 5.77148 2.87928 5.77148 5.4652V9.36949C5.77148 11.0754 6.55 14.5269 8.73516 16.2808L1.87383 19.5191C1.87383 19.5191 0.3125 20.2148 0.3125 21.0808V23.4254C0.3125 24.2882 1.01172 24.9871 1.8738 24.9871H23.7379C24.6008 24.9871 25.2996 24.2882 25.2996 23.4254V21.0808C25.2996 20.1629 23.7379 19.5191 23.7379 19.5191L16.9386 16.2949C19.1031 14.5914 19.8355 11.2449 19.8355 9.36947V5.46517C19.8355 2.87924 16.2554 -3.66211e-05 12.8058 -3.66211e-05V-6.10352e-05Z' fill='black'/%3E%3C/svg%3E") no-repeat;
  width: 26px;
}

/* line 1, app/assets/stylesheets/components/cart/_cart_page.scss */
.cart-page {
  margin: 0 auto;
  max-width: 86rem;
}

@media (min-width: 900px) {
  /* line 1, app/assets/stylesheets/components/cart/_cart_page.scss */
  .cart-page {
    padding-bottom: 18rem;
  }
}

/* line 10, app/assets/stylesheets/components/cart/_cart_page.scss */
.cart-page__coupon-code {
  display: flex;
  justify-content: center;
}

@media (min-width: 900px) {
  /* line 10, app/assets/stylesheets/components/cart/_cart_page.scss */
  .cart-page__coupon-code {
    display: block;
    margin-top: -7.5rem;
  }
}

@media (min-width: 900px) {
  /* line 10, app/assets/stylesheets/components/cart/_cart_page.scss */
  .cart-page__coupon-code {
    margin-top: 0;
    max-width: 286px;
    justify-content: flex-end;
  }
}

/* line 26, app/assets/stylesheets/components/cart/_cart_page.scss */
.cart-page__other-actions {
  align-items: center;
  flex-direction: column;
  display: flex;
}

@media (min-width: 900px) {
  /* line 26, app/assets/stylesheets/components/cart/_cart_page.scss */
  .cart-page__other-actions {
    background: #FBFAFA;
    padding: 2rem 1rem;
    flex-direction: row;
    justify-content: space-between;
    margin-top: -230px;
  }
}

/* line 1, app/assets/stylesheets/components/cart/_cart_secondary_actions.scss */
.cart-secondary-actions {
  display: flex;
  font-size: 1.4rem;
  margin-bottom: 2rem;
  margin-top: 4rem;
  order: 2;
}

@media (min-width: 900px) {
  /* line 1, app/assets/stylesheets/components/cart/_cart_secondary_actions.scss */
  .cart-secondary-actions {
    margin-top: 0;
    margin-bottom: 0;
    order: initial;
  }
}

/* line 15, app/assets/stylesheets/components/cart/_cart_secondary_actions.scss */
.cart-secondary-actions__continue::before {
  content: '';
  font-size: 1.2rem;
  margin-right: .3rem;
}

/* line 21, app/assets/stylesheets/components/cart/_cart_secondary_actions.scss */
.cart-secondary-actions__continue::after {
  content: "or";
  margin-right: .5rem;
}

/* line 26, app/assets/stylesheets/components/cart/_cart_secondary_actions.scss */
.cart-secondary-actions__continue a {
  color: #1d3441;
}

/* line 29, app/assets/stylesheets/components/cart/_cart_secondary_actions.scss */
.cart-secondary-actions__continue a:hover {
  color: #222;
}

/* line 1, app/assets/stylesheets/components/cart/_coupon_code.scss */
.coupon-code {
  display: flex;
}

/* line 5, app/assets/stylesheets/components/cart/_coupon_code.scss */
.coupon-code__action {
  padding-left: 1rem;
}

/* line 1, app/assets/stylesheets/components/cart/_item_info.scss */
.item-info {
  margin-left: 2rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

/* line 8, app/assets/stylesheets/components/cart/_item_info.scss */
.item-info .truncated-options {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.3rem;
}

/* line 15, app/assets/stylesheets/components/cart/_item_info.scss */
.item-info__name {
  font-size: 1.6rem;
  margin-bottom: .5rem;
}

/* line 19, app/assets/stylesheets/components/cart/_item_info.scss */
.item-info__name a {
  font-weight: 700;
}

/* line 24, app/assets/stylesheets/components/cart/_item_info.scss */
.item-info__options {
  margin-bottom: 1rem;
  margin-left: 1rem;
}

/* line 29, app/assets/stylesheets/components/cart/_item_info.scss */
.item-info__description {
  color: #777;
  font-size: 1.3rem;
  font-style: italic;
  margin: 0;
}

@media (min-width: 900px) {
  /* line 37, app/assets/stylesheets/components/cart/_item_info.scss */
  .order-items--summary .item-info__name {
    font-size: 1.4rem;
  }
}

/* line 43, app/assets/stylesheets/components/cart/_item_info.scss */
.order-items--summary .item-info__description {
  display: none;
}

/* line 1, app/assets/stylesheets/components/checkout/_checkout_header.scss */
.checkout-header {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
}

@media (min-width: 600px) {
  /* line 1, app/assets/stylesheets/components/checkout/_checkout_header.scss */
  .checkout-header {
    display: flex;
    justify-content: flex-start;
  }
}

/* line 13, app/assets/stylesheets/components/checkout/_checkout_header.scss */
.checkout-header__title {
  font-weight: 500;
  font-size: 4rem;
  letter-spacing: 0;
  margin-top: 2.2rem;
  margin-bottom: 1.8rem;
}

@media (min-width: 600px) {
  /* line 13, app/assets/stylesheets/components/checkout/_checkout_header.scss */
  .checkout-header__title {
    margin-right: 20px;
  }
}

/* line 25, app/assets/stylesheets/components/checkout/_checkout_header.scss */
.checkout-header__steps {
  margin-top: 1.5rem;
  max-width: 10rem;
}

@media (min-width: 900px) {
  /* line 25, app/assets/stylesheets/components/checkout/_checkout_header.scss */
  .checkout-header__steps {
    margin-top: 0;
  }
}

/* line 1, app/assets/stylesheets/components/checkout/_checkout_summary.scss */
.checkout-summary {
  font-size: 1.3rem;
}

/* line 4, app/assets/stylesheets/components/checkout/_checkout_summary.scss */
.checkout-summary__title {
  font-size: 1.6rem;
}

/* line 8, app/assets/stylesheets/components/checkout/_checkout_summary.scss */
.checkout-summary__entry, .checkout-summary__total {
  display: flex;
}

/* line 12, app/assets/stylesheets/components/checkout/_checkout_summary.scss */
.checkout-summary__entry > dt, .checkout-summary__total > dt {
  flex-grow: 1;
}

/* line 16, app/assets/stylesheets/components/checkout/_checkout_summary.scss */
.checkout-summary__entry > dd, .checkout-summary__total > dd {
  font-weight: 500;
}

/* line 21, app/assets/stylesheets/components/checkout/_checkout_summary.scss */
.checkout-summary__entry {
  margin: .5rem 0;
}

/* line 25, app/assets/stylesheets/components/checkout/_checkout_summary.scss */
.checkout-summary__total {
  border-top: solid 1px #ddd;
  margin-top: 1.5rem;
  padding-top: 1rem;
}

/* line 1, app/assets/stylesheets/components/checkout/_proposed_shipment.scss */
.proposed-shipment {
  margin-bottom: 3rem;
}

/* line 4, app/assets/stylesheets/components/checkout/_proposed_shipment.scss */
.proposed-shipment:last-of-type {
  margin-bottom: 0;
}

/* line 8, app/assets/stylesheets/components/checkout/_proposed_shipment.scss */
.proposed-shipment__title {
  font-size: 1.6rem;
}

/* line 11, app/assets/stylesheets/components/checkout/_proposed_shipment.scss */
.proposed-shipment__title::first-letter {
  text-transform: uppercase;
}

/* line 16, app/assets/stylesheets/components/checkout/_proposed_shipment.scss */
.proposed-shipment__secondary-title {
  font-size: 1.6rem;
}

/* line 1, app/assets/stylesheets/components/checkout/_progress_steps.scss */
.progress-steps {
  color: #777;
  display: flex;
  font-size: 1.3rem;
  line-height: 2.2rem;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 600px) {
  /* line 1, app/assets/stylesheets/components/checkout/_progress_steps.scss */
  .progress-steps {
    min-width: 360px;
  }
}

/* line 16, app/assets/stylesheets/components/checkout/_progress_steps.scss */
.progress-steps > li.completed, .progress-steps > li.completed-first {
  font-weight: 500;
}

/* line 21, app/assets/stylesheets/components/checkout/_progress_steps.scss */
.progress-steps > li.current, .progress-steps > li.current-first {
  color: #1d3441;
  font-weight: 500;
}

/* line 33, app/assets/stylesheets/components/checkout/_progress_steps.scss */
.progress-steps > li::after {
  content: " /";
  font-size: 1.4rem;
  margin-right: .5rem;
  color: #787473;
  font-weight: 300;
}

/* line 43, app/assets/stylesheets/components/checkout/_progress_steps.scss */
.progress-steps li:last-child::after {
  content: '';
}

/* line 49, app/assets/stylesheets/components/checkout/_progress_steps.scss */
.progress-steps a:hover {
  text-decoration: underline;
}

/* line 1, app/assets/stylesheets/components/checkout/_shipment_items.scss */
.shipment-items {
  font-size: 1.4rem;
  list-style-type: none;
  margin: 0 0 3rem;
  padding: 0;
}

/* line 7, app/assets/stylesheets/components/checkout/_shipment_items.scss */
.shipment-items > li {
  align-items: center;
  border-bottom: solid 1px #f2f2f2;
  display: flex;
  padding: 1rem 0;
}

/* line 13, app/assets/stylesheets/components/checkout/_shipment_items.scss */
.shipment-items > li:first-child {
  border-top: solid 1px #f2f2f2;
}

/* line 18, app/assets/stylesheets/components/checkout/_shipment_items.scss */
.shipment-items__name {
  flex-grow: 1;
  font-weight: 500;
  padding: 0 2rem;
}

/* line 24, app/assets/stylesheets/components/checkout/_shipment_items.scss */
.shipment-items__image {
  flex-basis: 8rem;
  flex-grow: 0;
  flex-shrink: 0;
}

/* line 29, app/assets/stylesheets/components/checkout/_shipment_items.scss */
.shipment-items__image img {
  width: 100%;
}

/* line 34, app/assets/stylesheets/components/checkout/_shipment_items.scss */
.shipment-items__quantity {
  font-weight: 500;
  text-align: right;
}

/* line 38, app/assets/stylesheets/components/checkout/_shipment_items.scss */
.shipment-items__quantity::before {
  content: "✕";
}

/* line 43, app/assets/stylesheets/components/checkout/_shipment_items.scss */
.shipment-items__price {
  flex-basis: 8rem;
  flex-grow: 0;
  flex-shrink: 0;
  font-weight: 700;
  text-align: right;
}

/* line 1, app/assets/stylesheets/components/checkout/_shipping_methods.scss */
.shipping-methods {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 6, app/assets/stylesheets/components/checkout/_shipping_methods.scss */
.shipping-methods .cost {
  font-weight: 500;
}

/* line 10, app/assets/stylesheets/components/checkout/_shipping_methods.scss */
.shipping-methods .radio-input {
  display: flex;
  align-items: center;
  gap: 1rem;
}

/* line 16, app/assets/stylesheets/components/checkout/_shipping_methods.scss */
.shipping-methods__time-delivery {
  padding-left: 2rem;
  margin: 0.5rem 0;
}

/* line 21, app/assets/stylesheets/components/checkout/_shipping_methods.scss */
.shipping-methods__rate {
  margin: .8rem 0;
  border: 1px solid #c7c7c7;
  padding: 1rem;
}

/* line 27, app/assets/stylesheets/components/checkout/_shipping_methods.scss */
.shipping-methods__name_price {
  display: flex;
  justify-content: space-between;
}

/* line 32, app/assets/stylesheets/components/checkout/_shipping_methods.scss */
.shipping-methods__description {
  padding-left: 2rem;
}

/* line 1, app/assets/stylesheets/components/checkout/steps/_address_step.scss */
.address-step {
  margin-top: 2rem;
}

/* line 4, app/assets/stylesheets/components/checkout/steps/_address_step.scss */
.address-step__billing, .address-step__shipping {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
  padding: 0 0;
}

/* line 21, app/assets/stylesheets/components/checkout/steps/_address_step.scss */
.address-step__actions {
  margin-top: 2rem;
}

/* line 2, app/assets/stylesheets/components/checkout/steps/_confirm_step.scss */
.confirm-step__info {
  background-color: #f9f9f9;
  border: solid 1px #f2f2f2;
  margin-bottom: 2rem;
  padding: 3rem 1.5rem;
}

/* line 8, app/assets/stylesheets/components/checkout/steps/_confirm_step.scss */
.confirm-step__info > legend {
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
}

/* line 2, app/assets/stylesheets/components/checkout/steps/_delivery_step.scss */
.delivery-step__delivery {
  background-color: #f9f9f9;
  border: solid 1px #f2f2f2;
  margin-bottom: 2rem;
  padding: 3rem 1.5rem;
}

/* line 8, app/assets/stylesheets/components/checkout/steps/_delivery_step.scss */
.delivery-step__delivery > legend {
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
}

/* line 2, app/assets/stylesheets/components/checkout/steps/_payment_step.scss */
.payment-step__payment {
  background-color: #f9f9f9;
  border: solid 1px #f2f2f2;
  margin-bottom: 2rem;
  padding: 1.5rem 3rem;
}

/* line 8, app/assets/stylesheets/components/checkout/steps/_payment_step.scss */
.payment-step__payment > legend {
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
}

/* line 16, app/assets/stylesheets/components/checkout/steps/_payment_step.scss */
.payment-step__details {
  display: block;
  border: 0;
  padding: 0;
  margin: 1em;
}

/* line 22, app/assets/stylesheets/components/checkout/steps/_payment_step.scss */
.payment-step__details:disabled {
  opacity: 0.5;
  pointer-events: none;
}

/* line 28, app/assets/stylesheets/components/checkout/steps/_payment_step.scss */
.payment-step__selector {
  list-style-type: none;
  padding-left: 0;
}

/* line 31, app/assets/stylesheets/components/checkout/steps/_payment_step.scss */
.payment-step__selector > li {
  margin-bottom: 1.5em;
}

/* line 33, app/assets/stylesheets/components/checkout/steps/_payment_step.scss */
.payment-step__selector > li > label {
  font-weight: 400;
}

/* line 36, app/assets/stylesheets/components/checkout/steps/_payment_step.scss */
.payment-step__selector > li > div {
  padding: 1em;
}

/* line 5, app/assets/stylesheets/components/forms/_address_inputs.scss */
.address-inputs > div:first-child {
  margin-top: 0;
}

/* line 9, app/assets/stylesheets/components/forms/_address_inputs.scss */
.address-inputs > div:last-child {
  margin-bottom: 0;
}

/* line 1, app/assets/stylesheets/components/forms/inputs/_checkbox_input.scss */
.checkbox-input {
  font-size: 1.3rem;
}

/* line 1, app/assets/stylesheets/components/forms/inputs/_radio_input.scss */
.radio-input {
  font-size: 1.4rem;
  font-weight: 500;
  vertical-align: middle;
}

/* line 6, app/assets/stylesheets/components/forms/inputs/_radio_input.scss */
.radio-input input {
  vertical-align: middle;
}

/* line 2, app/assets/stylesheets/components/forms/inputs/_select_input.scss */
.select-input label {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: .3rem;
}

/* line 9, app/assets/stylesheets/components/forms/inputs/_select_input.scss */
.select-input select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  border: solid 1px #ddd;
  border-radius: 1px;
  display: block;
  font-size: 1.4rem;
  height: 3.8rem;
  padding: 0 1rem;
  width: 100%;
}

/* line 20, app/assets/stylesheets/components/forms/inputs/_select_input.scss */
.select-input select:focus {
  border-color: transparent;
  box-shadow: none;
  outline: solid 1px #222;
}

/* line 2, app/assets/stylesheets/components/forms/inputs/_textarea_input.scss */
.textarea-input label {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: .3rem;
  text-transform: uppercase;
}

/* line 10, app/assets/stylesheets/components/forms/inputs/_textarea_input.scss */
.textarea-input textarea {
  border: solid 1px #ddd;
  border-radius: 1px;
  display: block;
  font-size: 1.3rem;
  height: 8rem;
  padding: 1rem;
  width: 100%;
}

/* line 19, app/assets/stylesheets/components/forms/inputs/_textarea_input.scss */
.textarea-input textarea:focus {
  border-color: transparent;
  box-shadow: none;
  outline: solid 1px #222;
}

/* line 2, app/assets/stylesheets/components/forms/inputs/_text.scss */
.text-input label {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: .3rem;
}

/* line 9, app/assets/stylesheets/components/forms/inputs/_text.scss */
.text-input input {
  border: solid 1px #ddd;
  border-radius: 1px;
  display: block;
  font-size: 1.4rem;
  height: 3.8rem;
  padding: 0 1rem;
  width: 100%;
}

/* line 18, app/assets/stylesheets/components/forms/inputs/_text.scss */
.text-input input:focus {
  box-shadow: none;
  outline: solid 1px #222;
}

/* line 26, app/assets/stylesheets/components/forms/inputs/_text.scss */
.text-input--small label {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 0;
}

/* line 32, app/assets/stylesheets/components/forms/inputs/_text.scss */
.text-input--small input {
  font-size: 1.3rem;
  height: 3.2rem;
}

/* line 1, app/assets/stylesheets/components/general/_flash.scss */
.flash {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 1.5rem;
  text-align: center;
}

/* line 8, app/assets/stylesheets/components/general/_flash.scss */
.flash.alert {
  background: #fdd200;
}

/* line 12, app/assets/stylesheets/components/general/_flash.scss */
.flash.error, .flash.registration_error {
  background: #e4361b;
}

/* line 17, app/assets/stylesheets/components/general/_flash.scss */
.flash.notice, .flash.success {
  background: #1bc16d;
}

/* line 1, app/assets/stylesheets/components/navigation/_auth_link.scss */
.auth-link {
  font-size: 1.3rem;
  font-weight: 700;
  margin-right: 1rem;
  text-decoration: none;
  text-transform: uppercase;
}

@media (min-width: 600px) {
  /* line 1, app/assets/stylesheets/components/navigation/_auth_link.scss */
  .auth-link {
    margin-right: 2rem;
  }
}

/* line 1, app/assets/stylesheets/components/navigation/_categories.scss */
.categories {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 6, app/assets/stylesheets/components/navigation/_categories.scss */
.categories__list {
  display: flex;
  justify-content: center;
  padding: 0;
}

/* line 11, app/assets/stylesheets/components/navigation/_categories.scss */
.categories__list > li {
  display: flex;
  list-style-type: none;
  margin: 0 1rem;
  padding: 0;
}

/* line 23, app/assets/stylesheets/components/navigation/_categories.scss */
.categories a {
  height: -moz-fit-content;
  height: fit-content;
}

@media (min-width: 600px) {
  /* line 23, app/assets/stylesheets/components/navigation/_categories.scss */
  .categories a {
    font-size: 1.6rem;
  }
}

/* line 1, app/assets/stylesheets/components/navigation/_taxonomies.scss */
.taxonomies {
  margin-bottom: 2rem;
}

/* line 4, app/assets/stylesheets/components/navigation/_taxonomies.scss */
.taxonomies a {
  text-decoration: none;
}

/* line 1, app/assets/stylesheets/components/navigation/_taxonomy.scss */
.taxonomy {
  margin-bottom: 3rem;
}

/* line 4, app/assets/stylesheets/components/navigation/_taxonomy.scss */
.taxonomy__title {
  color: #999;
  text-transform: uppercase;
}

/* line 8, app/assets/stylesheets/components/navigation/_taxonomy.scss */
.taxonomy__title:first-of-type {
  margin-top: 0;
}

/* line 13, app/assets/stylesheets/components/navigation/_taxonomy.scss */
.taxonomy__list {
  list-style: none;
  margin: 0 0 3rem;
  padding: 0;
}

/* line 18, app/assets/stylesheets/components/navigation/_taxonomy.scss */
.taxonomy__list li {
  align-items: center;
  display: flex;
  margin: .5rem 0;
}

/* line 1, app/assets/stylesheets/components/navigation/_locale_selector.scss */
.locale-selector {
  margin: 3rem auto;
  width: 20rem;
}

/* line 5, app/assets/stylesheets/components/navigation/_locale_selector.scss */
.locale-selector__select-input {
  position: relative;
}

/* line 8, app/assets/stylesheets/components/navigation/_locale_selector.scss */
.locale-selector__select-input select {
  padding: 0 3rem 0 1rem;
}

/* line 12, app/assets/stylesheets/components/navigation/_locale_selector.scss */
.locale-selector__select-input::after {
  content: '\2304';
  font-size: 2rem;
  pointer-events: none;
  position: absolute;
  right: 1rem;
  bottom: 0;
  margin-bottom: .8rem;
}

/* line 2, app/assets/stylesheets/components/orders/_address_overview.scss */
.address-overview__title {
  display: inline;
  font-size: 1.3rem;
  font-weight: 500;
}

/* line 8, app/assets/stylesheets/components/orders/_address_overview.scss */
.address-overview__edit {
  font-size: 1.3rem;
  margin-left: .3rem;
  text-decoration: none;
}

/* line 14, app/assets/stylesheets/components/orders/_address_overview.scss */
.address-overview__info {
  font-size: 1.4rem;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 20, app/assets/stylesheets/components/orders/_address_overview.scss */
.address-overview__info > li {
  margin: .5rem 0;
}

/* line 23, app/assets/stylesheets/components/orders/_address_overview.scss */
.address-overview__info > li:last-child {
  margin-bottom: 0;
}

/* line 1, app/assets/stylesheets/components/orders/_coupon_codes.scss */
.coupon-codes {
  margin-top: 3em;
}

/* line 1, app/assets/stylesheets/components/orders/_line_items.scss */
.line-items {
  font-size: 1.4rem;
  margin-top: 3rem;
}

/* line 5, app/assets/stylesheets/components/orders/_line_items.scss */
.line-items > div {
  display: flex;
  justify-content: flex-end;
  margin: .5rem 0;
}

/* line 10, app/assets/stylesheets/components/orders/_line_items.scss */
.line-items > div:last-child {
  margin: 2rem 0 0;
}

/* line 15, app/assets/stylesheets/components/orders/_line_items.scss */
.line-items dd {
  font-weight: 500;
  margin-inline-start: 0;
  min-width: 8rem;
  text-align: right;
}

@media (min-width: 900px) {
  /* line 2, app/assets/stylesheets/components/orders/_order_details.scss */
  .order-details__info {
    display: flex;
  }
}

/* line 7, app/assets/stylesheets/components/orders/_order_details.scss */
.order-details__info > * {
  margin-bottom: 2em;
}

@media (min-width: 900px) {
  /* line 7, app/assets/stylesheets/components/orders/_order_details.scss */
  .order-details__info > * {
    padding: 0 .8rem;
    width: 25%;
  }
}

/* line 1, app/assets/stylesheets/components/orders/_order_item.scss */
.order-item {
  display: grid;
  grid-template-columns: 15% 70% 15%;
  align-items: center;
  border-bottom: .1rem solid #ebebeb;
  font-size: 1.4rem;
  padding: 2rem 0;
}

@media (min-width: 900px) {
  /* line 1, app/assets/stylesheets/components/orders/_order_item.scss */
  .order-item {
    display: grid;
    grid-template-columns: 10% 75% 15%;
    align-items: center;
  }
}

/* line 15, app/assets/stylesheets/components/orders/_order_item.scss */
.order-item:first-child {
  border-top: none;
  padding: 0 0 2rem 0;
}

/* line 20, app/assets/stylesheets/components/orders/_order_item.scss */
.order-item__image {
  position: relative;
}

/* line 22, app/assets/stylesheets/components/orders/_order_item.scss */
.order-item__image img {
  max-width: 100%;
}

/* line 27, app/assets/stylesheets/components/orders/_order_item.scss */
.order-item__quantity-circle {
  position: absolute;
  background-color: #1d3441;
  color: #fff;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  font-size: 1.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  transform: translate(50%, -50%);
  top: 0;
  right: 0;
}

@media (min-width: 900px) {
  /* line 27, app/assets/stylesheets/components/orders/_order_item.scss */
  .order-item__quantity-circle {
    font-size: 12px;
  }
}

@media (min-width: 900px) {
  /* line 49, app/assets/stylesheets/components/orders/_order_item.scss */
  .order-item__info {
    flex-grow: 1;
    padding-left: 4rem;
    padding-right: 2rem;
  }
}

/* line 57, app/assets/stylesheets/components/orders/_order_item.scss */
.order-item__price-single {
  float: left;
  width: 90%;
}

@media (min-width: 900px) {
  /* line 57, app/assets/stylesheets/components/orders/_order_item.scss */
  .order-item__price-single {
    float: none;
  }
}

/* line 66, app/assets/stylesheets/components/orders/_order_item.scss */
.order-item__price-single, .order-item__price {
  text-align: right;
}

@media (min-width: 900px) {
  /* line 66, app/assets/stylesheets/components/orders/_order_item.scss */
  .order-item__price-single, .order-item__price {
    padding: 0 0;
    text-align: right;
  }
}

/* line 76, app/assets/stylesheets/components/orders/_order_item.scss */
.order-item__price {
  clear: both;
}

/* line 80, app/assets/stylesheets/components/orders/_order_item.scss */
.order-item__quantity {
  flex-grow: 0;
  flex-shrink: 0;
  float: right;
  font-weight: 500;
  text-align: center;
  width: 6%;
}

@media (min-width: 900px) {
  /* line 80, app/assets/stylesheets/components/orders/_order_item.scss */
  .order-item__quantity {
    float: none;
  }
}

/* line 93, app/assets/stylesheets/components/orders/_order_item.scss */
.order-item__price-single, .order-item__quantity, .order-item__price {
  padding-top: 1em;
}

@media (min-width: 900px) {
  /* line 93, app/assets/stylesheets/components/orders/_order_item.scss */
  .order-item__price-single, .order-item__quantity, .order-item__price {
    padding-top: 0;
  }
}

/* line 103, app/assets/stylesheets/components/orders/_order_item.scss */
.order-item__remove {
  text-align: right;
  width: 12%;
}

/* line 108, app/assets/stylesheets/components/orders/_order_item.scss */
.order-items--summary .order-item {
  align-items: center;
  display: grid;
  grid-template-columns: 15% 70% 15%;
}

@media (min-width: 900px) {
  /* line 108, app/assets/stylesheets/components/orders/_order_item.scss */
  .order-items--summary .order-item {
    font-size: 1.3rem;
  }
}

/* line 117, app/assets/stylesheets/components/orders/_order_item.scss */
.order-items--summary .order-item__image {
  width: 100%;
}

/* line 121, app/assets/stylesheets/components/orders/_order_item.scss */
.order-items--summary .order-item__price-single {
  display: none;
}

/* line 125, app/assets/stylesheets/components/orders/_order_item.scss */
.order-items--summary .order-item__quantity, .order-items--summary .order-item__price {
  padding: 0;
  text-align: right;
  width: auto;
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/components/orders/_order_page.scss */
.order-page {
  margin: 0 auto;
  max-width: 86rem;
  padding: 8rem 2rem;
}

/* line 6, app/assets/stylesheets/components/orders/_order_page.scss */
.order-page__title {
  margin: 0 0 5rem;
  text-align: center;
}

/* line 11, app/assets/stylesheets/components/orders/_order_page.scss */
.order-page__completed {
  color: #1bc16d;
  font-size: 1.6rem;
  font-weight: 500;
  margin: -2.5rem 0 3rem;
  text-align: center;
}

/* line 19, app/assets/stylesheets/components/orders/_order_page.scss */
.order-page__info {
  border: solid 1px #f2f2f2;
  margin-bottom: 2rem;
  padding: 3rem 1.5rem;
}

/* line 24, app/assets/stylesheets/components/orders/_order_page.scss */
.order-page__info > legend {
  font-size: 1.4rem;
  font-weight: 700;
}

/* line 30, app/assets/stylesheets/components/orders/_order_page.scss */
.order-page__actions {
  margin-top: 3rem;
  text-align: center;
}

/* line 34, app/assets/stylesheets/components/orders/_order_page.scss */
.order-page__actions > a {
  margin: 0 1rem;
}

/* line 2, app/assets/stylesheets/components/orders/_order_shipments.scss */
.order-shipments__title {
  display: inline;
  font-size: 1.3rem;
  font-weight: 500;
}

/* line 8, app/assets/stylesheets/components/orders/_order_shipments.scss */
.order-shipments__edit {
  font-size: 1.3rem;
  margin-left: .3rem;
  text-decoration: none;
}

/* line 14, app/assets/stylesheets/components/orders/_order_shipments.scss */
.order-shipments__info {
  font-size: 1.4rem;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 20, app/assets/stylesheets/components/orders/_order_shipments.scss */
.order-shipments__info > li {
  border-top: solid 1px #f2f2f2;
  margin: .5rem 0;
  padding: .5rem;
}

/* line 25, app/assets/stylesheets/components/orders/_order_shipments.scss */
.order-shipments__info > li:last-child {
  margin-bottom: 0;
}

/* line 29, app/assets/stylesheets/components/orders/_order_shipments.scss */
.order-shipments__info > li:first-child {
  border-top: 0;
}

/* line 34, app/assets/stylesheets/components/orders/_order_shipments.scss */
.order-shipments__info__tracking {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* line 40, app/assets/stylesheets/components/orders/_order_shipments.scss */
.order-shipments__info__tracking h4, .order-shipments__info__tracking .h4 {
  font-size: 1.3rem;
  font-weight: 500;
  margin: 0;
}

/* line 46, app/assets/stylesheets/components/orders/_order_shipments.scss */
.order-shipments__info__tracking p {
  font-size: 1.4rem;
  margin: .5rem 0 0;
  overflow: auto;
  padding-bottom: 1rem;
  white-space: nowrap;
}

/* line 1, app/assets/stylesheets/components/orders/_payment_info.scss */
.payment-info {
  font-size: 1.4rem;
}

/* line 4, app/assets/stylesheets/components/orders/_payment_info.scss */
.payment-info__title {
  display: inline;
  font-size: 1.3rem;
  font-weight: 500;
}

/* line 10, app/assets/stylesheets/components/orders/_payment_info.scss */
.payment-info__edit {
  font-size: 1.3rem;
  margin-left: .3rem;
  text-decoration: none;
}

/* line 16, app/assets/stylesheets/components/orders/_payment_info.scss */
.payment-info__info {
  font-size: 1.4rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 22, app/assets/stylesheets/components/orders/_payment_info.scss */
.payment-info__info > li {
  margin: .5rem 0;
}

/* line 25, app/assets/stylesheets/components/orders/_payment_info.scss */
.payment-info__info > li:last-child {
  margin-bottom: 0;
}

/* line 1, app/assets/stylesheets/components/presentation/_hero.scss */
.hero {
  background: #24282f;
  color: #fff;
  padding: 10rem 0;
}

/* line 6, app/assets/stylesheets/components/presentation/_hero.scss */
.hero__container {
  display: flex;
}

@media (min-width: 900px) {
  /* line 1, app/assets/stylesheets/components/products/_products.scss */
  .products {
    display: flex;
  }
}

@media (min-width: 900px) {
  /* line 9, app/assets/stylesheets/components/products/_products.scss */
  .products__taxon-title {
    padding: 0 3rem;
  }
}

/* line 15, app/assets/stylesheets/components/products/_products.scss */
.products__results-title {
  font-size: 1.6rem;
  font-weight: 300;
}

@media (min-width: 900px) {
  /* line 15, app/assets/stylesheets/components/products/_products.scss */
  .products__results-title {
    padding: 0 3rem;
  }
}

/* line 2, app/assets/stylesheets/components/products/_product_card.scss */
.product-card_image {
  transition: transform .2s;
}

/* line 5, app/assets/stylesheets/components/products/_product_card.scss */
.product-card_image img {
  width: 100%;
}

/* line 10, app/assets/stylesheets/components/products/_product_card.scss */
.product-card_header {
  text-align: center;
  position: relative;
}

/* line 14, app/assets/stylesheets/components/products/_product_card.scss */
.product-card_header h2, .product-card_header .h2 {
  font-size: 1.4rem;
  font-weight: 500;
  margin: 0 0 1rem;
  text-transform: uppercase;
}

/* line 22, app/assets/stylesheets/components/products/_product_card.scss */
.product-card_price {
  color: #3c76f0;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
}

/* line 29, app/assets/stylesheets/components/products/_product_card.scss */
.product-card:hover .product-card_image {
  transform: scale(1.1);
}

/* line 1, app/assets/stylesheets/components/products/_product_image.scss */
.product-image {
  display: block;
}

/* line 4, app/assets/stylesheets/components/products/_product_image.scss */
.product-image img {
  max-width: 100%;
}

/* line 1, app/assets/stylesheets/components/products/_product_info.scss */
.product-info {
  margin: 0 0 3rem;
}

/* line 4, app/assets/stylesheets/components/products/_product_info.scss */
.product-info__title {
  margin-bottom: 1rem;
}

/* line 1, app/assets/stylesheets/components/products/_product_page.scss */
.product-page {
  display: block;
  margin: 0 auto;
  max-width: 86rem;
}

@media (min-width: 900px) {
  /* line 8, app/assets/stylesheets/components/products/_product_page.scss */
  .product-page__images, .product-page__info {
    flex-grow: 0;
    flex-shrink: 0;
  }
}

@media (min-width: 900px) {
  /* line 15, app/assets/stylesheets/components/products/_product_page.scss */
  .product-page__images {
    padding-right: 4rem;
    width: 60%;
  }
}

@media (min-width: 900px) {
  /* line 15, app/assets/stylesheets/components/products/_product_page.scss */
  .product-page__images {
    display: flex;
  }
  /* line 24, app/assets/stylesheets/components/products/_product_page.scss */
  .product-page__images .product-image {
    order: 2;
  }
}

/* line 30, app/assets/stylesheets/components/products/_product_page.scss */
.product-page__info {
  margin-top: 3rem;
}

@media (min-width: 900px) {
  /* line 30, app/assets/stylesheets/components/products/_product_page.scss */
  .product-page__info {
    margin-top: 0;
    width: 40%;
  }
}

/* line 39, app/assets/stylesheets/components/products/_product_page.scss */
.product-page-row {
  margin-bottom: 4rem;
}

@media (min-width: 900px) {
  /* line 39, app/assets/stylesheets/components/products/_product_page.scss */
  .product-page-row {
    display: flex;
    margin-bottom: 8rem;
  }
}

/* line 48, app/assets/stylesheets/components/products/_product_page.scss */
.product-page__description {
  margin-bottom: 3rem;
}

@media (min-width: 900px) {
  /* line 48, app/assets/stylesheets/components/products/_product_page.scss */
  .product-page__description {
    padding-right: 4rem;
    width: 60%;
    flex-grow: 0;
    flex-shrink: 0;
  }
}

/* line 59, app/assets/stylesheets/components/products/_product_page.scss */
.product-page__details {
  margin-bottom: 3rem;
}

@media (min-width: 900px) {
  /* line 59, app/assets/stylesheets/components/products/_product_page.scss */
  .product-page__details {
    margin-top: 0;
    width: 40%;
    flex-grow: 0;
    flex-shrink: 0;
  }
}

/* line 1, app/assets/stylesheets/components/products/_product_price.scss */
.product-price {
  font-size: 1.8rem;
}

/* line 1, app/assets/stylesheets/components/products/_product_properties.scss */
.product-properties {
  margin: 0 0 3rem;
}

/* line 4, app/assets/stylesheets/components/products/_product_properties.scss */
.product-properties__title {
  font-size: 1.3rem;
  text-transform: uppercase;
}

/* line 9, app/assets/stylesheets/components/products/_product_properties.scss */
.product-properties__table {
  border-collapse: collapse;
  font-size: 1.4rem;
}

/* line 13, app/assets/stylesheets/components/products/_product_properties.scss */
.product-properties__table tr {
  height: 2.8rem;
}

/* line 17, app/assets/stylesheets/components/products/_product_properties.scss */
.product-properties__table td:first-child {
  color: #999;
  font-weight: 700;
  padding-right: 2.5rem;
}

/* line 1, app/assets/stylesheets/components/products/_product_submit.scss */
.product-submit {
  margin: 0 0 3rem;
}

/* line 2, app/assets/stylesheets/components/products/_product_taxons.scss */
.product-taxons__title {
  font-size: 1.4rem;
  font-weight: 500;
}

/* line 7, app/assets/stylesheets/components/products/_product_taxons.scss */
.product-taxons__list {
  display: flex;
  font-size: 1.4rem;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 14, app/assets/stylesheets/components/products/_product_taxons.scss */
.product-taxons__list li {
  padding: 0 1rem 0 0;
}

/* line 17, app/assets/stylesheets/components/products/_product_taxons.scss */
.product-taxons__list li a {
  color: #3c76f0;
}

/* line 20, app/assets/stylesheets/components/products/_product_taxons.scss */
.product-taxons__list li a:hover {
  color: #1257e7;
}

/* line 1, app/assets/stylesheets/components/products/_product_thumbnails.scss */
.product-thumbnails {
  display: flex;
  gap: 1rem;
  list-style-type: none;
  margin: 0;
  overflow: initial;
  padding: 0;
}

/* line 9, app/assets/stylesheets/components/products/_product_thumbnails.scss */
.product-thumbnails li {
  padding: 1rem .8rem;
  width: 60px;
  height: auto;
}

/* line 15, app/assets/stylesheets/components/products/_product_thumbnails.scss */
.product-thumbnails li a.selected {
  border-radius: 2px;
  border: 1px solid #c7c7c7;
  display: block;
}

/* line 23, app/assets/stylesheets/components/products/_product_thumbnails.scss */
.product-thumbnails img {
  max-width: 100%;
  height: auto;
}

@media (min-width: 900px) {
  /* line 1, app/assets/stylesheets/components/products/_product_thumbnails.scss */
  .product-thumbnails {
    gap: 1rem;
    overflow: unset;
    align-items: center;
    padding-right: 2rem;
  }
  /* line 35, app/assets/stylesheets/components/products/_product_thumbnails.scss */
  .product-thumbnails li {
    padding: 0 0 1rem;
  }
}

/* line 1, app/assets/stylesheets/components/products/_product_variants.scss */
.product-variants {
  margin: 0 0 3rem;
}

/* line 4, app/assets/stylesheets/components/products/_product_variants.scss */
.product-variants__title {
  font-size: 1.3rem;
  text-transform: uppercase;
}

/* line 9, app/assets/stylesheets/components/products/_product_variants.scss */
.product-variants__list {
  font-size: 1.4rem;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 15, app/assets/stylesheets/components/products/_product_variants.scss */
.product-variants__list li {
  align-items: center;
  display: flex;
  margin: 0 0 1.2rem;
}

/* line 20, app/assets/stylesheets/components/products/_product_variants.scss */
.product-variants__list li label {
  margin: 0 0 0 .5rem;
}

/* line 29, app/assets/stylesheets/components/products/_product_variants.scss */
.variant-selection .selected-value {
  font-weight: 500;
}

/* line 35, app/assets/stylesheets/components/products/_product_variants.scss */
.variant-container .presentation-text {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  color: #787473;
}

/* line 42, app/assets/stylesheets/components/products/_product_variants.scss */
.variant-container .selected-value {
  font-size: 14px;
}

/* line 47, app/assets/stylesheets/components/products/_product_variants.scss */
.selection-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -1rem;
}

/* line 53, app/assets/stylesheets/components/products/_product_variants.scss */
.selection-container .selection-item {
  padding: 1rem;
  text-align: center;
  position: relative;
  margin-bottom: 0;
}

/* line 59, app/assets/stylesheets/components/products/_product_variants.scss */
.selection-container .selection-item input[type="radio"] {
  opacity: 0;
  position: absolute;
  height: 0;
  width: 0;
}

/* line 65, app/assets/stylesheets/components/products/_product_variants.scss */
.selection-container .selection-item input[type="radio"]:checked ~ span:not(.selection-color, .selection-pines) {
  box-shadow: inset 0 0 0 1px #1d3441;
  background: #1d3441;
  color: #FFFFFF;
}

/* line 72, app/assets/stylesheets/components/products/_product_variants.scss */
.selection-container .selection-item input[type="radio"]:checked ~ span.selection-map-style {
  border: 1px solid #1d3441;
  box-shadow: inset 0 0 0 3px #FFFFFF;
  background: #1d3441;
  color: #FFFFFF;
}

/* line 79, app/assets/stylesheets/components/products/_product_variants.scss */
.selection-container .selection-item input[type="radio"]:checked ~ span.selection-pines {
  border: 1px solid #1d3441;
  box-shadow: inset 0 0 0 3px #FFFFFF;
  color: #FFFFFF;
}

/* line 86, app/assets/stylesheets/components/products/_product_variants.scss */
.selection-container .selection-item input[type="radio"]:checked ~ span.selection-color::before {
  content: '';
  position: absolute;
  padding: 5px;
  border-radius: 100%;
  border: 2px solid;
  width: 50px;
  height: 50px;
  top: 0;
  left: 0;
  transform: translate(5px, 5px);
}

/* line 101, app/assets/stylesheets/components/products/_product_variants.scss */
.selection-container .selection-item > span {
  padding: 1rem;
  display: block;
  cursor: pointer;
}

/* line 106, app/assets/stylesheets/components/products/_product_variants.scss */
.selection-container .selection-item > span:not(.selection-color, .selection-pines) {
  border-radius: 3px;
  border: 1px solid #d8d8d8;
  background: #FAFBFC;
  font-weight: 400;
}

/* line 125, app/assets/stylesheets/components/products/_product_variants.scss */
.selection-container .selected-blue {
  background: royalblue;
}

/* line 125, app/assets/stylesheets/components/products/_product_variants.scss */
.selection-container .selected-black {
  background: black;
}

/* line 125, app/assets/stylesheets/components/products/_product_variants.scss */
.selection-container .selected-white {
  background: white;
}

/* line 125, app/assets/stylesheets/components/products/_product_variants.scss */
.selection-container .selected-red {
  background: crimson;
}

/* line 125, app/assets/stylesheets/components/products/_product_variants.scss */
.selection-container .selected-green {
  background: mediumseagreen;
}

/* line 145, app/assets/stylesheets/components/products/_product_variants.scss */
.selection-container .selected-gray {
  background-image: url(/assets/map-styles/gray-71660edbc574e9bd664860a6fa950d438d74dacf3a475b2e23780339a950f0a3.png) !important;
  background-size: cover !important;
  border-radius: 50% !important;
  padding: 0;
}

/* line 145, app/assets/stylesheets/components/products/_product_variants.scss */
.selection-container .selected-old {
  background-image: url(/assets/map-styles/old-fecee8d5aa5507b5522096ccc2093e3d62e7308099580bc806dc44c2feb3fcfd.png) !important;
  background-size: cover !important;
  border-radius: 50% !important;
  padding: 0;
}

/* line 145, app/assets/stylesheets/components/products/_product_variants.scss */
.selection-container .selected-naval {
  background-image: url(/assets/map-styles/naval-baf25efcdcd96d174180e49c9b667a594ad6ccafdd2cbc6d1bbe9f3a343e85fe.png) !important;
  background-size: cover !important;
  border-radius: 50% !important;
  padding: 0;
}

/* line 145, app/assets/stylesheets/components/products/_product_variants.scss */
.selection-container .selected-antano {
  background-image: url(/assets/map-styles/antano-efcdbc628d7e06872b6d492f393034a9f389d66870eaa4102b77545ccf46a7b4.png) !important;
  background-size: cover !important;
  border-radius: 50% !important;
  padding: 0;
}

/* line 145, app/assets/stylesheets/components/products/_product_variants.scss */
.selection-container .selected-night {
  background-image: url(/assets/map-styles/night-51f0af0673a2930d99886468d0700127b46cce95c052ac6c0b16fb02a43050df.png) !important;
  background-size: cover !important;
  border-radius: 50% !important;
  padding: 0;
}

/* line 145, app/assets/stylesheets/components/products/_product_variants.scss */
.selection-container .selected-fall {
  background-image: url(/assets/map-styles/fall-34c1b2c370fc157e45a1e501cb686ef990afc9c49b6542cc8224f5b0cb27fe5b.png) !important;
  background-size: cover !important;
  border-radius: 50% !important;
  padding: 0;
}

/* line 145, app/assets/stylesheets/components/products/_product_variants.scss */
.selection-container .selected-sky {
  background-image: url(/assets/map-styles/sky-6417119afd13d3cc59db91dca44c119b68d3923fb1e1bf1bca0504738a48f7e6.png) !important;
  background-size: cover !important;
  border-radius: 50% !important;
  padding: 0;
}

/* line 145, app/assets/stylesheets/components/products/_product_variants.scss */
.selection-container .selected-snow {
  background-image: url(/assets/map-styles/snow-2e5db4302b547cabff221abac894863de90046514567de4998e84c0d657c40e8.png) !important;
  background-size: cover !important;
  border-radius: 50% !important;
  padding: 0;
}

/* line 145, app/assets/stylesheets/components/products/_product_variants.scss */
.selection-container .selected-perla {
  background-image: url(/assets/map-styles/perla-b38e8f4296d49ea5f00b8fe62c193bb6f9e9167a25c482797ceabb86cc379056.png) !important;
  background-size: cover !important;
  border-radius: 50% !important;
  padding: 0;
}

/* line 145, app/assets/stylesheets/components/products/_product_variants.scss */
.selection-container .selected-modern {
  background-image: url(/assets/map-styles/modern-b5ea8abef825ba50c6b01f7ed6c3776370851d51d60f40911f35b11f7d0bbedf.png) !important;
  background-size: cover !important;
  border-radius: 50% !important;
  padding: 0;
}

/* line 163, app/assets/stylesheets/components/products/_product_variants.scss */
.selection-container .selection-frame.selected-none {
  background-image: url(/assets/frames/none-frame-47120b340932da1a2f00e8faee0c1f52a90f3a469c326532973be22927b96bf2.png) !important;
  background-size: cover !important;
}

/* line 163, app/assets/stylesheets/components/products/_product_variants.scss */
.selection-container .selection-frame.selected-black {
  background-image: url(/assets/frames/black-frame-32b225b1d5c7e2257996b4578f9b6e1f2e9d56f88dd4f14f303a21afe5b567df.png) !important;
  background-size: cover !important;
}

/* line 163, app/assets/stylesheets/components/products/_product_variants.scss */
.selection-container .selection-frame.selected-white {
  background-image: url(/assets/frames/white-frame-15c86b7020caa1fe0905bae2d91cf347faccb38bcb52239eb8ff869f934a4453.png) !important;
  background-size: cover !important;
}

/* line 163, app/assets/stylesheets/components/products/_product_variants.scss */
.selection-container .selection-frame.selected-pine {
  background-image: url(/assets/frames/pine-frame-c421866eff66b0660f170ac0db983d70c8f7f1d32a51033bd95d482e31dbbb0f.png) !important;
  background-size: cover !important;
}

/* line 190, app/assets/stylesheets/components/products/_product_variants.scss */
.selection-container .selection-pines.selected-blue {
  background: #1c4a9b;
}

/* line 190, app/assets/stylesheets/components/products/_product_variants.scss */
.selection-container .selection-pines.selected-black {
  background: #000000;
}

/* line 190, app/assets/stylesheets/components/products/_product_variants.scss */
.selection-container .selection-pines.selected-white {
  background: ffffff;
}

/* line 190, app/assets/stylesheets/components/products/_product_variants.scss */
.selection-container .selection-pines.selected-red {
  background: #8f2525;
}

/* line 190, app/assets/stylesheets/components/products/_product_variants.scss */
.selection-container .selection-pines.selected-green-dark {
  background: #0c6b52;
}

/* line 190, app/assets/stylesheets/components/products/_product_variants.scss */
.selection-container .selection-pines.selected-yellow {
  background: #ffd203;
}

/* line 190, app/assets/stylesheets/components/products/_product_variants.scss */
.selection-container .selection-pines.selected-green-light {
  background: #56b365;
}

/* line 190, app/assets/stylesheets/components/products/_product_variants.scss */
.selection-container .selection-pines.selected-purple {
  background: #8d559a;
}

/* line 190, app/assets/stylesheets/components/products/_product_variants.scss */
.selection-container .selection-pines.selected-pink {
  background: #ef7887;
}

/* line 190, app/assets/stylesheets/components/products/_product_variants.scss */
.selection-container .selection-pines.selected-orange {
  background: #f07f19;
}

/* line 190, app/assets/stylesheets/components/products/_product_variants.scss */
.selection-container .selection-pines.selected-dorado {
  background: #b48510;
}

/* line 190, app/assets/stylesheets/components/products/_product_variants.scss */
.selection-container .selection-pines.selected-gold {
  background: #a07a77;
}

/* line 190, app/assets/stylesheets/components/products/_product_variants.scss */
.selection-container .selection-pines.selected-metal {
  background: #504f4f;
}

/* line 190, app/assets/stylesheets/components/products/_product_variants.scss */
.selection-container .selection-pines.selected-mix {
  background: -webkit-linear-gradient(left, #E23E57, #f1cd30, #084594);
}

/* line 196, app/assets/stylesheets/components/products/_product_variants.scss */
.selection-container .selection-pines {
  border: 1px solid #c6c6c6;
  border-radius: 100%;
  width: 30px;
  height: 30px;
}

/* line 202, app/assets/stylesheets/components/products/_product_variants.scss */
.selection-container .selection-pines .value {
  text-indent: -9999px;
  display: inline-block;
  line-height: 1rem;
}

/* line 209, app/assets/stylesheets/components/products/_product_variants.scss */
.selection-container .selection-frame, .selection-container .selection-map-style {
  border: 1.5px solid #1d3441;
  width: 40px !important;
  height: 40px !important;
  padding: 0 !important;
}

/* line 215, app/assets/stylesheets/components/products/_product_variants.scss */
.selection-container .selection-frame .value, .selection-container .selection-map-style .value {
  text-indent: -9999px;
  display: inline-block;
  line-height: 1rem;
}

/* line 2, app/assets/stylesheets/components/products/_products_by_taxon.scss */
.products-by-taxon__title {
  border-bottom: 1px solid #f2f2f2;
  font-size: 1.8rem;
  padding: 0 3rem 1.5rem;
}

/* line 7, app/assets/stylesheets/components/products/_products_by_taxon.scss */
.products-by-taxon__title a {
  font-weight: 700;
}

/* line 1, app/assets/stylesheets/components/products/_products_grid.scss */
.products-grid {
  display: grid;
  grid-column-gap: 2rem;
  grid-row-gap: 5rem;
  grid-template-columns: 1fr;
  list-style-type: none;
  margin: 0 auto;
  max-width: 114rem;
  padding: 3rem;
}

@media (min-width: 600px) {
  /* line 1, app/assets/stylesheets/components/products/_products_grid.scss */
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 900px) {
  /* line 1, app/assets/stylesheets/components/products/_products_grid.scss */
  .products-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* line 1, app/assets/stylesheets/components/search/_autocomplete_results.scss */
.autocomplete-results {
  background: #FFFFFF;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 62px;
  top: 100%;
}

/* line 9, app/assets/stylesheets/components/search/_autocomplete_results.scss */
.autocomplete-results__title {
  padding: 10px;
  font-weight: 500;
  font-weight: bold;
}

/* line 15, app/assets/stylesheets/components/search/_autocomplete_results.scss */
.autocomplete-results__list {
  border: 1px solid #d8d8d8;
  border-top: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* line 24, app/assets/stylesheets/components/search/_autocomplete_results.scss */
.autocomplete-results__item a {
  padding: 10px;
  display: block;
}

/* line 31, app/assets/stylesheets/components/search/_autocomplete_results.scss */
.autocomplete-results__item--current a, .autocomplete-results__item:hover a {
  color: #1d3441;
}

/* line 34, app/assets/stylesheets/components/search/_autocomplete_results.scss */
.autocomplete-results__item--current a::after, .autocomplete-results__item:hover a::after {
  content: "⏎";
  margin-left: 10px;
  opacity: 0.6;
}

/* line 42, app/assets/stylesheets/components/search/_autocomplete_results.scss */
.autocomplete-results__item--empty {
  padding: 10px;
}

/* line 1, app/assets/stylesheets/components/search/_search_bar.scss */
.search-bar {
  border: 0;
  border-radius: 2px;
  display: flex;
  font-size: 1.4rem;
  height: 4.6rem;
  position: relative;
}

/* line 9, app/assets/stylesheets/components/search/_search_bar.scss */
.search-bar__select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #f2f2f2;
  border: 0;
  border-radius: 0;
  border-right: solid 1px #3c76f0;
  display: none;
  padding: 0 2rem;
}

/* line 19, app/assets/stylesheets/components/search/_search_bar.scss */
.search-bar__input {
  border: 0;
  border-radius: 0;
  flex-grow: 1;
  outline: none;
  padding: 0 1rem;
  -webkit-appearance: none;
}

/* line 29, app/assets/stylesheets/components/search/_search_bar.scss */
.search-bar__button {
  background: transparent;
  border: 0;
  color: #777;
  font-weight: 500;
  padding: 0 2rem 0 1rem;
}

/* line 1, app/assets/stylesheets/components/search/_filter.scss */
.filter {
  margin-bottom: 3rem;
}

/* line 4, app/assets/stylesheets/components/search/_filter.scss */
.filter__title {
  color: #999;
  font-size: 1.3rem;
  text-transform: uppercase;
}

/* line 10, app/assets/stylesheets/components/search/_filter.scss */
.filter__list {
  font-size: 1.4rem;
  list-style: none;
  margin: 0 0 3rem;
  padding: 0;
}

/* line 16, app/assets/stylesheets/components/search/_filter.scss */
.filter__list li {
  align-items: center;
  display: flex;
  margin: 0 0 1.2rem;
}

/* line 22, app/assets/stylesheets/components/search/_filter.scss */
.filter__list label {
  margin: 0 0 0 -1rem;
}

/* line 1, app/assets/stylesheets/components/typography/_hero_title.scss */
.hero-title {
  font-size: 2.88rem;
  font-weight: 700;
  line-height: 1.1;
  margin: 0;
}

/* line 1, app/assets/stylesheets/components/typography/_subtitle.scss */
.subtitle {
  font-size: 1.8rem;
  margin-top: 3rem;
}

/*!
   * Bootstrap  v5.2.3 (https://getbootstrap.com/)
   * Copyright 2011-2022 The Bootstrap Authors
   * Copyright 2011-2022 Twitter, Inc.
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
/* line 1, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_root.scss */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 255, 255, 255;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: "SFMono-Regular", "SF Mono", "Ubuntu Mono", "Consolas", "DejaVu Sans Mono", "Menlo", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: DM Sans, Inter, Helvetica Neue, Helvetica, Helvetica, Arial, sans-serif;
  --bs-body-font-size: calc(1.285rem + 0.42vw);
  --bs-body-font-weight: 300;
  --bs-body-line-height: 1.6;
  --bs-body-color: #FFFFFF;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #D1CAC2;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #222;
  --bs-link-hover-color: #1b1b1b;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}

@media (min-width: 1200px) {
  /* line 1, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_root.scss */
  :root {
    --bs-body-font-size: 1.6rem;
  }
}

/* line 16, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  /* line 28, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
  :root {
    scroll-behavior: smooth;
  }
}

/* line 49, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 68, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

/* line 83, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.1;
}

/* line 93, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
h1, .h1 {
  font-size: calc(1.365rem + 1.38vw);
}

@media (min-width: 1200px) {
  /* line 93, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
  h1, .h1 {
    font-size: 2.4rem;
  }
}

/* line 98, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
h2, .h2 {
  font-size: calc(1.337rem + 1.044vw);
}

@media (min-width: 1200px) {
  /* line 98, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
  h2, .h2 {
    font-size: 2.12rem;
  }
}

/* line 103, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
h3, .h3 {
  font-size: calc(1.321rem + 0.852vw);
}

@media (min-width: 1200px) {
  /* line 103, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
  h3, .h3 {
    font-size: 1.96rem;
  }
}

/* line 108, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
h4, .h4 {
  font-size: calc(1.305rem + 0.66vw);
}

@media (min-width: 1200px) {
  /* line 108, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
  h4, .h4 {
    font-size: 1.8rem;
  }
}

/* line 113, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
h5, .h5 {
  font-size: calc(1.285rem + 0.42vw);
}

@media (min-width: 1200px) {
  /* line 113, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
  h5, .h5 {
    font-size: 1.6rem;
  }
}

/* line 118, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
h6, .h6 {
  font-size: calc(1.255rem + 0.06vw);
}

@media (min-width: 1200px) {
  /* line 118, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
  h6, .h6 {
    font-size: 1.3rem;
  }
}

/* line 129, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 141, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

/* line 150, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 159, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
ol,
ul {
  padding-left: 2rem;
}

/* line 164, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 171, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 178, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
dt {
  font-weight: 500;
}

/* line 184, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 192, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 201, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
b,
strong {
  font-weight: 700;
}

/* line 211, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
small, .small {
  font-size: 0.875em;
}

/* line 218, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
mark, .mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg);
}

/* line 229, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

/* line 237, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
sub {
  bottom: -.25em;
}

/* line 238, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
sup {
  top: -.5em;
}

/* line 243, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
a {
  color: var(--bs-link-color);
  text-decoration: underline;
}

/* line 247, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
a:hover {
  color: var(--bs-link-hover-color);
}

/* line 259, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

/* line 269, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

/* line 281, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

/* line 290, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 297, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}

/* line 303, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
a > code {
  color: inherit;
}

/* line 308, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}

/* line 315, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
kbd kbd {
  padding: 0;
  font-size: 1em;
}

/* line 327, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
figure {
  margin: 0 0 1rem;
}

/* line 334, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
img,
svg {
  vertical-align: middle;
}

/* line 344, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
table {
  caption-side: bottom;
  border-collapse: collapse;
}

/* line 349, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

/* line 360, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

/* line 366, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

/* line 382, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
label {
  display: inline-block;
}

/* line 389, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
button {
  border-radius: 0;
}

/* line 399, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
button:focus:not(:focus-visible) {
  outline: 0;
}

/* line 405, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 417, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
button,
select {
  text-transform: none;
}

/* line 424, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
[role="button"] {
  cursor: pointer;
}

/* line 428, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
select {
  word-wrap: normal;
}

/* line 434, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
select:disabled {
  opacity: 1;
}

/* line 442, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator {
  display: none !important;
}

/* line 451, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 458, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

/* line 466, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 473, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
textarea {
  resize: vertical;
}

/* line 484, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 496, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  font-weight: 500;
  line-height: inherit;
}

@media (min-width: 1200px) {
  /* line 496, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
  legend {
    font-size: 1.5rem;
  }
}

/* line 505, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
legend + * {
  clear: left;
}

/* line 513, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

/* line 523, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-inner-spin-button {
  height: auto;
}

/* line 533, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
/* line 554, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 560, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-color-swatch-wrapper {
  padding: 0;
}

/* line 568, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 575, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
output {
  display: inline-block;
}

/* line 581, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
iframe {
  border: 0;
}

/* line 589, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 599, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
progress {
  vertical-align: baseline;
}

/* line 608, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
[hidden] {
  display: none !important;
}

/* line 29, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_type.scss */
.lead {
  font-size: calc(1.325rem + 0.9vw);
  font-weight: 300;
}

@media (min-width: 1200px) {
  /* line 29, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_type.scss */
  .lead {
    font-size: 2rem;
  }
}

/* line 36, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_type.scss */
.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.1;
}

@media (min-width: 1200px) {
  /* line 36, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_type.scss */
  .display-1 {
    font-size: 5rem;
  }
}

/* line 36, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_type.scss */
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.1;
}

@media (min-width: 1200px) {
  /* line 36, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_type.scss */
  .display-2 {
    font-size: 4.5rem;
  }
}

/* line 36, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_type.scss */
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.1;
}

@media (min-width: 1200px) {
  /* line 36, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_type.scss */
  .display-3 {
    font-size: 4rem;
  }
}

/* line 36, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_type.scss */
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.1;
}

@media (min-width: 1200px) {
  /* line 36, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_type.scss */
  .display-4 {
    font-size: 3.5rem;
  }
}

/* line 36, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_type.scss */
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.1;
}

@media (min-width: 1200px) {
  /* line 36, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_type.scss */
  .display-5 {
    font-size: 3rem;
  }
}

/* line 36, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_type.scss */
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.1;
}

@media (min-width: 1200px) {
  /* line 36, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_type.scss */
  .display-6 {
    font-size: 2.5rem;
  }
}

/* line 60, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 65, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 68, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_type.scss */
.list-inline-item {
  display: inline-block;
}

/* line 71, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_type.scss */
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 82, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_type.scss */
.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

/* line 88, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_type.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  /* line 88, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_type.scss */
  .blockquote {
    font-size: 2rem;
  }
}

/* line 92, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_type.scss */
.blockquote > :last-child {
  margin-bottom: 0;
}

/* line 97, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}

/* line 103, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer::before {
  content: "\2014\00A0";
}

/* line 8, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_images.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 14, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_images.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.375rem;
  max-width: 100%;
  height: auto;
}

/* line 29, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_images.scss */
.figure {
  display: inline-block;
}

/* line 34, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_images.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 39, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_images.scss */
.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

/* line 7, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_containers.scss */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 20, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_containers.scss */
  .container-sm, .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 20, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_containers.scss */
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 20, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_containers.scss */
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 20, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_containers.scss */
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  /* line 20, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_containers.scss */
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}

/* line 6, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_grid.scss */
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

/* line 9, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_grid.scss */
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

/* line 74, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col {
  flex: 1 0 0%;
}

/* line 78, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

/* line 57, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

/* line 57, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

/* line 57, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

/* line 57, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

/* line 57, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

/* line 57, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

/* line 90, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

/* line 96, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

/* line 96, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

/* line 96, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

/* line 96, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

/* line 96, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

/* line 96, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

/* line 96, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

/* line 96, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

/* line 96, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

/* line 96, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

/* line 96, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

/* line 96, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

/* line 104, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-1 {
  margin-left: 8.33333333%;
}

/* line 104, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-2 {
  margin-left: 16.66666667%;
}

/* line 104, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 104, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-4 {
  margin-left: 33.33333333%;
}

/* line 104, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-5 {
  margin-left: 41.66666667%;
}

/* line 104, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 104, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-7 {
  margin-left: 58.33333333%;
}

/* line 104, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-8 {
  margin-left: 66.66666667%;
}

/* line 104, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 104, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-10 {
  margin-left: 83.33333333%;
}

/* line 104, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-11 {
  margin-left: 91.66666667%;
}

/* line 115, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

/* line 119, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

/* line 115, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

/* line 119, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

/* line 115, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

/* line 119, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

/* line 115, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

/* line 119, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

/* line 115, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

/* line 119, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

/* line 115, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

/* line 119, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  /* line 74, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm {
    flex: 1 0 0%;
  }
  /* line 78, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 57, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 90, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 104, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 104, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 104, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 104, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }
  /* line 119, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 119, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 119, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 119, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 119, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 119, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 768px) {
  /* line 74, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md {
    flex: 1 0 0%;
  }
  /* line 78, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 57, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 90, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 104, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 104, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 104, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 104, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }
  /* line 119, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 119, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 119, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 119, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 119, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 119, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 992px) {
  /* line 74, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg {
    flex: 1 0 0%;
  }
  /* line 78, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 57, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 90, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 104, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 104, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 104, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 104, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }
  /* line 119, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 119, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 119, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 119, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 119, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 119, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1200px) {
  /* line 74, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl {
    flex: 1 0 0%;
  }
  /* line 78, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 57, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 90, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 104, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 104, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 104, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 104, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }
  /* line 119, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 119, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 119, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 119, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 119, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 119, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1400px) {
  /* line 74, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl {
    flex: 1 0 0%;
  }
  /* line 78, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 57, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 90, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-0 {
    margin-left: 0;
  }
  /* line 104, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-3 {
    margin-left: 25%;
  }
  /* line 104, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-6 {
    margin-left: 50%;
  }
  /* line 104, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-9 {
    margin-left: 75%;
  }
  /* line 104, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  /* line 119, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 119, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 119, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 119, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 119, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 119, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}

/* line 5, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tables.scss */
.table {
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: transparent;
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: var(--bs-table-color);
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}

/* line 28, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tables.scss */
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

/* line 35, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tables.scss */
.table > tbody {
  vertical-align: inherit;
}

/* line 39, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tables.scss */
.table > thead {
  vertical-align: bottom;
}

/* line 44, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tables.scss */
.table-group-divider {
  border-top: 2px solid currentcolor;
}

/* line 52, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tables.scss */
.caption-top {
  caption-side: top;
}

/* line 63, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tables.scss */
.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

/* line 79, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}

/* line 83, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

/* line 91, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tables.scss */
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

/* line 95, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tables.scss */
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

/* line 106, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tables.scss */
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

/* line 114, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tables.scss */
.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

/* line 124, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tables.scss */
.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

/* line 134, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tables.scss */
.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

/* line 3, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #cfe2ff;
  --bs-table-border-color: #bacbe6;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #cbccce;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d1e7dd;
  --bs-table-border-color: #bcd0c7;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #badce3;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #e6dbb9;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #dfc2c4;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #dfe0e1;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #373b3e;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 159, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  /* line 159, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 767.98px) {
  /* line 159, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 991.98px) {
  /* line 159, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1199.98px) {
  /* line 159, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1399.98px) {
  /* line 159, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* line 5, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_labels.scss */
.form-label {
  margin-bottom: 0.5rem;
}

/* line 15, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_labels.scss */
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.6;
}

/* line 26, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_labels.scss */
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  /* line 26, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_labels.scss */
  .col-form-label-lg {
    font-size: 2rem;
  }
}

/* line 32, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_labels.scss */
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: calc(1.265rem + 0.18vw);
}

@media (min-width: 1200px) {
  /* line 32, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_labels.scss */
  .col-form-label-sm {
    font-size: 1.4rem;
  }
}

/* line 5, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-text.scss */
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

/* line 5, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: calc(1.265rem + 0.18vw);
  font-weight: 300;
  line-height: 1.6;
  color: #FFFFFF;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (min-width: 1200px) {
  /* line 5, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
  .form-control {
    font-size: 1.4rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  /* line 5, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
  .form-control {
    transition: none;
  }
}

/* line 25, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control[type="file"] {
  overflow: hidden;
}

/* line 28, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

/* line 34, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control:focus {
  color: #FFFFFF;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 50, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control::-webkit-date-and-time-value {
  height: 1.6em;
}

/* line 56, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}

/* line 76, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #FFFFFF;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 76, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
  .form-control::file-selector-button {
    transition: none;
  }
}

/* line 91, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

/* line 101, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.6;
  color: #FFFFFF;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

/* line 112, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-plaintext:focus {
  outline: 0;
}

/* line 116, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 130, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-sm {
  min-height: calc(1.6em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: calc(1.265rem + 0.18vw);
  border-radius: 0.25rem;
}

@media (min-width: 1200px) {
  /* line 130, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
  .form-control-sm {
    font-size: 1.4rem;
  }
}

/* line 136, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

/* line 143, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-lg {
  min-height: calc(1.6em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: calc(1.325rem + 0.9vw);
  border-radius: 0.5rem;
}

@media (min-width: 1200px) {
  /* line 143, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
  .form-control-lg {
    font-size: 2rem;
  }
}

/* line 149, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

/* line 160, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
textarea.form-control {
  min-height: calc(1.6em + 0.75rem + 2px);
}

/* line 164, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
textarea.form-control-sm {
  min-height: calc(1.6em + 0.5rem + 2px);
}

/* line 168, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
textarea.form-control-lg {
  min-height: calc(1.6em + 1rem + 2px);
}

/* line 174, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color {
  width: 3rem;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem;
}

/* line 179, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

/* line 183, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: 0.375rem;
}

/* line 188, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color::-webkit-color-swatch {
  border-radius: 0.375rem;
}

/* line 192, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color.form-control-sm {
  height: calc(1.6em + 0.5rem + 2px);
}

/* line 193, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color.form-control-lg {
  height: calc(1.6em + 1rem + 2px);
}

/* line 6, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: calc(1.265rem + 0.18vw);
  font-weight: 300;
  line-height: 1.6;
  color: #FFFFFF;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@media (min-width: 1200px) {
  /* line 6, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
  .form-select {
    font-size: 1.4rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
  .form-select {
    transition: none;
  }
}

/* line 27, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 38, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}

/* line 44, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select:disabled {
  background-color: #e9ecef;
}

/* line 51, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #FFFFFF;
}

/* line 57, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: calc(1.265rem + 0.18vw);
  border-radius: 0.25rem;
}

@media (min-width: 1200px) {
  /* line 57, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
  .form-select-sm {
    font-size: 1.4rem;
  }
}

/* line 65, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: calc(1.325rem + 0.9vw);
  border-radius: 0.5rem;
}

@media (min-width: 1200px) {
  /* line 65, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
  .form-select-lg {
    font-size: 2rem;
  }
}

/* line 5, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check {
  display: block;
  min-height: 2.56rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

/* line 11, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

/* line 17, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}

/* line 22, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

/* line 29, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.3em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

/* line 43, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}

/* line 47, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[type="radio"] {
  border-radius: 50%;
}

/* line 52, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input:active {
  filter: brightness(90%);
}

/* line 56, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 62, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

/* line 66, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[type="checkbox"]:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

/* line 74, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[type="radio"]:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 83, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[type="checkbox"]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

/* line 94, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

/* line 104, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

/* line 120, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch {
  padding-left: 2.5em;
}

/* line 123, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 123, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
  .form-switch .form-check-input {
    transition: none;
  }
}

/* line 131, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}

/* line 135, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 146, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}

/* line 150, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

/* line 157, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

/* line 162, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 169, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

/* line 7, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 14, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:focus {
  outline: 0;
}

/* line 19, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 20, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 23, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-moz-focus-outer {
  border: 0;
}

/* line 27, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 27, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 38, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}

/* line 43, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 54, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 54, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

/* line 64, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}

/* line 69, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 80, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:disabled {
  pointer-events: none;
}

/* line 83, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

/* line 87, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

/* line 1, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating {
  position: relative;
}

/* line 4, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}

/* line 11, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 11, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
  .form-floating > label {
    transition: none;
  }
}

/* line 28, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}

/* line 32, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}

/* line 36, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control:not(:-moz-placeholder-shown), .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 42, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 48, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 57, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* line 64, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* line 71, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control-plaintext ~ label {
  border-width: 1px 0;
}

/* line 5, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

/* line 12, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

/* line 22, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}

/* line 31, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group .btn {
  position: relative;
  z-index: 2;
}

/* line 35, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group .btn:focus {
  z-index: 5;
}

/* line 47, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: calc(1.265rem + 0.18vw);
  font-weight: 300;
  line-height: 1.6;
  color: #FFFFFF;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
}

@media (min-width: 1200px) {
  /* line 47, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
  .input-group-text {
    font-size: 1.4rem;
  }
}

/* line 68, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: calc(1.325rem + 0.9vw);
  border-radius: 0.5rem;
}

@media (min-width: 1200px) {
  /* line 68, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
  .input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
    font-size: 2rem;
  }
}

/* line 77, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: calc(1.265rem + 0.18vw);
  border-radius: 0.25rem;
}

@media (min-width: 1200px) {
  /* line 77, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
  .input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
    font-size: 1.4rem;
  }
}

/* line 86, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

/* line 101, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 110, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 123, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 128, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 25, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

/* line 34, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: calc(1.265rem + 0.18vw);
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.375rem;
}

@media (min-width: 1200px) {
  /* line 34, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
  .valid-tooltip {
    font-size: 1.4rem;
  }
}

/* line 50, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 7, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.6em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.4em + 0.1875rem) center;
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

/* line 7, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.6em + 0.75rem);
  background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
}

/* line 7, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}

/* line 89, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select[size="1"]:valid:not([multiple]), .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid[size="1"]:not([multiple]) {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

/* line 98, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

/* line 7, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.6em + 0.75rem));
}

/* line 7, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}

/* line 117, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}

/* line 121, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

/* line 125, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

/* line 131, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em;
}

/* line 7, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control.is-valid:not(:focus), .was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select.is-valid:not(:focus), .was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating.is-valid:not(:focus-within) {
  z-index: 3;
}

/* line 25, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

/* line 34, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: calc(1.265rem + 0.18vw);
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.375rem;
}

@media (min-width: 1200px) {
  /* line 34, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
  .invalid-tooltip {
    font-size: 1.4rem;
  }
}

/* line 50, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 7, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.6em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.4em + 0.1875rem) center;
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

/* line 7, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.6em + 0.75rem);
  background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
}

/* line 7, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}

/* line 89, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select[size="1"]:invalid:not([multiple]), .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid[size="1"]:not([multiple]) {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

/* line 98, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

/* line 7, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.6em + 0.75rem));
}

/* line 7, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}

/* line 117, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}

/* line 121, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

/* line 125, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

/* line 131, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em;
}

/* line 7, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control.is-invalid:not(:focus), .was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select.is-invalid:not(:focus), .was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating.is-invalid:not(:focus-within) {
  z-index: 4;
}

/* line 5, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: calc(1.285rem + 0.42vw);
  --bs-btn-font-weight: 300;
  --bs-btn-line-height: 1.6;
  --bs-btn-color: #FFFFFF;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.375rem;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (min-width: 1200px) {
  /* line 5, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
  .btn {
    --bs-btn-font-size: 1.6rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  /* line 5, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
  .btn {
    transition: none;
  }
}

/* line 43, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}

/* line 50, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}

/* line 57, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

/* line 70, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

/* line 81, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}

/* line 93, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

/* line 103, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

/* line 123, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

/* line 123, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

/* line 123, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

/* line 123, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

/* line 123, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

/* line 123, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

/* line 123, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

/* line 123, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

/* line 149, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

/* line 149, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

/* line 149, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

/* line 149, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

/* line 149, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

/* line 149, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

/* line 149, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

/* line 149, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

/* line 161, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  --bs-btn-font-weight: 300;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: none;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}

/* line 185, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}

/* line 189, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

/* line 201, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: calc(1.325rem + 0.9vw);
  --bs-btn-border-radius: 0.5rem;
}

@media (min-width: 1200px) {
  /* line 201, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
  .btn-lg, .btn-group-lg > .btn {
    --bs-btn-font-size: 2rem;
  }
}

/* line 205, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: calc(1.265rem + 0.18vw);
  --bs-btn-border-radius: 0.25rem;
}

@media (min-width: 1200px) {
  /* line 205, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
  .btn-sm, .btn-group-sm > .btn {
    --bs-btn-font-size: 1.4rem;
  }
}

/* line 1, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_transitions.scss */
.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  /* line 1, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_transitions.scss */
  .fade {
    transition: none;
  }
}

/* line 4, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_transitions.scss */
.fade:not(.show) {
  opacity: 0;
}

/* line 11, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_transitions.scss */
.collapse:not(.show) {
  display: none;
}

/* line 16, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_transitions.scss */
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 16, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_transitions.scss */
  .collapsing {
    transition: none;
  }
}

/* line 21, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_transitions.scss */
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 21, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_transitions.scss */
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

/* line 2, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

/* line 11, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-toggle {
  white-space: nowrap;
}

/* line 31, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropdown-toggle::after {
  display: inline-block;
  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 59, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 19, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: calc(1.285rem + 0.42vw);
  --bs-dropdown-color: #FFFFFF;
  --bs-dropdown-bg: #fff;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: 0.375rem;
  --bs-dropdown-border-width: 1px;
  --bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-dropdown-link-color: #212529;
  --bs-dropdown-link-hover-color: #1e2125;
  --bs-dropdown-link-hover-bg: #e9ecef;
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}

@media (min-width: 1200px) {
  /* line 19, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu {
    --bs-dropdown-font-size: 1.6rem;
  }
}

/* line 65, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

/* line 92, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-start {
  --bs-position: start;
}

/* line 95, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

/* line 101, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-end {
  --bs-position: end;
}

/* line 104, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 92, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  /* line 95, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 101, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  /* line 104, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 92, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  /* line 95, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 101, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  /* line 104, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 92, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  /* line 95, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 101, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  /* line 104, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  /* line 92, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  /* line 95, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 101, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  /* line 104, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1400px) {
  /* line 92, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  /* line 95, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 101, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  /* line 104, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

/* line 116, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}

/* line 31, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropup .dropdown-toggle::after {
  display: inline-block;
  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 59, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 129, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}

/* line 31, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

/* line 59, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 139, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 146, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}

/* line 31, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

/* line 46, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropstart .dropdown-toggle::after {
  display: none;
}

/* line 50, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropstart .dropdown-toggle::before {
  display: inline-block;
  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 59, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 156, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 164, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

/* line 175, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 300;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 188, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}

/* line 195, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}

/* line 202, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

/* line 212, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu.show {
  display: block;
}

/* line 217, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: calc(1.265rem + 0.18vw);
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

@media (min-width: 1200px) {
  /* line 217, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-header {
    font-size: 1.4rem;
  }
}

/* line 227, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

/* line 234, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

/* line 2, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

/* line 8, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

/* line 15, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

/* line 26, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 31, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 36, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group {
  border-radius: 0.375rem;
}

/* line 40, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

/* line 46, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 56, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 75, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_button-group.scss */
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

/* line 79, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_button-group.scss */
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 85, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_button-group.scss */
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 90, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

/* line 95, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 117, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* line 122, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

/* line 127, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

/* line 133, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 138, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 6, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_nav.scss */
.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 24, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 24, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_nav.scss */
  .nav-link {
    transition: none;
  }
}

/* line 33, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}

/* line 40, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-link.disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

/* line 51, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs {
  --bs-nav-tabs-border-width: 1px;
  --bs-nav-tabs-border-color: #dee2e6;
  --bs-nav-tabs-border-radius: 0.375rem;
  --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
  --bs-nav-tabs-link-active-color: #495057;
  --bs-nav-tabs-link-active-bg: #fff;
  --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}

/* line 64, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  background: none;
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}

/* line 70, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}

/* line 77, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}

/* line 85, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}

/* line 92, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 105, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills {
  --bs-nav-pills-border-radius: 0.375rem;
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}

/* line 112, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: var(--bs-nav-pills-border-radius);
}

/* line 117, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}

/* line 124, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

/* line 137, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 145, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

/* line 155, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

/* line 166, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 169, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .active {
  display: block;
}

/* line 6, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(0, 0, 0, 0.55);
  --bs-navbar-hover-color: rgba(0, 0, 0, 0.7);
  --bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
  --bs-navbar-active-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-padding-y: 0.18rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 2rem;
  --bs-navbar-brand-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 2rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
  --bs-navbar-toggler-border-radius: 0.375rem;
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}

/* line 41, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

/* line 65, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}

/* line 74, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

/* line 86, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 103, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .show > .nav-link,
.navbar-nav .nav-link.active {
  color: var(--bs-navbar-active-color);
}

/* line 108, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .dropdown-menu {
  position: static;
}

/* line 118, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}

/* line 123, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

/* line 139, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/* line 148, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 148, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggler {
    transition: none;
  }
}

/* line 158, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler:hover {
  text-decoration: none;
}

/* line 162, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

/* line 171, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

/* line 182, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  /* line 196, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 201, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 204, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 208, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 214, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 218, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 223, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  /* line 227, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 242, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 246, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 768px) {
  /* line 196, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 201, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 204, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 208, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 214, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 218, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 223, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  /* line 227, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 242, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 246, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 992px) {
  /* line 196, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 201, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 204, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 208, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 214, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 218, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 223, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  /* line 227, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 242, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 246, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1200px) {
  /* line 196, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 201, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 204, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 208, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 214, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 218, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 223, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  /* line 227, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 242, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 246, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1400px) {
  /* line 196, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 201, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  /* line 204, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 208, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 214, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 218, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 223, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  /* line 227, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 242, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 246, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

/* line 196, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

/* line 201, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 204, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 208, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}

/* line 214, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

/* line 218, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

/* line 223, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 227, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}

/* line 242, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}

/* line 246, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

/* line 267, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 5, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: 1px;
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: 0.375rem;
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(0.375rem - 1px);
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: #fff;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}

/* line 38, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 43, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

/* line 47, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

/* line 52, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

/* line 60, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

/* line 66, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

/* line 74, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
}

/* line 78, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
.card-subtitle {
  margin-top: calc(-.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
}

/* line 83, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 92, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

/* line 101, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

/* line 108, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

/* line 113, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

/* line 119, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

/* line 129, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
.card-header-tabs {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}

/* line 135, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

/* line 141, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
.card-header-pills {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
}

/* line 147, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

/* line 157, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

/* line 163, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

/* line 168, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

/* line 181, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}

@media (min-width: 576px) {
  /* line 178, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  /* line 190, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 195, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 202, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 205, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  /* line 210, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 217, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 220, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  /* line 225, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

/* line 5, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion {
  --bs-accordion-color: #FFFFFF;
  --bs-accordion-bg: #fff;
  --bs-accordion-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, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: 1px;
  --bs-accordion-border-radius: 0.375rem;
  --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: #FFFFFF;
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: #86b7fe;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: #0c63e4;
  --bs-accordion-active-bg: #e7f1ff;
}

/* line 32, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: calc(1.285rem + 0.42vw);
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}

@media (min-width: 1200px) {
  /* line 32, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_accordion.scss */
  .accordion-button {
    font-size: 1.6rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  /* line 32, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_accordion.scss */
  .accordion-button {
    transition: none;
  }
}

/* line 47, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

/* line 52, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}

/* line 59, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 59, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_accordion.scss */
  .accordion-button::after {
    transition: none;
  }
}

/* line 71, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-button:hover {
  z-index: 2;
}

/* line 75, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

/* line 83, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-header {
  margin-bottom: 0;
}

/* line 87, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}

/* line 92, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}

/* line 95, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}

/* line 100, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:not(:first-of-type) {
  border-top: 0;
}

/* line 105, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

/* line 109, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}

/* line 114, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

/* line 120, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

/* line 130, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-flush .accordion-collapse {
  border-width: 0;
}

/* line 134, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

/* line 139, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}

/* line 140, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}

/* line 143, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
}

/* line 1, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: #6c757d;
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

/* line 26, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}

/* line 29, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}

/* line 37, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

/* line 1, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: calc(1.285rem + 0.42vw);
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: #fff;
  --bs-pagination-border-width: 1px;
  --bs-pagination-border-color: #dee2e6;
  --bs-pagination-border-radius: 0.375rem;
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: #e9ecef;
  --bs-pagination-hover-border-color: #dee2e6;
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: #e9ecef;
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: #6c757d;
  --bs-pagination-disabled-bg: #fff;
  --bs-pagination-disabled-border-color: #dee2e6;
  display: flex;
  padding-left: 0;
  list-style: none;
}

@media (min-width: 1200px) {
  /* line 1, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_pagination.scss */
  .pagination {
    --bs-pagination-font-size: 1.6rem;
  }
}

/* line 29, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 29, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_pagination.scss */
  .page-link {
    transition: none;
  }
}

/* line 40, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}

/* line 48, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}

/* line 56, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}

/* line 64, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

/* line 74, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}

/* line 80, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}

/* line 86, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

/* line 103, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_pagination.scss */
.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: calc(1.325rem + 0.9vw);
  --bs-pagination-border-radius: 0.5rem;
}

@media (min-width: 1200px) {
  /* line 103, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_pagination.scss */
  .pagination-lg {
    --bs-pagination-font-size: 2rem;
  }
}

/* line 107, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_pagination.scss */
.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: calc(1.265rem + 0.18vw);
  --bs-pagination-border-radius: 0.25rem;
}

@media (min-width: 1200px) {
  /* line 107, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_pagination.scss */
  .pagination-sm {
    --bs-pagination-font-size: 1.4rem;
  }
}

/* line 6, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_badge.scss */
.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 500;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: 0.375rem;
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}

/* line 29, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_badge.scss */
.badge:empty {
  display: none;
}

/* line 35, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_badge.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 5, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_alert.scss */
.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: 1px solid var(--bs-alert-border-color);
  --bs-alert-border-radius: 0.375rem;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

/* line 27, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-heading {
  color: inherit;
}

/* line 33, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-link {
  font-weight: 500;
}

/* line 42, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible {
  padding-right: 3rem;
}

/* line 46, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-primary {
  --bs-alert-color: #084298;
  --bs-alert-bg: #cfe2ff;
  --bs-alert-border-color: #b6d4fe;
}

/* line 11, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-primary .alert-link {
  color: #06357a;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-secondary {
  --bs-alert-color: #41464b;
  --bs-alert-bg: #e2e3e5;
  --bs-alert-border-color: #d3d6d8;
}

/* line 11, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-secondary .alert-link {
  color: #34383c;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-success {
  --bs-alert-color: #0f5132;
  --bs-alert-bg: #d1e7dd;
  --bs-alert-border-color: #badbcc;
}

/* line 11, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-success .alert-link {
  color: #0c4128;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-info {
  --bs-alert-color: #055160;
  --bs-alert-bg: #cff4fc;
  --bs-alert-border-color: #b6effb;
}

/* line 11, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-info .alert-link {
  color: #04414d;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-warning {
  --bs-alert-color: #664d03;
  --bs-alert-bg: #fff3cd;
  --bs-alert-border-color: #ffecb5;
}

/* line 11, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-warning .alert-link {
  color: #523e02;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-danger {
  --bs-alert-color: #842029;
  --bs-alert-bg: #f8d7da;
  --bs-alert-border-color: #f5c2c7;
}

/* line 11, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-danger .alert-link {
  color: #6a1a21;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-light {
  --bs-alert-color: #636464;
  --bs-alert-bg: #fefefe;
  --bs-alert-border-color: #fdfdfe;
}

/* line 11, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-light .alert-link {
  color: #4f5050;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-dark {
  --bs-alert-color: #141619;
  --bs-alert-bg: #d3d3d4;
  --bs-alert-border-color: #bcbebf;
}

/* line 11, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-dark .alert-link {
  color: #101214;
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

/* line 11, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_progress.scss */
.progress {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 1.2rem;
  --bs-progress-bg: #e9ecef;
  --bs-progress-border-radius: 0.375rem;
  --bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

/* line 32, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 32, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_progress.scss */
  .progress-bar {
    transition: none;
  }
}

/* line 44, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_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: var(--bs-progress-height) var(--bs-progress-height);
}

/* line 50, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  /* line 50, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_progress.scss */
  .progress-bar-animated {
    animation: none;
  }
}

/* line 5, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group {
  --bs-list-group-color: #212529;
  --bs-list-group-bg: #fff;
  --bs-list-group-border-color: rgba(0, 0, 0, 0.125);
  --bs-list-group-border-width: 1px;
  --bs-list-group-border-radius: 0.375rem;
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: #495057;
  --bs-list-group-action-hover-color: #495057;
  --bs-list-group-action-hover-bg: #f8f9fa;
  --bs-list-group-action-active-color: #FFFFFF;
  --bs-list-group-action-active-bg: #e9ecef;
  --bs-list-group-disabled-color: #6c757d;
  --bs-list-group-disabled-bg: #fff;
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

/* line 35, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}

/* line 39, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

/* line 51, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}

/* line 57, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}

/* line 65, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

/* line 75, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}

/* line 84, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

/* line 88, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

/* line 92, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}

/* line 100, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}

/* line 108, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item + .list-group-item {
  border-top-width: 0;
}

/* line 111, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

/* line 126, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal {
  flex-direction: row;
}

/* line 130, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}

/* line 135, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}

/* line 140, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

/* line 144, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}

/* line 148, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  /* line 126, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  /* line 130, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 135, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 140, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  /* line 144, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  /* line 148, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 768px) {
  /* line 126, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md {
    flex-direction: row;
  }
  /* line 130, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 135, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 140, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  /* line 144, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  /* line 148, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 992px) {
  /* line 126, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  /* line 130, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 135, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 140, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  /* line 144, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  /* line 148, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 1200px) {
  /* line 126, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  /* line 130, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 135, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 140, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 144, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  /* line 148, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 1400px) {
  /* line 126, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  /* line 130, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 135, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 140, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 144, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  /* line 148, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

/* line 164, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush {
  border-radius: 0;
}

/* line 167, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}

/* line 170, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

/* line 5, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff;
}

/* line 10, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #084298;
  background-color: #bacbe6;
}

/* line 16, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}

/* line 5, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}

/* line 10, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #41464b;
  background-color: #cbccce;
}

/* line 16, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}

/* line 5, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}

/* line 10, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #0f5132;
  background-color: #bcd0c7;
}

/* line 16, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}

/* line 5, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}

/* line 10, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #055160;
  background-color: #badce3;
}

/* line 16, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}

/* line 5, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}

/* line 10, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #664d03;
  background-color: #e6dbb9;
}

/* line 16, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}

/* line 5, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}

/* line 10, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}

/* line 16, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}

/* line 5, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}

/* line 10, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #636464;
  background-color: #e5e5e5;
}

/* line 16, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}

/* line 5, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}

/* line 10, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}

/* line 16, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}

/* line 6, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_close.scss */
.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: 0.5;
}

/* line 18, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_close.scss */
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

/* line 24, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_close.scss */
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}

/* line 30, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_close.scss */
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0.25;
}

/* line 38, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_close.scss */
.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

/* line 1, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(255, 255, 255, 0.85);
  --bs-toast-border-width: 1px;
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: 0.375rem;
  --bs-toast-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-toast-header-color: #6c757d;
  --bs-toast-header-bg: rgba(255, 255, 255, 0.85);
  --bs-toast-header-border-color: rgba(0, 0, 0, 0.05);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}

/* line 31, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast.showing {
  opacity: 0;
}

/* line 35, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast:not(.show) {
  display: none;
}

/* line 40, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}

/* line 49, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

/* line 54, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}

/* line 64, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast-header .btn-close {
  margin-right: calc(-.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

/* line 70, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

/* line 10, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: 0.5rem;
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: calc(0.5rem - 1px);
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.6;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 1px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

/* line 53, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}

/* line 61, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  /* line 61, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 65, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
.modal.show .modal-dialog {
  transform: none;
}

/* line 70, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

/* line 75, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}

/* line 78, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

/* line 83, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 88, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

/* line 95, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

/* line 113, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}

/* line 12, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_backdrop.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 13, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_backdrop.scss */
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

/* line 125, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}

/* line 134, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
  margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto;
}

/* line 141, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

/* line 148, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

/* line 157, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}

/* line 171, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * .5);
}

@media (min-width: 576px) {
  /* line 178, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  /* line 184, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  /* line 190, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-sm {
    --bs-modal-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 196, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-lg,
.modal-xl {
    --bs-modal-width: 800px;
  }
}

@media (min-width: 1200px) {
  /* line 203, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}

/* line 214, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

/* line 220, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

/* line 226, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

/* line 231, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  /* line 214, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 220, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 226, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-sm-down .modal-header,
.modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  /* line 231, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 767.98px) {
  /* line 214, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 220, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 226, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-md-down .modal-header,
.modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  /* line 231, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 991.98px) {
  /* line 214, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 220, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 226, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-lg-down .modal-header,
.modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  /* line 231, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 1199.98px) {
  /* line 214, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 220, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 226, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xl-down .modal-header,
.modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  /* line 231, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 1399.98px) {
  /* line 214, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 220, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 226, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xxl-down .modal-header,
.modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  /* line 231, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}

/* line 2, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: calc(1.265rem + 0.18vw);
  --bs-tooltip-color: #fff;
  --bs-tooltip-bg: #000;
  --bs-tooltip-border-radius: 0.375rem;
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  padding: var(--bs-tooltip-arrow-height);
  margin: var(--bs-tooltip-margin);
  font-family: "DM Sans", "Inter", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}

@media (min-width: 1200px) {
  /* line 2, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tooltip.scss */
  .tooltip {
    --bs-tooltip-font-size: 1.4rem;
  }
}

/* line 31, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}

/* line 33, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}

/* line 38, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 47, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
  bottom: 0;
}

/* line 50, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
/* line 58, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
  left: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

/* line 63, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
/* line 72, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
  top: 0;
}

/* line 75, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
/* line 83, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
  right: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

/* line 88, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
/* line 113, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

/* line 1, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_popover.scss */
.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: calc(1.265rem + 0.18vw);
  --bs-popover-bg: #fff;
  --bs-popover-border-width: 1px;
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: 0.5rem;
  --bs-popover-inner-border-radius: calc(0.5rem - 1px);
  --bs-popover-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: calc(1.285rem + 0.42vw);
  --bs-popover-header-color: ;
  --bs-popover-header-bg: #f0f0f0;
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: #FFFFFF;
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: "DM Sans", "Inter", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}

@media (min-width: 1200px) {
  /* line 1, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_popover.scss */
  .popover {
    --bs-popover-font-size: 1.4rem;
  }
}

@media (min-width: 1200px) {
  /* line 1, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_popover.scss */
  .popover {
    --bs-popover-header-font-size: 1.6rem;
  }
}

/* line 40, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_popover.scss */
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}

/* line 45, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_popover.scss */
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

/* line 58, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}

/* line 61, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}

/* line 66, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}

/* line 71, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
/* line 80, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}

/* line 85, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}

/* line 90, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}

/* line 95, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
/* line 105, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}

/* line 108, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}

/* line 113, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}

/* line 118, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}

/* line 125, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
/* line 139, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}

/* line 144, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}

/* line 149, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}

/* line 154, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
/* line 179, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_popover.scss */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}

/* line 188, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_popover.scss */
.popover-header:empty {
  display: none;
}

/* line 193, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_popover.scss */
.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

/* line 14, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 18, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel.pointer-event {
  touch-action: pan-y;
}

/* line 22, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 3, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

/* line 29, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 29, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-item {
    transition: none;
  }
}

/* line 39, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* line 45, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

/* line 50, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

/* line 61, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}

/* line 74, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  /* line 74, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

/* line 87, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 87, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}

/* line 107, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

/* line 115, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev {
  left: 0;
}

/* line 119, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-next {
  right: 0;
}

/* line 125, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
/* line 143, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

/* line 146, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* line 155, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}

/* line 170, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 170, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}

/* line 190, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  opacity: 1;
}

/* line 200, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

/* line 214, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}

/* line 219, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}

/* line 223, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-dark .carousel-caption {
  color: #000;
}

/* line 5, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

/* line 22, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

/* line 36, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

/* line 60, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

/* line 73, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 80, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_spinners.scss */
  .spinner-border,
.spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}

/* line 3, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: ;
  --bs-offcanvas-bg: #fff;
  --bs-offcanvas-border-width: 1px;
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

@media (max-width: 575.98px) {
  /* line 31, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}

@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  /* line 31, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm {
    transition: none;
  }
}

@media (max-width: 575.98px) {
  /* line 47, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  /* line 55, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  /* line 63, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  /* line 73, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 82, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  /* line 87, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}

@media (min-width: 576px) {
  /* line 31, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 100, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  /* line 104, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  /* line 31, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}

@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  /* line 31, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md {
    transition: none;
  }
}

@media (max-width: 767.98px) {
  /* line 47, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  /* line 55, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  /* line 63, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  /* line 73, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 82, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  /* line 87, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}

@media (min-width: 768px) {
  /* line 31, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 100, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  /* line 104, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  /* line 31, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}

@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  /* line 31, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg {
    transition: none;
  }
}

@media (max-width: 991.98px) {
  /* line 47, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  /* line 55, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  /* line 63, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  /* line 73, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 82, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  /* line 87, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}

@media (min-width: 992px) {
  /* line 31, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 100, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  /* line 104, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  /* line 31, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}

@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  /* line 31, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl {
    transition: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 47, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  /* line 55, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  /* line 63, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  /* line 73, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 82, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  /* line 87, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}

@media (min-width: 1200px) {
  /* line 31, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 100, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  /* line 104, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  /* line 31, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}

@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  /* line 31, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl {
    transition: none;
  }
}

@media (max-width: 1399.98px) {
  /* line 47, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  /* line 55, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  /* line 63, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  /* line 73, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 82, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  /* line 87, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}

@media (min-width: 1400px) {
  /* line 31, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 100, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  /* line 104, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

/* line 31, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 31, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas {
    transition: none;
  }
}

/* line 47, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}

/* line 55, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}

/* line 63, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}

/* line 73, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}

/* line 82, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}

/* line 87, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

/* line 117, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

/* line 12, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_backdrop.scss */
.offcanvas-backdrop.fade {
  opacity: 0;
}

/* line 13, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_backdrop.scss */
.offcanvas-backdrop.show {
  opacity: 0.5;
}

/* line 121, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}

/* line 127, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
  margin-top: calc(-.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-.5 * var(--bs-offcanvas-padding-y));
}

/* line 135, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.6;
}

/* line 140, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

/* line 1, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}

/* line 9, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

/* line 16, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder-xs {
  min-height: .6em;
}

/* line 20, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder-sm {
  min-height: .8em;
}

/* line 24, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder-lg {
  min-height: 1.2em;
}

/* line 30, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

/* line 41, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
          mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
          mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%;
  }
}

/* line 3, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 6, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_color-bg.scss */
.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(13, 110, 253, var(--bs-bg-opacity, 1)) !important;
}

/* line 6, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_color-bg.scss */
.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important;
}

/* line 6, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_color-bg.scss */
.text-bg-success {
  color: #fff !important;
  background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important;
}

/* line 6, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_color-bg.scss */
.text-bg-info {
  color: #000 !important;
  background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important;
}

/* line 6, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_color-bg.scss */
.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important;
}

/* line 6, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_color-bg.scss */
.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important;
}

/* line 6, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_color-bg.scss */
.text-bg-light {
  color: #000 !important;
  background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important;
}

/* line 6, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_color-bg.scss */
.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important;
}

/* line 2, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-primary {
  color: #0d6efd !important;
}

/* line 6, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-primary:hover, .link-primary:focus {
  color: #0a58ca !important;
}

/* line 2, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-secondary {
  color: #6c757d !important;
}

/* line 6, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-secondary:hover, .link-secondary:focus {
  color: #565e64 !important;
}

/* line 2, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-success {
  color: #198754 !important;
}

/* line 6, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-success:hover, .link-success:focus {
  color: #146c43 !important;
}

/* line 2, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-info {
  color: #0dcaf0 !important;
}

/* line 6, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-info:hover, .link-info:focus {
  color: #3dd5f3 !important;
}

/* line 2, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-warning {
  color: #ffc107 !important;
}

/* line 6, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-warning:hover, .link-warning:focus {
  color: #ffcd39 !important;
}

/* line 2, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-danger {
  color: #dc3545 !important;
}

/* line 6, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-danger:hover, .link-danger:focus {
  color: #b02a37 !important;
}

/* line 2, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-light {
  color: #f8f9fa !important;
}

/* line 6, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-light:hover, .link-light:focus {
  color: #f9fafb !important;
}

/* line 2, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-dark {
  color: #212529 !important;
}

/* line 6, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-dark:hover, .link-dark:focus {
  color: #1a1e21 !important;
}

/* line 3, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio {
  position: relative;
  width: 100%;
}

/* line 7, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

/* line 13, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 23, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

/* line 23, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}

/* line 23, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

/* line 23, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

/* line 3, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_position.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 11, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_position.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

/* line 24, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_position.scss */
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

/* line 30, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_position.scss */
.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  /* line 24, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 768px) {
  /* line 24, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 992px) {
  /* line 24, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 1200px) {
  /* line 24, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 1400px) {
  /* line 24, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

/* line 2, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_stacks.scss */
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

/* line 9, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_stacks.scss */
.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

/* line 5, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_visually-hidden.scss */
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* line 6, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_stretched-link.scss */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

/* line 5, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_text-truncation.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_vr.scss */
.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-top {
  vertical-align: top !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.float-start {
  float: left !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.float-end {
  float: right !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.float-none {
  float: none !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-0 {
  opacity: 0 !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-25 {
  opacity: 0.25 !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-50 {
  opacity: 0.5 !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-75 {
  opacity: 0.75 !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-100 {
  opacity: 1 !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-visible {
  overflow: visible !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-scroll {
  overflow: scroll !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-inline {
  display: inline !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-block {
  display: block !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-grid {
  display: grid !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-table {
  display: table !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-table-row {
  display: table-row !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-flex {
  display: flex !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-inline-flex {
  display: inline-flex !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-none {
  display: none !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.position-static {
  position: static !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.position-relative {
  position: relative !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.position-absolute {
  position: absolute !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.position-fixed {
  position: fixed !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.position-sticky {
  position: sticky !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.top-0 {
  top: 0 !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.top-50 {
  top: 50% !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.top-100 {
  top: 100% !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bottom-0 {
  bottom: 0 !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bottom-50 {
  bottom: 50% !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bottom-100 {
  bottom: 100% !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.start-0 {
  left: 0 !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.start-50 {
  left: 50% !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.start-100 {
  left: 100% !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.end-0 {
  right: 0 !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.end-50 {
  right: 50% !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.end-100 {
  right: 100% !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.translate-middle {
  transform: translate(-50%, -50%) !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.translate-middle-x {
  transform: translateX(-50%) !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.translate-middle-y {
  transform: translateY(-50%) !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-0 {
  border: 0 !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-end-0 {
  border-right: 0 !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-start-0 {
  border-left: 0 !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

/* line 57, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-1 {
  --bs-border-width: 1px;
}

/* line 57, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-2 {
  --bs-border-width: 2px;
}

/* line 57, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-3 {
  --bs-border-width: 3px;
}

/* line 57, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-4 {
  --bs-border-width: 4px;
}

/* line 57, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-5 {
  --bs-border-width: 5px;
}

/* line 57, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

/* line 57, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

/* line 57, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

/* line 57, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

/* line 57, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-opacity-100 {
  --bs-border-opacity: 1;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-25 {
  width: 25% !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-50 {
  width: 50% !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-75 {
  width: 75% !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-100 {
  width: 100% !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-auto {
  width: auto !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-25 {
  height: 25% !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-50 {
  height: 50% !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-75 {
  height: 75% !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-100 {
  height: 100% !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-auto {
  height: auto !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-evenly {
  justify-content: space-evenly !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-items-center {
  align-items: center !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-center {
  align-content: center !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-center {
  align-self: center !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-stretch {
  align-self: stretch !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-first {
  order: -1 !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-0 {
  order: 0 !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-1 {
  order: 1 !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-2 {
  order: 2 !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-3 {
  order: 3 !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-4 {
  order: 4 !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-5 {
  order: 5 !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-last {
  order: 6 !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-0 {
  margin: 0 !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-auto {
  margin: auto !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-0 {
  margin-top: 0 !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-1 {
  margin-top: 0.25rem !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-2 {
  margin-top: 0.5rem !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-3 {
  margin-top: 1rem !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-4 {
  margin-top: 1.5rem !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-5 {
  margin-top: 3rem !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-auto {
  margin-top: auto !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-0 {
  margin-right: 0 !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-1 {
  margin-right: 0.25rem !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-2 {
  margin-right: 0.5rem !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-3 {
  margin-right: 1rem !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-4 {
  margin-right: 1.5rem !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-5 {
  margin-right: 3rem !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-auto {
  margin-right: auto !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-0 {
  margin-bottom: 0 !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-1 {
  margin-bottom: 0.25rem !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-2 {
  margin-bottom: 0.5rem !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-3 {
  margin-bottom: 1rem !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-4 {
  margin-bottom: 1.5rem !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-5 {
  margin-bottom: 3rem !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-auto {
  margin-bottom: auto !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-0 {
  margin-left: 0 !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-1 {
  margin-left: 0.25rem !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-2 {
  margin-left: 0.5rem !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-3 {
  margin-left: 1rem !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-4 {
  margin-left: 1.5rem !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-5 {
  margin-left: 3rem !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-auto {
  margin-left: auto !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-0 {
  padding: 0 !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-0 {
  padding-top: 0 !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-1 {
  padding-top: 0.25rem !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-2 {
  padding-top: 0.5rem !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-3 {
  padding-top: 1rem !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-4 {
  padding-top: 1.5rem !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-5 {
  padding-top: 3rem !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-0 {
  padding-right: 0 !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-1 {
  padding-right: 0.25rem !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-2 {
  padding-right: 0.5rem !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-3 {
  padding-right: 1rem !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-4 {
  padding-right: 1.5rem !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-5 {
  padding-right: 3rem !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-0 {
  padding-bottom: 0 !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-1 {
  padding-bottom: 0.25rem !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-2 {
  padding-bottom: 0.5rem !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-3 {
  padding-bottom: 1rem !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-4 {
  padding-bottom: 1.5rem !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-5 {
  padding-bottom: 3rem !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-0 {
  padding-left: 0 !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-1 {
  padding-left: 0.25rem !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-2 {
  padding-left: 0.5rem !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-3 {
  padding-left: 1rem !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-4 {
  padding-left: 1.5rem !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-5 {
  padding-left: 3rem !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-0 {
  gap: 0 !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-1 {
  gap: 0.25rem !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-2 {
  gap: 0.5rem !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-3 {
  gap: 1rem !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-4 {
  gap: 1.5rem !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-5 {
  gap: 3rem !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-1 {
  font-size: calc(1.365rem + 1.38vw) !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-2 {
  font-size: calc(1.337rem + 1.044vw) !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-3 {
  font-size: calc(1.321rem + 0.852vw) !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-4 {
  font-size: calc(1.305rem + 0.66vw) !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-5 {
  font-size: calc(1.285rem + 0.42vw) !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-6 {
  font-size: calc(1.255rem + 0.06vw) !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fst-italic {
  font-style: italic !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fst-normal {
  font-style: normal !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-light {
  font-weight: 300 !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-lighter {
  font-weight: lighter !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-normal {
  font-weight: 300 !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-bold {
  font-weight: 500 !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-semibold {
  font-weight: 600 !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-bolder {
  font-weight: 700 !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.lh-1 {
  line-height: 1 !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.lh-sm {
  line-height: 1.25 !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.lh-base {
  line-height: 1.6 !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.lh-lg {
  line-height: 2 !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-start {
  text-align: left !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-end {
  text-align: right !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-center {
  text-align: center !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-decoration-underline {
  text-decoration: underline !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-decoration-line-through {
  text-decoration: line-through !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

/* line 57, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

/* line 57, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

/* line 57, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

/* line 57, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-opacity-100 {
  --bs-text-opacity: 1;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

/* line 57, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

/* line 57, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

/* line 57, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

/* line 57, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

/* line 57, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-none {
  pointer-events: none !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-auto {
  pointer-events: auto !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded {
  border-radius: var(--bs-border-radius) !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-5 {
  border-radius: var(--bs-border-radius-2xl) !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.visible {
  visibility: visible !important;
}

/* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-sm-start {
    float: left !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-sm-end {
    float: right !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-sm-none {
    float: none !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-grid {
    display: grid !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-first {
    order: -1 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-0 {
    order: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-1 {
    order: 1 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-2 {
    order: 2 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-3 {
    order: 3 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-4 {
    order: 4 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-5 {
    order: 5 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-last {
    order: 6 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-auto {
    margin-top: auto !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-0 {
    margin-right: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-auto {
    margin-right: auto !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-auto {
    margin-left: auto !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-0 {
    gap: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-3 {
    gap: 1rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-5 {
    gap: 3rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-sm-start {
    text-align: left !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-sm-end {
    text-align: right !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-md-start {
    float: left !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-md-end {
    float: right !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-md-none {
    float: none !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-grid {
    display: grid !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-flex {
    display: flex !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-first {
    order: -1 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-0 {
    order: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-1 {
    order: 1 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-2 {
    order: 2 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-3 {
    order: 3 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-4 {
    order: 4 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-5 {
    order: 5 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-last {
    order: 6 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-0 {
    margin-top: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-auto {
    margin-top: auto !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-0 {
    margin-right: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-3 {
    margin-right: 1rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-5 {
    margin-right: 3rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-auto {
    margin-right: auto !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-0 {
    margin-left: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-auto {
    margin-left: auto !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-0 {
    padding-top: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-0 {
    padding-right: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-0 {
    padding-left: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-0 {
    gap: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-3 {
    gap: 1rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-5 {
    gap: 3rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-md-start {
    text-align: left !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-md-end {
    text-align: right !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-lg-start {
    float: left !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-lg-end {
    float: right !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-lg-none {
    float: none !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-grid {
    display: grid !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-first {
    order: -1 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-0 {
    order: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-1 {
    order: 1 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-2 {
    order: 2 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-3 {
    order: 3 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-4 {
    order: 4 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-5 {
    order: 5 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-last {
    order: 6 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-auto {
    margin-top: auto !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-0 {
    margin-right: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-auto {
    margin-right: auto !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-auto {
    margin-left: auto !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-0 {
    gap: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-3 {
    gap: 1rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-5 {
    gap: 3rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-lg-start {
    text-align: left !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-lg-end {
    text-align: right !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xl-start {
    float: left !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xl-end {
    float: right !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xl-none {
    float: none !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-grid {
    display: grid !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-first {
    order: -1 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-0 {
    order: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-1 {
    order: 1 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-2 {
    order: 2 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-3 {
    order: 3 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-4 {
    order: 4 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-5 {
    order: 5 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-last {
    order: 6 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-auto {
    margin-top: auto !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-0 {
    margin-right: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-auto {
    margin-right: auto !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-auto {
    margin-left: auto !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-0 {
    gap: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-3 {
    gap: 1rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-5 {
    gap: 3rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xl-start {
    text-align: left !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xl-end {
    text-align: right !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xxl-start {
    float: left !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xxl-end {
    float: right !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xxl-none {
    float: none !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-inline {
    display: inline !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-block {
    display: block !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-grid {
    display: grid !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-table {
    display: table !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-table-row {
    display: table-row !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-flex {
    display: flex !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-none {
    display: none !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-row {
    flex-direction: row !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-column {
    flex-direction: column !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-center {
    align-items: center !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-center {
    align-content: center !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-center {
    align-self: center !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-first {
    order: -1 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-0 {
    order: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-1 {
    order: 1 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-2 {
    order: 2 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-3 {
    order: 3 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-4 {
    order: 4 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-5 {
    order: 5 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-last {
    order: 6 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-0 {
    margin: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-3 {
    margin: 1rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-5 {
    margin: 3rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-auto {
    margin: auto !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-auto {
    margin-right: auto !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-0 {
    padding: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-3 {
    padding: 1rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-5 {
    padding: 3rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-0 {
    gap: 0 !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xxl-start {
    text-align: left !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xxl-end {
    text-align: right !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xxl-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-1 {
    font-size: 2.4rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-2 {
    font-size: 2.12rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-3 {
    font-size: 1.96rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-4 {
    font-size: 1.8rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-5 {
    font-size: 1.6rem !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-6 {
    font-size: 1.3rem !important;
  }
}

@media print {
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-grid {
    display: grid !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-flex {
    display: flex !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, ../usr/local/rvm/gems/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-none {
    display: none !important;
  }
}

/*-------------------- TABLE OF CONTENTS --------------- */
/*-------------------- 1.    GENERAL STYLES ------------------- */
/*-------------------- 2.    HEADERS ------------------- */
/*-------------------- 2.1   Menu ------------------- */
/*-------------------- 2.2   Vertical Menu ------------------- */
/*-------------------- 2.3   Sticky Header ------------------- */
/*-------------------- 2.4   Mobile Menu ------------------- */
/*-------------------- 3.    FOOTERS ------------------- */
/*-------------------- 4.    ELEMENTS ------------------- */
/*-------------------- 4.1.  Page Header --------------------*/
/*-------------------- 4.2.  BreadCrumbs --------------------*/
/*-------------------- 4.3.  Titles --------------------*/
/*-------------------- 4.4.  Icon boxes --------------------*/
/*-------------------- 4.5.  Cards --------------------*/
/*-------------------- 4.6.  Tabs --------------------*/
/*-------------------- 4.7.  Buttons --------------------*/
/*-------------------- 4.8.  Products --------------------*/
/*-------------------- 4.9.  Banners --------------------*/
/*-------------------- 4.10. Banners Video --------------------*/
/*-------------------- 4.11. Banners Category --------------------*/
/*-------------------- 4.12. Social Icons --------------------*/
/*-------------------- 4.13. Testimonials --------------------*/
/*-------------------- 4.14. Forms --------------------*/
/*-------------------- 4.15. Call to Actions --------------------*/
/*-------------------- 4.16. Tables --------------------*/
/*-------------------- 4.17. Counters --------------------*/
/*-------------------- 4.18. Pagination --------------------*/
/*-------------------- 4.19. Modals --------------------*/
/*-------------------- 4.20. Alerts --------------------*/
/*-------------------- 4.21. Instagram Feeds --------------------*/
/*-------------------- 4.22. Elements List --------------------*/
/*-------------------- 4.23. Overlay --------------------*/
/*-------------------- 4.24. Countdown --------------------*/
/*-------------------- 4.25. LightBox --------------------*/
/*-------------------- 4.26. Slider --------------------*/
/*-------------------- 4.27. Toast --------------------*/
/*-------------------- 4.28. Skeleton --------------------*/
/*-------------------- 4.29. Animations --------------------*/
/*-------------------- 4.30. LazyImageLoad --------------------*/
/*-------------------- 5.    PAGES --------------------*/
/*-------------------- 5.1.  Home --------------------*/
/*-------------------- 5.2.  Category --------------------*/
/*-------------------- 5.3.  Product Pages --------------------*/
/*-------------------- 5.4.  Blog --------------------*/
/*-------------------- 5.5.  Single/Blog Post --------------------*/
/*-------------------- 5.6.  Portfolio --------------------*/
/*-------------------- 5.7.  About --------------------*/
/*-------------------- 5.8.  About 2 --------------------*/
/*-------------------- 5.9.  Contact --------------------*/
/*-------------------- 5.10. Contact 2 --------------------*/
/*-------------------- 5.11. Login --------------------*/
/*-------------------- 5.12. Category Banner Page --------------------*/
/*-------------------- 5.13. Checkout --------------------*/
/*-------------------- 5.14. Wishlist --------------------*/
/*-------------------- 5.15. Cart --------------------*/
/*-------------------- 5.16. Dashboard --------------------*/
/*-------------------- 5.17. 404 --------------------*/
/*-------------------- 5.18. Coming Soon --------------------*/
/*-------------------- 6.   SPACING & HELPERS    --------------------*/
/*-------------------- 7.   FONT ICONS   --------------------*/
/*-------------------- 8.   HomePage    --------------------*/
/*-------------------- END of TABLE OF CONTENTS  ---------- */
/* Main CSS File */
@use "sass:math";
/*-------------------- 1.General Styles ---------- */
/* line 2, app/assets/stylesheets/theme/base/_base.scss */
html {
  font-size: 10px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}

/* line 14, app/assets/stylesheets/theme/base/_base.scss */
body {
  font-family: "DM Sans", "Inter", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #1d3441;
  background-color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  -ms-overflow-x: hidden;
  overflow-y: auto;
  -ms-overflow-y: auto;
}

/* line 28, app/assets/stylesheets/theme/base/_base.scss */
::-moz-selection {
  color: #fff;
  background-color: #1d3441;
}

/* line 33, app/assets/stylesheets/theme/base/_base.scss */
::-moz-selection {
  color: #fff;
  background-color: #1d3441;
}
::selection {
  color: #fff;
  background-color: #1d3441;
}

/* line 38, app/assets/stylesheets/theme/base/_base.scss */
p {
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0;
  color: #1d3441;
}

/* line 46, app/assets/stylesheets/theme/base/_base.scss */
ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
}

/* line 53, app/assets/stylesheets/theme/base/_base.scss */
b,
strong {
  font-weight: 700;
}

/* line 58, app/assets/stylesheets/theme/base/_base.scss */
em,
i {
  font-style: italic;
}

/* line 63, app/assets/stylesheets/theme/base/_base.scss */
hr {
  border: none;
  border-top: 1px solid #ebebeb;
  margin: 3rem auto 2.5rem;
}

/* line 69, app/assets/stylesheets/theme/base/_base.scss */
sub,
sup {
  position: relative;
  font-size: 70%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 77, app/assets/stylesheets/theme/base/_base.scss */
sup {
  top: -.5em;
}

/* line 81, app/assets/stylesheets/theme/base/_base.scss */
sub {
  bottom: -.25em;
}

/* line 85, app/assets/stylesheets/theme/base/_base.scss */
img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 91, app/assets/stylesheets/theme/base/_base.scss */
button {
  -webkit-appearance: none;
  border: none;
  background-color: transparent;
}

/* line 97, app/assets/stylesheets/theme/base/_base.scss */
.bg-white {
  background-color: #FFFFFF !important;
}

/* line 101, app/assets/stylesheets/theme/base/_base.scss */
.bg-light {
  background-color: #f8f8f8 !important;
}

/* line 105, app/assets/stylesheets/theme/base/_base.scss */
.bg-light-2 {
  background-color: #f9f9f9 !important;
}

/* line 109, app/assets/stylesheets/theme/base/_base.scss */
.bg-lighter {
  background-color: #fafafa !important;
}

/* line 113, app/assets/stylesheets/theme/base/_base.scss */
.bg-gray {
  background-color: #f4f5f8 !important;
}

/* line 117, app/assets/stylesheets/theme/base/_base.scss */
.bg-primary {
  background-color: #1d3441 !important;
}

/* line 121, app/assets/stylesheets/theme/base/_base.scss */
.bg-secondary {
  background-color: #254455 !important;
}

/* line 125, app/assets/stylesheets/theme/base/_base.scss */
.bg-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* line 132, app/assets/stylesheets/theme/base/_base.scss */
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* line 136, app/assets/stylesheets/theme/base/_base.scss */
.bg-overlay {
  position: relative;
}

/* line 139, app/assets/stylesheets/theme/base/_base.scss */
.bg-overlay:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: .3;
  background-color: #333;
}

/* line 152, app/assets/stylesheets/theme/base/_base.scss */
.bg-overlay .container,
.bg-overlay .container-fluid,
.bg-overlay .container-sm,
.bg-overlay .container-md,
.bg-overlay .container-lg,
.bg-overlay .container-xl,
.bg-overlay .container-xxl {
  position: relative;
  z-index: 2;
}

/* line 159, app/assets/stylesheets/theme/base/_base.scss */
.input-group-append {
  margin-left: 0;
}

/* Animation for lazyload */
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Animation for Skeleton Loading */
@keyframes skeletonloading {
  to {
    background-position: 400% 0;
  }
}

/* Type */
/* line 2, app/assets/stylesheets/theme/base/_type.scss */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Newsreader", "DM Sans", "Inter", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 1.4rem;
  color: #333333;
  letter-spacing: 0.5px;
}

/* line 16, app/assets/stylesheets/theme/base/_type.scss */
h1, .h1 {
  font-size: 4rem;
}

/* line 20, app/assets/stylesheets/theme/base/_type.scss */
h2, .h2 {
  font-size: 3.6rem;
}

/* line 24, app/assets/stylesheets/theme/base/_type.scss */
h3, .h3 {
  font-size: 2.6rem;
}

/* line 28, app/assets/stylesheets/theme/base/_type.scss */
h4, .h4 {
  font-size: 2.2rem;
}

/* line 32, app/assets/stylesheets/theme/base/_type.scss */
h5, .h5 {
  font-size: 2rem;
  letter-spacing: -.025em;
}

/* line 37, app/assets/stylesheets/theme/base/_type.scss */
h6, .h6 {
  font-size: 1.6rem;
  letter-spacing: -.01em;
}

/* line 42, app/assets/stylesheets/theme/base/_type.scss */
a {
  color: #222;
  text-decoration: none;
  transition: color 0.3s ease;
}

/* line 48, app/assets/stylesheets/theme/base/_type.scss */
a:hover,
a:focus {
  color: #0d181e;
  text-decoration: none;
}

/* line 54, app/assets/stylesheets/theme/base/_type.scss */
.link-underline {
  box-shadow: 0 1px 0 0 #1d3441;
}

/* line 58, app/assets/stylesheets/theme/base/_type.scss */
.text-primary {
  color: #1d3441 !important;
}

/* line 62, app/assets/stylesheets/theme/base/_type.scss */
.text-secondary {
  color: #254455 !important;
}

/* line 66, app/assets/stylesheets/theme/base/_type.scss */
.text-dark {
  color: #333 !important;
}

/* line 70, app/assets/stylesheets/theme/base/_type.scss */
.text-light {
  color: #ccc !important;
}

/* line 74, app/assets/stylesheets/theme/base/_type.scss */
.text-light-medium {
  color: #777 !important;
}

/* line 78, app/assets/stylesheets/theme/base/_type.scss */
.lead {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  margin-bottom: 1.2rem;
}

/* line 85, app/assets/stylesheets/theme/base/_type.scss */
blockquote {
  position: relative;
  margin: 0 0 4.2rem;
  padding: 0;
  color: #787473;
  font-style: italic;
  font-size: 1.6rem;
  line-height: 1.625;
}

/* line 94, app/assets/stylesheets/theme/base/_type.scss */
blockquote p {
  max-width: 1120px;
}

/* line 98, app/assets/stylesheets/theme/base/_type.scss */
blockquote.text-center p {
  margin-left: auto;
  margin-right: auto;
}

/* line 103, app/assets/stylesheets/theme/base/_type.scss */
blockquote cite {
  font-style: normal;
  font-weight: 500;
  color: #333333;
  letter-spacing: -.01em;
  line-height: 1;
}

/* line 110, app/assets/stylesheets/theme/base/_type.scss */
blockquote cite span {
  display: block;
  font-weight: 300;
  font-size: 1.4rem;
}

/* line 118, app/assets/stylesheets/theme/base/_type.scss */
blockquote.text-white cite {
  color: #cccccc;
}

/* line 120, app/assets/stylesheets/theme/base/_type.scss */
blockquote.text-white cite span {
  color: #787473;
}

@media screen and (min-width: 768px) {
  /* line 128, app/assets/stylesheets/theme/base/_type.scss */
  h1, .h1 {
    font-size: 5rem;
  }
  /* line 132, app/assets/stylesheets/theme/base/_type.scss */
  h2, .h2 {
    font-size: 4rem;
  }
  /* line 136, app/assets/stylesheets/theme/base/_type.scss */
  h3, .h3 {
    font-size: 3rem;
  }
  /* line 140, app/assets/stylesheets/theme/base/_type.scss */
  h4, .h4 {
    font-size: 2.4rem;
  }
}

/* Layout */
/* line 2, app/assets/stylesheets/theme/base/_layout.scss */
.row {
  margin-left: -10px;
  margin-right: -10px;
}

/* line 6, app/assets/stylesheets/theme/base/_layout.scss */
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  padding-right: 10px;
  padding-left: 10px;
}

/* line 16, app/assets/stylesheets/theme/base/_layout.scss */
.no-gutters {
  margin-left: 0;
  margin-right: 0;
}

/* line 20, app/assets/stylesheets/theme/base/_layout.scss */
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}

/* line 34, app/assets/stylesheets/theme/base/_layout.scss */
.container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
  padding-left: 10px;
  padding-right: 10px;
}

/* line 39, app/assets/stylesheets/theme/base/_layout.scss */
.page-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  transition: transform 0.4s ease;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 52, app/assets/stylesheets/theme/base/_layout.scss */
  .page-wrapper {
    display: block;
  }
}

/* line 57, app/assets/stylesheets/theme/base/_layout.scss */
.main {
  flex: 1;
  width: 100%;
}

/* line 62, app/assets/stylesheets/theme/base/_layout.scss */
.page-content {
  padding-bottom: 5rem;
}

/* line 66, app/assets/stylesheets/theme/base/_layout.scss */
.account-page {
  padding-top: 2rem;
}

@media screen and (min-width: 992px) {
  /* line 71, app/assets/stylesheets/theme/base/_layout.scss */
  .col-5col {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

/* line 78, app/assets/stylesheets/theme/base/_layout.scss */
.col-xl-5col {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 84, app/assets/stylesheets/theme/base/_layout.scss */
.col-xl-4-5col {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 90, app/assets/stylesheets/theme/base/_layout.scss */
.col-xl-2-5col {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 96, app/assets/stylesheets/theme/base/_layout.scss */
.col-xl-3-5col {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (min-width: 1200px) {
  /* line 103, app/assets/stylesheets/theme/base/_layout.scss */
  .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    padding-left: 30px;
    padding-right: 30px;
  }
  /* line 108, app/assets/stylesheets/theme/base/_layout.scss */
  .col-xl-5col {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 114, app/assets/stylesheets/theme/base/_layout.scss */
  .col-xl-4-5col {
    flex: 0 0 80%;
    max-width: 80%;
  }
  /* line 120, app/assets/stylesheets/theme/base/_layout.scss */
  .col-xl-2-5col {
    flex: 0 0 calc(40%);
    max-width: calc(40%);
  }
  /* line 126, app/assets/stylesheets/theme/base/_layout.scss */
  .col-xl-3-5col {
    flex: 0 0 calc(60%);
    max-width: calc(60%);
  }
  /* line 134, app/assets/stylesheets/theme/base/_layout.scss */
  .no-gutters .col-xl-2-5col {
    -ms-flex: 0 0 calc(40% + 8px);
    flex-basis: calc(40% + 8px);
    max-width: calc(40% + 8px);
  }
  /* line 140, app/assets/stylesheets/theme/base/_layout.scss */
  .no-gutters .col-xl-3-5col {
    -ms-flex: 0 0 calc(60% - 8px);
    flex-basis: calc(60% - 8px);
    max-width: calc(60% - 8px);
  }
}

/* Extend grid - 1600px */
@media screen and (min-width: 1600px) {
  /* line 157, app/assets/stylesheets/theme/base/_layout.scss */
  .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    padding-left: 70px;
    padding-right: 70px;
  }
  /* line 162, app/assets/stylesheets/theme/base/_layout.scss */
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 170, app/assets/stylesheets/theme/base/_layout.scss */
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 177, app/assets/stylesheets/theme/base/_layout.scss */
  .col-xxl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  /* line 183, app/assets/stylesheets/theme/base/_layout.scss */
  .col-xxl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /* line 189, app/assets/stylesheets/theme/base/_layout.scss */
  .offset-xxl-2 {
    margin-left: 16.666667%;
  }
  /* line 193, app/assets/stylesheets/theme/base/_layout.scss */
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 199, app/assets/stylesheets/theme/base/_layout.scss */
  .col-xxl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 205, app/assets/stylesheets/theme/base/_layout.scss */
  .col-xxl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  /* line 211, app/assets/stylesheets/theme/base/_layout.scss */
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 217, app/assets/stylesheets/theme/base/_layout.scss */
  .col-xxl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  /* line 223, app/assets/stylesheets/theme/base/_layout.scss */
  .col-xxl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  /* line 229, app/assets/stylesheets/theme/base/_layout.scss */
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 235, app/assets/stylesheets/theme/base/_layout.scss */
  .col-xxl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  /* line 241, app/assets/stylesheets/theme/base/_layout.scss */
  .col-xxl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  /* line 247, app/assets/stylesheets/theme/base/_layout.scss */
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 253, app/assets/stylesheets/theme/base/_layout.scss */
  .col-xxl-5col {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 259, app/assets/stylesheets/theme/base/_layout.scss */
  .col-xxl-4-5col {
    flex: 0 0 80%;
    max-width: 80%;
  }
  /* line 265, app/assets/stylesheets/theme/base/_layout.scss */
  .d-xxl-block {
    display: block !important;
  }
  /* line 269, app/assets/stylesheets/theme/base/_layout.scss */
  .d-xxl-flex {
    display: flex !important;
  }
}

@media screen and (min-width: 1920px) {
  /* line 275, app/assets/stylesheets/theme/base/_layout.scss */
  .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  /* line 284, app/assets/stylesheets/theme/base/_layout.scss */
  .page-content {
    padding-bottom: 1rem;
  }
}

/*-------------------- 2.Headers --------------------*/
/* Header */
/* line 2, app/assets/stylesheets/theme/base/headers/_header.scss */
.header {
  width: 100%;
  background-color: #fff;
}

/* line 6, app/assets/stylesheets/theme/base/headers/_header.scss */
.header .container,
.header .container-fluid,
.header .container-sm,
.header .container-md,
.header .container-lg,
.header .container-xl,
.header .container-xxl {
  position: relative;
  display: flex;
  align-items: center;
}

/* line 14, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-left,
.header-center,
.header-right {
  display: flex;
  align-items: center;
}

/* line 21, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-right {
  margin-left: auto;
  align-self: stretch;
}

/* line 26, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-center {
  margin-left: auto;
  margin-right: auto;
}

/* line 31, app/assets/stylesheets/theme/base/headers/_header.scss */
.logo {
  display: block;
  margin-top: 2.55rem;
  margin-bottom: 2.95rem;
  flex-shrink: 0;
  min-height: 25px;
}

/* line 38, app/assets/stylesheets/theme/base/headers/_header.scss */
.logo img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 45, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-top {
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: 0;
  color: #787473;
  margin-bottom: .1rem;
}

/* line 53, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-top a {
  color: inherit;
}

/* line 56, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-top a:hover, .header-top a:focus {
  color: #1d3441;
}

/* line 62, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-top .container,
.header-top .container-fluid,
.header-top .container-sm,
.header-top .container-md,
.header-top .container-lg,
.header-top .container-xl,
.header-top .container-xxl {
  position: relative;
}

/* line 66, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-top .container:after,
.header-top .container-fluid:after,
.header-top .container-sm:after,
.header-top .container-md:after,
.header-top .container-lg:after,
.header-top .container-xl:after,
.header-top .container-xxl:after {
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 10px;
  right: 10px;
  background-color: #ebebeb;
}

/* line 78, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-top .top-menu li + li {
  margin-left: 2.6rem;
}

@media screen and (min-width: 1200px) {
  /* line 85, app/assets/stylesheets/theme/base/headers/_header.scss */
  .header-top .container-fluid:after, .header-top .container-sm:after, .header-top .container-md:after, .header-top .container-lg:after, .header-top .container-xl:after, .header-top .container-xxl:after {
    left: 30px;
    right: 30px;
  }
}

@media screen and (min-width: 1600px) {
  /* line 95, app/assets/stylesheets/theme/base/headers/_header.scss */
  .header-top .container-fluid:after, .header-top .container-sm:after, .header-top .container-md:after, .header-top .container-lg:after, .header-top .container-xl:after, .header-top .container-xxl:after {
    left: 70px;
    right: 70px;
  }
}

/* line 103, app/assets/stylesheets/theme/base/headers/_header.scss */
.top-menu {
  text-transform: uppercase;
  letter-spacing: -.01em;
  margin: 0;
}

/* line 108, app/assets/stylesheets/theme/base/headers/_header.scss */
.top-menu > li {
  position: relative;
}

/* line 110, app/assets/stylesheets/theme/base/headers/_header.scss */
.top-menu > li > a {
  display: none;
}

/* line 115, app/assets/stylesheets/theme/base/headers/_header.scss */
.top-menu ul {
  display: flex;
  align-items: center;
}

/* line 120, app/assets/stylesheets/theme/base/headers/_header.scss */
.top-menu li + li {
  margin-left: 3rem;
}

/* line 124, app/assets/stylesheets/theme/base/headers/_header.scss */
.top-menu a {
  display: inline-flex;
  align-items: center;
}

/* line 129, app/assets/stylesheets/theme/base/headers/_header.scss */
.top-menu i {
  font-size: 1.5rem;
  margin-right: .8rem;
  line-height: 1;
}

/* line 134, app/assets/stylesheets/theme/base/headers/_header.scss */
.top-menu i.icon-heart-o {
  margin-top: -.2rem;
}

/* line 139, app/assets/stylesheets/theme/base/headers/_header.scss */
.top-menu span {
  color: #1d3441;
  margin-left: .3rem;
}

/* line 145, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-dropdown {
  position: relative;
  padding-top: .8rem;
  padding-bottom: .8rem;
}

/* line 150, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-dropdown + .header-dropdown {
  margin-left: 2.9rem;
}

/* line 154, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-dropdown > a,
.header-dropdown > span {
  position: relative;
  display: inline-flex;
  padding-top: .2rem;
  padding-bottom: .2rem;
  padding-right: 2.2rem;
  align-items: center;
  text-transform: uppercase;
}

/* line 164, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-dropdown > a::after,
.header-dropdown > span::after {
  font-family: "molla";
  content: '\f110';
  position: absolute;
  right: 0;
  top: 50%;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
  margin-top: -.7rem;
}

/* line 178, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-dropdown a:hover, .header-dropdown a:focus {
  text-decoration: none;
}

/* line 185, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-menu {
  position: absolute;
  left: -1.5rem;
  top: 100%;
  z-index: 20;
  padding-top: .6rem;
  padding-bottom: .6rem;
  min-width: 100%;
  visibility: hidden;
  opacity: 0;
  background-color: #fff;
  box-shadow: 2px 5px 8px rgba(51, 51, 51, 0.05), -2px 5px 8px rgba(51, 51, 51, 0.05);
  transition: all .25s;
  margin-top: 1px;
}

/* line 200, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-dropdown:first-child .header-menu {
  left: 0;
}

/* line 204, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-menu:before {
  content: '';
  display: block;
  width: 100%;
  height: .1rem;
  position: absolute;
  top: -1px;
  left: 0;
}

/* line 214, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-dropdown:hover > .header-menu, .header-dropdown:focus > .header-menu {
  visibility: visible;
  opacity: 1;
}

/* line 220, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 225, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-menu ul li {
  margin: 0;
}

/* line 229, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-menu ul a {
  padding: .3rem 1.5rem;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

/* line 237, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-menu a {
  color: inherit;
}

/* line 240, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-menu a:hover, .header-menu a:focus {
  color: #1d3441;
}

/* line 248, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-right .header-menu,
.header-right .header-dropdown:first-child .header-menu {
  left: auto;
  right: 0;
}

/* line 254, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-right .top-menu + .header-dropdown {
  margin-left: 2.5rem;
}

/* line 259, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-middle {
  height: 70px;
  display: flex;
  align-items: center;
  border-bottom: .1rem solid #f4f4f4;
}

/* line 264, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-middle .menu > li > a {
  letter-spacing: .01em;
}

/* line 267, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-middle .menu.sf-arrows > li > .sf-with-ul {
  padding-right: 1.5rem;
}

/* line 272, app/assets/stylesheets/theme/base/headers/_header.scss */
.search-icon {
  z-index: 999;
}

/* line 277, app/assets/stylesheets/theme/base/headers/_header.scss */
.dropdown-menu.dropdown-menu-right::-webkit-scrollbar, .dropdown-cart-products::-webkit-scrollbar {
  width: 7px;
  height: 20px;
}

/* line 282, app/assets/stylesheets/theme/base/headers/_header.scss */
.dropdown-menu.dropdown-menu-right::-webkit-scrollbar-thumb, .dropdown-cart-products::-webkit-scrollbar-thumb {
  background: #ebebeb;
  border-radius: 10px;
}

/* line 287, app/assets/stylesheets/theme/base/headers/_header.scss */
.dropdown-menu.dropdown-menu-right::-webkit-scrollbar-track, .dropdown-cart-products::-webkit-scrollbar-track {
  background: #fff;
  border-image: 10px;
  margin: 8px;
  width: 100%;
}

/* line 294, app/assets/stylesheets/theme/base/headers/_header.scss */
.dropdown-menu.dropdown-menu-right p, .dropdown-cart-products p {
  font-size: 1.4rem !important;
}

/* line 299, app/assets/stylesheets/theme/base/headers/_header.scss */
.cart-dropdown,
.compare-dropdown {
  display: flex;
  align-self: stretch;
  align-items: center;
}

/* line 305, app/assets/stylesheets/theme/base/headers/_header.scss */
.cart-dropdown .dropdown-toggle,
.compare-dropdown .dropdown-toggle {
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none !important;
  line-height: 1;
  color: #333;
}

/* line 313, app/assets/stylesheets/theme/base/headers/_header.scss */
.cart-dropdown .dropdown-toggle::after,
.compare-dropdown .dropdown-toggle::after {
  display: none;
}

/* line 318, app/assets/stylesheets/theme/base/headers/_header.scss */
.cart-dropdown .dropdown-menu,
.compare-dropdown .dropdown-menu {
  max-height: 425px;
  overflow-y: auto;
  display: block;
  width: 300px;
  padding: 2.2rem 3rem 2rem;
  z-index: 100;
  font-size: 1.3rem;
  z-index: 1001;
  border: none;
  margin: 1px 0 0;
  border-radius: 0;
  border: none;
  box-shadow: 5px 10px 16px rgba(51, 51, 51, 0.05), -5px 10px 16px rgba(51, 51, 51, 0.05);
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  transition: opacity .2s;
}

/* line 338, app/assets/stylesheets/theme/base/headers/_header.scss */
.cart-dropdown .dropdown-menu:before,
.compare-dropdown .dropdown-menu:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 1px;
}

/* line 348, app/assets/stylesheets/theme/base/headers/_header.scss */
.cart-dropdown .dropdown-menu.dropdown-menu-right,
.compare-dropdown .dropdown-menu.dropdown-menu-right {
  right: -1px;
}

/* line 353, app/assets/stylesheets/theme/base/headers/_header.scss */
.cart-dropdown .btn-remove,
.compare-dropdown .btn-remove {
  position: absolute;
  top: 50%;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  color: #cccccc;
  font-size: 1.3rem;
  line-height: 1;
  text-align: center;
  margin-top: -1.2rem;
}

/* line 368, app/assets/stylesheets/theme/base/headers/_header.scss */
.cart-dropdown .btn-remove:hover, .cart-dropdown .btn-remove:focus,
.compare-dropdown .btn-remove:hover,
.compare-dropdown .btn-remove:focus {
  color: #333333;
}

/* line 376, app/assets/stylesheets/theme/base/headers/_header.scss */
.cart-dropdown:hover .dropdown-toggle, .cart-dropdown.show .dropdown-toggle,
.compare-dropdown:hover .dropdown-toggle,
.compare-dropdown.show .dropdown-toggle {
  color: #1d3441;
}

/* line 380, app/assets/stylesheets/theme/base/headers/_header.scss */
.cart-dropdown:hover .dropdown-menu, .cart-dropdown.show .dropdown-menu,
.compare-dropdown:hover .dropdown-menu,
.compare-dropdown.show .dropdown-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

/* line 388, app/assets/stylesheets/theme/base/headers/_header.scss */
.compare-dropdown {
  padding-left: 2.5rem;
}

/* line 391, app/assets/stylesheets/theme/base/headers/_header.scss */
.compare-dropdown .dropdown-toggle {
  font-size: 2.6rem;
}

/* line 396, app/assets/stylesheets/theme/base/headers/_header.scss */
.compare-products {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 402, app/assets/stylesheets/theme/base/headers/_header.scss */
.compare-product {
  position: relative;
  padding: .5rem 0;
  margin: 0;
  box-shadow: none !important;
}

/* line 408, app/assets/stylesheets/theme/base/headers/_header.scss */
.compare-product:hover {
  box-shadow: none;
}

/* line 413, app/assets/stylesheets/theme/base/headers/_header.scss */
.compare-product-title {
  color: #1d3441;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.35;
  margin: 0 1.5rem 0 0;
  letter-spacing: -.01em;
}

/* line 421, app/assets/stylesheets/theme/base/headers/_header.scss */
.compare-product-title a {
  color: inherit;
}

/* line 424, app/assets/stylesheets/theme/base/headers/_header.scss */
.compare-product-title a:hover, .compare-product-title a:focus {
  color: #1d3441;
}

/* line 431, app/assets/stylesheets/theme/base/headers/_header.scss */
.compare-actions {
  display: flex;
  align-items: center;
  margin-top: 2rem;
}

/* line 436, app/assets/stylesheets/theme/base/headers/_header.scss */
.compare-actions .action-link {
  font-size: 1.3rem;
  color: #1d3441;
}

/* line 440, app/assets/stylesheets/theme/base/headers/_header.scss */
.compare-actions .action-link:hover, .compare-actions .action-link:focus {
  color: #1d3441;
  text-decoration: underline;
}

/* line 447, app/assets/stylesheets/theme/base/headers/_header.scss */
.compare-actions .btn {
  font-size: 1.3rem;
  min-width: 110px;
  margin-left: auto;
  padding-top: .65rem;
  padding-bottom: .65rem;
}

/* line 456, app/assets/stylesheets/theme/base/headers/_header.scss */
.icon-search {
  z-index: 5;
}

/* line 460, app/assets/stylesheets/theme/base/headers/_header.scss */
.cart-dropdown {
  padding-left: 2.5rem;
}

/* line 462, app/assets/stylesheets/theme/base/headers/_header.scss */
.cart-dropdown .dropdown-toggle {
  font-size: 3.2rem;
}

/* line 465, app/assets/stylesheets/theme/base/headers/_header.scss */
.cart-dropdown .dropdown-toggle i {
  display: inline-block;
  margin-top: -3px;
}

/* line 471, app/assets/stylesheets/theme/base/headers/_header.scss */
.cart-dropdown .cart-count {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  height: 2rem;
  border-radius: 50%;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
  margin-left: .2rem;
  margin-top: .1rem;
  color: #fff;
  background-color: #1d3441;
  z-index: 1;
}

/* line 488, app/assets/stylesheets/theme/base/headers/_header.scss */
.cart-dropdown .dropdown-cart-products {
  max-height: 27.9rem;
  margin-top: -1rem;
  overflow-y: auto;
}

/* line 494, app/assets/stylesheets/theme/base/headers/_header.scss */
.cart-dropdown .product {
  position: relative;
  display: flex;
  align-items: center;
  padding: 1.6rem 2.4rem 1.6rem 0;
  box-shadow: none;
  margin: 0 !important;
  border: none;
  border-bottom: 1px solid #ebebeb;
  box-shadow: none !important;
}

/* line 506, app/assets/stylesheets/theme/base/headers/_header.scss */
.cart-dropdown .product-image-container {
  position: relative;
  max-width: 60px;
  margin: 0;
  margin-left: auto;
}

/* line 513, app/assets/stylesheets/theme/base/headers/_header.scss */
.cart-dropdown .product-title {
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.3;
  color: #666;
  text-align: left;
  margin-bottom: .4rem;
}

/* line 521, app/assets/stylesheets/theme/base/headers/_header.scss */
.cart-dropdown .product-title a {
  color: inherit;
}

/* line 524, app/assets/stylesheets/theme/base/headers/_header.scss */
.cart-dropdown .product-title a:hover, .cart-dropdown .product-title a:focus {
  color: #1d3441;
}

/* line 531, app/assets/stylesheets/theme/base/headers/_header.scss */
.cart-dropdown .product-cart-details {
  font-weight: 400;
  max-width: 150px;
  font-size: 1.3rem;
  color: #999999;
  text-align: left;
}

/* line 539, app/assets/stylesheets/theme/base/headers/_header.scss */
.cart-dropdown .btn-primary {
  color: white;
  background-color: #1d3441;
  border-color: #1d3441;
}

/* line 544, app/assets/stylesheets/theme/base/headers/_header.scss */
.cart-dropdown .btn-primary:hover, .cart-dropdown .btn-primary:focus {
  color: #1d3441;
  border-color: #1d3441;
  background-color: white;
}

/* line 551, app/assets/stylesheets/theme/base/headers/_header.scss */
.cart-dropdown .btn-outline-primary-2 {
  color: #1d3441;
  background-color: white;
  border-color: #1d3441;
}

/* line 556, app/assets/stylesheets/theme/base/headers/_header.scss */
.cart-dropdown .btn-outline-primary-2:hover {
  color: white;
  background-color: #1d3441;
}

/* line 563, app/assets/stylesheets/theme/base/headers/_header.scss */
.dropdown-cart-total {
  padding: 1rem 0 .5rem;
  display: flex;
  align-items: flex-end;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #1d3441;
  margin-bottom: 1.1rem;
}

/* line 573, app/assets/stylesheets/theme/base/headers/_header.scss */
.dropdown-cart-total .cart-total-price {
  font-size: 1.5rem;
  margin-left: auto;
}

/* line 579, app/assets/stylesheets/theme/base/headers/_header.scss */
.dropdown-cart-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 .5rem;
}

/* line 585, app/assets/stylesheets/theme/base/headers/_header.scss */
.dropdown-cart-action .btn {
  font-size: 1.3rem;
  min-width: 110px;
  padding-top: .75rem;
  padding-bottom: .75rem;
}

/* line 593, app/assets/stylesheets/theme/base/headers/_header.scss */
.wishlist-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1d3441;
  font-size: 2.6rem;
  line-height: 1;
  margin-left: 2.4rem;
}

/* line 602, app/assets/stylesheets/theme/base/headers/_header.scss */
.wishlist-link i {
  display: inline-block;
  margin-top: -2px;
}

/* line 607, app/assets/stylesheets/theme/base/headers/_header.scss */
.wishlist-link .wishlist-count {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  height: 2rem;
  border-radius: 50%;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
  margin-left: .7rem;
  margin-top: .1rem;
  color: #fff;
  background-color: #1d3441;
  z-index: 1;
}

/* line 624, app/assets/stylesheets/theme/base/headers/_header.scss */
.wishlist-link:hover, .wishlist-link:focus {
  color: #1d3441;
}

/* Header Search */
/* line 631, app/assets/stylesheets/theme/base/headers/_header.scss */
.search-toggle {
  position: relative;
  display: block;
  font-size: 2.4rem;
  line-height: 1;
  min-width: 2.5rem;
  padding: .3rem .2rem;
  font-weight: 400;
  color: #333;
  text-align: center;
  z-index: 11;
}

/* line 643, app/assets/stylesheets/theme/base/headers/_header.scss */
.search-toggle:hover, .search-toggle:focus, .search-toggle.active {
  color: #1d3441;
  outline: none !important;
}

/* line 651, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-search {
  position: relative;
  margin: 0;
  line-height: 1;
  padding: 0;
  border: none;
}

/* line 658, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-search .header-search-wrapper {
  position: absolute;
  right: -1.4rem;
  top: 50%;
  margin-top: -20px;
  display: none;
  align-items: stretch;
  overflow: visible;
  border-radius: 20px;
  width: 100%;
  min-width: 270px;
  background-color: #fff;
  border: .1rem solid #ebebeb;
  border-radius: 20px;
  z-index: 10;
}

/* line 674, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-search .header-search-wrapper:not(.search-wrapper-wide) {
  animation-duration: .3s;
}

/* line 677, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-search .header-search-wrapper:not(.search-wrapper-wide):not(.show) {
  animation-name: fadeOut;
}

/* line 681, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-search .header-search-wrapper.show:not(.search-wrapper-wide) {
  animation-name: fadeIn;
}

/* line 686, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-search .header-search-wrapper.show {
  display: flex;
}

/* line 691, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-search .search-wrapper-wide {
  width: 570px;
}

/* line 695, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-search form {
  margin: 0;
}

/* line 699, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-search .select-custom {
  flex: 0 0 200px;
  max-width: 200px;
  padding-right: 0;
  margin: 0;
  align-self: center;
}

/* line 706, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-search .select-custom:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: .1rem;
  height: 2.6rem;
  margin-top: -1.3rem;
  background-color: #ebebeb;
}

/* line 718, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-search .select-custom::after {
  right: 2rem;
  color: #999;
  font-size: 1.2rem;
}

/* line 725, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-search .form-control,
.header-search select {
  line-height: 1;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0;
  background-color: #fff;
  margin: 0;
}

/* line 735, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-search .form-control {
  flex: 1 1 auto;
  padding: .9rem 5rem .9rem 2.3rem;
  width: 100%;
  margin: 0;
  height: 38px;
  line-height: 20px;
  border: none;
  border-radius: 20px;
  box-shadow: none;
}

/* line 747, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-search select {
  width: 100%;
  border: none;
  line-height: 38px;
  height: 38px;
  color: #787473;
  padding: .1rem 4rem .1rem 2rem;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
}

/* line 758, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-search select:focus {
  outline: none !important;
}

/* line 763, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-search option {
  font-size: 1.3rem;
  padding: .1rem .3rem;
}

/* line 768, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-search .btn {
  flex: 0 0 40px;
  max-width: 40px;
  min-width: 0;
  height: 40px;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1;
  border: 0;
  padding: 0;
  margin: 0;
  min-width: 0;
  cursor: pointer;
  margin-top: -1px;
  margin-right: -1px;
  margin-bottom: -1rem;
  border-radius: 0 20px 20px 0;
}

/* line 786, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-search .btn i {
  margin: 0 !important;
}

/* line 793, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-search-extended {
  width: 100%;
}

/* line 800, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-search-extended .header-search-wrapper {
  border-radius: 30px;
}

/* line 804, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-search-extended .form-control,
.header-search-extended select {
  font-weight: 300;
}

/* line 809, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-search-extended .form-control {
  height: 44px;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  padding-right: 2.4rem;
  border-radius: 30px 0 0 30px;
}

/* line 817, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-search-extended select {
  line-height: 44px;
  height: 44px;
}

/* line 822, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-search-extended .btn {
  flex: 0 0 70px;
  max-width: 70px;
  height: 46px;
  font-size: 2rem;
  border-radius: 0 30px 30px 0;
}

/* line 832, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-search-visible .search-toggle {
  display: none;
}

/* line 836, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-search-visible .header-search-wrapper {
  position: static;
  left: auto;
  right: auto;
  top: auto;
  margin-top: 0;
  display: flex;
  z-index: 999;
}

/* line 848, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-search-no-radius .header-search-wrapper,
.header-search-no-radius .form-control,
.header-search-no-radius .btn {
  border-radius: 0;
}

/* line 856, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-search-no-round .header-search-wrapper {
  border-radius: .3rem;
}

/* line 860, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-search-no-round .form-control {
  border-radius: .3rem 0 0 .3rem;
}

/* line 864, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-search-no-round .btn {
  border-radius: 0 .3rem .3rem 0;
}

/* line 869, app/assets/stylesheets/theme/base/headers/_header.scss */
.mobile-menu-toggler, .mobile-search-toggler {
  border: none;
  background: transparent;
  color: #1d3441;
  padding: .2rem .25rem;
  min-width: 3.3rem;
  font-size: 2.8rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 1rem;
  min-width: 3.3rem;
}

/* line 886, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-bottom {
  border-bottom: 0.1rem solid #ebebeb;
}

/* line 889, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-bottom .mobile-menu-toggler, .header-bottom .mobile-search-toggler {
  margin-top: .55rem;
  margin-bottom: .55rem;
  margin-left: -.4rem;
}

/* line 896, app/assets/stylesheets/theme/base/headers/_header.scss */
.menu .megamenu.demo {
  width: 70vw;
  height: 65vh;
  min-width: 95rem;
  left: 1rem;
  overflow-x: hidden;
  overflow-y: scroll;
}

/* line 904, app/assets/stylesheets/theme/base/headers/_header.scss */
.menu .megamenu.demo::-webkit-scrollbar {
  height: 10px;
  width: 7px;
}

/* line 909, app/assets/stylesheets/theme/base/headers/_header.scss */
.menu .megamenu.demo::-webkit-scrollbar-thumb {
  background: #ebebeb;
  border-radius: 10px;
}

/* line 914, app/assets/stylesheets/theme/base/headers/_header.scss */
.menu .megamenu.demo::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  margin: 8px;
  width: 100%;
}

/* line 921, app/assets/stylesheets/theme/base/headers/_header.scss */
.menu .megamenu.demo .demo-item.hidden {
  opacity: 0;
  max-height: 0;
  padding-bottom: 0;
  overflow: hidden;
  transform: translateY(50px);
  transition: all .5s;
}

/* line 929, app/assets/stylesheets/theme/base/headers/_header.scss */
.menu .megamenu.demo .demo-item.show {
  opacity: 1;
  max-height: 100%;
  padding-bottom: 3rem;
  transform: translateY(0);
}

/* line 937, app/assets/stylesheets/theme/base/headers/_header.scss */
.disabled-hidden {
  opacity: 0;
  width: 0;
  height: 0;
  padding: 0 !important;
  overflow: hidden;
}

/* line 948, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-intro-clearance .header-middle .header-left,
.header-intro-clearance .header-bottom .header-left {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc((100% + 20px) / 4);
  max-width: calc((100% + 20px) / 4);
  margin: 0;
}

/* line 956, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-intro-clearance .header-middle .header-center,
.header-intro-clearance .header-bottom .header-center {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc((100% + 20px) / 2 - 20px);
  margin: 0;
}

/* line 963, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-intro-clearance .header-middle .header-right,
.header-intro-clearance .header-bottom .header-right {
  margin-left: auto;
}

/* line 970, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-intro-clearance .header-bottom .menu > li > a {
  font-size: 1.4rem;
  letter-spacing: -.01em;
  text-transform: none;
}

/* line 980, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-intro-clearance .header-bottom .menu.sf-arrows > li > .sf-with-ul::after {
  right: 1.3rem;
}

/* line 984, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-intro-clearance .header-bottom .menu > li + li {
  margin-left: .7rem;
}

/* line 989, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-intro-clearance .header-bottom .menu > li + li.current a {
  color: #1d3441;
}

/* line 992, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-intro-clearance .header-bottom .menu > li + li.current a::before {
  transform-origin: left center;
  transform: scale(1, 1);
}

/* line 1000, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-intro-clearance .header-bottom .header-left {
  align-self: stretch;
}

/* line 1005, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-intro-clearance .header-bottom .header-right p {
  padding-right: .5rem;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: -.01em;
}

/* line 1011, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-intro-clearance .header-bottom .header-right .highlight {
  color: #333;
}

/* line 1014, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-intro-clearance .header-bottom .header-right i {
  color: #333;
  font-size: 1.6rem;
  letter-spacing: -.01em;
  margin-right: 1.5rem;
}

/* line 1044, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-intro-clearance .header-middle {
  border-bottom: 0.1rem solid #ebebeb;
}

/* line 1048, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-intro-clearance .header-middle .header-right p {
  font-size: 1.1rem;
}

/* line 1054, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-intro-clearance .top-menu {
  text-transform: none;
}

/* line 1058, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-intro-clearance .header-dropdown > a,
.header-intro-clearance .header-dropdown > span {
  padding-right: 1.8rem;
  text-transform: none;
}

/* line 1063, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-intro-clearance .header-dropdown > a:after,
.header-intro-clearance .header-dropdown > span:after {
  font-size: 1rem;
  margin-top: -.6rem;
}

/* line 1069, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-intro-clearance .dropdown.category-dropdown {
  width: 275px;
  max-width: 95%;
}

/* line 1072, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-intro-clearance .dropdown.category-dropdown .dropdown-toggle {
  color: #333;
  text-transform: none;
  padding-left: 5.5rem;
  min-width: 100%;
}

/* line 1077, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-intro-clearance .dropdown.category-dropdown .dropdown-toggle i {
  font-size: 1rem;
  position: absolute;
  right: 1.5rem;
}

/* line 1083, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-intro-clearance .dropdown.category-dropdown .dropdown-toggle::before {
  height: 0;
}

/* line 1087, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-intro-clearance .dropdown.category-dropdown .dropdown-toggle::after {
  font-weight: 400;
  position: absolute;
  margin-left: 0;
  left: 1.5rem;
}

/* line 1095, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-intro-clearance .header-menu ul {
  display: block;
}

/* line 1098, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-intro-clearance .top-menu:not(.top-link-menu) .header-menu li + li {
  margin-left: 0;
}

/* line 1101, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-intro-clearance .account,
.header-intro-clearance .wishlist,
.header-intro-clearance .compare-dropdown,
.header-intro-clearance .cart-dropdown {
  display: flex;
  align-self: stretch;
  align-items: initial;
}

/* line 1110, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-intro-clearance .account > a,
.header-intro-clearance .wishlist > a,
.header-intro-clearance .compare-dropdown > a,
.header-intro-clearance .cart-dropdown > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* line 1118, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-intro-clearance div.icon {
  position: relative;
  height: 3.2rem;
}

/* line 1122, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-intro-clearance .account a {
  font-size: 3rem;
  color: #333;
  line-height: 1;
}

/* line 1128, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-intro-clearance .wishlist a {
  font-size: 2.8rem;
  color: #333;
  line-height: 1;
}

/* line 1135, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-intro-clearance .cart-dropdown .cart-count,
.header-intro-clearance .wishlist .wishlist-count {
  min-width: 1.6rem;
  height: 1.6rem;
}

/* line 1141, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-intro-clearance .wishlist .wishlist-count {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
  color: #fff;
}

/* line 1152, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-intro-clearance .wishlist .wishlist-count {
  position: absolute;
  top: 0;
  right: -.5rem;
}

/* line 1157, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-intro-clearance .cart-dropdown .cart-count {
  position: absolute;
  top: 0;
  right: -.3rem;
}

/* line 1163, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-intro-clearance .cart-dropdown, .header-intro-clearance .wishlist, .header-intro-clearance .account {
  padding-left: 3rem;
}

/* line 1165, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-intro-clearance .cart-dropdown .dropdown-toggle, .header-intro-clearance .wishlist .dropdown-toggle, .header-intro-clearance .account .dropdown-toggle {
  color: #333;
}

/* line 1172, app/assets/stylesheets/theme/base/headers/_header.scss */
.live-search-list {
  left: 0;
  right: 0;
  width: auto;
  position: absolute;
  top: 100%;
  min-width: 450px;
  z-index: 99;
  display: none;
}

/* line 1182, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-search.show .live-search-list {
  display: block;
}

/* line 1186, app/assets/stylesheets/theme/base/headers/_header.scss */
.live-search-list .product-price {
  font-size: 12px;
}

/* line 1191, app/assets/stylesheets/theme/base/headers/_header.scss */
.autocomplete-suggestions {
  box-shadow: 0 10px 20px 5px rgba(0, 0, 0, 0.05);
  color: #8d8d8d;
  background-color: #f4f4f4;
  border-color: #fff;
  padding: 15px;
  border-radius: 0;
  max-height: 70vh;
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 1202, app/assets/stylesheets/theme/base/headers/_header.scss */
.autocomplete-suggestions::-webkit-scrollbar {
  width: 5px;
}

/* line 1206, app/assets/stylesheets/theme/base/headers/_header.scss */
.autocomplete-suggestions::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: rgba(204, 204, 204, 0.5);
}

/* line 1212, app/assets/stylesheets/theme/base/headers/_header.scss */
.autocomplete-suggestion {
  display: flex;
  align-items: center;
  color: #8d8d8d;
  background-color: #f4f4f4;
  padding: 10px .5em;
  line-height: 1.5em;
  min-height: 0;
  text-align: left;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  white-space: normal;
}

/* line 1225, app/assets/stylesheets/theme/base/headers/_header.scss */
.autocomplete-suggestion .search-price {
  color: #222529;
  font-weight: 600;
}

/* line 1230, app/assets/stylesheets/theme/base/headers/_header.scss */
.autocomplete-suggestion img {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  margin-right: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 1237, app/assets/stylesheets/theme/base/headers/_header.scss */
.autocomplete-suggestion img[lazy=loading] {
  padding-top: 40px !important;
}

/* line 1242, app/assets/stylesheets/theme/base/headers/_header.scss */
.autocomplete-suggestion img + .search-name {
  padding-left: 0.5em;
}

/* line 1246, app/assets/stylesheets/theme/base/headers/_header.scss */
.autocomplete-suggestion .search-name {
  flex: 1;
}

/* line 1252, app/assets/stylesheets/theme/base/headers/_header.scss */
.autocomplete-suggestion:hover {
  background-color: #ededed;
}

/* line 1256, app/assets/stylesheets/theme/base/headers/_header.scss */
.autocomplete-suggestion:last-child {
  border-bottom: none;
}

@media screen and (min-width: 992px) {
  /* line 1262, app/assets/stylesheets/theme/base/headers/_header.scss */
  .mobile-menu-toggler, .mobile-search-toggler {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  /* line 1268, app/assets/stylesheets/theme/base/headers/_header.scss */
  .menu .megamenu.demo {
    width: 1168px;
  }
}

@media screen and (min-width: 1600px) {
  /* line 1276, app/assets/stylesheets/theme/base/headers/_header.scss */
  .header .container-fluid .megamenu-container, .header .container-sm .megamenu-container, .header .container-md .megamenu-container, .header .container-lg .megamenu-container, .header .container-xl .megamenu-container, .header .container-xxl .megamenu-container {
    position: relative;
  }
  /* line 1279, app/assets/stylesheets/theme/base/headers/_header.scss */
  .header .container-fluid .megamenu-container .megamenu, .header .container-sm .megamenu-container .megamenu, .header .container-md .megamenu-container .megamenu, .header .container-lg .megamenu-container .megamenu, .header .container-xl .megamenu-container .megamenu, .header .container-xxl .megamenu-container .megamenu {
    right: auto;
    width: 1170px;
  }
}

@media screen and (max-width: 1199px) {
  /* line 1290, app/assets/stylesheets/theme/base/headers/_header.scss */
  .header-search .search-wrapper-wide {
    width: 480px;
  }
  /* line 1298, app/assets/stylesheets/theme/base/headers/_header.scss */
  .header-search-extended .btn {
    flex: 0 0 50px;
    max-width: 50px;
  }
  /* line 1305, app/assets/stylesheets/theme/base/headers/_header.scss */
  .header-intro-clearance .header-bottom .container:before, .header-intro-clearance .header-bottom .container:after {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  /* line 1312, app/assets/stylesheets/theme/base/headers/_header.scss */
  .top-menu:not(.top-link-menu) {
    display: flex;
    align-items: center;
    align-self: stretch;
  }
  /* line 1317, app/assets/stylesheets/theme/base/headers/_header.scss */
  .top-menu:not(.top-link-menu) > li {
    display: flex;
    align-items: center;
    align-self: stretch;
    padding-right: 2.2rem;
  }
  /* line 1323, app/assets/stylesheets/theme/base/headers/_header.scss */
  .top-menu:not(.top-link-menu) > li > a {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 1329, app/assets/stylesheets/theme/base/headers/_header.scss */
  .top-menu:not(.top-link-menu) > li::after {
    font-family: "molla";
    content: '\f110';
    position: absolute;
    right: 0;
    top: 50%;
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1;
    margin-top: -.7rem;
  }
  /* line 1342, app/assets/stylesheets/theme/base/headers/_header.scss */
  .top-menu:not(.top-link-menu) ul {
    display: block;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 20;
    padding-top: .6rem;
    padding-bottom: .6rem;
    min-width: 180px;
    visibility: hidden;
    opacity: 0;
    margin-top: 1px;
    background-color: #fff;
    box-shadow: 2px 5px 8px rgba(51, 51, 51, 0.05), -2px 5px 8px rgba(51, 51, 51, 0.05);
    text-transform: capitalize;
  }
  /* line 1358, app/assets/stylesheets/theme/base/headers/_header.scss */
  .top-menu:not(.top-link-menu) ul:before {
    content: '';
    display: block;
    width: 100%;
    height: .1rem;
    position: absolute;
    top: -1px;
    left: 0;
  }
  /* line 1369, app/assets/stylesheets/theme/base/headers/_header.scss */
  .top-menu:not(.top-link-menu):hover ul, .top-menu:not(.top-link-menu):focus ul {
    visibility: visible;
    opacity: 1;
  }
  /* line 1375, app/assets/stylesheets/theme/base/headers/_header.scss */
  .top-menu:not(.top-link-menu) li + li {
    margin-left: 0 !important;
  }
  /* line 1379, app/assets/stylesheets/theme/base/headers/_header.scss */
  .top-menu:not(.top-link-menu) a {
    padding: .3rem 1.5rem;
  }
  /* line 1386, app/assets/stylesheets/theme/base/headers/_header.scss */
  .header-left .top-menu ul {
    right: auto;
    left: 0;
  }
  /* line 1393, app/assets/stylesheets/theme/base/headers/_header.scss */
  .header-search {
    display: none;
  }
  /* line 1397, app/assets/stylesheets/theme/base/headers/_header.scss */
  .header-search-extended {
    margin-right: 0;
  }
  /* line 1400, app/assets/stylesheets/theme/base/headers/_header.scss */
  .header-search-extended .btn {
    height: 40px;
  }
  /* line 1404, app/assets/stylesheets/theme/base/headers/_header.scss */
  .header-search-extended .form-control {
    height: 38px;
    padding-top: .9rem;
    padding-bottom: .9rem;
  }
  /* line 1410, app/assets/stylesheets/theme/base/headers/_header.scss */
  .header-search-extended select {
    height: 38px;
    line-height: 38px;
  }
  /* line 1417, app/assets/stylesheets/theme/base/headers/_header.scss */
  .header-search-visible .search-toggle {
    display: block;
  }
  /* line 1421, app/assets/stylesheets/theme/base/headers/_header.scss */
  .header-search-visible .header-search-wrapper {
    position: absolute;
    right: -10rem;
    top: 100%;
    margin-top: .8rem;
    display: none;
    border-width: .4rem;
  }
  /* line 1429, app/assets/stylesheets/theme/base/headers/_header.scss */
  .header-search-visible .header-search-wrapper:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    right: 10rem;
    bottom: 100%;
    border-style: solid;
    border-width: 0 11px 13px 11px;
    border-color: transparent transparent #ebebeb transparent;
  }
  /* line 1444, app/assets/stylesheets/theme/base/headers/_header.scss */
  .header-bottom {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  /* line 1451, app/assets/stylesheets/theme/base/headers/_header.scss */
  .header-intro-clearance .cart-dropdown, .header-intro-clearance .wishlist, .header-intro-clearance .account {
    padding-left: 2rem;
  }
}

@media screen and (max-width: 767px) {
  /* line 1459, app/assets/stylesheets/theme/base/headers/_header.scss */
  .header-search .search-wrapper-wide {
    width: 420px;
  }
  /* line 1463, app/assets/stylesheets/theme/base/headers/_header.scss */
  .header-search .select-custom {
    flex: 0 0 180px;
    max-width: 180px;
  }
}

@media screen and (max-width: 575px) {
  /* line 1472, app/assets/stylesheets/theme/base/headers/_header.scss */
  .header-search .search-wrapper-wide {
    width: 300px;
  }
  /* line 1476, app/assets/stylesheets/theme/base/headers/_header.scss */
  .header-search .select-custom {
    display: none;
  }
  /* line 1481, app/assets/stylesheets/theme/base/headers/_header.scss */
  .compare-dropdown,
.wishlist-link {
    display: none;
  }
  /* line 1486, app/assets/stylesheets/theme/base/headers/_header.scss */
  .cart-dropdown {
    padding-left: 1.4rem;
  }
  /* line 1490, app/assets/stylesheets/theme/base/headers/_header.scss */
  .compare-dropdown .dropdown-menu.dropdown-menu-right {
    right: -5rem;
  }
}

@media (max-width: 340px) {
  /* line 1497, app/assets/stylesheets/theme/base/headers/_header.scss */
  .header-search .search-wrapper-wide {
    width: 260px;
  }
  /* line 1502, app/assets/stylesheets/theme/base/headers/_header.scss */
  .compare-dropdown,
.wishlist,
.account,
.wishlist-link {
    display: none !important;
  }
}

/* Header 2 */
/* line 1511, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-2 {
  background-color: #fff;
}

/* line 1514, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-2 .logo {
  margin-top: 2.9rem;
  margin-bottom: 2.9rem;
}

/* line 1519, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-2 .header-search-extended {
  margin-right: 0;
  max-width: none;
}

/* line 1523, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-2 .header-search-extended select,
.header-2 .header-search-extended .form-control {
  height: 38px;
}

/* line 1528, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-2 .header-search-extended .form-control {
  padding: 1.2rem 2.4rem 1rem 2rem;
  font-family: "Jost";
  letter-spacing: -.01em;
  background-color: transparent;
}

/* line 1535, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-2 .header-search-extended .btn {
  height: 42px;
  background-color: transparent;
  color: #666;
  max-width: 60px;
}

/* line 1541, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-2 .header-search-extended .btn:hover, .header-2 .header-search-extended .btn:focus, .header-2 .header-search-extended .btn:active {
  color: #a6c76c;
  background-color: transparent;
}

/* line 1550, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-2 .btn-primary:not(:disabled):not(.disabled):active, .header-2 .btn-primary.active:not(:disabled):not(.disabled),
.header-2 .show > .btn-primary.dropdown-toggle {
  color: #1d3441;
  background-color: transparent;
}

/* line 1556, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-2 .header-search .search-wrapper-wide {
  width: unset;
}

/* line 1561, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-2 .header-top {
  font-weight: 300;
  font-size: 1.4rem;
  background-color: #f8f8f8;
}

/* line 1566, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-2 .header-top .header-left {
  display: flex;
  align-items: center;
}

/* line 1571, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-2 .header-top .container::after,
.header-2 .header-top .container-fluid::after,
.header-2 .header-top .container-sm::after,
.header-2 .header-top .container-md::after,
.header-2 .header-top .container-lg::after,
.header-2 .header-top .container-xl::after,
.header-2 .header-top .container-xxl::after {
  height: 0;
}

/* line 1577, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-2 .header-dropdown {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

/* line 1581, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-2 .header-dropdown + .header-dropdown {
  margin-left: 4rem;
}

/* line 1586, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-2 .login-modal {
  margin-left: 4rem;
}

/* line 1590, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-2 .top-menu {
  text-transform: capitalize;
}

/* line 1593, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-2 .top-menu li + li {
  margin-left: 4rem;
}

/* line 1598, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-2 .header-middle {
  border-bottom: none;
}

/* line 1600, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-2 .header-middle .container::after {
  position: absolute;
  content: '';
  bottom: -.1rem;
  left: 1rem;
  right: 1rem;
  height: .1rem;
  background-color: #ebebeb;
}

/* line 1613, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-2 .cart-dropdown .dropdown-menu,
.header-2 .compare-dropdown .dropdown-menu {
  margin-top: 0;
}

/* line 1618, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-2 .cart-dropdown:not(:hover):not(.show) .dropdown-toggle,
.header-2 .compare-dropdown:not(:hover):not(.show) .dropdown-toggle,
.header-2 .mobile-menu-toggler, .header-2 .mobile-search-toggler,
.header-2 .search-toggle:not(:hover):not(:focus),
.header-2 .wishlist-link:not(:hover):not(:focus) {
  color: #333;
}

/* line 1626, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-2 .sticky-header {
  background-color: #fff;
}

/* line 1630, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-2 .mobile-menu-toggler, .header-2 .mobile-search-toggler {
  margin-left: 0;
}

/* line 1635, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-2 .header-search .header-search-wrapper {
  border-color: #dadada;
}

/* line 1640, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-2 .header-bottom {
  color: #fff;
}

/* line 1643, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-2 .header-bottom .main-nav {
  margin-left: 0;
}

/* line 1647, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-2 .header-bottom .menu ul, .header-2 .header-bottom .menu .megamenu {
  margin-top: 0;
}

/* line 1651, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-2 .header-bottom .menu > li:not(:hover):not(.active):not(.show) > a {
  color: #333;
}

/* line 1655, app/assets/stylesheets/theme/base/headers/_header.scss */
.header-2 .header-bottom .mobile-menu-toggler, .header-2 .header-bottom .mobile-search-toggler {
  color: #fff;
}

@media screen and (max-width: 991px) {
  /* line 1665, app/assets/stylesheets/theme/base/headers/_header.scss */
  .header-2 .header-search-visible .header-search-wrapper:before {
    border-bottom-color: #dadada;
  }
  /* line 1671, app/assets/stylesheets/theme/base/headers/_header.scss */
  .header-2 .header-middle .header-center {
    display: none;
  }
  /* line 1675, app/assets/stylesheets/theme/base/headers/_header.scss */
  .header-2 .top-menu:not(.top-link-menu) ul {
    min-width: 142px;
  }
  /* line 1679, app/assets/stylesheets/theme/base/headers/_header.scss */
  .header-2 .top-menu.top-link-menu ul {
    min-width: 180px;
  }
  /* line 1684, app/assets/stylesheets/theme/base/headers/_header.scss */
  .header-2 .top-menu > li {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }
  /* line 1688, app/assets/stylesheets/theme/base/headers/_header.scss */
  .header-2 .top-menu .header-dropdown {
    padding: 0;
  }
  /* line 1690, app/assets/stylesheets/theme/base/headers/_header.scss */
  .header-2 .top-menu .header-dropdown ul {
    left: -100%;
    right: 100%;
  }
  /* line 1695, app/assets/stylesheets/theme/base/headers/_header.scss */
  .header-2 .top-menu .header-menu {
    padding: 0;
    top: 0;
  }
}

/*-------------------- 2.1.Menu --------------------*/
/* line 1, app/assets/stylesheets/theme/base/headers/_menu.scss */
.main-nav {
  margin-left: 2rem;
  display: none;
}

/* Menu Structure */
/* line 7, app/assets/stylesheets/theme/base/headers/_menu.scss */
.menu,
.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 14, app/assets/stylesheets/theme/base/headers/_menu.scss */
.menu {
  display: flex;
  align-items: center;
}

/* line 18, app/assets/stylesheets/theme/base/headers/_menu.scss */
.menu li {
  position: relative;
}

/* line 23, app/assets/stylesheets/theme/base/headers/_menu.scss */
.menu li:hover > ul, .menu li.show > ul {
  display: block;
}

/* line 27, app/assets/stylesheets/theme/base/headers/_menu.scss */
.menu li:hover > .megamenu, .menu li.show > .megamenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  transition-delay: 0.6s;
}

/* line 36, app/assets/stylesheets/theme/base/headers/_menu.scss */
.menu .megamenu-container {
  position: static;
}

/* line 40, app/assets/stylesheets/theme/base/headers/_menu.scss */
.menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 1002;
}

/* line 47, app/assets/stylesheets/theme/base/headers/_menu.scss */
.menu ul ul {
  top: -1.6rem;
  left: 100%;
}

/* line 53, app/assets/stylesheets/theme/base/headers/_menu.scss */
.menu .megamenu {
  position: absolute;
  left: 1.5rem;
  right: 1.5rem;
  top: -200rem;
  z-index: 1002;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s;
}

/* line 63, app/assets/stylesheets/theme/base/headers/_menu.scss */
.menu .megamenu.megamenu-sm {
  left: 0;
  right: auto;
  width: 456px;
}

/* line 69, app/assets/stylesheets/theme/base/headers/_menu.scss */
.menu .megamenu.megamenu-md {
  left: -10rem;
  right: auto;
  width: 694px;
}

/* line 75, app/assets/stylesheets/theme/base/headers/_menu.scss */
.menu .megamenu > ul,
.menu .megamenu div > ul {
  display: block;
  position: static;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  box-shadow: none;
  margin-top: 0;
  padding: 0;
}

/* line 89, app/assets/stylesheets/theme/base/headers/_menu.scss */
.menu .megamenu:not(:hover) .btn {
  transition: none;
}

/* line 96, app/assets/stylesheets/theme/base/headers/_menu.scss */
.menu ul:before,
.menu .megamenu:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  height: 1px;
  left: 0;
  right: 0;
}

/* line 106, app/assets/stylesheets/theme/base/headers/_menu.scss */
.menu ul ul,
.menu .megamenu ul {
  margin-top: 0;
}

/* line 111, app/assets/stylesheets/theme/base/headers/_menu.scss */
.menu a:not(.btn) {
  display: block;
  position: relative;
  text-decoration: none;
}

/* line 116, app/assets/stylesheets/theme/base/headers/_menu.scss */
.menu a:not(.btn):focus {
  outline: none !important;
}

/* Menu Style */
/* line 123, app/assets/stylesheets/theme/base/headers/_menu.scss */
.menu {
  line-height: 1.5;
}

/* line 127, app/assets/stylesheets/theme/base/headers/_menu.scss */
.menu li > a {
  color: #333333;
  font-weight: 400;
  font-size: 1.3rem;
  letter-spacing: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

/* line 137, app/assets/stylesheets/theme/base/headers/_menu.scss */
.menu li > a span:not(.tip) {
  position: relative;
}

/* line 144, app/assets/stylesheets/theme/base/headers/_menu.scss */
.menu > li > a {
  color: #333;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: -0.01em;
  padding: 3.95rem 3rem;
  text-transform: uppercase;
}

/* line 153, app/assets/stylesheets/theme/base/headers/_menu.scss */
.menu > li + li {
  margin-left: 0;
}

/* line 161, app/assets/stylesheets/theme/base/headers/_menu.scss */
.menu.sf-arrows > li > .sf-with-ul {
  padding-right: 2rem;
}

/* line 166, app/assets/stylesheets/theme/base/headers/_menu.scss */
.menu.sf-arrows .sf-with-ul {
  position: relative;
}

/* line 169, app/assets/stylesheets/theme/base/headers/_menu.scss */
.menu.sf-arrows .sf-with-ul::after {
  font-family: "molla";
  content: "\f110";
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  font-size: 1rem;
  line-height: 1;
  margin-top: -0.5rem;
}

/* line 183, app/assets/stylesheets/theme/base/headers/_menu.scss */
.menu.sf-arrows ul .sf-with-ul {
  padding-right: 4rem;
}

/* line 186, app/assets/stylesheets/theme/base/headers/_menu.scss */
.menu.sf-arrows ul .sf-with-ul:after {
  content: "\f112";
  right: 3rem;
}

/* line 194, app/assets/stylesheets/theme/base/headers/_menu.scss */
.menu .megamenu,
.menu ul {
  background-color: #fff;
  box-shadow: 5px 10px 16px rgba(51, 51, 51, 0.05), -5px 10px 16px rgba(51, 51, 51, 0.05);
}

/* line 201, app/assets/stylesheets/theme/base/headers/_menu.scss */
.menu ul {
  min-width: 218px;
  padding: 1.6rem 0 2rem;
}

/* line 207, app/assets/stylesheets/theme/base/headers/_menu.scss */
.menu .megamenu .banner > a {
  display: block;
  padding: 0;
  margin: 0;
}

/* line 213, app/assets/stylesheets/theme/base/headers/_menu.scss */
.menu .megamenu li a {
  padding-right: 0;
  padding-left: 0;
}

/* line 218, app/assets/stylesheets/theme/base/headers/_menu.scss */
.menu .megamenu .btn {
  min-width: 210px;
  text-transform: uppercase;
}

/* line 224, app/assets/stylesheets/theme/base/headers/_menu.scss */
.menu .banner {
  margin: 0;
  max-width: 218px;
  float: right;
  height: 100%;
}

/* line 231, app/assets/stylesheets/theme/base/headers/_menu.scss */
.menu .menu-col {
  padding-left: 3rem;
  padding-right: 3rem;
  margin-top: 2.2rem;
  padding-bottom: 2rem;
}

/* line 238, app/assets/stylesheets/theme/base/headers/_menu.scss */
.menu .menu-title {
  color: #1d3441;
  font-weight: 500;
  font-size: 1.4rem;
  text-transform: uppercase;
  margin-bottom: 0.6rem;
}

/* line 246, app/assets/stylesheets/theme/base/headers/_menu.scss */
.menu .megamenu-action {
  padding-bottom: 2rem;
}

/* line 250, app/assets/stylesheets/theme/base/headers/_menu.scss */
.menu ul + .menu-title {
  margin-top: 1.5rem;
}

/* line 254, app/assets/stylesheets/theme/base/headers/_menu.scss */
.menu .banner-content {
  padding-top: 0;
}

/* line 256, app/assets/stylesheets/theme/base/headers/_menu.scss */
.menu .banner-content.banner-content-bottom {
  left: 2.4rem;
  bottom: 2.4rem;
}

/* line 261, app/assets/stylesheets/theme/base/headers/_menu.scss */
.menu .banner-content.banner-content-top {
  left: 2rem;
  top: 2.4rem;
  transform: translateY(0);
  -ms-transform: translateY(0);
}

/* line 269, app/assets/stylesheets/theme/base/headers/_menu.scss */
.menu .banner-title {
  margin: 0;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0;
}

/* line 277, app/assets/stylesheets/theme/base/headers/_menu.scss */
.menu .banner-title span {
  font-size: 2.4rem;
}

/* line 281, app/assets/stylesheets/theme/base/headers/_menu.scss */
.menu .banner-title.medium {
  font-size: 1.6rem;
}

/* line 284, app/assets/stylesheets/theme/base/headers/_menu.scss */
.menu .banner-title.medium .text-lg {
  font-size: 2.5rem;
  font-weight: 500;
}

/* line 293, app/assets/stylesheets/theme/base/headers/_menu.scss */
.menu .banner-content-top .banner-title span {
  line-height: 1.05;
  font-size: 3.1rem;
}

/* Menu Hover Style */
/* line 306, app/assets/stylesheets/theme/base/headers/_menu.scss */
.menu li:hover > a,
.menu li.show > a,
.menu li.active > a {
  color: #1d3441;
}

/* Demos */
/* line 313, app/assets/stylesheets/theme/base/headers/_menu.scss */
.demo-list {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  margin: 1.8rem -10px 0.4rem;
}

/* line 320, app/assets/stylesheets/theme/base/headers/_menu.scss */
.demo-item {
  color: #999999;
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0 10px;
  text-align: center;
  padding-bottom: 3rem;
  margin-bottom: auto;
}

/* line 329, app/assets/stylesheets/theme/base/headers/_menu.scss */
.demo-item a {
  color: inherit;
}

/* line 332, app/assets/stylesheets/theme/base/headers/_menu.scss */
.demo-item a:hover, .demo-item a:focus {
  color: #1d3441;
}

/* line 336, app/assets/stylesheets/theme/base/headers/_menu.scss */
.demo-item a:hover .demo-bg, .demo-item a:focus .demo-bg {
  box-shadow: 3px 10px 16px rgba(51, 51, 51, 0.05), -3px 10px 16px rgba(51, 51, 51, 0.05);
  background-position: center bottom;
  transition: background-position 2s linear, box-shadow 0.3s;
}

/* line 346, app/assets/stylesheets/theme/base/headers/_menu.scss */
.demo-bg {
  min-height: 16rem;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  background-color: #f4f4f4;
  border: 0.1rem solid #ebebeb;
  margin-bottom: 1.2rem;
  padding-top: 80.95%;
  background-position: center top;
  transition: background-position 0.6s linear, box-shadow 0.3s;
}

/* line 359, app/assets/stylesheets/theme/base/headers/_menu.scss */
.demo-title {
  font-weight: 300;
  font-size: 1.3rem;
  letter-spacing: 0.01em;
}

/* Label - Tip */
/* line 366, app/assets/stylesheets/theme/base/headers/_menu.scss */
.tip {
  color: #fff;
  display: block;
  position: absolute;
  left: 100%;
  bottom: 1.1rem;
  text-align: center;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1;
  letter-spacing: 0;
  padding: 3px 1px 1px;
  min-width: 23px;
  z-index: 1;
  border-radius: 0;
  margin-left: 0.5rem;
  text-transform: uppercase;
  background-color: #1d3441;
}

/* line 385, app/assets/stylesheets/theme/base/headers/_menu.scss */
.tip.tip-new {
  background-color: #a6c76c;
}

/* line 389, app/assets/stylesheets/theme/base/headers/_menu.scss */
.tip.tip-hot {
  background-color: #ef837b;
}

@supports (-ms-ime-align: auto) {
  /* line 395, app/assets/stylesheets/theme/base/headers/_menu.scss */
  .tip {
    padding: 2px 1px 2px;
  }
}

/* Header Bottom  - Menu position in header-bottom */
/* line 402, app/assets/stylesheets/theme/base/headers/_menu.scss */
.header-bottom .main-nav {
  margin-left: 0;
}

/* line 406, app/assets/stylesheets/theme/base/headers/_menu.scss */
.header-bottom .menu .megamenu.megamenu-md {
  left: 0;
}

/* line 411, app/assets/stylesheets/theme/base/headers/_menu.scss */
.header-bottom .menu > li + li {
  margin-left: 1rem;
}

/* line 415, app/assets/stylesheets/theme/base/headers/_menu.scss */
.header-bottom .menu > li > a {
  padding: 1.65rem 1rem;
}

/* line 425, app/assets/stylesheets/theme/base/headers/_menu.scss */
.header-bottom .menu > li > a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #1d3441;
  transform-origin: right center;
  transform: scale(0, 1);
  transition: transform 0.3s ease;
}

/* line 444, app/assets/stylesheets/theme/base/headers/_menu.scss */
.header-bottom .menu li:hover > a:before,
.header-bottom .menu li.show > a:before,
.header-bottom .menu li.active > a:before {
  transform-origin: left center;
  transform: scale(1, 1);
}

/* line 451, app/assets/stylesheets/theme/base/headers/_menu.scss */
.header-bottom .menu.sf-arrows > li > .sf-with-ul::after {
  right: 1rem;
}

@media screen and (min-width: 992px) {
  /* line 457, app/assets/stylesheets/theme/base/headers/_menu.scss */
  .main-nav {
    display: block;
  }
}

@media screen and (max-width: 1200px) {
  /* line 463, app/assets/stylesheets/theme/base/headers/_menu.scss */
  .menu .megamenu.megamenu-md {
    width: 654px;
  }
  /* line 467, app/assets/stylesheets/theme/base/headers/_menu.scss */
  .main-nav .menu > li > ul {
    left: -7.3rem;
  }
  /* line 471, app/assets/stylesheets/theme/base/headers/_menu.scss */
  .header-bottom .menu .megamenu.megamenu-md {
    left: -2rem;
  }
}

/*-------------------- 2.2.Vertical Menu --------------------*/
/* Vertical Menu */
/* line 2, app/assets/stylesheets/theme/base/headers/_vertical-menu.scss */
.side-nav {
  position: relative;
  margin: 0;
}

/* line 7, app/assets/stylesheets/theme/base/headers/_vertical-menu.scss */
.sidenav-title {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: -.01em;
  padding: 1.45rem 3rem;
  color: #fff;
  background-color: #333;
  text-transform: uppercase;
}

/* line 18, app/assets/stylesheets/theme/base/headers/_vertical-menu.scss */
.category-dropdown {
  display: flex;
  align-self: stretch;
  align-items: center;
}

/* line 23, app/assets/stylesheets/theme/base/headers/_vertical-menu.scss */
.category-dropdown .dropdown-toggle {
  position: relative;
  display: flex;
  align-items: center;
  align-self: stretch;
  color: #333333;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: -.01em;
  text-transform: uppercase;
  padding: 1rem 1.9rem 1rem 2rem;
  min-width: 270px;
  transition: background .4s,  color .1s;
}

/* line 38, app/assets/stylesheets/theme/base/headers/_vertical-menu.scss */
.category-dropdown .dropdown-toggle:after {
  content: '\f131';
  font-family: 'molla';
  border: none;
  font-size: 2.3rem;
  line-height: 1;
  margin-left: 6.7rem;
}

/* line 47, app/assets/stylesheets/theme/base/headers/_vertical-menu.scss */
.category-dropdown .dropdown-toggle:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #1d3441;
  transition: all .35s;
}

/* line 59, app/assets/stylesheets/theme/base/headers/_vertical-menu.scss */
.category-dropdown .dropdown-toggle:hover {
  color: #fff;
  background-color: #1d3441;
  outline: none !important;
}

/* line 68, app/assets/stylesheets/theme/base/headers/_vertical-menu.scss */
.category-dropdown:not(.is-on):hover .dropdown-menu {
  display: block;
}

/* line 72, app/assets/stylesheets/theme/base/headers/_vertical-menu.scss */
.category-dropdown:not(.is-on):hover .dropdown-toggle {
  color: #fff !important;
  background-color: #1d3441;
}

/* line 76, app/assets/stylesheets/theme/base/headers/_vertical-menu.scss */
.category-dropdown:not(.is-on):hover .dropdown-toggle:after {
  content: '\f191';
}

/* line 83, app/assets/stylesheets/theme/base/headers/_vertical-menu.scss */
.category-dropdown.show .dropdown-toggle {
  color: #fff;
  background-color: #1d3441;
}

/* line 87, app/assets/stylesheets/theme/base/headers/_vertical-menu.scss */
.category-dropdown.show .dropdown-toggle:after {
  content: '\f191';
}

/* line 93, app/assets/stylesheets/theme/base/headers/_vertical-menu.scss */
.category-dropdown .dropdown-menu {
  left: 0;
  width: 100%;
  margin: 0;
  border-radius: 0;
  border: none;
  padding: 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

/* line 103, app/assets/stylesheets/theme/base/headers/_vertical-menu.scss */
.category-dropdown .dropdown-item {
  color: #666;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: -.01em;
  border: .1rem solid #ebebeb;
  border-top: none;
  padding: .9rem 1.9rem;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 117, app/assets/stylesheets/theme/base/headers/_vertical-menu.scss */
.category-dropdown .dropdown-item.dropdown-item-lead {
  color: #333;
  font-weight: 500;
  background-color: #f9f9f9;
}

/* line 123, app/assets/stylesheets/theme/base/headers/_vertical-menu.scss */
.category-dropdown .dropdown-item:hover, .category-dropdown .dropdown-item:focus {
  color: #1d3441;
  background-color: #fff;
  outline: none !important;
}

/* line 129, app/assets/stylesheets/theme/base/headers/_vertical-menu.scss */
.category-dropdown .dropdown-item.dropdown-item-lead:hover, .category-dropdown .dropdown-item.dropdown-item-lead:focus {
  background-color: #f9f9f9;
}

/* line 136, app/assets/stylesheets/theme/base/headers/_vertical-menu.scss */
.menu-vertical,
.menu-vertical ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 143, app/assets/stylesheets/theme/base/headers/_vertical-menu.scss */
.menu-vertical {
  display: flex;
  align-items: center;
  position: static;
  line-height: 1.5;
  flex-direction: column;
}

/* line 150, app/assets/stylesheets/theme/base/headers/_vertical-menu.scss */
.menu-vertical li {
  position: relative;
}

/* line 155, app/assets/stylesheets/theme/base/headers/_vertical-menu.scss */
.menu-vertical li:hover > ul,
.menu-vertical li:hover > .megamenu, .menu-vertical li.show > ul,
.menu-vertical li.show > .megamenu {
  display: block;
}

/* line 162, app/assets/stylesheets/theme/base/headers/_vertical-menu.scss */
.menu-vertical a:not(.btn) {
  display: block;
  position: relative;
  text-decoration: none;
}

/* line 167, app/assets/stylesheets/theme/base/headers/_vertical-menu.scss */
.menu-vertical a:not(.btn):focus {
  outline: none !important;
}

/* line 172, app/assets/stylesheets/theme/base/headers/_vertical-menu.scss */
.menu-vertical .megamenu-container {
  position: static;
}

/* line 176, app/assets/stylesheets/theme/base/headers/_vertical-menu.scss */
.menu-vertical ul {
  min-width: 218px;
  padding: 1.6rem 0 2rem;
}

/* line 181, app/assets/stylesheets/theme/base/headers/_vertical-menu.scss */
.menu-vertical ul,
.menu-vertical .megamenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1002;
  margin-top: 0;
  background-color: #fff;
  box-shadow: 5px 10px 16px rgba(51, 51, 51, 0.05), -5px 10px 16px rgba(51, 51, 51, 0.05);
}

/* line 192, app/assets/stylesheets/theme/base/headers/_vertical-menu.scss */
.menu-vertical ul:before,
.menu-vertical .megamenu:before {
  display: none;
}

/* line 197, app/assets/stylesheets/theme/base/headers/_vertical-menu.scss */
.menu-vertical .megamenu {
  width: 713px;
}

/* line 200, app/assets/stylesheets/theme/base/headers/_vertical-menu.scss */
.menu-vertical .megamenu.megamenu-sm {
  width: 456px;
}

/* line 204, app/assets/stylesheets/theme/base/headers/_vertical-menu.scss */
.menu-vertical .megamenu.megamenu-md {
  width: 694px;
}

@media screen and (min-width: 1200px) {
  /* line 209, app/assets/stylesheets/theme/base/headers/_vertical-menu.scss */
  .menu-vertical .megamenu:not(.megamenu-sm):not(.megamenu-md) {
    width: 893px;
    min-height: 100%;
  }
}

/* line 215, app/assets/stylesheets/theme/base/headers/_vertical-menu.scss */
.menu-vertical .megamenu > ul,
.menu-vertical .megamenu div > ul {
  display: block;
  position: static;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  box-shadow: none;
  margin-top: 0;
  padding: 0;
  min-width: 0;
}

/* line 230, app/assets/stylesheets/theme/base/headers/_vertical-menu.scss */
.menu-vertical .banner {
  margin: 0;
  max-width: 280px;
  float: right;
  border-radius: 0;
}

/* line 236, app/assets/stylesheets/theme/base/headers/_vertical-menu.scss */
.menu-vertical .banner img {
  border-radius: 0;
}

/* line 241, app/assets/stylesheets/theme/base/headers/_vertical-menu.scss */
.menu-vertical .menu-banners {
  margin-top: 2.4rem;
}

/* line 244, app/assets/stylesheets/theme/base/headers/_vertical-menu.scss */
.menu-vertical .menu-banners .banner {
  float: none;
  max-width: 100%;
}

/* line 252, app/assets/stylesheets/theme/base/headers/_vertical-menu.scss */
.menu-vertical.sf-arrows > li > .sf-with-ul {
  padding-right: 3rem;
}

/* line 257, app/assets/stylesheets/theme/base/headers/_vertical-menu.scss */
.menu-vertical.sf-arrows .sf-with-ul {
  position: relative;
}

/* line 260, app/assets/stylesheets/theme/base/headers/_vertical-menu.scss */
.menu-vertical.sf-arrows .sf-with-ul::after {
  display: block;
  font-family: 'molla';
  content: '\f112';
  position: absolute;
  right: 1.8rem;
  top: 50%;
  line-height: 1;
  font-size: 1.2rem;
  margin-top: -.6rem;
}

/* line 275, app/assets/stylesheets/theme/base/headers/_vertical-menu.scss */
.menu-vertical li > a {
  color: #666;
  font-weight: 300;
  font-size: 1.3rem;
  letter-spacing: 0;
  padding-top: .6rem;
  padding-bottom: .6rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

/* line 285, app/assets/stylesheets/theme/base/headers/_vertical-menu.scss */
.menu-vertical li > a span:not(.tip) {
  position: relative;
}

/* line 289, app/assets/stylesheets/theme/base/headers/_vertical-menu.scss */
.menu-vertical li > a strong {
  font-weight: 600;
}

/* line 295, app/assets/stylesheets/theme/base/headers/_vertical-menu.scss */
.menu-vertical > li {
  width: 100%;
}

/* line 298, app/assets/stylesheets/theme/base/headers/_vertical-menu.scss */
.menu-vertical > li > a {
  display: block;
  color: #666;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: -.01em;
  border: .1rem solid #ebebeb;
  border-top: none;
  padding: .9rem 1.9rem;
  width: 100%;
}

/* line 312, app/assets/stylesheets/theme/base/headers/_vertical-menu.scss */
.menu-vertical > li.item-lead > a {
  color: #333;
  font-weight: 500;
  background-color: #f9f9f9;
}

/* line 319, app/assets/stylesheets/theme/base/headers/_vertical-menu.scss */
.menu-vertical > li + li {
  margin-left: 0;
}

/* line 324, app/assets/stylesheets/theme/base/headers/_vertical-menu.scss */
.menu-vertical .menu-title {
  color: #333;
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: -.01em;
  text-transform: capitalize;
  padding-bottom: 1rem;
  border-bottom: .1rem solid #eeeeee;
  margin-bottom: .7rem;
}

/* line 335, app/assets/stylesheets/theme/base/headers/_vertical-menu.scss */
.menu-vertical ul + .menu-title {
  margin-top: 1.2rem;
}

/* line 339, app/assets/stylesheets/theme/base/headers/_vertical-menu.scss */
.menu-vertical i {
  display: inline-block;
  color: #ccc;
  min-width: 3.4rem;
}

/* line 345, app/assets/stylesheets/theme/base/headers/_vertical-menu.scss */
.menu-vertical .menu-col {
  padding-left: 2rem;
  padding-right: 2rem;
  margin-top: 1.5rem;
  padding-bottom: 1.5rem;
}

/* line 351, app/assets/stylesheets/theme/base/headers/_vertical-menu.scss */
.menu-vertical .menu-col li > a {
  padding-left: 0;
  padding-right: 0;
}

/* line 360, app/assets/stylesheets/theme/base/headers/_vertical-menu.scss */
.menu-vertical li:hover > a,
.menu-vertical li.show > a,
.menu-vertical li.active > a {
  color: #1d3441;
}

/* line 368, app/assets/stylesheets/theme/base/headers/_vertical-menu.scss */
.menu-vertical > li:hover > a,
.menu-vertical > li.show > a,
.menu-vertical > li.active > a {
  color: #1d3441;
}

/* line 375, app/assets/stylesheets/theme/base/headers/_vertical-menu.scss */
.menu-brands.menu-col {
  padding-top: 2rem;
  margin-top: 0 !important;
  border-top: .1rem solid #ebebeb;
}

/* line 381, app/assets/stylesheets/theme/base/headers/_vertical-menu.scss */
.menu-brands .brand {
  display: flex !important;
}

/* line 385, app/assets/stylesheets/theme/base/headers/_vertical-menu.scss */
.menu-brands .col,
.menu-brands [class*=col-] {
  display: flex;
  align-items: center;
  justify-content: center;
}

/*-------------------- 2.3.Sticky Header --------------------*/
/* Sticky Header */
@keyframes fixedHeader {
  0% {
    opacity: 0;
    transform: translateY(-60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media screen and (min-width: 992px) {
  /* line 15, app/assets/stylesheets/theme/base/headers/_sticky-header.scss */
  .sticky-header.fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    animation-name: fixedHeader;
    animation-duration: .4s;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(51, 51, 51, 0.05);
  }
  /* line 26, app/assets/stylesheets/theme/base/headers/_sticky-header.scss */
  .sticky-header.fixed .logo {
    margin-top: 0;
    margin-bottom: 0;
  }
  /* line 32, app/assets/stylesheets/theme/base/headers/_sticky-header.scss */
  .sticky-header.fixed.header-middle .menu > li > a {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

/*-------------------- 2.4.Mobiel Menu --------------------*/
/* Mobile Menu */
/* line 2, app/assets/stylesheets/theme/base/headers/_mobile-menu.scss */
.mobile-menu-container, .mobile-search-container {
  position: fixed;
  left: -300px;
  top: 0;
  bottom: 0;
  z-index: 1001;
  background-color: #333;
  width: 100%;
  max-width: 280px;
  overflow-y: auto;
  box-shadow: 0.1rem 0 0.6rem 0 rgba(51, 51, 51, 0.5);
  will-change: transform;
  visibility: hidden;
  font-size: 1.2rem;
  line-height: 1.5;
  transition: all 0.4s ease;
}

/* line 19, app/assets/stylesheets/theme/base/headers/_mobile-menu.scss */
.mobile-menu-container .social-icons, .mobile-search-container .social-icons {
  justify-content: center;
  margin-bottom: 0;
}

/* line 24, app/assets/stylesheets/theme/base/headers/_mobile-menu.scss */
.mobile-menu-container .social-icon, .mobile-search-container .social-icon {
  width: 3rem;
  height: 3rem;
  font-size: 1.2rem;
  background-color: transparent;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.45);
  border-color: rgba(255, 255, 255, 0.45);
}

/* line 33, app/assets/stylesheets/theme/base/headers/_mobile-menu.scss */
.mobile-menu-container .social-icon + .social-icon, .mobile-search-container .social-icon + .social-icon {
  margin-left: .8rem;
}

/* line 37, app/assets/stylesheets/theme/base/headers/_mobile-menu.scss */
.mobile-menu-container .social-icon:hover, .mobile-menu-container .social-icon:focus, .mobile-search-container .social-icon:hover, .mobile-search-container .social-icon:focus {
  background-color: transparent;
}

/* line 43, app/assets/stylesheets/theme/base/headers/_mobile-menu.scss */
.mobile-menu-container .bg-white, .mobile-search-container .bg-white {
  background-color: transparent !important;
}

/* line 48, app/assets/stylesheets/theme/base/headers/_mobile-menu.scss */
.mobile-search-container {
  max-width: 100%;
  left: -400px;
}

/* line 53, app/assets/stylesheets/theme/base/headers/_mobile-menu.scss */
.mobile-menu-wrapper, .mobile-search-wrapper {
  position: relative;
  padding: 2rem 0 4.2rem 2rem;
}

/* line 58, app/assets/stylesheets/theme/base/headers/_mobile-menu.scss */
.mobile-menu-close, .mobile-search-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  padding: 0;
  z-index: 9;
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 1;
  color: #fff;
  transition: color .35s;
}

/* line 75, app/assets/stylesheets/theme/base/headers/_mobile-menu.scss */
.mobile-menu-close:hover, .mobile-menu-close:focus, .mobile-search-close:hover, .mobile-search-close:focus {
  color: #1d3441;
}

/* line 81, app/assets/stylesheets/theme/base/headers/_mobile-menu.scss */
.mobile-menu-overlay, .mobile-search-overlay {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(25, 25, 25, 0.25);
  z-index: 1000;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}

/* line 95, app/assets/stylesheets/theme/base/headers/_mobile-menu.scss */
.mobile-nav {
  padding: 0;
  margin: 0 0 2.5rem;
}

/* line 100, app/assets/stylesheets/theme/base/headers/_mobile-menu.scss */
.mobile-menu {
  margin: 0;
  padding: 2rem 0 0 0;
  list-style: none;
}

/* line 105, app/assets/stylesheets/theme/base/headers/_mobile-menu.scss */
.mobile-menu > li > a {
  text-transform: uppercase;
}

/* line 110, app/assets/stylesheets/theme/base/headers/_mobile-menu.scss */
.mobile-menu li {
  display: block;
  position: relative;
}

/* line 114, app/assets/stylesheets/theme/base/headers/_mobile-menu.scss */
.mobile-menu li a {
  position: relative;
  display: block;
  padding: 1rem 4.5rem 1rem 0;
  color: #fff;
}

/* line 121, app/assets/stylesheets/theme/base/headers/_mobile-menu.scss */
.mobile-menu li a:hover, .mobile-menu li a:focus {
  color: #1d3441;
  text-decoration: none;
  outline: none !important;
}

/* line 131, app/assets/stylesheets/theme/base/headers/_mobile-menu.scss */
.mobile-menu li.open > a, .mobile-menu li.active > a {
  color: #1d3441;
}

/* line 136, app/assets/stylesheets/theme/base/headers/_mobile-menu.scss */
.mobile-menu li ul {
  margin: 0;
  margin-bottom: 0;
  overflow: hidden;
}

/* line 142, app/assets/stylesheets/theme/base/headers/_mobile-menu.scss */
.mobile-menu li ul li a {
  padding-top: .6rem;
  padding-bottom: .6rem;
  padding-left: 1rem;
  border-bottom: none;
}

/* line 148, app/assets/stylesheets/theme/base/headers/_mobile-menu.scss */
.mobile-menu li ul li a:not(:hover):not(:focus) {
  color: rgba(255, 255, 255, 0.8);
}

/* line 154, app/assets/stylesheets/theme/base/headers/_mobile-menu.scss */
.mobile-menu li ul li:last-child ul {
  border-bottom: none;
  padding-bottom: 0;
}

/* line 160, app/assets/stylesheets/theme/base/headers/_mobile-menu.scss */
.mobile-menu li ul ul {
  border-top: 0.1rem solid rgba(255, 255, 255, 0.08);
}

/* line 162, app/assets/stylesheets/theme/base/headers/_mobile-menu.scss */
.mobile-menu li ul ul li a {
  padding-left: 5rem;
}

/* line 170, app/assets/stylesheets/theme/base/headers/_mobile-menu.scss */
.mobile-menu > li > a {
  text-transform: uppercase;
}

/* line 175, app/assets/stylesheets/theme/base/headers/_mobile-menu.scss */
.mobile-menu span:not(.mmenu-btn):not(.tip) {
  position: relative;
}

/* line 179, app/assets/stylesheets/theme/base/headers/_mobile-menu.scss */
.mobile-menu:not(.mobile-menu-light) li ul li a {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* line 185, app/assets/stylesheets/theme/base/headers/_mobile-menu.scss */
.mmenu-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 1rem;
  top: 50%;
  z-index: 10;
  width: 3rem;
  height: 3rem;
  font-size: 1.2rem;
  color: #fff;
  margin-top: -1.5rem;
  border-radius: 0;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  transition: color 0.35s;
}

/* line 204, app/assets/stylesheets/theme/base/headers/_mobile-menu.scss */
.mmenu-btn > span::after {
  font-family: "molla";
  content: '\f110';
  display: inline-block;
}

/* line 210, app/assets/stylesheets/theme/base/headers/_mobile-menu.scss */
.mmenu-btn > span:hover, .mmenu-btn > span:focus {
  color: #1d3441;
}

/* line 215, app/assets/stylesheets/theme/base/headers/_mobile-menu.scss */
.open > a > .mmenu-btn::after {
  content: '\e802';
  font-family: "molla";
}

/* line 221, app/assets/stylesheets/theme/base/headers/_mobile-menu.scss */
.mobile-search {
  margin: 1rem 0 1.5rem;
  padding: 0 2rem;
  display: flex;
  align-items: center;
}

/* line 227, app/assets/stylesheets/theme/base/headers/_mobile-menu.scss */
.mobile-search .form-control {
  height: 36px;
  margin-bottom: 0;
  -webkit-appearance: none;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: .8rem 1.5rem;
  max-width: calc(100% - 36px);
  background-color: #333;
  border-color: rgba(255, 255, 255, 0.1);
  border-right-width: 0;
}

/* line 239, app/assets/stylesheets/theme/base/headers/_mobile-menu.scss */
.mobile-search .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.45);
}
.mobile-search .form-control::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

/* line 243, app/assets/stylesheets/theme/base/headers/_mobile-menu.scss */
.mobile-search .form-control:focus {
  color: #fff;
  border-color: #1d3441;
  background-color: #333;
}

/* line 250, app/assets/stylesheets/theme/base/headers/_mobile-menu.scss */
.mobile-search .btn {
  font-size: 1.2rem;
  min-width: 3.6rem;
  padding: .8rem .2rem;
}

/* line 258, app/assets/stylesheets/theme/base/headers/_mobile-menu.scss */
.mobile-menu-container .tab-content {
  padding: 0;
  margin: 0 0 2.5rem;
  border: none;
}

/* line 263, app/assets/stylesheets/theme/base/headers/_mobile-menu.scss */
.mobile-menu-container .tab-content .mobile-nav,
.mobile-menu-container .tab-content .mobile-cats-nav {
  margin-bottom: 0;
}

/* line 269, app/assets/stylesheets/theme/base/headers/_mobile-menu.scss */
.mobile-menu-container .tab-pane {
  padding: 0;
}

/* line 274, app/assets/stylesheets/theme/base/headers/_mobile-menu.scss */
.nav.nav-pills-mobile {
  display: flex;
  align-items: center;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.1);
  margin: 0 0 .2rem;
}

/* line 280, app/assets/stylesheets/theme/base/headers/_mobile-menu.scss */
.nav.nav-pills-mobile .nav-item {
  flex-grow: 1;
  flex-basis: 0;
  margin: 0 0 -.1rem;
}

/* line 285, app/assets/stylesheets/theme/base/headers/_mobile-menu.scss */
.nav.nav-pills-mobile .nav-item.show .nav-link {
  color: #1d3441;
  border-bottom-color: #1d3441 !important;
}

/* line 291, app/assets/stylesheets/theme/base/headers/_mobile-menu.scss */
.nav.nav-pills-mobile .nav-link {
  color: #fff;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.5;
  text-transform: uppercase;
  border-bottom: .2rem solid transparent !important;
  background: none;
  padding: .8rem 2rem;
  transition: all .35s ease;
}

/* line 302, app/assets/stylesheets/theme/base/headers/_mobile-menu.scss */
.nav.nav-pills-mobile .nav-link.active, .nav.nav-pills-mobile .nav-link:hover, .nav.nav-pills-mobile .nav-link:focus {
  color: #1d3441;
  border-bottom-color: #1d3441 !important;
}

/* line 313, app/assets/stylesheets/theme/base/headers/_mobile-menu.scss */
.mobile-cats-nav .mobile-menu > li > a {
  text-transform: capitalize;
}

/* line 320, app/assets/stylesheets/theme/base/headers/_mobile-menu.scss */
.mobile-cats-menu li a {
  position: relative;
  display: block;
  padding: 1rem 4.5rem 1rem 2rem;
  color: rgba(255, 255, 255, 0.8);
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.08);
}

/* line 327, app/assets/stylesheets/theme/base/headers/_mobile-menu.scss */
.mobile-cats-menu li a.mobile-cats-lead {
  font-weight: 500;
  color: #fff;
}

/* line 332, app/assets/stylesheets/theme/base/headers/_mobile-menu.scss */
.mobile-cats-menu li a:hover, .mobile-cats-menu li a:focus {
  color: #1d3441;
  text-decoration: none;
  outline: none !important;
}

@media screen and (max-width: 991px) {
  /* line 344, app/assets/stylesheets/theme/base/headers/_mobile-menu.scss */
  .menu-active .mobile-menu-overlay {
    visibility: visible;
    opacity: 1;
  }
  /* line 349, app/assets/stylesheets/theme/base/headers/_mobile-menu.scss */
  .menu-active .mobile-menu-container {
    visibility: visible;
    transform: translateX(300px);
  }
  /* line 354, app/assets/stylesheets/theme/base/headers/_mobile-menu.scss */
  .menu-active .page-wrapper {
    transform: translate(200px);
  }
  /* line 360, app/assets/stylesheets/theme/base/headers/_mobile-menu.scss */
  .search-active .mobile-search-overlay {
    visibility: visible;
    opacity: 1;
  }
  /* line 365, app/assets/stylesheets/theme/base/headers/_mobile-menu.scss */
  .search-active .mobile-search-container {
    visibility: visible;
    transform: translateX(400px);
  }
  /* line 370, app/assets/stylesheets/theme/base/headers/_mobile-menu.scss */
  .search-active .page-wrapper {
    transform: translate(200px);
  }
}

/* Mobile Menu Light */
/* line 2, app/assets/stylesheets/theme/base/headers/_mobile-menu-light.scss */
.mobile-menu-light {
  background-color: #fff;
}

/* line 5, app/assets/stylesheets/theme/base/headers/_mobile-menu-light.scss */
.mobile-menu-light .mobile-menu-close, .mobile-menu-light .mobile-search-close:not(:hover):not(:focus) {
  color: #666;
}

/* line 9, app/assets/stylesheets/theme/base/headers/_mobile-menu-light.scss */
.mobile-menu-light .social-icon {
  color: #999;
  border-color: #999;
}

/* line 16, app/assets/stylesheets/theme/base/headers/_mobile-menu-light.scss */
.mobile-menu-light .mobile-menu li a {
  border-bottom-color: #efefef;
}

/* line 20, app/assets/stylesheets/theme/base/headers/_mobile-menu-light.scss */
.mobile-menu-light .mobile-menu li a:not(:hover):not(:focus) {
  color: #666;
}

/* line 26, app/assets/stylesheets/theme/base/headers/_mobile-menu-light.scss */
.mobile-menu-light .mobile-menu li.open > a, .mobile-menu-light .mobile-menu li.active > a {
  color: #1d3441;
}

/* line 31, app/assets/stylesheets/theme/base/headers/_mobile-menu-light.scss */
.mobile-menu-light .mobile-menu li ul {
  border-bottom-color: #efefef;
}

/* line 35, app/assets/stylesheets/theme/base/headers/_mobile-menu-light.scss */
.mobile-menu-light .mobile-menu li ul li a:not(:hover):not(:focus) {
  color: #666;
}

/* line 43, app/assets/stylesheets/theme/base/headers/_mobile-menu-light.scss */
.mobile-menu-light .mmenu-btn:not(:hover):not(:focus) {
  color: #666;
}

/* line 48, app/assets/stylesheets/theme/base/headers/_mobile-menu-light.scss */
.mobile-menu-light .mobile-search .form-control {
  color: #666;
  background-color: #fff;
  border-color: #e5e5e5;
}

/* line 53, app/assets/stylesheets/theme/base/headers/_mobile-menu-light.scss */
.mobile-menu-light .mobile-search .form-control::-moz-placeholder {
  color: #666;
}
.mobile-menu-light .mobile-search .form-control::placeholder {
  color: #666;
}

/* line 57, app/assets/stylesheets/theme/base/headers/_mobile-menu-light.scss */
.mobile-menu-light .mobile-search .form-control:focus {
  color: #666;
  border-color: #1d3441;
  background-color: #fff;
}

/* line 65, app/assets/stylesheets/theme/base/headers/_mobile-menu-light.scss */
.mobile-menu-light .nav.nav-pills-mobile {
  border-bottom-color: #efefef;
}

/* line 68, app/assets/stylesheets/theme/base/headers/_mobile-menu-light.scss */
.mobile-menu-light .nav.nav-pills-mobile .nav-link:not(:hover):not(:focus):not(.active) {
  color: #333;
}

/* line 75, app/assets/stylesheets/theme/base/headers/_mobile-menu-light.scss */
.mobile-menu-light .mobile-cats-menu li a {
  border-bottom-color: #efefef;
}

/* line 79, app/assets/stylesheets/theme/base/headers/_mobile-menu-light.scss */
.mobile-menu-light .mobile-cats-menu li a:not(:hover):not(:focus) {
  color: #666;
}

/* line 82, app/assets/stylesheets/theme/base/headers/_mobile-menu-light.scss */
.mobile-menu-light .mobile-cats-menu li a.mobile-cats-lead:not(:hover):not(:focus) {
  color: #333;
}

/*-------------------- 3.Footer --------------------*/
/* Footer */
/* line 2, app/assets/stylesheets/theme/base/_footer.scss */
.footer {
  width: 100%;
  font-weight: 300;
  font-size: 1.4rem;
  color: #1d3441;
  background-color: #1d3441;
}

/* line 13, app/assets/stylesheets/theme/base/_footer.scss */
.footer a:hover,
.footer a:focus {
  color: #1d3441;
}

/* line 18, app/assets/stylesheets/theme/base/_footer.scss */
.footer .widget {
  margin-bottom: 4rem;
}

/* line 21, app/assets/stylesheets/theme/base/_footer.scss */
.footer .widget a, .footer .widget .widget-title, .footer .widget .description-footer {
  color: #FFFFFF;
}

/* line 26, app/assets/stylesheets/theme/base/_footer.scss */
.footer .widget-title {
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 1.9rem;
}

/* line 36, app/assets/stylesheets/theme/base/_footer.scss */
.footer-middle {
  padding: 6.7rem 0 2.2rem;
  border-top: .1rem solid #ebebeb;
}

/* line 41, app/assets/stylesheets/theme/base/_footer.scss */
.footer-logo {
  margin-bottom: 2rem;
  margin-top: -.8rem;
}

/* line 46, app/assets/stylesheets/theme/base/_footer.scss */
.widget-about p {
  max-width: 250px;
}

/* line 49, app/assets/stylesheets/theme/base/_footer.scss */
.container-fluid .widget-about p, .container-sm .widget-about p, .container-md .widget-about p, .container-lg .widget-about p, .container-xl .widget-about p, .container-xxl .widget-about p {
  max-width: 540px;
}

/* line 53, app/assets/stylesheets/theme/base/_footer.scss */
.widget-about p:last-of-type {
  margin-bottom: 3.2rem;
}

/* line 58, app/assets/stylesheets/theme/base/_footer.scss */
.widget-list {
  margin-bottom: 0;
}

/* line 61, app/assets/stylesheets/theme/base/_footer.scss */
.widget-list li:not(:last-child) {
  margin-bottom: .4rem;
}

/* line 67, app/assets/stylesheets/theme/base/_footer.scss */
.widget-newsletter form {
  padding-top: .7rem;
}

/* line 71, app/assets/stylesheets/theme/base/_footer.scss */
.widget-newsletter .form-control {
  height: 46px;
  padding-top: 1.15rem;
  padding-bottom: 1.15rem;
  background-color: #fff;
  border-right-width: 0;
}

/* line 78, app/assets/stylesheets/theme/base/_footer.scss */
.widget-newsletter .form-control:not(:focus) {
  border-color: #dadada;
}

/* line 83, app/assets/stylesheets/theme/base/_footer.scss */
.widget-newsletter .btn {
  min-width: 46px;
  font-size: 1.5rem;
  padding: 1.1rem 1rem;
}

/* line 88, app/assets/stylesheets/theme/base/_footer.scss */
.widget-newsletter .btn i {
  margin: 0 !important;
}

/* line 94, app/assets/stylesheets/theme/base/_footer.scss */
.widget-about-info {
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: -.01em;
  line-height: 1.3;
  padding-top: .7rem;
}

/* line 101, app/assets/stylesheets/theme/base/_footer.scss */
.widget-about-info .footer-payments {
  margin-top: .6rem;
}

/* line 106, app/assets/stylesheets/theme/base/_footer.scss */
.widget-about-title {
  display: block;
  font-weight: 300;
  font-size: 1.3rem;
  color: #333333;
  letter-spacing: 0;
  margin-bottom: .4rem;
}

/* line 116, app/assets/stylesheets/theme/base/_footer.scss */
.footer-bottom .container,
.footer-bottom .container-fluid,
.footer-bottom .container-sm,
.footer-bottom .container-md,
.footer-bottom .container-lg,
.footer-bottom .container-xl,
.footer-bottom .container-xxl {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  flex-direction: column;
  padding-top: 2.1rem;
  padding-bottom: 2.9rem;
}

/* line 126, app/assets/stylesheets/theme/base/_footer.scss */
.footer-bottom .container:before,
.footer-bottom .container-fluid:before,
.footer-bottom .container-sm:before,
.footer-bottom .container-md:before,
.footer-bottom .container-lg:before,
.footer-bottom .container-xl:before,
.footer-bottom .container-xxl:before {
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  top: 0;
  left: 10px;
  right: 10px;
  background-color: #ebebeb;
}

/* line 137, app/assets/stylesheets/theme/base/_footer.scss */
.footer-bottom .container p,
.footer-bottom .container-fluid p,
.footer-bottom .container-sm p,
.footer-bottom .container-md p,
.footer-bottom .container-lg p,
.footer-bottom .container-xl p,
.footer-bottom .container-xxl p {
  color: #f2eccd;
}

/* line 142, app/assets/stylesheets/theme/base/_footer.scss */
.footer-bottom .social-icons {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}

/* line 148, app/assets/stylesheets/theme/base/_footer.scss */
.footer-bottom .social-icon {
  font-size: 1.3rem;
}

/* line 153, app/assets/stylesheets/theme/base/_footer.scss */
.footer-copyright {
  margin-bottom: 1rem;
  text-align: center;
}

/* line 158, app/assets/stylesheets/theme/base/_footer.scss */
.footer-payments {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

/* line 164, app/assets/stylesheets/theme/base/_footer.scss */
.footer-newsletter {
  color: #ebebeb;
  padding-top: 4.8rem;
  padding-bottom: 5.5rem;
}

/* line 169, app/assets/stylesheets/theme/base/_footer.scss */
.footer-newsletter .heading {
  margin-bottom: 2.4rem;
}

/* line 173, app/assets/stylesheets/theme/base/_footer.scss */
.footer-newsletter .title {
  color: #fff;
  font-weight: 500;
}

/* line 178, app/assets/stylesheets/theme/base/_footer.scss */
.footer-newsletter .title-desc {
  color: inherit;
  font-size: 1.6rem;
  margin-top: .7rem;
}

/* line 182, app/assets/stylesheets/theme/base/_footer.scss */
.footer-newsletter .title-desc span {
  color: #fff;
  font-weight: 400;
}

/* line 188, app/assets/stylesheets/theme/base/_footer.scss */
.footer-newsletter .form-control {
  height: 46px;
  padding: 1.25rem 2rem;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 300;
  color: #999999;
  background-color: #fff;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  transition: all 0.3s;
}

/* line 201, app/assets/stylesheets/theme/base/_footer.scss */
.footer-newsletter .form-control.form-control::-moz-placeholder {
  color: #999999;
}
.footer-newsletter .form-control.form-control::placeholder {
  color: #999999;
}

/* line 207, app/assets/stylesheets/theme/base/_footer.scss */
.footer-newsletter .btn i:last-child {
  margin-left: 1rem;
}

/* line 213, app/assets/stylesheets/theme/base/_footer.scss */
.footer-menu {
  display: flex;
  align-items: center;
  margin-bottom: .8rem;
  margin-left: auto;
  margin-right: auto;
}

/* line 220, app/assets/stylesheets/theme/base/_footer.scss */
.footer-menu li {
  position: relative;
}

/* line 222, app/assets/stylesheets/theme/base/_footer.scss */
.footer-menu li + li {
  margin-left: 2.1rem;
}

/* line 225, app/assets/stylesheets/theme/base/_footer.scss */
.footer-menu li + li:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 1.2rem;
  position: absolute;
  left: -1.1rem;
  top: 50%;
  margin-top: -.6rem;
  background-color: #b5b5b5;
}

/* line 239, app/assets/stylesheets/theme/base/_footer.scss */
.footer-menu a {
  box-shadow: 0 1px 0 #b5b5b5;
}

/* line 244, app/assets/stylesheets/theme/base/_footer.scss */
.col-md-6 .widget-about p,
.col-lg-6 .widget-about p {
  max-width: none;
}

/* Scroll Top Button */
/* line 250, app/assets/stylesheets/theme/base/_footer.scss */
#scroll-top {
  width: 5rem;
  height: 5rem;
  position: fixed;
  right: 50px;
  bottom: 10rem;
  z-index: 11;
  color: #999;
  display: none;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  visibility: hidden;
  opacity: 0;
  border-radius: 0;
  border: none;
  background-color: #fafafa;
  font-size: 3rem;
  transition: all 0.4s ease;
  transform: translateY(60px);
  -ms-transform: translateY(60px);
}

/* line 274, app/assets/stylesheets/theme/base/_footer.scss */
#scroll-top:hover,
#scroll-top:focus {
  color: #787473;
  background-color: #eaeaea;
}

/* line 280, app/assets/stylesheets/theme/base/_footer.scss */
#scroll-top.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
}

@media screen and (min-width: 576px) {
  /* line 290, app/assets/stylesheets/theme/base/_footer.scss */
  #scroll-top {
    display: flex;
  }
}

@media screen and (min-width: 992px) {
  /* line 297, app/assets/stylesheets/theme/base/_footer.scss */
  .footer-bottom .container,
.footer-bottom .container-fluid,
.footer-bottom .container-sm,
.footer-bottom .container-md,
.footer-bottom .container-lg,
.footer-bottom .container-xl,
.footer-bottom .container-xxl {
    flex-direction: row;
  }
  /* line 302, app/assets/stylesheets/theme/base/_footer.scss */
  .footer-bottom .social-icons {
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 0;
  }
  /* line 309, app/assets/stylesheets/theme/base/_footer.scss */
  .footer-copyright {
    margin-bottom: 0;
    text-align: left;
  }
  /* line 314, app/assets/stylesheets/theme/base/_footer.scss */
  .footer-payments {
    margin-right: 0;
  }
  /* line 318, app/assets/stylesheets/theme/base/_footer.scss */
  .footer-menu {
    margin-bottom: 0;
    margin-left: .6rem;
    margin-right: 0;
  }
}

@media screen and (min-width: 1200px) {
  /* line 328, app/assets/stylesheets/theme/base/_footer.scss */
  .footer-bottom .container-fluid:before, .footer-bottom .container-sm:before, .footer-bottom .container-md:before, .footer-bottom .container-lg:before, .footer-bottom .container-xl:before, .footer-bottom .container-xxl:before {
    left: 30px;
    right: 30px;
  }
}

@media screen and (min-width: 1600px) {
  /* line 339, app/assets/stylesheets/theme/base/_footer.scss */
  .footer-bottom .container-fluid:before, .footer-bottom .container-sm:before, .footer-bottom .container-md:before, .footer-bottom .container-lg:before, .footer-bottom .container-xl:before, .footer-bottom .container-xxl:before {
    left: 70px;
    right: 70px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 350, app/assets/stylesheets/theme/base/_footer.scss */
  .footer .widget-about .social-icon:not(:last-child) {
    margin-right: .4rem;
  }
}

@media screen and (max-width: 575px) {
  /* line 359, app/assets/stylesheets/theme/base/_footer.scss */
  .widget-about-info .col-sm-6:not(:last-child) {
    margin-bottom: 1rem;
  }
}

/* Footer 2 */
/* line 367, app/assets/stylesheets/theme/base/_footer.scss */
.footer-2 .footer-middle {
  padding-top: 4.5rem;
  padding-bottom: .4rem;
}

/* line 372, app/assets/stylesheets/theme/base/_footer.scss */
.footer-2 .footer-bottom .container {
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
  flex-direction: column-reverse;
}

@media screen and (min-width: 992px) {
  /* line 381, app/assets/stylesheets/theme/base/_footer.scss */
  .footer-2 .footer-bottom .container,
.footer-2 .footer-bottom .container-fluid,
.footer-2 .footer-bottom .container-sm,
.footer-2 .footer-bottom .container-md,
.footer-2 .footer-bottom .container-lg,
.footer-2 .footer-bottom .container-xl,
.footer-2 .footer-bottom .container-xxl {
    flex-direction: row;
  }
}

/*-------------------- 4.Elements --------------------*/
/*-------------------- 4.1.Page Header --------------------*/
/* Page Header */
/* line 2, app/assets/stylesheets/theme/elements/_page-header.scss */
.page-header {
  padding: 4.6rem 0 5rem;
  background-color: #ebebeb;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* line 9, app/assets/stylesheets/theme/elements/_page-header.scss */
.page-header h1, .page-header .h1 {
  color: #333333;
  font: normal 400 3.2rem/1.1 "Jost";
  letter-spacing: -.025em;
  margin-bottom: 0;
}

/* line 16, app/assets/stylesheets/theme/elements/_page-header.scss */
.page-header h1 span, .page-header .h1 span {
  display: block;
  color: #1d3441;
  font-size: 1.6rem;
  margin-top: .8rem;
}

/* line 24, app/assets/stylesheets/theme/elements/_page-header.scss */
.page-header.page-header-big {
  display: flex;
  position: relative;
  min-height: 250px;
  margin-bottom: 5rem;
}

/* line 30, app/assets/stylesheets/theme/elements/_page-header.scss */
.page-header.page-header-big h1, .page-header.page-header-big .h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 35, app/assets/stylesheets/theme/elements/_page-header.scss */
.page-header.page-header-big h1 span, .page-header.page-header-big .h1 span {
  font-size: 1.6rem;
  margin-top: .4rem;
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  /* line 47, app/assets/stylesheets/theme/elements/_page-header.scss */
  .page-header h1, .page-header .h1 {
    font-size: 3.6rem;
  }
  /* line 50, app/assets/stylesheets/theme/elements/_page-header.scss */
  .page-header h1 span, .page-header .h1 span {
    font-size: 1.8rem;
  }
  /* line 55, app/assets/stylesheets/theme/elements/_page-header.scss */
  .page-header.page-header-big {
    min-height: 350px;
  }
}

@media screen and (min-width: 992px) {
  /* line 63, app/assets/stylesheets/theme/elements/_page-header.scss */
  .page-header h1, .page-header .h1 {
    font-size: 4rem;
  }
  /* line 66, app/assets/stylesheets/theme/elements/_page-header.scss */
  .page-header h1 span, .page-header .h1 span {
    font-size: 2rem;
  }
  /* line 71, app/assets/stylesheets/theme/elements/_page-header.scss */
  .page-header.page-header-big {
    min-height: 450px;
  }
}

/*-------------------- 4.2.BreadCrumbs --------------------*/
/* Breadcrumb */
/* line 2, app/assets/stylesheets/theme/elements/_breadcrumb.scss */
.breadcrumb-nav {
  margin-bottom: 4rem;
  border-bottom: 0.1rem solid rgba(235, 235, 235, 0.55);
}

/* line 6, app/assets/stylesheets/theme/elements/_breadcrumb.scss */
.breadcrumb-nav .container,
.breadcrumb-nav .container-fluid,
.breadcrumb-nav .container-sm,
.breadcrumb-nav .container-md,
.breadcrumb-nav .container-lg,
.breadcrumb-nav .container-xl,
.breadcrumb-nav .container-xxl {
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}

/* line 14, app/assets/stylesheets/theme/elements/_breadcrumb.scss */
.breadcrumb-with-filter .container,
.breadcrumb-with-filter .container-fluid,
.breadcrumb-with-filter .container-sm,
.breadcrumb-with-filter .container-md,
.breadcrumb-with-filter .container-lg,
.breadcrumb-with-filter .container-xl,
.breadcrumb-with-filter .container-xxl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

/* line 21, app/assets/stylesheets/theme/elements/_breadcrumb.scss */
.breadcrumb-with-filter .container-fluid, .breadcrumb-with-filter .container-sm, .breadcrumb-with-filter .container-md, .breadcrumb-with-filter .container-lg, .breadcrumb-with-filter .container-xl, .breadcrumb-with-filter .container-xxl {
  width: 100%;
}

/* line 26, app/assets/stylesheets/theme/elements/_breadcrumb.scss */
.breadcrumb {
  background-color: transparent;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

/* line 33, app/assets/stylesheets/theme/elements/_breadcrumb.scss */
.breadcrumb-item {
  display: flex;
  align-items: baseline;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0;
  text-transform: capitalize;
}

/* line 42, app/assets/stylesheets/theme/elements/_breadcrumb.scss */
.breadcrumb-item i {
  font-size: 1.3rem;
  vertical-align: top;
  margin-top: -.2rem;
}

/* line 47, app/assets/stylesheets/theme/elements/_breadcrumb.scss */
.breadcrumb-item i::before {
  margin: 0;
}

/* line 52, app/assets/stylesheets/theme/elements/_breadcrumb.scss */
.breadcrumb-item a {
  color: #787473;
}

/* line 55, app/assets/stylesheets/theme/elements/_breadcrumb.scss */
.breadcrumb-item a:hover, .breadcrumb-item a:focus {
  color: #1d3441;
}

/* line 61, app/assets/stylesheets/theme/elements/_breadcrumb.scss */
.breadcrumb-item.active {
  color: #333333;
}

/* line 65, app/assets/stylesheets/theme/elements/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: 1rem;
}

/* line 68, app/assets/stylesheets/theme/elements/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:before {
  color: #999999;
  content: '\f112';
  font-family: "molla";
  padding-right: .7rem;
  font-size: 1.1rem;
  vertical-align: middle;
  margin-top: -.1rem;
}

@media screen and (max-width: 375px) {
  /* line 81, app/assets/stylesheets/theme/elements/_breadcrumb.scss */
  .sidebar-toggler {
    margin-bottom: 1rem;
  }
  /* line 85, app/assets/stylesheets/theme/elements/_breadcrumb.scss */
  .breadcrumb-item + .breadcrumb-item {
    padding-left: 0;
  }
  /* line 89, app/assets/stylesheets/theme/elements/_breadcrumb.scss */
  .breadcrumb-item {
    font-size: 1.2rem;
  }
}

/*-------------------- 4.3.Titles --------------------*/
/* Titles */
/* line 2, app/assets/stylesheets/theme/elements/_titles.scss */
.title {
  font-size: 2.2rem;
  letter-spacing: -.03em;
}

/* line 7, app/assets/stylesheets/theme/elements/_titles.scss */
.title-lg {
  font-weight: 600;
  font-size: 2.6rem;
  letter-spacing: -.01em;
}

/* line 13, app/assets/stylesheets/theme/elements/_titles.scss */
.title-sm {
  font-size: 2rem;
  letter-spacing: -.03em;
}

/* line 18, app/assets/stylesheets/theme/elements/_titles.scss */
.heading {
  margin-bottom: 1.6rem;
}

/* line 21, app/assets/stylesheets/theme/elements/_titles.scss */
.heading.heading-flex {
  display: flex;
  flex-direction: column;
  text-align: center;
}

/* line 27, app/assets/stylesheets/theme/elements/_titles.scss */
.heading .title {
  margin-bottom: 0;
}

/* line 31, app/assets/stylesheets/theme/elements/_titles.scss */
.heading.heading-center {
  text-align: center;
}

/* line 34, app/assets/stylesheets/theme/elements/_titles.scss */
.heading.heading-center .title {
  margin-bottom: 1.5rem;
}

/* line 38, app/assets/stylesheets/theme/elements/_titles.scss */
.heading.heading-center .title-lg {
  margin-bottom: 2.4rem;
}

/* line 44, app/assets/stylesheets/theme/elements/_titles.scss */
.title-separator {
  font-weight: 300;
  color: #cccccc;
}

/* line 48, app/assets/stylesheets/theme/elements/_titles.scss */
.text-white .title-separator {
  color: #787473;
}

/* line 53, app/assets/stylesheets/theme/elements/_titles.scss */
.title-desc {
  color: #787473;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: -.01em;
  margin-bottom: 0;
}

/* line 62, app/assets/stylesheets/theme/elements/_titles.scss */
.heading-right {
  margin-top: .5rem;
}

/* line 66, app/assets/stylesheets/theme/elements/_titles.scss */
.title-link {
  font-weight: 500;
  transition: all .3s ease;
}

/* line 70, app/assets/stylesheets/theme/elements/_titles.scss */
.title-link:hover, .title-link:focus {
  box-shadow: 0 1px 0 0 #1d3441;
}

/* line 76, app/assets/stylesheets/theme/elements/_titles.scss */
.title-link i {
  font-size: 1.5rem;
}

/* line 80, app/assets/stylesheets/theme/elements/_titles.scss */
.title-link i:last-child {
  margin-left: .5rem;
}

@media screen and (min-width: 768px) {
  /* line 85, app/assets/stylesheets/theme/elements/_titles.scss */
  .title {
    font-size: 2.4rem;
  }
  /* line 89, app/assets/stylesheets/theme/elements/_titles.scss */
  .title-lg {
    font-size: 3rem;
  }
}

@media screen and (min-width: 992px) {
  /* line 96, app/assets/stylesheets/theme/elements/_titles.scss */
  .heading.heading-flex {
    align-items: center;
    flex-direction: row;
    text-align: left;
  }
  /* line 103, app/assets/stylesheets/theme/elements/_titles.scss */
  .heading-right {
    margin-top: 0;
    margin-left: auto;
  }
}

/*-------------------- 4.4.Icon boxes --------------------*/
/* Icon boxes */
/* line 2, app/assets/stylesheets/theme/elements/_icon-boxes.scss */
.icon-box {
  color: #787473;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: -.01em;
  margin-bottom: 2rem;
}

/* line 10, app/assets/stylesheets/theme/elements/_icon-boxes.scss */
.icon-box.icon-box-sm {
  font-size: 1.4rem;
  line-height: 1.86;
}

/* line 16, app/assets/stylesheets/theme/elements/_icon-boxes.scss */
.icon-box-title {
  color: #333333;
  font-weight: 400;
  font-size: 1.8rem;
  letter-spacing: -.025em;
  margin-bottom: .9rem;
}

/* line 24, app/assets/stylesheets/theme/elements/_icon-boxes.scss */
.icon-box-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1d3441;
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 2rem;
}

/* line 34, app/assets/stylesheets/theme/elements/_icon-boxes.scss */
.icon-box-content p:last-child {
  margin-bottom: 0;
}

/* line 38, app/assets/stylesheets/theme/elements/_icon-boxes.scss */
.icon-box-left {
  position: relative;
  padding-left: 70px;
}

/* line 42, app/assets/stylesheets/theme/elements/_icon-boxes.scss */
.icon-box-left .icon-box-icon {
  position: absolute;
  left: 0;
  top: -1rem;
}

/* line 50, app/assets/stylesheets/theme/elements/_icon-boxes.scss */
.icon-box-circle .icon-box-icon {
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  color: #fff;
  background-color: #1d3441;
}

/* line 58, app/assets/stylesheets/theme/elements/_icon-boxes.scss */
.icon-box-circle.icon-box-left {
  padding-left: 100px;
}

/* line 61, app/assets/stylesheets/theme/elements/_icon-boxes.scss */
.icon-box-circle.icon-box-left .icon-box-icon {
  left: 1rem;
}

/* Icon Box Card */
/* line 68, app/assets/stylesheets/theme/elements/_icon-boxes.scss */
.icon-box-card {
  background-color: #fafafa;
  padding: 6.5rem 2rem 6rem;
}

/* line 72, app/assets/stylesheets/theme/elements/_icon-boxes.scss */
.icon-box-card .icon-box-title {
  font-weight: 600;
}

/* line 76, app/assets/stylesheets/theme/elements/_icon-boxes.scss */
.icon-box-card .icon-box-icon {
  margin-bottom: 1.3rem;
}

/* Icon Boxes */
/* line 82, app/assets/stylesheets/theme/elements/_icon-boxes.scss */
.icon-boxes-container {
  background-color: #f7f7f7;
  padding-top: 2.8rem;
  padding-bottom: 2.8rem;
  margin-bottom: 0;
}

/* line 89, app/assets/stylesheets/theme/elements/_icon-boxes.scss */
.icon-boxes-container.bg-dark .icon-box-icon {
  color: #1d3441;
}

/* line 93, app/assets/stylesheets/theme/elements/_icon-boxes.scss */
.icon-boxes-container.bg-dark .icon-box-title {
  color: #fff;
}

/* line 99, app/assets/stylesheets/theme/elements/_icon-boxes.scss */
.icon-box-side {
  display: flex;
  align-items: center;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 0;
}

/* line 107, app/assets/stylesheets/theme/elements/_icon-boxes.scss */
.icon-box-side p {
  margin-bottom: 0;
}

/* line 111, app/assets/stylesheets/theme/elements/_icon-boxes.scss */
.icon-box-side .icon-box-icon {
  display: inline-block;
  line-height: 0;
  min-width: 7rem;
  text-align: center;
  margin-bottom: 0;
}

/* line 119, app/assets/stylesheets/theme/elements/_icon-boxes.scss */
.icon-box-side .icon-box-title {
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: -.01em;
  margin-top: .2rem;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  /* line 129, app/assets/stylesheets/theme/elements/_icon-boxes.scss */
  .icon-box {
    margin-bottom: 4rem;
  }
  /* line 133, app/assets/stylesheets/theme/elements/_icon-boxes.scss */
  .icon-box-side {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1200px) {
  /* line 140, app/assets/stylesheets/theme/elements/_icon-boxes.scss */
  .icon-boxes-separator [class*="col-"] + [class*="col-"]:before {
    content: '';
    display: block;
    width: .1rem;
    height: 5.3rem;
    background-color: #e9e9e9;
    position: absolute;
    left: -.3rem;
    top: 50%;
    margin-top: -2.55rem;
  }
}

@media screen and (max-width: 1199px) {
  /* line 155, app/assets/stylesheets/theme/elements/_icon-boxes.scss */
  .icon-box-sm br {
    display: none;
  }
}

/*-------------------- 4.5.Cards --------------------*/
/* line 1, app/assets/stylesheets/theme/elements/_cards.scss */
.accordion {
  margin-bottom: 3rem;
}

/* line 5, app/assets/stylesheets/theme/elements/_cards.scss */
.card {
  border-radius: 0;
  margin-bottom: 0;
  border: none;
  border-top: 1px solid #ebebeb;
}

/* line 11, app/assets/stylesheets/theme/elements/_cards.scss */
.card:last-child {
  border-bottom: 1px solid #ebebeb;
}

/* line 16, app/assets/stylesheets/theme/elements/_cards.scss */
.card-header {
  position: relative;
  padding: 0;
  border: none;
  font-weight: 700;
  line-height: 1.5;
  background-color: transparent;
  margin: 0;
}

/* line 2, app/assets/stylesheets/theme/mixins/_clearfix.scss */
.card-header::after {
  display: block;
  clear: both;
  content: '';
}

/* line 26, app/assets/stylesheets/theme/elements/_cards.scss */
.card-header:hover {
  cursor: pointer;
}

/* line 31, app/assets/stylesheets/theme/elements/_cards.scss */
.card-title {
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 1rem;
  font-weight: 400;
}

/* line 38, app/assets/stylesheets/theme/elements/_cards.scss */
.card-title .toggle-button {
  display: block;
  padding: 1.7rem 4rem 1.7rem 1.2rem;
  position: relative;
  color: #1d3441;
  border: none;
  background-color: transparent;
  outline: none !important;
  text-align: left;
}

/* line 47, app/assets/stylesheets/theme/elements/_cards.scss */
.card-title .toggle-button i {
  min-width: 17px;
  margin-right: 2.4rem;
}

/* line 52, app/assets/stylesheets/theme/elements/_cards.scss */
.card-title .toggle-button:before {
  content: '\e802';
  display: inline-block;
  position: absolute;
  right: 1.2rem;
  top: 50%;
  color: #1d3441;
  font-family: "molla";
  line-height: 1;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: all 0.3s;
}

/* line 66, app/assets/stylesheets/theme/elements/_cards.scss */
.card-title .toggle-button.collapsed {
  color: #333;
}

/* line 69, app/assets/stylesheets/theme/elements/_cards.scss */
.card-title .toggle-button.collapsed:hover, .card-title .toggle-button.collapsed:focus {
  color: #1d3441;
}

/* line 74, app/assets/stylesheets/theme/elements/_cards.scss */
.card-title .toggle-button.collapsed:before {
  content: '\f110';
  color: #8c8c8c;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

/* line 84, app/assets/stylesheets/theme/elements/_cards.scss */
.card-body {
  padding: .4rem 4rem 1.8rem 1.2rem;
  border: none;
  border-radius: 0;
}

/* line 89, app/assets/stylesheets/theme/elements/_cards.scss */
.accordion-icon .card-body {
  padding-left: 5.5rem !important;
}

/* line 97, app/assets/stylesheets/theme/elements/_cards.scss */
.accordion-plus .card-title .toggle-button:before {
  content: '\f28e';
}

/* line 102, app/assets/stylesheets/theme/elements/_cards.scss */
.accordion-plus .card-title .toggle-button.collapsed:before {
  content: '\f2c2';
}

/* line 111, app/assets/stylesheets/theme/elements/_cards.scss */
.accordion-rounded .card:first-child {
  border-radius: .3rem .3rem 0 0;
}

/* line 115, app/assets/stylesheets/theme/elements/_cards.scss */
.accordion-rounded .card:last-child {
  border-radius: 0 0 .3rem .3rem;
}

/* line 123, app/assets/stylesheets/theme/elements/_cards.scss */
.card.card-box .card-title .toggle-button {
  padding-left: 2rem;
  transition: color .3s;
}

/* line 127, app/assets/stylesheets/theme/elements/_cards.scss */
.card.card-box .card-title .toggle-button:before {
  right: 2rem;
}

/* line 131, app/assets/stylesheets/theme/elements/_cards.scss */
.card.card-box .card-title .toggle-button i {
  margin-right: 1.4rem;
}

/* line 137, app/assets/stylesheets/theme/elements/_cards.scss */
.card.card-box .card-body {
  padding: 1rem 2rem 2rem;
}

/* line 143, app/assets/stylesheets/theme/elements/_cards.scss */
.card.card-sm .card-title {
  font-size: 1.6rem;
  letter-spacing: -.01em;
}

/* line 147, app/assets/stylesheets/theme/elements/_cards.scss */
.card.card-sm .card-title .toggle-button {
  padding-top: 21px;
  padding-bottom: 21px;
}

/* line 151, app/assets/stylesheets/theme/elements/_cards.scss */
.card.card-sm .card-title .toggle-button:before {
  right: 2rem;
}

/* line 157, app/assets/stylesheets/theme/elements/_cards.scss */
.card.card-sm .card-body {
  padding: 1rem 2rem 2rem;
}

/* line 162, app/assets/stylesheets/theme/elements/_cards.scss */
.card.bg-light, .card.bg-white {
  background-color: #fff !important;
  border: 1px solid #ebebeb;
}

/* line 168, app/assets/stylesheets/theme/elements/_cards.scss */
.card.bg-light .card-title .toggle-button, .card.bg-white .card-title .toggle-button {
  background-color: #fff;
}

/* line 177, app/assets/stylesheets/theme/elements/_cards.scss */
.card.bg-light .card-title .toggle-button.collapsed {
  background-color: #fafafa;
}

@media screen and (min-width: 992px) {
  /* line 186, app/assets/stylesheets/theme/elements/_cards.scss */
  .card-title {
    font-size: 2rem;
  }
}

/*-------------------- 4.6.Tabs --------------------*/
/* Tabs */
/* line 2, app/assets/stylesheets/theme/elements/_tabs.scss */
.nav-link {
  cursor: pointer;
}

/* line 4, app/assets/stylesheets/theme/elements/_tabs.scss */
.nav-link:focus {
  outline: none !important;
}

/* line 9, app/assets/stylesheets/theme/elements/_tabs.scss */
.nav-item, .nav-item:focus, .nav-link {
  outline: none;
}

/* line 13, app/assets/stylesheets/theme/elements/_tabs.scss */
.nav.nav-tabs {
  border-bottom-right-radius: .3rem;
  border: .1rem solid #d7d7d7;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
}

/* line 20, app/assets/stylesheets/theme/elements/_tabs.scss */
.nav.nav-tabs .nav-link {
  color: #787473;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: -.025em;
  padding: .85rem 2.2rem;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem;
  text-align: center;
  transition: all .35s ease;
}

/* line 32, app/assets/stylesheets/theme/elements/_tabs.scss */
.nav.nav-tabs .nav-link:hover, .nav.nav-tabs .nav-link:focus {
  color: #1d3441;
  border-color: transparent;
}

/* line 40, app/assets/stylesheets/theme/elements/_tabs.scss */
.nav.nav-tabs .nav-item + .nav-item {
  margin-left: .1rem;
}

/* line 44, app/assets/stylesheets/theme/elements/_tabs.scss */
.nav.nav-tabs .nav-item.show .nav-link,
.nav.nav-tabs .nav-item .nav-link.active {
  color: #1d3441;
  border-color: #d7d7d7;
  border-bottom-color: transparent;
}

/* line 53, app/assets/stylesheets/theme/elements/_tabs.scss */
.nav.nav-tabs.nav-tabs-bg .nav-link {
  border-color: #ebebeb  #ebebeb #d7d7d7 #ebebeb;
  background-color: #fafafa;
}

/* line 57, app/assets/stylesheets/theme/elements/_tabs.scss */
.nav.nav-tabs.nav-tabs-bg .nav-item.show .nav-link {
  color: #1d3441;
  border-color: #d7d7d7;
  border-bottom-color: transparent;
  background-color: #fff;
}

/* line 65, app/assets/stylesheets/theme/elements/_tabs.scss */
.nav.nav-tabs.justify-content-center {
  border-bottom-left-radius: .3rem;
  border-bottom-right-radius: .3rem;
}

/* line 71, app/assets/stylesheets/theme/elements/_tabs.scss */
.tab-content-border {
  border: .1rem solid #d7d7d7;
  border-radius: .3rem;
  border-top-left-radius: 0;
  border-top-width: 0;
}

/* line 77, app/assets/stylesheets/theme/elements/_tabs.scss */
.justify-content-center + .tab-content-border {
  border-top-left-radius: .3rem;
}

/* line 82, app/assets/stylesheets/theme/elements/_tabs.scss */
.tab-pane {
  padding: 1.4rem 2.2rem;
}

/* line 85, app/assets/stylesheets/theme/elements/_tabs.scss */
.tab-pane p:last-child {
  margin-bottom: 0;
}

/* Nav Pills - Line Tabs */
/* line 92, app/assets/stylesheets/theme/elements/_tabs.scss */
.nav.nav-pills .nav-link {
  color: #787473;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: -.01em;
  padding: .45rem 1rem;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
  border: none;
  border-bottom: .1rem solid transparent;
  background-color: transparent;
  transition: all .35s ease;
}

/* line 107, app/assets/stylesheets/theme/elements/_tabs.scss */
.nav.nav-pills .nav-link:hover, .nav.nav-pills .nav-link:focus {
  color: #1d3441;
}

/* line 112, app/assets/stylesheets/theme/elements/_tabs.scss */
.nav.nav-pills .nav-link:focus {
  outline: none !important;
}

/* line 118, app/assets/stylesheets/theme/elements/_tabs.scss */
.nav.nav-pills .nav-item + .nav-item {
  margin-left: 1rem;
}

/* line 122, app/assets/stylesheets/theme/elements/_tabs.scss */
.nav.nav-pills .nav-item.show .nav-link,
.nav.nav-pills .nav-item .nav-link.active {
  color: #1d3441;
  border-color: #d7d7d7;
  border-bottom-color: #1d3441;
}

/* line 133, app/assets/stylesheets/theme/elements/_tabs.scss */
.nav-pills + .tab-content .tab-pane {
  padding: 1.4rem 0;
}

/* line 136, app/assets/stylesheets/theme/elements/_tabs.scss */
.nav-pills + .tab-content .tab-pane p:last-child {
  margin-bottom: 0;
}

/* Vertical Tabs */
/* line 144, app/assets/stylesheets/theme/elements/_tabs.scss */
.tabs-vertical {
  display: flex;
  align-items: flex-start;
  align-items: stretch;
}

/* line 149, app/assets/stylesheets/theme/elements/_tabs.scss */
.tabs-vertical .tab-content-border {
  border-top-width: .1rem;
  border-left-width: 0;
  border-bottom-left-radius: 0;
}

/* line 155, app/assets/stylesheets/theme/elements/_tabs.scss */
.tabs-vertical .nav {
  flex-shrink: 0;
}

/* line 157, app/assets/stylesheets/theme/elements/_tabs.scss */
.tabs-vertical .nav .nav-link {
  min-width: 100px;
}

/* line 161, app/assets/stylesheets/theme/elements/_tabs.scss */
.tabs-vertical .nav.nav-tabs {
  border-bottom-width: 0;
  border-right-width: .1rem;
}

/* line 165, app/assets/stylesheets/theme/elements/_tabs.scss */
.tabs-vertical .nav.nav-tabs .nav-link {
  border-top-left-radius: .3rem;
  border-top-right-radius: 0;
  border-bottom-left-radius: .3rem;
}

/* line 171, app/assets/stylesheets/theme/elements/_tabs.scss */
.tabs-vertical .nav.nav-tabs .nav-item {
  margin-bottom: 0;
  margin-right: -1px;
}

/* line 174, app/assets/stylesheets/theme/elements/_tabs.scss */
.tabs-vertical .nav.nav-tabs .nav-item + .nav-item {
  margin-left: 0;
  margin-top: 1px;
}

/* line 179, app/assets/stylesheets/theme/elements/_tabs.scss */
.tabs-vertical .nav.nav-tabs .nav-item.show .nav-link,
.tabs-vertical .nav.nav-tabs .nav-item .nav-link.active {
  border-color: #d7d7d7;
  border-right: none;
}

/* line 187, app/assets/stylesheets/theme/elements/_tabs.scss */
.tabs-vertical .nav.nav-tabs.nav-tabs-bg .nav-link {
  border-color: #ebebeb  #d7d7d7 #ebebeb  #ebebeb;
  background-color: #fafafa;
}

/* line 191, app/assets/stylesheets/theme/elements/_tabs.scss */
.tabs-vertical .nav.nav-tabs.nav-tabs-bg .nav-item.show .nav-link {
  border-color: #d7d7d7;
  border-right: none;
  background-color: #fff;
}

/* Tab content product - with carouse */
/* line 202, app/assets/stylesheets/theme/elements/_tabs.scss */
.tab-content.tab-content-carousel > .tab-pane {
  display: block;
  visibility: hidden;
  height: 0 !important;
}

/* line 207, app/assets/stylesheets/theme/elements/_tabs.scss */
.tab-content.tab-content-carousel > .tab-pane:not(.active) {
  overflow: hidden !important;
}

/* line 212, app/assets/stylesheets/theme/elements/_tabs.scss */
.tab-content.tab-content-carousel > .active {
  height: auto !important;
  visibility: visible;
}

/* for react tabs */
/* line 219, app/assets/stylesheets/theme/elements/_tabs.scss */
.react-tabs__tab-panel {
  visibility: hidden;
  opacity: 0;
}

/* line 223, app/assets/stylesheets/theme/elements/_tabs.scss */
.react-tabs__tab-panel.react-tabs__tab-panel--selected, .react-tabs__tab-panel.active, .react-tabs__tab-panel.show {
  visibility: visible;
  opacity: 1;
  transition: all .35s;
}

/* line 233, app/assets/stylesheets/theme/elements/_tabs.scss */
.nav.nav-border-anim .nav-link {
  position: relative;
  border-bottom: none;
}

/* line 237, app/assets/stylesheets/theme/elements/_tabs.scss */
.nav.nav-border-anim .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: .1rem;
  background-color: #1d3441;
  transform-origin: right center;
  transform: scale(0, 1);
  transition: transform .3s ease;
}

/* line 250, app/assets/stylesheets/theme/elements/_tabs.scss */
.form-tab .nav.nav-border-anim .nav-link:before {
  height: .2rem;
}

/* line 256, app/assets/stylesheets/theme/elements/_tabs.scss */
.nav.nav-border-anim .nav-link.active:before {
  transform-origin: left center;
  transform: scale(1, 1);
}

/* line 264, app/assets/stylesheets/theme/elements/_tabs.scss */
.nav.nav-border-anim .nav-item.show .nav-link:before {
  transform-origin: left center;
  transform: scale(1, 1);
}

/* line 271, app/assets/stylesheets/theme/elements/_tabs.scss */
.nav.nav-border-anim.nav-pills-mobile .nav-link:before {
  height: .2rem;
}

@media screen and (min-width: 992px) {
  /* line 280, app/assets/stylesheets/theme/elements/_tabs.scss */
  .nav-pills + .tab-content.tab-pane {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/*-------------------- 4.7.Buttons --------------------*/
/* Buttons */
/* line 2, app/assets/stylesheets/theme/elements/_buttons.scss */
.btn-wrap {
  display: inline-block;
  margin-bottom: 2rem;
}

/* line 6, app/assets/stylesheets/theme/elements/_buttons.scss */
.btn-wrap > span {
  display: block;
  color: #ccc;
  margin-bottom: .3rem;
}

/* line 13, app/assets/stylesheets/theme/elements/_buttons.scss */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 4.6rem;
  padding: 1.4rem 3.2rem;
  line-height: 20px;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: -.01em;
  border-radius: 6px;
  white-space: normal;
  transition: all 0.3s;
}

/* line 29, app/assets/stylesheets/theme/elements/_buttons.scss */
.btn span {
  line-height: 1;
}

/* line 34, app/assets/stylesheets/theme/elements/_buttons.scss */
.btn i:first-child {
  margin-right: 1rem;
}

/* line 38, app/assets/stylesheets/theme/elements/_buttons.scss */
.btn i:last-child {
  margin-left: 1rem;
}

/* line 43, app/assets/stylesheets/theme/elements/_buttons.scss */
.btn:focus {
  box-shadow: none;
}

/* line 47, app/assets/stylesheets/theme/elements/_buttons.scss */
.btn:focus, .btn:active {
  outline: none !important;
}

/* line 52, app/assets/stylesheets/theme/elements/_buttons.scss */
.btn:active:focus {
  box-shadow: none !important;
}

/* line 56, app/assets/stylesheets/theme/elements/_buttons.scss */
.btn.btn-minwidth-sm {
  min-width: 112px;
}

/* line 60, app/assets/stylesheets/theme/elements/_buttons.scss */
.btn.btn-minwidth {
  min-width: 170px;
}

/* line 64, app/assets/stylesheets/theme/elements/_buttons.scss */
.btn.btn-minwidth-lg {
  min-width: 218px;
}

/* line 69, app/assets/stylesheets/theme/elements/_buttons.scss */
.btn:active {
  outline: none;
}

/* line 73, app/assets/stylesheets/theme/elements/_buttons.scss */
.btn-rounded {
  border-radius: .2rem;
}

/* line 77, app/assets/stylesheets/theme/elements/_buttons.scss */
.btn-round {
  border-radius: 3rem;
}

/* line 81, app/assets/stylesheets/theme/elements/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  font-weight: 500;
  font-size: 1.5rem;
  min-width: 170px;
  padding: 1.1rem 2rem;
}

/* line 88, app/assets/stylesheets/theme/elements/_buttons.scss */
.btn-lg i:first-child, .btn-group-lg > .btn i:first-child {
  margin-right: 1.4rem;
}

/* line 92, app/assets/stylesheets/theme/elements/_buttons.scss */
.btn-lg i:last-child, .btn-group-lg > .btn i:last-child {
  margin-left: 1.4rem;
}

/* line 98, app/assets/stylesheets/theme/elements/_buttons.scss */
.btn-more {
  padding-top: 1.15rem;
  padding-bottom: 1.15rem;
  min-width: 230px;
  text-transform: uppercase;
}

/* line 105, app/assets/stylesheets/theme/elements/_buttons.scss */
.btn-link {
  padding: .4rem 1rem;
  min-width: 0;
  color: #1d3441;
  text-decoration: none;
  border: none;
  border-bottom: .1rem solid transparent;
  letter-spacing: 0;
  font-size: 1.4rem;
  min-width: 0;
  font-family: "Jost";
}

/* line 117, app/assets/stylesheets/theme/elements/_buttons.scss */
.btn-link.btn-link-dark {
  color: #333;
}

/* line 121, app/assets/stylesheets/theme/elements/_buttons.scss */
.btn-link:hover, .btn-link:focus,
.btn-link .btn-link-dark:hover,
.btn-link .btn-link-dark:focus {
  color: #1d3441;
  text-decoration: none;
  border-color: #1d3441;
}

/* line 131, app/assets/stylesheets/theme/elements/_buttons.scss */
.btn-link i:first-child {
  margin-right: 1rem;
}

/* line 135, app/assets/stylesheets/theme/elements/_buttons.scss */
.btn-link i:last-child {
  margin-left: 1rem;
}

/* line 141, app/assets/stylesheets/theme/elements/_buttons.scss */
.btn-hover-text {
  display: none;
}

/* line 147, app/assets/stylesheets/theme/elements/_buttons.scss */
.btn:hover .btn-text,
.btn:focus .btn-text {
  display: none;
}

/* line 151, app/assets/stylesheets/theme/elements/_buttons.scss */
.btn:hover .btn-hover-text,
.btn:focus .btn-hover-text {
  display: inline-block;
}

/* line 156, app/assets/stylesheets/theme/elements/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #1d3441;
  border-color: #1d3441;
  box-shadow: none;
}

/* line 17, app/assets/stylesheets/theme/mixins/_buttons.scss */
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary.active:not(:disabled):not(.disabled), .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #254455;
  border-color: #254455;
  box-shadow: none;
}

/* line 29, app/assets/stylesheets/theme/mixins/_buttons.scss */
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #1d3441;
  border-color: #1d3441;
}

/* line 160, app/assets/stylesheets/theme/elements/_buttons.scss */
.btn-secondary {
  color: #fff;
  background-color: #254455;
  border-color: #254455;
  box-shadow: none;
}

/* line 17, app/assets/stylesheets/theme/mixins/_buttons.scss */
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary.focus, .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary.active:not(:disabled):not(.disabled), .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #1d3441;
  border-color: #1d3441;
  box-shadow: none;
}

/* line 29, app/assets/stylesheets/theme/mixins/_buttons.scss */
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #254455;
  border-color: #254455;
}

/* line 164, app/assets/stylesheets/theme/elements/_buttons.scss */
.btn-white {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
  box-shadow: none;
}

/* line 17, app/assets/stylesheets/theme/mixins/_buttons.scss */
.btn-white:hover, .btn-white:focus, .btn-white.focus, .btn-white:not(:disabled):not(.disabled):active, .btn-white.active:not(:disabled):not(.disabled), .show > .btn-white.dropdown-toggle {
  color: #fff;
  background-color: #1d3441;
  border-color: #1d3441;
  box-shadow: none;
}

/* line 29, app/assets/stylesheets/theme/mixins/_buttons.scss */
.btn-white.disabled, .btn-white:disabled {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}

/* line 168, app/assets/stylesheets/theme/elements/_buttons.scss */
.btn-white-2 {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
  box-shadow: none;
}

/* line 17, app/assets/stylesheets/theme/mixins/_buttons.scss */
.btn-white-2:hover, .btn-white-2:focus, .btn-white-2.focus, .btn-white-2:not(:disabled):not(.disabled):active, .btn-white-2.active:not(:disabled):not(.disabled), .show > .btn-white-2.dropdown-toggle {
  color: #fff;
  background-color: #254455;
  border-color: #254455;
  box-shadow: none;
}

/* line 29, app/assets/stylesheets/theme/mixins/_buttons.scss */
.btn-white-2.disabled, .btn-white-2:disabled {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}

/* line 172, app/assets/stylesheets/theme/elements/_buttons.scss */
.btn-primary-white {
  color: #fff;
  background-color: #1d3441;
  border-color: #1d3441;
  box-shadow: none;
}

/* line 17, app/assets/stylesheets/theme/mixins/_buttons.scss */
.btn-primary-white:hover, .btn-primary-white:focus, .btn-primary-white.focus, .btn-primary-white:not(:disabled):not(.disabled):active, .btn-primary-white.active:not(:disabled):not(.disabled), .show > .btn-primary-white.dropdown-toggle {
  color: #1d3441;
  background-color: #fff;
  border-color: #fff;
  box-shadow: none;
}

/* line 29, app/assets/stylesheets/theme/mixins/_buttons.scss */
.btn-primary-white.disabled, .btn-primary-white:disabled {
  color: #fff;
  background-color: #1d3441;
  border-color: #1d3441;
}

/* line 176, app/assets/stylesheets/theme/elements/_buttons.scss */
.btn-white-primary {
  color: #1d3441;
  background-color: #fff;
  border-color: #fff;
  box-shadow: none;
}

/* line 17, app/assets/stylesheets/theme/mixins/_buttons.scss */
.btn-white-primary:hover, .btn-white-primary:focus, .btn-white-primary.focus, .btn-white-primary:not(:disabled):not(.disabled):active, .btn-white-primary.active:not(:disabled):not(.disabled), .show > .btn-white-primary.dropdown-toggle {
  color: #fff;
  background-color: #1d3441;
  border-color: #1d3441;
  box-shadow: none;
}

/* line 29, app/assets/stylesheets/theme/mixins/_buttons.scss */
.btn-white-primary.disabled, .btn-white-primary:disabled {
  color: #1d3441;
  background-color: #fff;
  border-color: #fff;
}

/* line 180, app/assets/stylesheets/theme/elements/_buttons.scss */
.btn-dark {
  color: #fff;
  background-color: #333;
  border-color: #333;
  box-shadow: none;
}

/* line 17, app/assets/stylesheets/theme/mixins/_buttons.scss */
.btn-dark:hover, .btn-dark:focus, .btn-dark.focus, .btn-dark:not(:disabled):not(.disabled):active, .btn-dark.active:not(:disabled):not(.disabled), .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d3441;
  border-color: #1d3441;
  box-shadow: none;
}

/* line 29, app/assets/stylesheets/theme/mixins/_buttons.scss */
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

/* line 184, app/assets/stylesheets/theme/elements/_buttons.scss */
.btn-outline {
  color: #1d3441;
  background-color: transparent;
  background-image: none;
  border-color: #ebebeb;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

/* line 51, app/assets/stylesheets/theme/mixins/_buttons.scss */
.btn-outline:hover, .btn-outline:focus, .btn-outline.focus, .btn-outline:not(:disabled):not(.disabled):active, .btn-outline.active:not(:disabled):not(.disabled), .show > .btn-outline.dropdown-toggle {
  color: #1d3441;
  background-color: transparent;
  border-color: #ebebeb;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

/* line 63, app/assets/stylesheets/theme/mixins/_buttons.scss */
.btn-outline.disabled, .btn-outline:disabled {
  color: #1d3441;
  background-color: transparent;
}

/* line 192, app/assets/stylesheets/theme/elements/_buttons.scss */
.btn-outline-primary {
  color: #1d3441;
  background-color: transparent;
  background-image: none;
  border-color: #1d3441;
  box-shadow: none;
}

/* line 51, app/assets/stylesheets/theme/mixins/_buttons.scss */
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary.focus, .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary.active:not(:disabled):not(.disabled), .show > .btn-outline-primary.dropdown-toggle {
  color: #1d3441;
  background-color: transparent;
  border-color: #ebebeb;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

/* line 63, app/assets/stylesheets/theme/mixins/_buttons.scss */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #1d3441;
  background-color: transparent;
}

/* line 201, app/assets/stylesheets/theme/elements/_buttons.scss */
.btn-outline-primary-2 {
  color: #1d3441;
  background-color: transparent;
  background-image: none;
  border-color: #1d3441;
  box-shadow: none;
}

/* line 51, app/assets/stylesheets/theme/mixins/_buttons.scss */
.btn-outline-primary-2:hover, .btn-outline-primary-2:focus, .btn-outline-primary-2.focus, .btn-outline-primary-2:not(:disabled):not(.disabled):active, .btn-outline-primary-2.active:not(:disabled):not(.disabled), .show > .btn-outline-primary-2.dropdown-toggle {
  color: #fff;
  background-color: #1d3441;
  border-color: #1d3441;
  box-shadow: none;
}

/* line 63, app/assets/stylesheets/theme/mixins/_buttons.scss */
.btn-outline-primary-2.disabled, .btn-outline-primary-2:disabled {
  color: #1d3441;
  background-color: transparent;
}

/* line 210, app/assets/stylesheets/theme/elements/_buttons.scss */
.btn-outline-light {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
  box-shadow: none;
}

/* line 51, app/assets/stylesheets/theme/mixins/_buttons.scss */
.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light.focus, .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light.active:not(:disabled):not(.disabled), .show > .btn-outline-light.dropdown-toggle {
  color: #1d3441;
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
}

/* line 63, app/assets/stylesheets/theme/mixins/_buttons.scss */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #fff;
  background-color: transparent;
}

/* line 217, app/assets/stylesheets/theme/elements/_buttons.scss */
.btn-outline-dark {
  color: #333333;
  background-color: transparent;
  background-image: none;
  border-color: #d7d7d7;
  box-shadow: none;
}

/* line 51, app/assets/stylesheets/theme/mixins/_buttons.scss */
.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark.focus, .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark.active:not(:disabled):not(.disabled), .show > .btn-outline-dark.dropdown-toggle {
  color: #1d3441;
  background-color: transparent;
  border-color: #ebebeb;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

/* line 63, app/assets/stylesheets/theme/mixins/_buttons.scss */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #333333;
  background-color: transparent;
}

/* line 226, app/assets/stylesheets/theme/elements/_buttons.scss */
.btn-outline-dark-2 {
  color: #333333;
  background-color: transparent;
  background-image: none;
  border-color: #ebebeb;
  box-shadow: none;
}

/* line 51, app/assets/stylesheets/theme/mixins/_buttons.scss */
.btn-outline-dark-2:hover, .btn-outline-dark-2:focus, .btn-outline-dark-2.focus, .btn-outline-dark-2:not(:disabled):not(.disabled):active, .btn-outline-dark-2.active:not(:disabled):not(.disabled), .show > .btn-outline-dark-2.dropdown-toggle {
  color: #1d3441;
  background-color: #fafafa;
  border-color: #ebebeb;
  box-shadow: none;
}

/* line 63, app/assets/stylesheets/theme/mixins/_buttons.scss */
.btn-outline-dark-2.disabled, .btn-outline-dark-2:disabled {
  color: #333333;
  background-color: transparent;
}

/* line 235, app/assets/stylesheets/theme/elements/_buttons.scss */
.btn-outline-dark-3 {
  color: #333333;
  background-color: transparent;
  background-image: none;
  border-color: #d7d7d7;
  box-shadow: none;
}

/* line 51, app/assets/stylesheets/theme/mixins/_buttons.scss */
.btn-outline-dark-3:hover, .btn-outline-dark-3:focus, .btn-outline-dark-3.focus, .btn-outline-dark-3:not(:disabled):not(.disabled):active, .btn-outline-dark-3.active:not(:disabled):not(.disabled), .show > .btn-outline-dark-3.dropdown-toggle {
  color: #1d3441;
  background-color: transparent;
  border-color: #1d3441;
  box-shadow: none;
}

/* line 63, app/assets/stylesheets/theme/mixins/_buttons.scss */
.btn-outline-dark-3.disabled, .btn-outline-dark-3:disabled {
  color: #333333;
  background-color: transparent;
}

/* line 244, app/assets/stylesheets/theme/elements/_buttons.scss */
.btn-outline-darker {
  color: #333333;
  background-color: transparent;
  background-image: none;
  border-color: #d7d7d7;
  box-shadow: none;
}

/* line 51, app/assets/stylesheets/theme/mixins/_buttons.scss */
.btn-outline-darker:hover, .btn-outline-darker:focus, .btn-outline-darker.focus, .btn-outline-darker:not(:disabled):not(.disabled):active, .btn-outline-darker.active:not(:disabled):not(.disabled), .show > .btn-outline-darker.dropdown-toggle {
  color: #fff;
  background-color: #1d3441;
  border-color: #1d3441;
  box-shadow: none;
}

/* line 63, app/assets/stylesheets/theme/mixins/_buttons.scss */
.btn-outline-darker.disabled, .btn-outline-darker:disabled {
  color: #333333;
  background-color: transparent;
}

/* line 253, app/assets/stylesheets/theme/elements/_buttons.scss */
.btn-outline-gray {
  color: #333333;
  background-color: transparent;
  background-image: none;
  border-color: #959595;
  box-shadow: none;
}

/* line 51, app/assets/stylesheets/theme/mixins/_buttons.scss */
.btn-outline-gray:hover, .btn-outline-gray:focus, .btn-outline-gray.focus, .btn-outline-gray:not(:disabled):not(.disabled):active, .btn-outline-gray.active:not(:disabled):not(.disabled), .show > .btn-outline-gray.dropdown-toggle {
  color: #fff;
  background-color: #1d3441;
  border-color: #1d3441;
  box-shadow: none;
}

/* line 63, app/assets/stylesheets/theme/mixins/_buttons.scss */
.btn-outline-gray.disabled, .btn-outline-gray:disabled {
  color: #333333;
  background-color: transparent;
}

/* line 262, app/assets/stylesheets/theme/elements/_buttons.scss */
.btn-outline-lightgray {
  color: #333333;
  background-color: transparent;
  background-image: none;
  border-color: #ebebeb;
  box-shadow: none;
}

/* line 51, app/assets/stylesheets/theme/mixins/_buttons.scss */
.btn-outline-lightgray:hover, .btn-outline-lightgray:focus, .btn-outline-lightgray.focus, .btn-outline-lightgray:not(:disabled):not(.disabled):active, .btn-outline-lightgray.active:not(:disabled):not(.disabled), .show > .btn-outline-lightgray.dropdown-toggle {
  color: #1d3441;
  background-color: #f5f6f9;
  border-color: #ebebeb;
  box-shadow: none;
}

/* line 63, app/assets/stylesheets/theme/mixins/_buttons.scss */
.btn-outline-lightgray.disabled, .btn-outline-lightgray:disabled {
  color: #333333;
  background-color: transparent;
}

/* line 271, app/assets/stylesheets/theme/elements/_buttons.scss */
.btn-shadow {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05) !important;
}

/* line 274, app/assets/stylesheets/theme/elements/_buttons.scss */
.btn-shadow:hover, .btn-shadow:focus, .btn-shadow:active {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15) !important;
}

/* line 281, app/assets/stylesheets/theme/elements/_buttons.scss */
.btn-outline-white {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
  box-shadow: none;
}

/* line 51, app/assets/stylesheets/theme/mixins/_buttons.scss */
.btn-outline-white:hover, .btn-outline-white:focus, .btn-outline-white.focus, .btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white.active:not(:disabled):not(.disabled), .show > .btn-outline-white.dropdown-toggle {
  color: #fff;
  background-color: #1d3441;
  border-color: #1d3441;
  box-shadow: none;
}

/* line 63, app/assets/stylesheets/theme/mixins/_buttons.scss */
.btn-outline-white.disabled, .btn-outline-white:disabled {
  color: #fff;
  background-color: transparent;
}

/* line 290, app/assets/stylesheets/theme/elements/_buttons.scss */
.btn-outline-white-2 {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
  box-shadow: none;
}

/* line 51, app/assets/stylesheets/theme/mixins/_buttons.scss */
.btn-outline-white-2:hover, .btn-outline-white-2:focus, .btn-outline-white-2.focus, .btn-outline-white-2:not(:disabled):not(.disabled):active, .btn-outline-white-2.active:not(:disabled):not(.disabled), .show > .btn-outline-white-2.dropdown-toggle {
  color: #fff;
  background-color: #254455;
  border-color: #254455;
  box-shadow: none;
}

/* line 63, app/assets/stylesheets/theme/mixins/_buttons.scss */
.btn-outline-white-2.disabled, .btn-outline-white-2:disabled {
  color: #fff;
  background-color: transparent;
}

/* line 299, app/assets/stylesheets/theme/elements/_buttons.scss */
.btn-outline-white-3 {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
  box-shadow: none;
}

/* line 51, app/assets/stylesheets/theme/mixins/_buttons.scss */
.btn-outline-white-3:hover, .btn-outline-white-3:focus, .btn-outline-white-3.focus, .btn-outline-white-3:not(:disabled):not(.disabled):active, .btn-outline-white-3.active:not(:disabled):not(.disabled), .show > .btn-outline-white-3.dropdown-toggle {
  color: #333;
  background-color: #fff;
  border-color: #fff;
  box-shadow: none;
}

/* line 63, app/assets/stylesheets/theme/mixins/_buttons.scss */
.btn-outline-white-3.disabled, .btn-outline-white-3:disabled {
  color: #fff;
  background-color: transparent;
}

/* line 308, app/assets/stylesheets/theme/elements/_buttons.scss */
.btn-outline-white-4 {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
  box-shadow: none;
}

/* line 51, app/assets/stylesheets/theme/mixins/_buttons.scss */
.btn-outline-white-4:hover, .btn-outline-white-4:focus, .btn-outline-white-4.focus, .btn-outline-white-4:not(:disabled):not(.disabled):active, .btn-outline-white-4.active:not(:disabled):not(.disabled), .show > .btn-outline-white-4.dropdown-toggle {
  color: #1d3441;
  background-color: #fff;
  border-color: #fff;
  box-shadow: none;
}

/* line 63, app/assets/stylesheets/theme/mixins/_buttons.scss */
.btn-outline-white-4.disabled, .btn-outline-white-4:disabled {
  color: #fff;
  background-color: transparent;
}

/* line 319, app/assets/stylesheets/theme/elements/_buttons.scss */
.bg-image .btn-wrap > span {
  color: #787473;
}

/* line 324, app/assets/stylesheets/theme/elements/_buttons.scss */
.bg-image .btn-link-dark {
  color: #fff;
}

/* line 327, app/assets/stylesheets/theme/elements/_buttons.scss */
.bg-image .btn-link-dark:hover, .bg-image .btn-link-dark:focus {
  color: #1d3441;
  border-color: #1d3441;
}

/* line 336, app/assets/stylesheets/theme/elements/_buttons.scss */
.bg-image .btn-outline-primary:hover, .bg-image .btn-outline-primary:focus, .bg-image .btn-outline-primary.focus, .bg-image .btn-outline-primary:not(:disabled):not(.disabled):active, .bg-image .btn-outline-primary.active:not(:disabled):not(.disabled), .show > .bg-image .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #1d3441;
  border-color: #1d3441;
}

/* line 348, app/assets/stylesheets/theme/elements/_buttons.scss */
.bg-image .btn-outline-dark {
  color: #fff;
  border-color: #fff;
}

/* line 352, app/assets/stylesheets/theme/elements/_buttons.scss */
.bg-image .btn-outline-dark:hover, .bg-image .btn-outline-dark:focus, .bg-image .btn-outline-dark.focus, .bg-image .btn-outline-dark:not(:disabled):not(.disabled):active, .bg-image .btn-outline-dark.active:not(:disabled):not(.disabled), .show > .bg-image .btn-outline-dark.dropdown-toggle {
  color: #1d3441;
  background-color: #fff;
  border-color: #fff;
}

@media screen and (min-width: 992px) {
  /* line 366, app/assets/stylesheets/theme/elements/_buttons.scss */
  .btn-close.btn-product {
    display: none;
  }
}

/*-------------------- 4.8.Products --------------------*/
/* Product */
/* line 2, app/assets/stylesheets/theme/elements/_products.scss */
.product {
  position: relative;
  margin-bottom: 1rem;
  transition: box-shadow 0.35s ease;
  background-color: #fff;
}

/* line 8, app/assets/stylesheets/theme/elements/_products.scss */
.swiper .product {
  margin-bottom: 0 !important;
}

/* line 13, app/assets/stylesheets/theme/elements/_products.scss */
.product:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

/* line 17, app/assets/stylesheets/theme/elements/_products.scss */
.product-media {
  position: relative;
  display: block;
  background-color: transparent;
  margin-bottom: 0;
  overflow: hidden;
  height: 45rem;
}

/* line 25, app/assets/stylesheets/theme/elements/_products.scss */
.product-media > a {
  display: block;
}

/* line 29, app/assets/stylesheets/theme/elements/_products.scss */
.product-media .product-label {
  z-index: 3;
}

/* line 33, app/assets/stylesheets/theme/elements/_products.scss */
.product-media::before {
  content: "";
  display: block;
  width: 100%;
  background-image: linear-gradient(#f4f4f4 250px, transparent 0);
  background-size: cover;
  background-position: center center;
  background-color: #f4f4f4;
}

/* line 44, app/assets/stylesheets/theme/elements/_products.scss */
.product-media::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  right: -50%;
  bottom: -50%;
  background-size: 60% 100%;
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 60%);
  background-position: -100% 0;
  background-repeat: no-repeat;
  animation: skeletonloading 2.5s infinite 0.2s;
  transform: none;
}

/* line 64, app/assets/stylesheets/theme/elements/_products.scss */
.product-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
}

/* line 75, app/assets/stylesheets/theme/elements/_products.scss */
.product-image {
  display: block;
  width: 100%;
  height: auto;
}

/* line 81, app/assets/stylesheets/theme/elements/_products.scss */
.product-image-hover {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: auto;
  transition: opacity 0.3s ease;
}

/* line 91, app/assets/stylesheets/theme/elements/_products.scss */
.product:hover .product-image-hover {
  opacity: 1;
}

/* line 95, app/assets/stylesheets/theme/elements/_products.scss */
.product-countdown {
  position: absolute;
  left: 0.8rem;
  right: 0.8rem;
  bottom: 1.3rem;
  z-index: 6;
  transition: all 0.4s ease;
  visibility: visible;
  opacity: 1;
}

/* line 105, app/assets/stylesheets/theme/elements/_products.scss */
.product-countdown .countdown-show4 .countdown-section {
  width: calc(25% - 10px);
}

/* line 109, app/assets/stylesheets/theme/elements/_products.scss */
.product-countdown .countdown-section {
  font-size: 1rem;
  line-height: 1;
  padding: 1.4rem 0 1.2rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0.4rem;
}

/* line 118, app/assets/stylesheets/theme/elements/_products.scss */
.product-countdown .countdown-section:not(:last-child):after {
  color: #fff;
  content: ":";
  display: inline-block;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  position: absolute;
  left: 100%;
  margin-left: 3px;
  margin-top: -1px;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

/* line 135, app/assets/stylesheets/theme/elements/_products.scss */
.product-countdown .countdown-period {
  display: block;
  font-weight: 400;
  color: #333333;
  text-transform: lowercase;
  width: 100%;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 148, app/assets/stylesheets/theme/elements/_products.scss */
.product-countdown .countdown-amount {
  display: inline-block;
  color: #1d3441;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: -0.03em;
  margin-bottom: 0.6rem;
}

/* line 158, app/assets/stylesheets/theme/elements/_products.scss */
.product-countdown.countdown-primary .countdown-amount {
  color: #1d3441;
}

/* line 164, app/assets/stylesheets/theme/elements/_products.scss */
.product-countdown-container {
  position: absolute;
  left: 1.4rem;
  right: 1.4rem;
  bottom: 1.3rem;
  z-index: 6;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
  border-radius: 0.3rem;
  background-color: rgba(255, 255, 255, 0.95);
  letter-spacing: -0.01em;
  transition: all 0.4s ease;
  visibility: visible;
  opacity: 1;
}

/* line 179, app/assets/stylesheets/theme/elements/_products.scss */
.product-countdown-container .product-contdown-title {
  display: block;
  color: #333;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.2;
  margin-bottom: 0.3rem;
  text-align: center;
}

/* line 189, app/assets/stylesheets/theme/elements/_products.scss */
.product-countdown-container .product-countdown {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 6;
  line-height: 1;
  opacity: 1;
}

/* line 198, app/assets/stylesheets/theme/elements/_products.scss */
.product-countdown-container .product-countdown .countdown-amount {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 0;
  text-transform: uppercase;
}

/* line 209, app/assets/stylesheets/theme/elements/_products.scss */
.product:hover .product-countdown,
.product:hover .product-countdown-container {
  opacity: 0;
  visibility: hidden;
}

/* line 216, app/assets/stylesheets/theme/elements/_products.scss */
.product-body {
  position: relative;
  padding: 1.6rem 2rem;
  transition: all 0.35s ease;
  background-color: #fff;
}

/* line 222, app/assets/stylesheets/theme/elements/_products.scss */
.product-body.product-action-inner {
  padding-right: 4rem;
}

/* line 227, app/assets/stylesheets/theme/elements/_products.scss */
.product-title {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: #333333;
  margin-bottom: 0.5rem;
}

/* line 237, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-list .order-last {
  display: flex;
  align-items: center;
}

/* line 242, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-list .product-content p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* line 250, app/assets/stylesheets/theme/elements/_products.scss */
.product-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: inherit;
}

/* line 256, app/assets/stylesheets/theme/elements/_products.scss */
.product-title a:hover, .product-title a:focus {
  color: #1d3441;
}

/* line 262, app/assets/stylesheets/theme/elements/_products.scss */
.product-category {
  color: #787473;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: -0.01em;
  margin-bottom: 0.3rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-transform: uppercase;
}

/* line 275, app/assets/stylesheets/theme/elements/_products.scss */
.product-category a {
  color: inherit;
}

/* line 278, app/assets/stylesheets/theme/elements/_products.scss */
.product-category a:hover, .product-category a:focus {
  color: #1d3441;
}

/* line 284, app/assets/stylesheets/theme/elements/_products.scss */
.product-price {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.25;
  color: #1d3441;
  margin-bottom: 1.3rem;
}

/* line 295, app/assets/stylesheets/theme/elements/_products.scss */
.new-price {
  color: #1d3441;
  margin-right: 0.8rem;
  font-weight: 700;
  font-size: 1.4rem;
}

/* line 302, app/assets/stylesheets/theme/elements/_products.scss */
.old-price {
  color: #cccccc;
  text-decoration: line-through;
}

/* line 307, app/assets/stylesheets/theme/elements/_products.scss */
.out-price {
  color: #cccccc;
}

/* line 311, app/assets/stylesheets/theme/elements/_products.scss */
.out-text {
  display: block;
  width: 100%;
  font-size: 1.3rem;
  margin-top: 0.2rem;
}

/* line 318, app/assets/stylesheets/theme/elements/_products.scss */
.product-label {
  position: absolute;
  z-index: 2;
  top: 2rem;
  left: 2rem;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.6rem;
  letter-spacing: -0.01em;
  padding: 0.5rem 0.9rem;
  min-width: 45px;
  text-align: center;
  color: #333333;
  background-color: #fff;
}

/* line 333, app/assets/stylesheets/theme/elements/_products.scss */
.product-label + .product-label {
  top: 5rem;
}

/* line 337, app/assets/stylesheets/theme/elements/_products.scss */
.product-label.label-sale {
  color: #fff;
  background-color: #1d3441;
}

/* line 342, app/assets/stylesheets/theme/elements/_products.scss */
.product-label.label-new {
  color: #fff;
  background-color: #a9c3c6;
}

/* line 347, app/assets/stylesheets/theme/elements/_products.scss */
.product-label.label-top {
  color: #fff;
  background-color: #7dd2ea;
}

/* line 352, app/assets/stylesheets/theme/elements/_products.scss */
.product-label.label-out {
  color: #fff;
  background-color: #ccc;
}

/* line 357, app/assets/stylesheets/theme/elements/_products.scss */
.product-label.label-primary {
  color: #fff;
  background-color: #1d3441;
}

/* line 362, app/assets/stylesheets/theme/elements/_products.scss */
.product-label.label-secondary {
  color: #fff;
  background-color: #254455;
}

/* line 368, app/assets/stylesheets/theme/elements/_products.scss */
.product-label-text {
  color: #1d3441;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: -0.01em;
  margin-top: -0.1rem;
}

/* line 377, app/assets/stylesheets/theme/elements/_products.scss */
.label-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.6rem;
  height: 4.6rem;
  min-width: 0;
  border-radius: 50%;
  line-height: 1;
}

/* line 387, app/assets/stylesheets/theme/elements/_products.scss */
.label-circle + .label-circle {
  top: 5.6rem;
}

/* line 391, app/assets/stylesheets/theme/elements/_products.scss */
.label-circle.label-out {
  font-size: 1.1rem;
}

/* line 396, app/assets/stylesheets/theme/elements/_products.scss */
.ratings-container {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  margin-bottom: 1.7rem;
  line-height: 1;
  white-space: nowrap;
}

/* line 405, app/assets/stylesheets/theme/elements/_products.scss */
.ratings {
  position: relative;
  color: #cccccc;
}

/* line 409, app/assets/stylesheets/theme/elements/_products.scss */
.ratings .tooltip-text {
  position: absolute;
  left: 50%;
  top: auto;
  bottom: 150%;
  font-size: 1.4rem;
  background-color: #333;
  color: #fff;
  padding: 0.7rem;
  text-indent: 0;
  overflow: initial;
  letter-spacing: 0;
  transform: translateX(-50%);
  transition: opacity 0.3s;
  opacity: 0;
  visibility: hidden;
}

/* line 426, app/assets/stylesheets/theme/elements/_products.scss */
.ratings .tooltip-text::after {
  content: "";
  position: absolute;
  left: inherit;
  top: 96%;
  margin-left: -6px;
  border-width: 6px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}

/* line 438, app/assets/stylesheets/theme/elements/_products.scss */
.ratings:hover .tooltip-text {
  opacity: 1;
  visibility: visible;
}

/* line 444, app/assets/stylesheets/theme/elements/_products.scss */
.ratings,
.ratings-val {
  display: inline-block;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1;
  font-family: "molla";
}

/* line 452, app/assets/stylesheets/theme/elements/_products.scss */
.ratings:before,
.ratings-val:before {
  content: "" "" "" "" "";
}

/* line 457, app/assets/stylesheets/theme/elements/_products.scss */
.ratings-val {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  color: #fcb941;
}

/* line 465, app/assets/stylesheets/theme/elements/_products.scss */
.ratings-primary .ratings-val {
  color: #1d3441;
}

/* line 470, app/assets/stylesheets/theme/elements/_products.scss */
.ratings-text {
  color: #cccccc;
  letter-spacing: -0.01em;
  margin-left: 0.8rem;
}

/* line 476, app/assets/stylesheets/theme/elements/_products.scss */
.ratings-text a {
  color: inherit;
}

/* line 479, app/assets/stylesheets/theme/elements/_products.scss */
.ratings-text a:hover, .ratings-text a:focus {
  color: #1d3441;
}

/* line 485, app/assets/stylesheets/theme/elements/_products.scss */
.product-action {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 10;
  transition: all 0.35s ease;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
}

/* line 502, app/assets/stylesheets/theme/elements/_products.scss */
.product:hover .product-action,
.product:focus .product-action {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

/* line 509, app/assets/stylesheets/theme/elements/_products.scss */
.action-icon-top {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

/* line 513, app/assets/stylesheets/theme/elements/_products.scss */
.action-icon-top .btn-product {
  padding-top: 1rem;
  padding-bottom: 1rem;
  flex-direction: column;
}

/* line 518, app/assets/stylesheets/theme/elements/_products.scss */
.action-icon-top .btn-product:before {
  margin-right: 0;
}

/* line 522, app/assets/stylesheets/theme/elements/_products.scss */
.action-icon-top .btn-product span {
  margin-top: 0.9rem;
}

/* line 527, app/assets/stylesheets/theme/elements/_products.scss */
.action-icon-top:before {
  margin-right: 0;
}

/* line 532, app/assets/stylesheets/theme/elements/_products.scss */
.btn-product {
  color: #1d3441;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  padding-left: 0;
  padding-right: 0;
  min-width: auto;
  line-height: 1;
  transition: all 0.35s ease;
  padding-top: 1.9rem;
  padding-bottom: 1.9rem;
  flex-grow: 1;
  flex-basis: auto;
}

/* line 549, app/assets/stylesheets/theme/elements/_products.scss */
.btn-product + .btn-product {
  border-left: 0.1rem dotted #e5e5e5;
}

/* line 553, app/assets/stylesheets/theme/elements/_products.scss */
.btn-product:before {
  font-family: "molla";
  margin-right: 0.9rem;
}

/* line 558, app/assets/stylesheets/theme/elements/_products.scss */
.btn-product span {
  color: #666666;
  font-weight: 400;
  font-size: 1.3rem;
  letter-spacing: -0.01em;
  transition: all 0.35s ease;
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
}

/* line 568, app/assets/stylesheets/theme/elements/_products.scss */
.btn-product:hover, .btn-product:focus {
  outline: none !important;
}

/* line 572, app/assets/stylesheets/theme/elements/_products.scss */
.btn-product:hover span, .btn-product:focus span {
  color: #1d3441;
  border-bottom-color: #1d3441;
}

@supports (-ms-ime-align: auto) {
  /* line 580, app/assets/stylesheets/theme/elements/_products.scss */
  .btn-product:before {
    margin-bottom: 1px;
  }
}

/* line 585, app/assets/stylesheets/theme/elements/_products.scss */
.product-action-dark {
  background-color: #333333;
}

/* line 589, app/assets/stylesheets/theme/elements/_products.scss */
.product-action-dark .btn-product:not(:hover):not(:focus) span {
  color: #fff;
}

/* line 594, app/assets/stylesheets/theme/elements/_products.scss */
.product-action-dark .btn-product + .btn-product {
  border-left-color: #333333;
}

/* line 601, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-2 .product-action:before,
.product.product-2 .product-action-dark:before {
  position: absolute;
  top: 1rem;
  bottom: 1rem;
  right: 50%;
  width: 0.1rem;
  background: #d1d1d3;
  z-index: 1;
}

/* line 613, app/assets/stylesheets/theme/elements/_products.scss */
.product-action-vertical {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 2rem;
  top: 2rem;
  background-color: transparent;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  transition: all 0.35s ease;
  transform: translateX(-15px);
}

/* line 627, app/assets/stylesheets/theme/elements/_products.scss */
.product:hover .product-action-vertical {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}

/* line 633, app/assets/stylesheets/theme/elements/_products.scss */
.btn-product-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  padding: 0;
  font-size: 1.4rem;
  line-height: 1;
  transition: all 0.35s ease;
  padding: 0;
  border-radius: 50%;
  color: #1d3441;
  background-color: #fff;
}

/* line 649, app/assets/stylesheets/theme/elements/_products.scss */
.btn-product-icon:before {
  font-family: "molla";
}

/* line 653, app/assets/stylesheets/theme/elements/_products.scss */
.btn-product-icon span {
  display: none;
}

/* line 657, app/assets/stylesheets/theme/elements/_products.scss */
.btn-product-icon:hover, .btn-product-icon:focus {
  color: #fff;
  background-color: #1d3441;
}

/* line 664, app/assets/stylesheets/theme/elements/_products.scss */
.btn-product-icon + .btn-product-icon {
  margin-top: 1rem;
}

/* line 669, app/assets/stylesheets/theme/elements/_products.scss */
.btn-cart:before {
  content: "\e812";
}

/* line 674, app/assets/stylesheets/theme/elements/_products.scss */
.btn-cart.btn-select:before {
  content: "\e818";
}

/* line 680, app/assets/stylesheets/theme/elements/_products.scss */
.product-details-action .btn-cart.btn-disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

/* line 684, app/assets/stylesheets/theme/elements/_products.scss */
.product-details-action .btn-cart.btn-disabled:hover, .product-details-action .btn-cart.btn-disabled:focus {
  border-color: inherit;
  background-color: inherit;
  color: inherit;
}

/* line 690, app/assets/stylesheets/theme/elements/_products.scss */
.product-details-action .btn-cart.btn-disabled:hover span, .product-details-action .btn-cart.btn-disabled:focus span {
  color: inherit !important;
}

/* line 696, app/assets/stylesheets/theme/elements/_products.scss */
.btn-wishlist {
  font-size: 1.6rem;
}

/* line 698, app/assets/stylesheets/theme/elements/_products.scss */
.btn-wishlist:before {
  content: "\f234";
}

/* line 702, app/assets/stylesheets/theme/elements/_products.scss */
.btn-wishlist.added-to-wishlist::before {
  content: "\f233";
}

/* line 708, app/assets/stylesheets/theme/elements/_products.scss */
.product-body .btn-wishlist {
  position: absolute;
  top: 3.4rem;
  right: 2rem;
  color: #ccc;
  padding: 0;
  margin: 0;
  background: none;
}

/* line 717, app/assets/stylesheets/theme/elements/_products.scss */
.product-body .btn-wishlist:before {
  margin-right: 0;
}

/* line 721, app/assets/stylesheets/theme/elements/_products.scss */
.product-body .btn-wishlist span {
  display: none;
}

/* line 725, app/assets/stylesheets/theme/elements/_products.scss */
.product-body .btn-wishlist:hover, .product-body .btn-wishlist:focus {
  color: #1d3441;
  background: none;
}

/* line 733, app/assets/stylesheets/theme/elements/_products.scss */
.btn-quickview:before {
  content: "\f145";
}

/* line 739, app/assets/stylesheets/theme/elements/_products.scss */
.btn-compare:before {
  content: "\f2d0";
}

/* line 744, app/assets/stylesheets/theme/elements/_products.scss */
.btn-expandable {
  position: relative;
}

/* line 747, app/assets/stylesheets/theme/elements/_products.scss */
.btn-expandable span {
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  line-height: 3rem;
  align-items: center;
  display: flex;
  font-weight: 300;
  font-size: 1.1rem;
  white-space: nowrap;
  letter-spacing: 0;
  min-width: 100px;
  padding-left: 1.8rem;
  padding-right: 0.4rem;
  color: #fff;
  background-color: #1d3441;
  transition: all 0.35s ease;
  opacity: 0;
  visibility: hidden;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  transform: translateX(15px);
  z-index: -1;
}

/* line 773, app/assets/stylesheets/theme/elements/_products.scss */
.btn-expandable:hover, .btn-expandable:focus {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 778, app/assets/stylesheets/theme/elements/_products.scss */
.btn-expandable:hover span, .btn-expandable:focus span {
  visibility: visible;
  opacity: 1;
  transform: translateX(2px);
}

/* line 786, app/assets/stylesheets/theme/elements/_products.scss */
.product-size {
  display: flex;
  align-items: center;
  padding-top: 0.2rem;
  margin-bottom: 1.6rem;
}

/* line 792, app/assets/stylesheets/theme/elements/_products.scss */
.product-size a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 2.1rem;
  height: 2.1rem;
  font-weight: 400;
  font-size: 1.2rem;
  padding-top: 0.1rem;
  line-height: 1;
  color: #666666;
  background-color: #f7f8fa;
  border-radius: 0.2rem;
  transition: all 0.35s ease;
  margin-right: 0.5rem;
}

/* line 809, app/assets/stylesheets/theme/elements/_products.scss */
.product-size a:last-child {
  margin-right: 0;
}

/* line 813, app/assets/stylesheets/theme/elements/_products.scss */
.product-size a:hover, .product-size a:focus, .product-size a.active {
  color: #fff;
  background-color: #333;
}

/* line 820, app/assets/stylesheets/theme/elements/_products.scss */
.product-size a.disabled {
  color: #cccccc;
  pointer-events: none;
}

/* line 827, app/assets/stylesheets/theme/elements/_products.scss */
.product-nav {
  display: flex;
  align-items: center;
}

/* line 832, app/assets/stylesheets/theme/elements/_products.scss */
.product-nav-dots {
  margin-bottom: 0.5rem;
}

/* line 835, app/assets/stylesheets/theme/elements/_products.scss */
.product-nav-dots a,
.product-nav-dots button,
.product-nav-dots span {
  display: block;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 0.2rem solid #fff;
  margin-right: 0.9rem;
  transition: box-shadow 0.35s ease;
  background-repeat: no-repeat;
  background-position: center center;
}

/* line 848, app/assets/stylesheets/theme/elements/_products.scss */
.product-nav-dots a.active, .product-nav-dots a:hover,
.product-nav-dots button.active,
.product-nav-dots button:hover,
.product-nav-dots span.active,
.product-nav-dots span:hover {
  box-shadow: 0 0 0 0.1rem #cccccc;
}

/* line 853, app/assets/stylesheets/theme/elements/_products.scss */
.product-nav-dots a:last-child,
.product-nav-dots button:last-child,
.product-nav-dots span:last-child {
  margin-right: 0;
}

/* line 859, app/assets/stylesheets/theme/elements/_products.scss */
.product .product-nav-dots a,
.product .product-nav-dots button,
.product .product-nav-dots span {
  width: 1.6rem;
  height: 1.6rem;
  border: none;
}

/* line 866, app/assets/stylesheets/theme/elements/_products.scss */
.product .product-nav-dots a.active, .product .product-nav-dots a:hover,
.product .product-nav-dots button.active,
.product .product-nav-dots button:hover,
.product .product-nav-dots span.active,
.product .product-nav-dots span:hover {
  box-shadow: none;
}

/* line 874, app/assets/stylesheets/theme/elements/_products.scss */
.product-nav-thumbs {
  padding-top: 0.2rem;
  margin-bottom: 1.6rem;
}

/* line 878, app/assets/stylesheets/theme/elements/_products.scss */
.product-nav-thumbs a,
.product-nav-thumbs span {
  display: flex;
  align-items: center;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 0.2rem;
  border: 0.2rem solid #fff;
  margin-right: 0.4rem;
  transition: box-shadow 0.35s ease;
}

/* line 889, app/assets/stylesheets/theme/elements/_products.scss */
.product-nav-thumbs a.active, .product-nav-thumbs a:hover, .product-nav-thumbs a:focus,
.product-nav-thumbs span.active,
.product-nav-thumbs span:hover,
.product-nav-thumbs span:focus {
  box-shadow: 0 0 0 0.1rem #cccccc;
}

/* line 895, app/assets/stylesheets/theme/elements/_products.scss */
.product-nav-thumbs a:last-child,
.product-nav-thumbs span:last-child {
  margin-right: 0;
}

/* line 900, app/assets/stylesheets/theme/elements/_products.scss */
.product-nav-thumbs img {
  width: 100%;
  border-radius: 0.2rem;
}

/* line 906, app/assets/stylesheets/theme/elements/_products.scss */
.product-disabled {
  pointer-events: none;
}

/* line 909, app/assets/stylesheets/theme/elements/_products.scss */
.product-disabled .btn-product,
.product-disabled .btn-product-icon {
  pointer-events: none;
  color: #fff;
  background-color: #ccc !important;
}

/* line 918, app/assets/stylesheets/theme/elements/_products.scss */
.product.text-center .product-price,
.product.text-center .ratings-container,
.product.text-center .product-nav,
.product.text-center .product-size {
  justify-content: center;
}

/* Product 2 */
/* line 928, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-2 .product-body {
  padding-bottom: 0.4rem;
}

/* line 931, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-2 .product-action {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* line 936, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-2 .btn-product {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}

/* line 941, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-2 .btn-product + .btn-product {
  border-left-style: solid;
}

/* line 945, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-2 .ratings-container:last-child {
  margin-bottom: 1.6rem;
}

/* line 949, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-2 .product-action-vertical {
  top: 2rem;
}

/* line 953, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-2 .product-nav-dots {
  margin-bottom: 2rem;
}

/* line 958, app/assets/stylesheets/theme/elements/_products.scss */
.product-footer {
  display: none;
  padding-top: 1.3rem;
}

/* Product 3 */
/* line 964, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-3 {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

/* line 969, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-3 .product-action {
  position: absolute;
  bottom: 100%;
  border-bottom: 0.1rem solid #ebebeb;
  background-color: #fff;
  transform: translateY(0);
  transition-duration: 0.25s;
}

/* line 978, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-3 .btn-product {
  padding-top: 1.05rem;
  padding-bottom: 1.05rem;
}

/* line 983, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-3 .btn-product:not(:hover):not(:focus) span {
  color: #333;
}

/* line 989, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-3 .product-price,
.product.product-3 .product-nav {
  margin-bottom: 0;
}

/* line 994, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-3 .product-body {
  background-color: #fff;
  z-index: 2;
}

/* line 999, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-3 .product-footer {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  transform: translateY(100%);
  visibility: hidden;
  transition: all 0.35s ease;
  padding: 0 2rem 1rem;
}

/* line 1012, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-3:hover {
  box-shadow: none;
}

/* Product 4 */
/* line 1019, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-4 .product-body {
  padding-bottom: 2rem;
  z-index: 2;
}

/* line 1023, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-4 .product-body div:last-child {
  margin-bottom: 0;
}

/* line 1028, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-4 .product-action {
  background-color: transparent;
}

/* line 1032, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-4 .product-action-vertical {
  transform: translate(0, 10px);
}

/* line 1036, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-4 .btn-product {
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
  color: #fff;
  background-color: #1d3441;
  text-transform: uppercase;
}

/* line 1043, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-4 .btn-product span {
  color: inherit;
  transition-duration: 0s;
}

/* line 1048, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-4 .btn-product:hover, .product.product-4 .btn-product:focus {
  color: #fff;
  background-color: #254455;
}

/* line 1053, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-4 .btn-product:hover span, .product.product-4 .btn-product:focus span {
  border-bottom-color: transparent;
}

/* line 1059, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-4 .product-title {
  margin-bottom: 1rem;
}

/* line 1063, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-4 .product-nav {
  margin-bottom: 0;
}

/* line 1067, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-4 .product-footer {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  padding-top: 0.3rem;
  padding-bottom: 2.5rem;
  transition: all 0.35s ease;
  background-color: #fff;
  z-index: 1;
}

/* line 1080, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-4 .ratings-container {
  margin-bottom: 0;
}

/* line 1085, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-4:hover .product-action-vertical {
  transform: translate(0, 0);
}

/* line 1089, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-4:hover .product-footer {
  opacity: 1;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

/* line 1097, app/assets/stylesheets/theme/elements/_products.scss */
.product-4-carousel .owl-stage {
  padding-bottom: 4rem;
}

/* Product 5 */
/* line 1104, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-5 .product-body {
  padding-bottom: 1.6rem;
  background-color: #fff;
  transition-duration: 0s;
  z-index: 2;
}

/* line 1110, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-5 .product-body div:last-child {
  margin-bottom: 0;
}

/* line 1115, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-5 .product-action {
  background-color: transparent;
}

/* line 1119, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-5 .btn-product {
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
  color: #1d3441;
  background-color: #333333;
}

/* line 1125, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-5 .btn-product span {
  color: #fff;
  transition-duration: 0s;
}

/* line 1130, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-5 .btn-product:hover, .product.product-5 .btn-product:focus {
  color: #fff;
  background-color: #1d3441;
}

/* line 1135, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-5 .btn-product:hover span, .product.product-5 .btn-product:focus span {
  border-bottom-color: transparent;
}

/* line 1141, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-5 .product-title {
  margin-bottom: 1rem;
}

/* line 1145, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-5 .product-footer {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  padding-top: 0;
  padding-bottom: 2rem;
  transition: all 0.35s ease;
  background-color: #fff;
  z-index: 1;
}

/* line 1158, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-5 .ratings-container {
  margin-bottom: 0;
}

/* line 1161, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-5 .ratings-container + .product-nav {
  margin-top: 1.7rem;
}

/* line 1166, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-5 .product-nav {
  margin-bottom: 0;
}

/* line 1171, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-5:hover .product-footer {
  opacity: 1;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

/* line 1179, app/assets/stylesheets/theme/elements/_products.scss */
.product-5-carousel .owl-stage {
  padding-bottom: 7rem;
}

/* Product 6 */
/* line 1185, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-6 {
  overflow: hidden;
}

/* line 1188, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-6 .product-body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding-right: 2rem;
  padding-bottom: 0;
  z-index: 3;
  transform: translateY(100%);
}

/* line 1199, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-6 .product-action {
  position: static;
  left: auto;
  right: auto;
  bottom: auto;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  background-color: transparent;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: 0.1rem solid #ebebeb;
  margin-top: 2.4rem;
}

/* line 1214, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-6 .btn-product {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}

/* line 1219, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-6 .btn-product + .btn-product {
  border-left-style: solid;
}

/* line 1223, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-6 .product-category {
  margin-bottom: 0.5rem;
}

/* line 1227, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-6 .product-title {
  margin-bottom: 1rem;
}

/* line 1231, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-6:hover {
  box-shadow: none;
}

/* line 1234, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-6:hover .product-body {
  transform: translateY(0);
}

/* Product 7 */
/* line 1242, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-7 .btn-product {
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
  color: #1d3441;
  background-color: #fff;
  text-transform: uppercase;
  border-bottom: 0.1rem solid #ebebeb;
}

/* line 1250, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-7 .btn-product span {
  color: #1d3441;
}

/* line 1254, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-7 .btn-product:before {
  display: inline-block;
  margin-top: -0.1rem;
}

/* line 1259, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-7 .btn-product:hover, .product.product-7 .btn-product:focus {
  color: #fff;
  background-color: #1d3441;
  border-bottom-color: #1d3441;
}

/* line 1265, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-7 .btn-product:hover span, .product.product-7 .btn-product:focus span {
  color: #fff;
  border-bottom-color: transparent;
}

/* line 1272, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-7 .product-nav-thumbs {
  margin-bottom: 1rem;
}

/* Product 8 */
/* line 1278, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-8 {
  margin-bottom: 2rem;
}

/* line 1281, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-8 .product-media {
  border: 0.1rem solid #ebebeb;
}

/* line 1285, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-8 .product-body {
  padding: 1.9rem 0.5rem 4rem;
}

/* line 1289, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-8 .product-category {
  color: #ccc;
  margin-bottom: 0.5rem;
}

/* line 1294, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-8 .product-action {
  background-color: transparent;
}

/* line 1298, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-8 .product-action-vertical {
  transform: translate(0, 10px);
}

/* line 1302, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-8 .new-price {
  color: #1d3441;
}

/* line 1306, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-8 .btn-product {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  color: #fff;
  background-color: #333;
  text-transform: uppercase;
}

/* line 1313, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-8 .btn-product:before {
  color: #1d3441;
  margin-top: -2px;
  margin-right: 0.6rem;
}

/* line 1319, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-8 .btn-product span {
  font-size: 1.4rem;
  color: inherit;
  transition-duration: 0s;
}

/* line 1325, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-8 .btn-product:hover, .product.product-8 .btn-product:focus {
  color: #fff;
  background-color: #1d3441;
}

/* line 1330, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-8 .btn-product:hover:before, .product.product-8 .btn-product:focus:before {
  color: #fff;
}

/* line 1334, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-8 .btn-product:hover span, .product.product-8 .btn-product:focus span {
  border-bottom-color: transparent;
}

/* line 1340, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-8 .product-title {
  margin-bottom: 1rem;
}

/* line 1344, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-8 .product-price {
  margin-bottom: 0.9rem;
}

/* line 1348, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-8 .product-nav {
  padding-top: 0.4rem;
  margin-bottom: 1.3rem;
}

/* line 1352, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-8 .product-nav:last-child {
  margin-bottom: 0;
}

/* line 1357, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-8 .ratings-container {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2.2rem;
  margin-bottom: 0;
  transition: all 0.35s ease;
}

/* line 1368, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-8:hover .product-action-vertical {
  transform: translate(0, 0);
}

/* line 1372, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-8:hover .ratings-container {
  opacity: 1;
}

/* Product 9 */
/* line 1380, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-9 .product-price {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #333;
}

/* line 1386, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-9 .old-price {
  text-decoration: none;
}

/* line 1389, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-9 .label-sale {
  background-color: #1d3441;
  text-transform: uppercase;
}

/* line 1393, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-9 .product-body {
  padding: 1rem 2rem;
  transition: all 0.3s;
}

/* line 1397, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-9 .product-action {
  bottom: auto;
  background-color: #fff;
  text-transform: uppercase;
}

/* line 1401, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-9 .product-action::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1rem;
  height: 0.1rem;
  background-color: #ebebeb;
}

/* line 1411, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-9 .product-detail {
  position: absolute;
  visibility: hidden;
  padding-top: 1rem;
  opacity: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
}

/* line 1420, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-9 .btn-product {
  padding-top: 1.2rem;
  padding-bottom: 2.2rem;
}

/* line 1425, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-9:hover {
  margin-bottom: -9rem !important;
  box-shadow: none;
}

/* line 1427, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-9:hover .product-body,
.product.product-9:hover .product-action {
  transform: translateY(-100%);
}

/* line 1431, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-9:hover .product-intro {
  padding-bottom: 9rem;
}

/* line 1434, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-9:hover .product-detail {
  bottom: 1rem;
  opacity: 1;
  visibility: visible;
}

/* line 1442, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-9 .product-nav-dots a,
.product.product-9 .product-nav-dots span {
  width: 4rem;
  height: 5rem;
  border-radius: 0.5rem;
}

/* Product 10 */
/* line 1454, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-10:hover .product-body, .product.product-10:focus .product-body {
  transform: translateY(-56px);
}

/* line 1457, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-10:hover .product-action, .product.product-10:focus .product-action {
  transform: translateY(22%);
}

/* line 1462, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-10 .btn-expandable span {
  background-color: #fcb941;
}

/* line 1466, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-10 .product-media {
  background-color: #fff;
  padding: 2rem;
}

/* line 1471, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-10 .product-image-hover {
  padding: 2rem;
}

/* line 1475, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-10 .product-body .btn-wishlist {
  width: 100%;
  left: 50%;
  right: 0;
  top: 4.5rem;
  transform: translateX(-50%);
}

/* line 1481, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-10 .product-body .btn-wishlist span {
  margin-left: 0.5rem;
  display: flex;
}

/* line 1485, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-10 .product-body .btn-wishlist:hover, .product.product-10 .product-body .btn-wishlist:focus {
  color: #666;
}

/* line 1489, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-10 .product-body .btn-wishlist:hover::before, .product.product-10 .product-body .btn-wishlist:focus::before {
  content: "\f233";
}

/* line 1495, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-10 .btn-product:hover span,
.product.product-10 .btn-product:focus span {
  color: #1d3441;
  box-shadow: 0 1px 0 0 #fcb941;
}

/* line 1501, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-10 .product-action {
  display: flex;
  justify-content: center;
}

/* line 1506, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-10 .product-body {
  padding-bottom: 5rem;
}

/* line 1510, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-10 .btn-cart {
  padding: 0.5rem 3.5rem;
  border: 0.2rem solid #fcb941;
  border-radius: 0.5rem;
  color: #fcb941;
}

/* line 1515, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-10 .btn-cart span {
  text-transform: uppercase;
}

/* line 1518, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-10 .btn-cart::before {
  content: "";
}

/* line 1522, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-10 .btn-cart:hover, .product.product-10 .btn-cart:focus {
  color: #222;
  background-color: #fcb941;
}

/* line 1529, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-10 .btn-quickview {
  color: #fcb941;
}

/* line 1532, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-10 .btn-quickview:hover, .product.product-10 .btn-quickview:focus {
  color: #fff;
  background-color: #fcb941;
}

/* line 1539, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-10 .product-title a {
  font-size: 1.3rem;
  font-weight: 400;
  font-family: "Jost";
  letter-spacing: 0;
  color: #333;
}

/* line 1546, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-10 .product-title a:hover, .product.product-10 .product-title a:focus {
  color: #fcb941;
}

/* line 1552, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-10 .product-price {
  margin-top: 0.8rem;
  font-size: 1.3rem;
  font-weight: 700;
  font-family: "Jost";
  letter-spacing: 0;
  color: #333333;
}

/* line 1561, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-10 .new-price {
  font-size: 1.3rem;
  font-weight: 700;
  font-family: "Jost";
  letter-spacing: 0;
}

/* line 1568, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-10 .old-price {
  font-size: 1.3rem;
  font-weight: 400;
  font-family: "Jost";
  letter-spacing: 0;
  text-decoration: none;
}

/* line 1576, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-10 .product-label {
  left: 3rem;
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: 700;
  font-family: "Jost";
  letter-spacing: -0.01em;
}

/* line 1586, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-10 .product-label.label-deal {
  color: #fff;
  background-color: #1d3441;
  padding: 0.5rem 2rem;
  left: 0;
  box-shadow: 0 5px 10px rgba(34, 34, 34, 0.2);
}

/* Product 11 */
/* line 1597, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-11 a:hover,
.product.product-11 a:focus {
  color: #1d3441;
}

/* line 1601, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-11 .btn-product-icon {
  color: #333;
}

/* line 1604, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-11 .btn-product-icon:hover, .product.product-11 .btn-product-icon:focus {
  color: #fff;
  background-color: #1d3441;
  border-color: #1d3441;
}

/* line 1611, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-11 .product-price {
  color: #333;
}

/* line 1614, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-11 .old-price {
  text-decoration: none;
}

/* line 1618, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-11 .product-body {
  padding-bottom: 5.5rem;
}

/* line 1622, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-11 .product-action {
  bottom: 2rem;
}

/* line 1626, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-11 .btn-product {
  text-transform: uppercase;
  color: #333;
  border: 0.1rem solid #ebebeb;
  margin-left: 2rem;
  margin-right: 2rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

/* line 1635, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-11 .btn-product span {
  font-size: 1.4rem;
}

/* line 1639, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-11 .btn-product:hover, .product.product-11 .btn-product:focus {
  color: #fff;
  border-color: #1d3441;
  background-color: #1d3441;
}

/* line 1645, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-11 .btn-product:hover span, .product.product-11 .btn-product:focus span {
  color: #fff;
  border-bottom-color: transparent;
}

/* line 1652, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-11:hover, .product.product-11:focus {
  z-index: 10;
}

/* Product List */
/* line 1659, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-list {
  box-shadow: none;
  padding-bottom: 2rem;
  border-bottom: 0.1rem solid #ebebeb;
  margin-bottom: 2rem;
}

/* line 1665, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-list:last-child {
  border-bottom: 0;
}

/* line 1671, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-list .btn-wishlist.added-to-wishlist::before {
  color: #1d3441;
}

/* line 1677, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-list .product-media {
  height: 100%;
}

/* line 1680, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-list .product-media > a {
  height: 100%;
}

/* line 1684, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-list .product-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 1691, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-list .product-body {
  padding: 0;
}

/* line 1694, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-list .product-body .btn-wishlist {
  top: 3.1rem;
}

/* line 1699, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-list .product-list-action {
  position: absolute;
  top: 50%;
  width: 92%;
  transform: translateY(-50%);
}

/* line 1707, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-list .product-content {
  color: #787473;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.43;
  padding-top: 1rem;
  margin-bottom: 0;
}

/* line 1715, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-list .product-content p {
  margin-bottom: 0;
}

/* line 1720, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-list .product-action {
  position: static;
  left: auto;
  right: auto;
  bottom: auto;
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  margin-bottom: 1.2rem;
}

/* line 1731, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-list .ratings-container {
  margin-bottom: 1.2rem;
}

/* line 1735, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-list .btn-product {
  color: #787473;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.4;
  flex: 1 1 50%;
  max-width: 50%;
}

/* line 1743, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-list .btn-product:before {
  margin-right: 0.5rem;
  padding-bottom: 1px;
}

/* line 1748, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-list .btn-product span {
  color: inherit;
  font-size: 1.2rem;
  transition: box-shadow 0.35s ease, color 0s ease;
}

/* line 1754, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-list .btn-product.disabled {
  pointer-events: none;
}

/* line 1758, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-list .btn-product:hover, .product.product-list .btn-product:focus {
  color: #1d3441;
}

/* line 1762, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-list .btn-product:hover span, .product.product-list .btn-product:focus span {
  color: inherit;
}

/* line 1767, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-list .btn-product.btn-cart {
  color: #1d3441;
  border: 0.1rem solid #1d3441;
  flex: 1 1 100%;
  max-width: 100%;
  width: 100%;
  text-transform: uppercase;
  line-height: 1;
  padding-top: 1rem;
  padding-bottom: 1rem;
  transition: all 0.35s ease;
}

/* line 1779, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-list .btn-product.btn-cart span {
  font-size: 1.3rem;
}

/* line 1783, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-list .btn-product.btn-cart:hover, .product.product-list .btn-product.btn-cart:focus {
  color: #fff;
  background-color: #1d3441;
}

/* line 1788, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-list .btn-product.btn-cart:hover span, .product.product-list .btn-product.btn-cart:focus span {
  border-bottom-color: transparent;
}

/* line 1793, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-list .btn-product.btn-cart.disabled {
  color: #ccc;
  border-color: #ebebeb;
  background-color: #fafafa;
}

/* line 1798, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-list .btn-product.btn-cart.disabled:before {
  display: none;
}

/* line 1804, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-list .btn-product.btn-quickview {
  padding-left: 0;
  justify-content: center;
}

/* line 1809, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-list .btn-product.btn-compare {
  padding-right: 0;
}

/* line 1814, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-list .product-nav {
  margin-top: 2.4rem;
  margin-bottom: 0;
  padding-left: 0.5rem;
}

/* Products Small */
/* line 1822, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-sm {
  display: flex;
  align-items: center;
  margin-bottom: 1rem !important;
}

/* line 1827, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-sm:hover {
  box-shadow: none;
}

/* line 1831, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-sm .product-media {
  flex: 0 0 80px;
  max-width: 80px;
}

/* line 1836, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-sm .product-body {
  flex: 1 1 auto;
  padding: 0.5rem 0 0.5rem 2rem;
}

/* line 1841, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-sm .product-category {
  color: #ccc;
  font-weight: 400;
  font-size: 1.3rem;
  text-transform: uppercase;
  margin-bottom: 0.2rem;
}

/* line 1849, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-sm .product-title {
  font-size: 1.4rem;
}

/* line 1853, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-sm .product-price {
  font-size: 1.6rem;
}

/* line 1857, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-sm .product-title {
  margin-bottom: 0.5rem;
}

/* line 1861, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-sm .product-price {
  margin-bottom: 0;
}

/* line 1864, app/assets/stylesheets/theme/elements/_products.scss */
.product.product-sm .product-price .old-price {
  text-decoration: none;
}

/* line 1872, app/assets/stylesheets/theme/elements/_products.scss */
.product-gallery-image div {
  overflow: hidden;
}

@media screen and (min-width: 480px) {
  /* line 1880, app/assets/stylesheets/theme/elements/_products.scss */
  .just-action-icons-sm .btn-product span {
    display: none;
  }
  /* line 1884, app/assets/stylesheets/theme/elements/_products.scss */
  .just-action-icons-sm .btn-product:before {
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) {
  /* line 1894, app/assets/stylesheets/theme/elements/_products.scss */
  .just-action-icons-md .btn-product span {
    display: none;
  }
  /* line 1898, app/assets/stylesheets/theme/elements/_products.scss */
  .just-action-icons-md .btn-product:before {
    margin-right: 0;
  }
}

@media screen and (min-width: 992px) {
  /* line 1908, app/assets/stylesheets/theme/elements/_products.scss */
  .just-action-icons-lg .btn-product span {
    display: none;
  }
  /* line 1912, app/assets/stylesheets/theme/elements/_products.scss */
  .just-action-icons-lg .btn-product:before {
    margin-right: 0;
  }
}

@media screen and (min-width: 1200px) {
  /* line 1922, app/assets/stylesheets/theme/elements/_products.scss */
  .just-action-icons-xl .btn-product span {
    display: none;
  }
  /* line 1926, app/assets/stylesheets/theme/elements/_products.scss */
  .just-action-icons-xl .btn-product:before {
    margin-right: 0;
  }
}

@media screen and (max-width: 1199px) {
  /* line 1934, app/assets/stylesheets/theme/elements/_products.scss */
  .product.product-list .btn-product span {
    font-size: 11px;
  }
}

@media screen and (max-width: 991px) {
  /* line 1940, app/assets/stylesheets/theme/elements/_products.scss */
  :not(.product-action.action-icon-top) .btn-product.btn-quickview {
    padding: 0;
    font-size: 15px;
  }
  /* line 1945, app/assets/stylesheets/theme/elements/_products.scss */
  .btn-product.btn-compare {
    padding-left: 4px;
    padding-right: 0;
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  /* line 1954, app/assets/stylesheets/theme/elements/_products.scss */
  .product.product-list .product-list-action {
    width: 80%;
  }
  /* line 1958, app/assets/stylesheets/theme/elements/_products.scss */
  .product.product-list .product-category {
    padding-top: 1rem;
  }
  /* line 1963, app/assets/stylesheets/theme/elements/_products.scss */
  .product.product-list .btn-product.btn-cart {
    width: 100%;
  }
  /* line 1967, app/assets/stylesheets/theme/elements/_products.scss */
  .product.product-list .btn-product.btn-compare {
    justify-content: flex-end;
  }
  /* line 1971, app/assets/stylesheets/theme/elements/_products.scss */
  .product.product-list .btn-product span {
    font-size: 12px;
  }
}

@media screen and (max-width: 575px) {
  /* line 1980, app/assets/stylesheets/theme/elements/_products.scss */
  .product-body.product-action-inner {
    padding-right: 3rem;
  }
  /* line 1984, app/assets/stylesheets/theme/elements/_products.scss */
  .product-body .btn-wishlist {
    right: 0.5rem;
  }
  /* line 1990, app/assets/stylesheets/theme/elements/_products.scss */
  .product-3 .product-nav,
.product-3 .btn-compare {
    display: none;
  }
  /* line 1997, app/assets/stylesheets/theme/elements/_products.scss */
  .product.product-4 .product-title,
.product.product-4 .product-price {
    font-size: 1.4rem;
  }
  /* line 2002, app/assets/stylesheets/theme/elements/_products.scss */
  .product.product-4 .product-nav-dots a,
.product.product-4 .product-nav-dots button,
.product.product-4 .product-nav-dots span {
    width: 1.8rem;
    height: 1.8rem;
  }
  /* line 2009, app/assets/stylesheets/theme/elements/_products.scss */
  .product.product-4 .product-body.product-action-inner {
    padding-right: 1rem;
  }
  /* line 2014, app/assets/stylesheets/theme/elements/_products.scss */
  .shop-market
.product-countdown-container
.product-countdown
.countdown-amount {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 425px) {
  /* line 2023, app/assets/stylesheets/theme/elements/_products.scss */
  .products .ratings-container {
    display: none;
  }
  /* line 2027, app/assets/stylesheets/theme/elements/_products.scss */
  .product-title,
.product-price {
    font-size: 1.4rem;
  }
  /* line 2032, app/assets/stylesheets/theme/elements/_products.scss */
  .product-category {
    font-size: 1.2rem;
  }
  /* line 2036, app/assets/stylesheets/theme/elements/_products.scss */
  .product-nav-dots a,
.product-nav-dots button,
.product-nav-dots span {
    width: 1.8rem;
    height: 1.8rem;
  }
  /* line 2043, app/assets/stylesheets/theme/elements/_products.scss */
  .btn-product:before {
    margin-right: 0.2rem;
  }
  /* line 2047, app/assets/stylesheets/theme/elements/_products.scss */
  .product-body,
.product.product-3 .product-footer {
    padding-right: 10px;
    padding-left: 10px;
  }
  /* line 2053, app/assets/stylesheets/theme/elements/_products.scss */
  .product-3 .product-body {
    padding-bottom: 1rem;
  }
  /* line 2057, app/assets/stylesheets/theme/elements/_products.scss */
  .product-countdown .countdown-section {
    margin: 0 2px;
  }
  /* line 2061, app/assets/stylesheets/theme/elements/_products.scss */
  .product-countdown .countdown-show4 .countdown-section {
    width: calc(25% - 4px);
  }
  /* line 2065, app/assets/stylesheets/theme/elements/_products.scss */
  .product-countdown .countdown-amount {
    font-size: 1.5rem;
  }
  /* line 2069, app/assets/stylesheets/theme/elements/_products.scss */
  .action-icon-top .btn-product span {
    display: none;
  }
  /* line 2073, app/assets/stylesheets/theme/elements/_products.scss */
  .product .ratings-container {
    flex-direction: column;
  }
  /* line 2076, app/assets/stylesheets/theme/elements/_products.scss */
  .product .ratings-container .ratings-text {
    margin-left: 0;
    margin-top: 10px;
  }
  /* line 2082, app/assets/stylesheets/theme/elements/_products.scss */
  .quickView-content .ratings-container {
    flex-direction: row;
  }
  /* line 2086, app/assets/stylesheets/theme/elements/_products.scss */
  .product.product-list .ratings-container {
    align-items: flex-start;
  }
}

@media screen and (max-width: 414px) {
  /* line 2092, app/assets/stylesheets/theme/elements/_products.scss */
  .product-body {
    padding: 1.6rem 1rem;
  }
}

@media screen and (max-width: 375px) {
  /* line 2098, app/assets/stylesheets/theme/elements/_products.scss */
  .product-details .ratings-text {
    margin-top: 0;
    margin-left: 0.8rem;
  }
  /* line 2103, app/assets/stylesheets/theme/elements/_products.scss */
  .product.product-9:hover .product-intro {
    padding-bottom: 10rem;
  }
  /* line 2108, app/assets/stylesheets/theme/elements/_products.scss */
  .btn-expandable:hover, .btn-expandable:focus {
    border-radius: 50%;
  }
  /* line 2113, app/assets/stylesheets/theme/elements/_products.scss */
  .btn-expandable span {
    display: none;
  }
  /* line 2120, app/assets/stylesheets/theme/elements/_products.scss */
  .product-action-dark .btn-product span {
    display: none;
  }
  /* line 2126, app/assets/stylesheets/theme/elements/_products.scss */
  .product-body {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  /* line 2131, app/assets/stylesheets/theme/elements/_products.scss */
  .product-action-vertical {
    top: 1rem;
    right: 1rem;
  }
  /* line 2136, app/assets/stylesheets/theme/elements/_products.scss */
  .product-label {
    left: 1rem;
    top: 1rem;
  }
  /* line 2140, app/assets/stylesheets/theme/elements/_products.scss */
  .product-label + .product-label {
    top: 4rem;
  }
  /* line 2145, app/assets/stylesheets/theme/elements/_products.scss */
  .btn-product-icon + .btn-product-icon {
    margin-top: 0.2rem;
  }
  /* line 2151, app/assets/stylesheets/theme/elements/_products.scss */
  .product.product-3 .btn-compare,
.product.product-5 .btn-compare {
    display: none;
  }
  /* line 2156, app/assets/stylesheets/theme/elements/_products.scss */
  .product:not(.product-list) .product-action .btn-product {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
  /* line 2161, app/assets/stylesheets/theme/elements/_products.scss */
  .product.product-2 .product-action {
    padding-top: 0;
    padding-bottom: 0;
  }
  /* line 2166, app/assets/stylesheets/theme/elements/_products.scss */
  .label-circle + .label-circle {
    top: 4.6rem;
  }
  /* line 2170, app/assets/stylesheets/theme/elements/_products.scss */
  .product > .product-action .btn-product {
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media screen and (max-width: 1200px) {
  /* line 2177, app/assets/stylesheets/theme/elements/_products.scss */
  .product.product-9:hover .product-body,
.product.product-9:hover .product-action {
    transform: translateY(-60%);
  }
}

@media screen and (max-width: 991px) {
  /* line 2184, app/assets/stylesheets/theme/elements/_products.scss */
  .sticky-wrapper {
    z-index: 1;
  }
}

/*-------------------- 4.9.Banners --------------------*/
/* Banners */
/* line 2, app/assets/stylesheets/theme/elements/_banners.scss */
.banners-group {
  margin-bottom: 1.9rem;
}

/* line 6, app/assets/stylesheets/theme/elements/_banners.scss */
.banner {
  display: block;
  position: relative;
  margin-bottom: 2rem;
}

/* line 12, app/assets/stylesheets/theme/elements/_banners.scss */
.banner > a {
  position: relative;
  display: block;
  outline: none !important;
}

/* line 18, app/assets/stylesheets/theme/elements/_banners.scss */
.banner img {
  display: block;
  max-width: none;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 28, app/assets/stylesheets/theme/elements/_banners.scss */
.banner.banner-menu img {
  height: 100%;
}

/* line 32, app/assets/stylesheets/theme/elements/_banners.scss */
.banner-content {
  display: inline-block;
  position: absolute;
  padding-top: .4rem;
  left: 2rem;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

/* line 43, app/assets/stylesheets/theme/elements/_banners.scss */
.banner-content a:hover, .banner-content a:focus {
  text-decoration: underline;
}

/* line 50, app/assets/stylesheets/theme/elements/_banners.scss */
.banner-big .banner-content.banner-content-center,
.banner-content-center.banner-content {
  max-width: none;
  left: 0;
  right: 0;
  text-align: center;
}

/* line 58, app/assets/stylesheets/theme/elements/_banners.scss */
.banner-title {
  color: #333333;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.3;
  margin-bottom: 1.5rem;
}

/* line 66, app/assets/stylesheets/theme/elements/_banners.scss */
.banner-title a {
  color: inherit;
}

/* line 69, app/assets/stylesheets/theme/elements/_banners.scss */
.banner-title a:hover, .banner-title a:focus {
  text-decoration: none;
}

/* line 76, app/assets/stylesheets/theme/elements/_banners.scss */
.banner-title.text-white a {
  color: #fff;
}

/* line 82, app/assets/stylesheets/theme/elements/_banners.scss */
.banner-subtitle {
  color: #787473;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 1rem;
}

/* line 90, app/assets/stylesheets/theme/elements/_banners.scss */
.banner-subtitle a {
  color: inherit;
}

/* line 93, app/assets/stylesheets/theme/elements/_banners.scss */
.banner-subtitle a:hover, .banner-subtitle a:focus {
  text-decoration: none;
}

/* line 100, app/assets/stylesheets/theme/elements/_banners.scss */
.banner-subtitle.text-white a {
  color: #fff;
}

/* line 106, app/assets/stylesheets/theme/elements/_banners.scss */
.banner-link {
  font-weight: 400;
  display: inline-block;
}

/* line 111, app/assets/stylesheets/theme/elements/_banners.scss */
.banner-big {
  color: #cccccc;
}

/* line 114, app/assets/stylesheets/theme/elements/_banners.scss */
.banner-big .banner-content {
  max-width: 470px;
  left: 3rem;
}

/* line 119, app/assets/stylesheets/theme/elements/_banners.scss */
.banner-big .banner-subtitle {
  font-size: 1.8rem;
  margin-bottom: .6rem;
}

/* line 124, app/assets/stylesheets/theme/elements/_banners.scss */
.banner-big .banner-title {
  font-size: 3rem;
  line-height: 1.15;
  margin-bottom: 1rem;
}

/* line 129, app/assets/stylesheets/theme/elements/_banners.scss */
.banner-big .banner-title + .btn {
  margin-top: 1rem;
}

/* line 134, app/assets/stylesheets/theme/elements/_banners.scss */
.banner-big p:last-of-type {
  margin-bottom: 2.3rem;
}

@media screen and (min-width: 768px) {
  /* line 142, app/assets/stylesheets/theme/elements/_banners.scss */
  .banner-content {
    left: 3rem;
  }
  /* line 147, app/assets/stylesheets/theme/elements/_banners.scss */
  .banner-big .banner-content {
    left: 6rem;
  }
  /* line 151, app/assets/stylesheets/theme/elements/_banners.scss */
  .banner-big .banner-title {
    font-size: 4rem;
  }
}

@media screen and (min-width: 992px) {
  /* line 158, app/assets/stylesheets/theme/elements/_banners.scss */
  .banner-content {
    left: 4rem;
  }
  /* line 163, app/assets/stylesheets/theme/elements/_banners.scss */
  .banner-big .banner-content {
    left: 10rem;
  }
  /* line 167, app/assets/stylesheets/theme/elements/_banners.scss */
  .banner-big .banner-title {
    font-size: 5rem;
  }
}

/* line 173, app/assets/stylesheets/theme/elements/_banners.scss */
.banner-display {
  position: relative;
}

/* line 177, app/assets/stylesheets/theme/elements/_banners.scss */
.banner-display > a:before, .banner-display > figure:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(51, 51, 51, 0.4);
  transition: all 0.35s ease;
}

/* line 195, app/assets/stylesheets/theme/elements/_banners.scss */
.banner-display.banner-overlay-light > a:before, .banner-display.banner-overlay-light > figure:before {
  background-color: rgba(255, 255, 255, 0.2);
}

/* line 202, app/assets/stylesheets/theme/elements/_banners.scss */
.banner-display:hover > a:before, .banner-display:hover > figure::before {
  visibility: visible;
  opacity: 1;
}

/* line 208, app/assets/stylesheets/theme/elements/_banners.scss */
.banner-display .banner-content {
  padding-top: 0;
}

/* line 212, app/assets/stylesheets/theme/elements/_banners.scss */
.banner-display .banner-title {
  font-weight: 600;
  font-size: 2rem;
}

/* line 218, app/assets/stylesheets/theme/elements/_banners.scss */
.banner-display.banner-link-anim .banner-title {
  margin-bottom: 0;
}

/* line 223, app/assets/stylesheets/theme/elements/_banners.scss */
.banner-display.banner-link-anim:hover .banner-content {
  padding-bottom: 4.5rem;
}

/* line 230, app/assets/stylesheets/theme/elements/_banners.scss */
.btn.banner-link {
  font-size: 1.4rem;
  line-height: 1;
  padding: .8rem 1.4rem;
  min-width: 0;
  text-transform: uppercase;
  text-decoration: none !important;
}

/* line 238, app/assets/stylesheets/theme/elements/_banners.scss */
.btn.banner-link i {
  margin-right: 0;
  margin-left: 0;
}

/* line 242, app/assets/stylesheets/theme/elements/_banners.scss */
.btn.banner-link i:first-child {
  margin-right: 0;
}

/* line 246, app/assets/stylesheets/theme/elements/_banners.scss */
.btn.banner-link i:last-child {
  margin-left: .9rem;
}

/* line 253, app/assets/stylesheets/theme/elements/_banners.scss */
.banner-overlay > a {
  position: relative;
}

/* line 256, app/assets/stylesheets/theme/elements/_banners.scss */
.banner-overlay > a:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.25);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

/* line 273, app/assets/stylesheets/theme/elements/_banners.scss */
.banner-overlay.banner-overlay-light > a:after {
  background-color: rgba(255, 255, 255, 0.3);
}

/* line 280, app/assets/stylesheets/theme/elements/_banners.scss */
.banner-overlay:hover > a:after, .banner-overlay:focus > a:after {
  visibility: visible;
  opacity: 1;
}

@media screen and (min-width: 768px) {
  /* line 290, app/assets/stylesheets/theme/elements/_banners.scss */
  .banner-display .banner-title {
    font-size: 2.4rem;
  }
}

/*-------------------- 4.10.Banners Video --------------------*/
/* Banners Videos */
/* line 3, app/assets/stylesheets/theme/elements/_banners-video.scss */
.video-banner p {
  max-width: 500px;
}

/* line 6, app/assets/stylesheets/theme/elements/_banners-video.scss */
.video-banner p:last-child {
  margin-bottom: 0;
}

/* line 11, app/assets/stylesheets/theme/elements/_banners-video.scss */
.video-banner.text-center p {
  margin-left: auto;
  margin-right: auto;
}

/* line 17, app/assets/stylesheets/theme/elements/_banners-video.scss */
.video-banner-bg {
  padding-top: 8.5rem;
  padding-bottom: 7.5rem;
}

/* line 22, app/assets/stylesheets/theme/elements/_banners-video.scss */
.video-banner-title {
  letter-spacing: -.025em;
  margin-bottom: 3.6rem;
}

/* line 26, app/assets/stylesheets/theme/elements/_banners-video.scss */
.video-banner-title > span {
  display: block;
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: -.03em;
  margin-bottom: 1.6rem;
}

/* line 35, app/assets/stylesheets/theme/elements/_banners-video.scss */
.video-fullheight {
  display: flex;
  align-items: center;
}

/* line 40, app/assets/stylesheets/theme/elements/_banners-video.scss */
.btn-video {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 5.4rem;
  height: 5.4rem;
  font-size: 1.6rem;
  line-height: 1;
  color: #1d3441;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1.5rem rgba(255, 255, 255, 0.2);
  transition: all .35s ease;
}

/* line 54, app/assets/stylesheets/theme/elements/_banners-video.scss */
.btn-video i {
  margin-right: -.2rem;
}

/* line 58, app/assets/stylesheets/theme/elements/_banners-video.scss */
.btn-video:hover, .btn-video:focus {
  color: #fff;
  background-color: #254455;
  box-shadow: 0 0 0 1rem rgba(255, 255, 255, 0.2);
}

/* line 67, app/assets/stylesheets/theme/elements/_banners-video.scss */
.video-banner-poster .video-banner-title {
  font-weight: 400;
  margin-bottom: 1.6rem;
}

/* line 71, app/assets/stylesheets/theme/elements/_banners-video.scss */
.video-banner-poster .video-banner-title span {
  font-weight: 300;
  font-size: 1.6rem;
}

/* line 78, app/assets/stylesheets/theme/elements/_banners-video.scss */
.video-poster {
  position: relative;
}

/* line 81, app/assets/stylesheets/theme/elements/_banners-video.scss */
.video-poster img {
  border-radius: .4rem;
}

/* line 86, app/assets/stylesheets/theme/elements/_banners-video.scss */
.video-poster-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* line 93, app/assets/stylesheets/theme/elements/_banners-video.scss */
.video-poster-title {
  font-weight: 400;
  margin-bottom: 3rem;
  letter-spacing: -.025em;
}

/* line 99, app/assets/stylesheets/theme/elements/_banners-video.scss */
.video-banner-box {
  padding: 3rem;
}

/* line 103, app/assets/stylesheets/theme/elements/_banners-video.scss */
.video-banner-box .video-poster img {
  border-radius: 0;
}

/* line 109, app/assets/stylesheets/theme/elements/_banners-video.scss */
.video-box-content {
  padding-left: 0;
  max-width: 460px;
  font-size: 1.5rem;
  color: #787473;
}

/* line 115, app/assets/stylesheets/theme/elements/_banners-video.scss */
.video-box-content .video-banner-title {
  font-weight: 400;
  margin-bottom: 1.2rem;
}

/* line 119, app/assets/stylesheets/theme/elements/_banners-video.scss */
.video-box-content .video-banner-title span {
  font-weight: 300;
  font-size: 1.8rem;
  margin-bottom: .6rem;
}

/* line 125, app/assets/stylesheets/theme/elements/_banners-video.scss */
.video-box-content p:not(:last-child) {
  margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  /* line 131, app/assets/stylesheets/theme/elements/_banners-video.scss */
  .video-banner-bg {
    padding-top: 14.5rem;
    padding-bottom: 13.5rem;
  }
  /* line 137, app/assets/stylesheets/theme/elements/_banners-video.scss */
  .video-banner-title > span {
    font-size: 2.4rem;
  }
  /* line 144, app/assets/stylesheets/theme/elements/_banners-video.scss */
  .video-box-content .video-banner-title span {
    font-size: 2rem;
  }
  /* line 150, app/assets/stylesheets/theme/elements/_banners-video.scss */
  .btn-video {
    width: 7rem;
    height: 7rem;
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 992px) {
  /* line 159, app/assets/stylesheets/theme/elements/_banners-video.scss */
  .video-banner-bg {
    padding-top: 18.5rem;
    padding-bottom: 17.5rem;
  }
  /* line 164, app/assets/stylesheets/theme/elements/_banners-video.scss */
  .video-box-content {
    padding-left: 5rem;
  }
  /* line 168, app/assets/stylesheets/theme/elements/_banners-video.scss */
  .video-fullheight {
    height: 100vh;
    max-height: 900px;
  }
}

@media screen and (min-width: 992px) {
  /* line 175, app/assets/stylesheets/theme/elements/_banners-video.scss */
  .video-box-content {
    padding-left: 7rem;
  }
}

/*-------------------- 4.11.Banners Category --------------------*/
/* Banners Category */
/* line 3, app/assets/stylesheets/theme/elements/_banners-category.scss */
.banner-cat .banner-title {
  margin-bottom: .1rem;
}

/* line 7, app/assets/stylesheets/theme/elements/_banners-category.scss */
.banner-cat .banner-subtitle {
  margin-bottom: 1.6rem;
}

/* line 12, app/assets/stylesheets/theme/elements/_banners-category.scss */
.banner-content-overlay {
  overflow: hidden;
  padding: 1.8rem 2rem .7rem;
  background-color: rgba(255, 255, 255, 0.9);
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  transform: translateY(0);
  -ms-transform: translateY(0);
  transition: all .3s ease;
}

/* line 24, app/assets/stylesheets/theme/elements/_banners-category.scss */
.banner-content-overlay .banner-subtitle {
  margin-bottom: .9rem;
}

/* line 28, app/assets/stylesheets/theme/elements/_banners-category.scss */
.banner-content-overlay .banner-link {
  opacity: 0;
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
  transition: all .3s ease;
  transform: translateY(30px);
  -ms-transform: translateY(30px);
}

/* line 41, app/assets/stylesheets/theme/elements/_banners-category.scss */
.banner:hover .banner-content-overlay {
  padding-bottom: 3.7rem;
  background-color: white;
}

/* line 45, app/assets/stylesheets/theme/elements/_banners-category.scss */
.banner:hover .banner-content-overlay .banner-link {
  opacity: 1;
  transform: translateY(0);
  -ms-transform: translateY(0);
}

/* line 53, app/assets/stylesheets/theme/elements/_banners-category.scss */
.banner-content-static {
  overflow: hidden;
  display: block;
  width: 100%;
  margin-top: 0;
  padding: 1.2rem 2rem;
  background-color: white;
  position: static;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  transform: translateY(0);
  -ms-transform: translateY(0);
  transition: all .3s ease;
}

/* line 69, app/assets/stylesheets/theme/elements/_banners-category.scss */
.banner-content-static .banner-subtitle {
  transition: all .25s ease;
  margin-bottom: .9rem;
}

/* line 74, app/assets/stylesheets/theme/elements/_banners-category.scss */
.banner-content-static .banner-link {
  opacity: 0;
  position: absolute;
  bottom: 19px;
  left: 0;
  right: 0;
  transition: all .3s ease;
  transform: translateY(30px);
  -ms-transform: translateY(30px);
}

/* line 87, app/assets/stylesheets/theme/elements/_banners-category.scss */
.banner:hover .banner-content-static {
  background-color: white;
}

/* line 90, app/assets/stylesheets/theme/elements/_banners-category.scss */
.banner:hover .banner-content-static .banner-subtitle {
  opacity: 0;
}

/* line 94, app/assets/stylesheets/theme/elements/_banners-category.scss */
.banner:hover .banner-content-static .banner-link {
  opacity: 1;
  transform: translateY(0);
  -ms-transform: translateY(0);
}

/* line 103, app/assets/stylesheets/theme/elements/_banners-category.scss */
.banner-content.banner-content-top {
  top: 105px;
}

/* line 107, app/assets/stylesheets/theme/elements/_banners-category.scss */
.banner-content.banner-content-bottom {
  top: auto;
  bottom: 60px;
  transform: translateY(0);
  -ms-transform: translateY(0);
}

/* line 114, app/assets/stylesheets/theme/elements/_banners-category.scss */
.banner-content.banner-content-right {
  left: auto;
  right: 30px;
}

/* line 121, app/assets/stylesheets/theme/elements/_banners-category.scss */
.banner-link-anim .banner-content {
  transition: all .3s ease;
}

/* line 125, app/assets/stylesheets/theme/elements/_banners-category.scss */
.banner-link-anim .banner-subtitle {
  margin-bottom: 0;
}

/* line 129, app/assets/stylesheets/theme/elements/_banners-category.scss */
.banner-link-anim .banner-link {
  color: #ba596b;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  min-width: 130px;
  padding-left: .5rem;
  padding-right: .5rem;
  transition: all .3s ease;
  transform: translateY(-20px);
  -ms-transform: translateY(-20px);
}

/* line 144, app/assets/stylesheets/theme/elements/_banners-category.scss */
.banner-link-anim .banner-content-center .banner-link {
  left: 50%;
  transform: translateY(-20px) translateX(-50%);
  -ms-transform: translateY(-20px) translateX(-50%);
}

/* line 152, app/assets/stylesheets/theme/elements/_banners-category.scss */
.banner-link-anim:hover .banner-content {
  padding-bottom: 4rem;
}

/* line 155, app/assets/stylesheets/theme/elements/_banners-category.scss */
.banner-link-anim:hover .banner-link {
  opacity: 1;
  transform: translateY(0);
  -ms-transform: translateY(0);
}

/* line 162, app/assets/stylesheets/theme/elements/_banners-category.scss */
.banner-link-anim:hover .banner-content-center .banner-link {
  transform: translateY(0) translateX(-50%);
  -ms-transform: translateY(0) translateX(-50%);
}

/* line 171, app/assets/stylesheets/theme/elements/_banners-category.scss */
.banner-badge .banner-link {
  font-size: 1.6rem;
  display: inline-block;
  background-color: #fff;
  padding: 1.2rem 2rem;
  text-align: center;
  min-width: 154px;
  border-radius: .2rem;
  position: absolute;
  top: auto;
  bottom: 3.2rem;
  right: auto;
  left: 50%;
  transform: translateX(-50%) translateY(0);
  -ms-transform: translateX(-50%) translateY(0);
  overflow: hidden;
}

/* line 190, app/assets/stylesheets/theme/elements/_banners-category.scss */
.banner-badge .banner-title,
.banner-badge .banner-subtitle {
  transition: all .3s ease;
}

/* line 195, app/assets/stylesheets/theme/elements/_banners-category.scss */
.banner-badge .banner-subtitle {
  margin-bottom: 0;
}

/* line 199, app/assets/stylesheets/theme/elements/_banners-category.scss */
.banner-badge .banner-link-text {
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  transition: all .3s ease;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
}

/* line 215, app/assets/stylesheets/theme/elements/_banners-category.scss */
.banner-badge .banner-link:hover,
.banner-badge .banner-link:focus {
  text-decoration: none;
}

/* line 219, app/assets/stylesheets/theme/elements/_banners-category.scss */
.banner-badge .banner-link:hover .banner-title,
.banner-badge .banner-link:hover .banner-subtitle,
.banner-badge .banner-link:focus .banner-title,
.banner-badge .banner-link:focus .banner-subtitle {
  opacity: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
}

/* line 226, app/assets/stylesheets/theme/elements/_banners-category.scss */
.banner-badge .banner-link:hover .banner-link-text,
.banner-badge .banner-link:focus .banner-link-text {
  opacity: 1;
  background-color: #1d3441;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

/*-------------------- 4.12.Social Icons --------------------*/
/* Social Icons */
/* line 2, app/assets/stylesheets/theme/elements/_social-icons.scss */
.social-icons {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}

/* line 8, app/assets/stylesheets/theme/elements/_social-icons.scss */
.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  width: 4rem;
  height: 4rem;
  color: #787473;
  margin: 0;
  background-color: transparent;
  border: .1rem solid #e1e2e6;
  border-radius: 50%;
  text-decoration: none;
  opacity: 1;
  transition: all .35s ease;
}

/* line 24, app/assets/stylesheets/theme/elements/_social-icons.scss */
.social-icon:not(:last-child) {
  margin-right: 1rem;
}

/* line 28, app/assets/stylesheets/theme/elements/_social-icons.scss */
.social-icon:hover, .social-icon:focus {
  color: #1d3441;
  border-color: #1d3441;
  background-color: transparent;
}

/* line 35, app/assets/stylesheets/theme/elements/_social-icons.scss */
.social-icon.social-facebook {
  color: #8f79ed;
}

/* line 39, app/assets/stylesheets/theme/elements/_social-icons.scss */
.social-icon.social-twitter {
  color: #79c8ed;
}

/* line 43, app/assets/stylesheets/theme/elements/_social-icons.scss */
.social-icon.social-instagram {
  color: #dd6d9a;
}

/* line 47, app/assets/stylesheets/theme/elements/_social-icons.scss */
.social-icon.social-youtube {
  color: #e66262;
}

/* line 51, app/assets/stylesheets/theme/elements/_social-icons.scss */
.social-icon.social-pinterest {
  color: #e66262;
}

/* line 55, app/assets/stylesheets/theme/elements/_social-icons.scss */
.social-icon.social-linkedin {
  color: #3399cc;
}

/* line 60, app/assets/stylesheets/theme/elements/_social-icons.scss */
.social-icons-color,
.social-icons-simple {
  line-height: 1;
}

/* line 63, app/assets/stylesheets/theme/elements/_social-icons.scss */
.social-icons-color .social-icon,
.social-icons-simple .social-icon {
  width: auto;
  height: auto;
  border: none;
}

/* line 68, app/assets/stylesheets/theme/elements/_social-icons.scss */
.social-icons-color .social-icon:not(:last-child),
.social-icons-simple .social-icon:not(:last-child) {
  margin-right: 2rem;
}

/* line 74, app/assets/stylesheets/theme/elements/_social-icons.scss */
.social-label {
  margin-bottom: 0;
  margin-right: 2rem;
}

/* line 80, app/assets/stylesheets/theme/elements/_social-icons.scss */
.social-icons-sm .social-icon {
  font-size: 1.2rem;
  width: 3rem;
  height: 3rem;
}

/* line 85, app/assets/stylesheets/theme/elements/_social-icons.scss */
.social-icons-sm .social-icon:not(:last-child) {
  margin-right: .5rem;
}

/* line 90, app/assets/stylesheets/theme/elements/_social-icons.scss */
.social-icons-sm .social-label {
  margin-right: 1rem;
}

/* line 97, app/assets/stylesheets/theme/elements/_social-icons.scss */
.social-icons-colored .social-icon.social-facebook {
  color: #fff;
  border-color: #8f79ed;
  background-color: #8f79ed;
}

/* line 103, app/assets/stylesheets/theme/elements/_social-icons.scss */
.social-icons-colored .social-icon.social-twitter {
  color: #fff;
  border-color: #79c8ed;
  background-color: #79c8ed;
}

/* line 109, app/assets/stylesheets/theme/elements/_social-icons.scss */
.social-icons-colored .social-icon.social-instagram {
  color: #fff;
  border-color: #dd6d9a;
  background-color: #dd6d9a;
}

/* line 115, app/assets/stylesheets/theme/elements/_social-icons.scss */
.social-icons-colored .social-icon.social-youtube {
  color: #fff;
  border-color: #e66262;
  background-color: #e66262;
}

/* line 121, app/assets/stylesheets/theme/elements/_social-icons.scss */
.social-icons-colored .social-icon.social-pinterest {
  color: #fff;
  border-color: #e66262;
  background-color: #e66262;
}

/* line 127, app/assets/stylesheets/theme/elements/_social-icons.scss */
.social-icons-colored .social-icon.social-linkedin {
  color: #fff;
  border-color: #3399cc;
  background-color: #3399cc;
}

/* line 133, app/assets/stylesheets/theme/elements/_social-icons.scss */
.social-icons-colored .social-icon:hover, .social-icons-colored .social-icon:focus {
  background-color: #fff !important;
  border-color: #d7d7d7 !important;
}

/* line 138, app/assets/stylesheets/theme/elements/_social-icons.scss */
.social-icons-colored .social-icon.social-facebook:hover, .social-icons-colored .social-icon.social-facebook:focus {
  color: #8f79ed;
}

/* line 142, app/assets/stylesheets/theme/elements/_social-icons.scss */
.social-icons-colored .social-icon.social-twitter:hover, .social-icons-colored .social-icon.social-twitter:focus {
  color: #79c8ed;
}

/* line 146, app/assets/stylesheets/theme/elements/_social-icons.scss */
.social-icons-colored .social-icon.social-instagram:hover, .social-icons-colored .social-icon.social-instagram:focus {
  color: #dd6d9a;
}

/* line 150, app/assets/stylesheets/theme/elements/_social-icons.scss */
.social-icons-colored .social-icon.social-youtube:hover, .social-icons-colored .social-icon.social-youtube:focus {
  color: #e66262;
}

/* line 154, app/assets/stylesheets/theme/elements/_social-icons.scss */
.social-icons-colored .social-icon.social-pinterest:hover, .social-icons-colored .social-icon.social-pinterest:focus {
  color: #e66262;
}

/* line 158, app/assets/stylesheets/theme/elements/_social-icons.scss */
.social-icons-colored .social-icon.social-linkedin:hover, .social-icons-colored .social-icon.social-linkedin:focus {
  color: #3399cc;
}

/* line 165, app/assets/stylesheets/theme/elements/_social-icons.scss */
.sticky-content .social-icon i {
  line-height: 0;
}

/*-------------------- 4.13.Testimonials --------------------*/
/* Testimonials */
/* line 3, app/assets/stylesheets/theme/elements/_testimonials.scss */
.testimonial-icon:before {
  font-family: 'molla';
  content: '\f10d';
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-size: 2.6rem;
  line-height: 1;
  color: #1d3441;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

/* line 18, app/assets/stylesheets/theme/elements/_testimonials.scss */
.testimonial img {
  display: inline-block !important;
  max-width: 70px;
  border-radius: 50%;
  margin-top: 1rem;
  margin-bottom: 2.1rem;
}

/*-------------------- 4.14.Forms --------------------*/
/* Inputs */
/* line 2, app/assets/stylesheets/theme/elements/_forms.scss */
.form-group {
  margin-bottom: 2rem;
}

/* line 5, app/assets/stylesheets/theme/elements/_forms.scss */
.form-group .form-control,
.form-group .select-custom {
  margin-bottom: 0;
}

/* line 11, app/assets/stylesheets/theme/elements/_forms.scss */
.form-control {
  height: 41px;
  padding: 0.85rem 2rem;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
  color: #1d3441;
  border: 1px solid #d8d8d8;
  border-radius: 0;
  margin-bottom: 2rem;
  transition: all 0.3s;
  outline-width: 0;
}

/* line 26, app/assets/stylesheets/theme/elements/_forms.scss */
select.form-control:not([size]):not([multiple]) {
  height: 40px;
}

/* line 30, app/assets/stylesheets/theme/elements/_forms.scss */
.form-control-white {
  border-color: #fff;
}

/* line 34, app/assets/stylesheets/theme/elements/_forms.scss */
.form-control:focus {
  color: #1d3441;
  border-color: #1d3441;
  box-shadow: none;
  outline: none !important;
}

/* line 42, app/assets/stylesheets/theme/elements/_forms.scss */
.form-control::-moz-placeholder {
  color: #787473;
}
.form-control::placeholder {
  color: #787473;
}

/* line 46, app/assets/stylesheets/theme/elements/_forms.scss */
textarea.form-control {
  min-height: 130px;
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}

/* line 52, app/assets/stylesheets/theme/elements/_forms.scss */
.form-control-rounded {
  border-radius: 0.2rem;
}

/* line 57, app/assets/stylesheets/theme/elements/_forms.scss */
.input-group-round .form-control {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

/* line 62, app/assets/stylesheets/theme/elements/_forms.scss */
.input-group-round > .input-group-append > .btn {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

/* line 68, app/assets/stylesheets/theme/elements/_forms.scss */
label {
  color: #1d3441;
  font-weight: 500;
  font-size: 1.4rem;
  margin: 0 0 1.1rem;
}

/* line 75, app/assets/stylesheets/theme/elements/_forms.scss */
.form-text {
  color: #999999;
  line-height: 1.5;
  margin-top: 0;
}

/* line 80, app/assets/stylesheets/theme/elements/_forms.scss */
.form-control + .form-text {
  margin-top: -0.5rem;
  margin-bottom: 0.6rem;
}

/* line 86, app/assets/stylesheets/theme/elements/_forms.scss */
small.form-text, .form-text.small {
  font-size: 85%;
}

/* line 90, app/assets/stylesheets/theme/elements/_forms.scss */
.required-field > label::after {
  content: "*";
  font-size: 1.4rem;
  margin: 0 0 0 0.45rem;
}

/* line 97, app/assets/stylesheets/theme/elements/_forms.scss */
.required {
  font-size: 1.4rem;
}

/* line 101, app/assets/stylesheets/theme/elements/_forms.scss */
.required + .form-footer {
  margin-top: 0.8rem;
}

/* line 106, app/assets/stylesheets/theme/elements/_forms.scss */
.form-footer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 0.6rem;
}

/* line 113, app/assets/stylesheets/theme/elements/_forms.scss */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* line 118, app/assets/stylesheets/theme/elements/_forms.scss */
.select-custom {
  position: relative;
  margin-bottom: 1rem;
  max-width: 14rem;
}

/* line 123, app/assets/stylesheets/theme/elements/_forms.scss */
.select-custom select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: #e9e9e9;
  border-radius: 6px;
  min-height: 4.6rem;
}

/* line 131, app/assets/stylesheets/theme/elements/_forms.scss */
.select-custom::after {
  font-family: "molla";
  content: "\f110";
  position: absolute;
  display: inline-block;
  right: 1.9rem;
  top: 50%;
  font-size: 1.5rem;
  transform: translateY(-51%);
  color: #333333;
  pointer-events: none;
}

/* line 144, app/assets/stylesheets/theme/elements/_forms.scss */
.select-custom .form-control,
.select-custom .form-control-sm {
  padding-right: 4rem;
}

/* line 150, app/assets/stylesheets/theme/elements/_forms.scss */
.form-group-custom-control {
  margin-top: 2rem;
}

/* line 153, app/assets/stylesheets/theme/elements/_forms.scss */
.form-group-custom-control .custom-control {
  margin-top: 0;
  margin-bottom: 2rem;
}

/* line 158, app/assets/stylesheets/theme/elements/_forms.scss */
.form-group-custom-control + .form-group-custom-control {
  margin-top: -0.5rem;
}

/* line 162, app/assets/stylesheets/theme/elements/_forms.scss */
.form-group-custom-control .custom-control-label {
  text-transform: initial;
  letter-spacing: 0;
  font-weight: 400;
}

/* line 169, app/assets/stylesheets/theme/elements/_forms.scss */
.custom-control {
  position: relative;
  padding-left: 2.6rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/* line 176, app/assets/stylesheets/theme/elements/_forms.scss */
.custom-control-label {
  position: static;
  margin-bottom: 0;
  margin-top: 0.1rem;
  font-size: 1.4rem;
  padding-left: 2.6rem;
  margin-left: -2.6rem;
}

/* line 184, app/assets/stylesheets/theme/elements/_forms.scss */
.custom-control-label:hover {
  cursor: pointer;
}

/* line 189, app/assets/stylesheets/theme/elements/_forms.scss */
.custom-control-label::before {
  left: 0;
  top: 0.6rem;
  width: 1.6rem;
  height: 1.6rem;
  background-color: #f9f9f9;
  border: 1px solid #dadada;
  box-shadow: none !important;
}

/* line 199, app/assets/stylesheets/theme/elements/_forms.scss */
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dadada;
}

/* line 203, app/assets/stylesheets/theme/elements/_forms.scss */
.custom-control-label::after {
  left: 0;
  top: 0.6rem;
  width: 1.6rem;
  height: 1.6rem;
}

@supports (-ms-ime-align: auto) {
  /* line 211, app/assets/stylesheets/theme/elements/_forms.scss */
  .custom-control-label:after {
    top: 0.5rem;
  }
  /* line 215, app/assets/stylesheets/theme/elements/_forms.scss */
  input.form-control {
    outline: 0;
  }
}

/* line 220, app/assets/stylesheets/theme/elements/_forms.scss */
.custom-checkbox .custom-control-label::before {
  border-radius: 0;
}

/* line 224, app/assets/stylesheets/theme/elements/_forms.scss */
.custom-checkbox .custom-control-label::after {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-image: none;
  font-size: 1rem;
  font-family: "molla";
  content: "\ec2d";
  line-height: 1;
  text-align: center;
  opacity: 0;
  margin-top: 0.1rem;
  visibility: hidden;
  transition: opacity 0.01s;
}

/* line 241, app/assets/stylesheets/theme/elements/_forms.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #333;
  background-color: #333;
}

/* line 247, app/assets/stylesheets/theme/elements/_forms.scss */
.custom-checkbox
.custom-control-input:indeterminate
~ .custom-control-label::before {
  background-color: #333;
}

/* line 253, app/assets/stylesheets/theme/elements/_forms.scss */
.custom-checkbox
.custom-control-input:disabled:checked
~ .custom-control-label::before {
  background-color: rgba(51, 51, 51, 0.5);
}

/* line 259, app/assets/stylesheets/theme/elements/_forms.scss */
.custom-checkbox
.custom-control-input:disabled:indeterminate
~ .custom-control-label::before {
  background-color: rgba(51, 51, 51, 0.5);
}

/* line 265, app/assets/stylesheets/theme/elements/_forms.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: none;
  opacity: 1;
  visibility: visible;
}

/* line 272, app/assets/stylesheets/theme/elements/_forms.scss */
.custom-control.custom-radio .custom-control-label::before {
  background-color: #f9f9f9;
  border-color: #dadada;
  border-radius: 50%;
}

/* line 278, app/assets/stylesheets/theme/elements/_forms.scss */
.custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #1d3441;
  background-color: #fff;
}

/* line 283, app/assets/stylesheets/theme/elements/_forms.scss */
.custom-control.custom-radio .custom-control-label::after {
  border-radius: 50%;
  width: 0.6rem;
  height: 0.6rem;
  top: 1.1rem;
  left: 0.5rem;
}

/* line 291, app/assets/stylesheets/theme/elements/_forms.scss */
.custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: none !important;
  z-index: 2;
  background-color: #1d3441;
}

/* line 298, app/assets/stylesheets/theme/elements/_forms.scss */
.form-control-tooltip {
  position: relative;
  padding-right: 4rem;
}

/* line 302, app/assets/stylesheets/theme/elements/_forms.scss */
.form-control-tooltip .input-tooltip {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 2.4rem;
  color: #787473;
  transform: translateY(-50%);
  transition: all 0.3s;
}

/* line 312, app/assets/stylesheets/theme/elements/_forms.scss */
.form-control-tooltip .input-tooltip:hover, .form-control-tooltip .input-tooltip:focus {
  color: #000;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 327, app/assets/stylesheets/theme/elements/_forms.scss */
  select::-ms-expand {
    display: none;
  }
  /* line 330, app/assets/stylesheets/theme/elements/_forms.scss */
  select:focus::-ms-value {
    background: transparent;
    color: currentColor;
  }
}

/*-------------------- 4.15.Call to Actions --------------------*/
/* Call to Actions */
/* line 3, app/assets/stylesheets/theme/elements/_cta.scss */
.cta .input-group {
  margin-bottom: 0;
}

/* line 7, app/assets/stylesheets/theme/elements/_cta.scss */
.cta .form-control {
  height: 47px;
  padding-top: 1.15rem;
  padding-bottom: 1.15rem;
  background-color: #fff;
}

/* line 13, app/assets/stylesheets/theme/elements/_cta.scss */
.cta .form-control:not(:focus):not(.form-control-white) {
  border-color: #dadada;
}

/* line 18, app/assets/stylesheets/theme/elements/_cta.scss */
.cta .btn {
  padding-top: 1.15rem;
  padding-bottom: 1.15rem;
}

/* line 23, app/assets/stylesheets/theme/elements/_cta.scss */
.cta .btn:not(.btn-block) {
  min-width: 170px;
}

/* line 27, app/assets/stylesheets/theme/elements/_cta.scss */
.cta.bg-image {
  background-color: #f5f5f5;
}

/* line 32, app/assets/stylesheets/theme/elements/_cta.scss */
.cta-title {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: -.03em;
  margin-bottom: 0;
}

/* line 40, app/assets/stylesheets/theme/elements/_cta.scss */
.cta-desc {
  margin-bottom: 1.5rem;
}

/* line 45, app/assets/stylesheets/theme/elements/_cta.scss */
.cta-horizontal .form-control {
  flex-grow: 1;
  margin-right: 2rem;
}

/* line 50, app/assets/stylesheets/theme/elements/_cta.scss */
.cta-horizontal .form-control,
.cta-horizontal .cta-desc {
  margin-bottom: 0;
}

/* line 55, app/assets/stylesheets/theme/elements/_cta.scss */
.cta-horizontal-box {
  padding-top: 5.2rem;
  padding-bottom: 4.8rem;
}

/* line 60, app/assets/stylesheets/theme/elements/_cta.scss */
.cta-heading {
  padding-top: .7rem;
  margin-bottom: 2.7rem;
}

/* line 64, app/assets/stylesheets/theme/elements/_cta.scss */
.cta-heading .cta-title {
  margin-bottom: .5rem;
}

/* line 69, app/assets/stylesheets/theme/elements/_cta.scss */
.cta-text {
  padding-top: .5rem;
}

/* line 71, app/assets/stylesheets/theme/elements/_cta.scss */
.cta-text .cta-title {
  margin-bottom: 2.1rem;
}

/* line 75, app/assets/stylesheets/theme/elements/_cta.scss */
.cta-text .cta-desc {
  margin-bottom: 2.3rem;
}

/* line 80, app/assets/stylesheets/theme/elements/_cta.scss */
.cta-separator {
  position: relative;
}

/* line 83, app/assets/stylesheets/theme/elements/_cta.scss */
.cta-separator [class*="col-"] + [class*="col-"]:before {
  content: '';
  width: .1rem;
  display: block;
  height: 80%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-color: #ebebeb;
}

/* line 97, app/assets/stylesheets/theme/elements/_cta.scss */
.cta-separator.bg-image [class*="col-"] + [class*="col-"]:before {
  background-color: #dadada;
}

/* line 103, app/assets/stylesheets/theme/elements/_cta.scss */
.cta-wrapper {
  padding-top: 5.6rem;
  padding-bottom: 5.6rem;
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
}

/* line 110, app/assets/stylesheets/theme/elements/_cta.scss */
.cta-wrapper .cta-title {
  margin-bottom: .6rem;
}

/* line 114, app/assets/stylesheets/theme/elements/_cta.scss */
.cta-wrapper .cta-desc {
  margin-bottom: 2rem;
}

/* line 118, app/assets/stylesheets/theme/elements/_cta.scss */
.cta-wrapper.cta-text {
  max-width: 330px;
}

/* line 121, app/assets/stylesheets/theme/elements/_cta.scss */
.cta-wrapper.cta-text .cta-title {
  margin-bottom: 1.6rem;
}

/* line 125, app/assets/stylesheets/theme/elements/_cta.scss */
.cta-wrapper.cta-text .cta-desc {
  margin-bottom: 2.6rem;
}

/* line 131, app/assets/stylesheets/theme/elements/_cta.scss */
.cta-border {
  padding: 3.9rem 2rem;
  border: 1rem solid #f5f5f5;
  text-align: center;
}

/* line 136, app/assets/stylesheets/theme/elements/_cta.scss */
.cta-border .cta-content {
  display: flex;
  align-items: center;
  flex-direction: column;
}

/* line 142, app/assets/stylesheets/theme/elements/_cta.scss */
.cta-border .cta-heading {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin: 0;
  padding-top: 0;
  padding-right: 0;
}

/* line 151, app/assets/stylesheets/theme/elements/_cta.scss */
.cta-border .cta-title {
  margin: 0 0 2rem;
}

/* line 155, app/assets/stylesheets/theme/elements/_cta.scss */
.cta-border .cta-text {
  position: relative;
  padding: 0;
  flex-grow: 1;
  margin-bottom: 2rem;
}

/* line 161, app/assets/stylesheets/theme/elements/_cta.scss */
.cta-border .cta-text::before {
  content: '';
  background-color: #f5f5f5;
  width: .5rem;
  height: 9rem;
  position: absolute;
  left: -3px;
  top: 50%;
  margin-top: -4.5rem;
  display: none;
}

/* line 174, app/assets/stylesheets/theme/elements/_cta.scss */
.cta-border p {
  max-width: 460px;
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  /* line 181, app/assets/stylesheets/theme/elements/_cta.scss */
  .cta-border {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 186, app/assets/stylesheets/theme/elements/_cta.scss */
  .cta-border .cta-content {
    flex-direction: row;
    padding-left: 1.5rem;
  }
  /* line 191, app/assets/stylesheets/theme/elements/_cta.scss */
  .cta-border .cta-heading {
    flex: 0 0 24.7%;
    max-width: 24.7%;
    padding-right: 3rem;
  }
  /* line 197, app/assets/stylesheets/theme/elements/_cta.scss */
  .cta-border .cta-title {
    margin-bottom: 0;
  }
  /* line 201, app/assets/stylesheets/theme/elements/_cta.scss */
  .cta-border .cta-text {
    margin-right: 2rem;
    padding-left: 3rem;
    margin-bottom: 0;
  }
  /* line 206, app/assets/stylesheets/theme/elements/_cta.scss */
  .cta-border .cta-text::before {
    display: block;
  }
}

@media screen and (max-width: 1199px) {
  /* line 214, app/assets/stylesheets/theme/elements/_cta.scss */
  .cta-horizontal-box {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media screen and (max-width: 991px) {
  /* line 222, app/assets/stylesheets/theme/elements/_cta.scss */
  .cta-horizontal .cta-desc {
    margin-bottom: 1.5rem;
  }
  /* line 227, app/assets/stylesheets/theme/elements/_cta.scss */
  .cta-separator [class*="col-"] + [class*="col-"]:before {
    height: .1rem;
    width: 80%;
    left: 10%;
    top: 0;
    bottom: auto;
  }
  /* line 236, app/assets/stylesheets/theme/elements/_cta.scss */
  .cta-border .cta-title,
.cta-border .cta-title.text-right {
    text-align: center !important;
  }
  /* line 242, app/assets/stylesheets/theme/elements/_cta.scss */
  .cta-border .cta-content {
    display: block;
  }
  /* line 245, app/assets/stylesheets/theme/elements/_cta.scss */
  .cta-border p {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  /* line 252, app/assets/stylesheets/theme/elements/_cta.scss */
  .cta-horizontal .form-control {
    margin-right: 1rem;
  }
  /* line 261, app/assets/stylesheets/theme/elements/_cta.scss */
  .cta-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media screen and (max-width: 575px) {
  /* line 269, app/assets/stylesheets/theme/elements/_cta.scss */
  .cta .input-group {
    flex-direction: column;
  }
  /* line 271, app/assets/stylesheets/theme/elements/_cta.scss */
  .cta .input-group .form-control {
    width: 100%;
    margin-right: 0;
  }
  /* line 276, app/assets/stylesheets/theme/elements/_cta.scss */
  .cta .input-group .btn {
    margin-left: 0;
    margin-top: 1rem;
  }
  /* line 281, app/assets/stylesheets/theme/elements/_cta.scss */
  .cta .input-group .input-group-append,
.cta .input-group .input-group-prepend {
    justify-content: center;
  }
  /* line 288, app/assets/stylesheets/theme/elements/_cta.scss */
  .cta .input-group-round .form-control,
.cta .input-group-round .btn {
    border-radius: 30px;
  }
  /* line 293, app/assets/stylesheets/theme/elements/_cta.scss */
  .cta .input-group-round .input-group-append {
    justify-content: center;
  }
}

/*-------------------- 4.16.Tables --------------------*/
/* Tables */
/* line 2, app/assets/stylesheets/theme/elements/_tables.scss */
.table {
  margin-bottom: 3rem;
}

/* line 5, app/assets/stylesheets/theme/elements/_tables.scss */
.table th {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #999999;
}

/* line 12, app/assets/stylesheets/theme/elements/_tables.scss */
.table th,
.table thead th,
.table td {
  border-top: none;
  border-bottom: .1rem solid #ebebeb;
}

/* line 20, app/assets/stylesheets/theme/elements/_tables.scss */
.table th,
.table td {
  padding-left: 0;
  padding-right: 0;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}

/* line 29, app/assets/stylesheets/theme/elements/_tables.scss */
.table td {
  vertical-align: middle;
}

/*-------------------- 4.17. Counters --------------------*/
/* Counters */
/* line 2, app/assets/stylesheets/theme/elements/_counters.scss */
.count-container {
  margin-bottom: 3.3rem;
}

/* line 6, app/assets/stylesheets/theme/elements/_counters.scss */
.count-wrapper {
  color: #1d3441;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: .6rem;
}

/* line 14, app/assets/stylesheets/theme/elements/_counters.scss */
.count-title {
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: -.01em;
}

/*-------------------- 4.18.Pagination --------------------*/
/* Pagination */
/* line 2, app/assets/stylesheets/theme/elements/_pagination.scss */
.pagination {
  border-radius: 0;
  align-items: center;
  margin-bottom: 2rem;
}

/* line 8, app/assets/stylesheets/theme/elements/_pagination.scss */
.page-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3rem;
  height: 4rem;
  font-weight: 400;
  font-size: 1.4rem;
  padding: 0 .3rem;
  line-height: 1;
  color: #706f6c;
  border-radius: .3rem;
  background-color: transparent;
  border: .1rem solid transparent;
}

/* line 23, app/assets/stylesheets/theme/elements/_pagination.scss */
.page-link i {
  font-size: 1.5rem;
}

/* line 27, app/assets/stylesheets/theme/elements/_pagination.scss */
.page-link.page-link-prev {
  margin-right: 1.7rem;
}

/* line 29, app/assets/stylesheets/theme/elements/_pagination.scss */
.page-link.page-link-prev i {
  margin-left: 0;
  margin-right: 1rem;
}

/* line 35, app/assets/stylesheets/theme/elements/_pagination.scss */
.page-link.page-link-next {
  margin-left: 1.8rem;
}

/* line 38, app/assets/stylesheets/theme/elements/_pagination.scss */
.page-link.page-link-next i {
  margin-left: 1rem;
  margin-right: 0;
}

/* line 44, app/assets/stylesheets/theme/elements/_pagination.scss */
.page-link.page-link-prev, .page-link.page-link-next {
  padding-left: 1rem;
  padding-right: 1rem;
  min-width: 70px;
}

/* line 51, app/assets/stylesheets/theme/elements/_pagination.scss */
.page-link:hover {
  box-shadow: none;
  color: inherit;
  border-color: #ebebeb;
  text-decoration: none;
  background-color: transparent;
  outline: none !important;
}

/* line 59, app/assets/stylesheets/theme/elements/_pagination.scss */
.page-link:focus {
  outline: none !important;
  color: inherit;
  box-shadow: none;
}

/* line 66, app/assets/stylesheets/theme/elements/_pagination.scss */
.page-item-total {
  color: #cccccc;
  font-size: 1.4rem;
  font-weight: 400;
  margin-left: 1.2rem;
  white-space: nowrap;
}

/* line 75, app/assets/stylesheets/theme/elements/_pagination.scss */
.page-item + .page-item {
  margin-left: .4rem;
}

/* line 79, app/assets/stylesheets/theme/elements/_pagination.scss */
.page-item:first-child .page-link {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem;
}

/* line 84, app/assets/stylesheets/theme/elements/_pagination.scss */
.page-item:last-child .page-link {
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem;
}

/* line 89, app/assets/stylesheets/theme/elements/_pagination.scss */
.page-item.active .page-link {
  color: #1d3441;
  background-color: transparent;
  border-color: #ebebeb;
}

/* line 95, app/assets/stylesheets/theme/elements/_pagination.scss */
.page-item.disabled .page-link {
  border-color: transparent;
  color: #eaeaea;
}

@media screen and (max-width: 575px) {
  /* line 103, app/assets/stylesheets/theme/elements/_pagination.scss */
  .page-link.page-link-next {
    margin-left: 1rem;
  }
  /* line 107, app/assets/stylesheets/theme/elements/_pagination.scss */
  .page-link.page-link-prev {
    margin-right: 1rem;
  }
}

/*-------------------- 4.19.Modals --------------------*/
/*-------------------- 4.20.Alerts --------------------*/
/* Alerts */
/* line 2, app/assets/stylesheets/theme/elements/_alerts.scss */
.alert {
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.43;
  letter-spacing: -.01em;
  border-radius: 0;
  margin: 0;
  padding: 1rem 1.5rem;
  border: none;
}

/* line 12, app/assets/stylesheets/theme/elements/_alerts.scss */
.alert .container {
  position: relative;
}

/* line 16, app/assets/stylesheets/theme/elements/_alerts.scss */
.alert a {
  color: rgba(255, 255, 255, 0.7);
}

/* line 19, app/assets/stylesheets/theme/elements/_alerts.scss */
.alert a:hover, .alert a:focus {
  color: rgba(255, 255, 255, 0.9);
}

/* line 25, app/assets/stylesheets/theme/elements/_alerts.scss */
.alert .close {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1;
  top: 50%;
  transform: translateY(-50%);
}

/* line 33, app/assets/stylesheets/theme/elements/_alerts.scss */
.alert .close span {
  display: inline-block;
  line-height: 1;
  padding-bottom: .2rem;
}

/* line 41, app/assets/stylesheets/theme/elements/_alerts.scss */
.alert-primary {
  color: #fff;
  background-color: #1d3441;
}

/* line 46, app/assets/stylesheets/theme/elements/_alerts.scss */
.alert-dark {
  color: #fff;
  background-color: #333;
}

/* line 51, app/assets/stylesheets/theme/elements/_alerts.scss */
.alert-danger {
  color: #fff;
  background-color: #da2828;
}

/* line 56, app/assets/stylesheets/theme/elements/_alerts.scss */
.alert-info {
  color: #fff;
  background-color: #32b1d6;
}

/* line 61, app/assets/stylesheets/theme/elements/_alerts.scss */
.alert-success {
  color: #fff;
  background-color: #20cb55;
}

/* line 66, app/assets/stylesheets/theme/elements/_alerts.scss */
.alert-warning {
  color: #fff;
  background-color: #ea8745;
}

/*-------------------- 4.21.Instagram Feeds --------------------*/
/* Instagram Feed */
/* line 2, app/assets/stylesheets/theme/elements/_instagram-feed.scss */
.instagram-feed {
  width: 100%;
  display: block;
  position: relative;
  background-color: #ccc;
  margin-bottom: 2rem;
}

/* line 9, app/assets/stylesheets/theme/elements/_instagram-feed.scss */
.instagram-feed:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.4);
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

/* line 25, app/assets/stylesheets/theme/elements/_instagram-feed.scss */
.instagram-feed:hover:after,
.instagram-feed:hover .instagram-feed-content {
  opacity: 1;
  visibility: visible;
}

/* line 32, app/assets/stylesheets/theme/elements/_instagram-feed.scss */
.instagram-feed img {
  max-width: none;
  width: 100%;
}

/* line 38, app/assets/stylesheets/theme/elements/_instagram-feed.scss */
.instagram-feed-content {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  color: #fff;
  font-weight: 400;
  font-size: 1.6rem;
  transition: all 0.45s ease;
  opacity: 0;
  visibility: hidden;
}

/* line 55, app/assets/stylesheets/theme/elements/_instagram-feed.scss */
.instagram-feed-content i {
  font-weight: normal;
  margin-right: .8rem;
}

/* line 60, app/assets/stylesheets/theme/elements/_instagram-feed.scss */
.instagram-feed-content a {
  color: inherit;
}

/* line 63, app/assets/stylesheets/theme/elements/_instagram-feed.scss */
.instagram-feed-content a:hover, .instagram-feed-content a:focus {
  color: #1d3441;
}

/* line 68, app/assets/stylesheets/theme/elements/_instagram-feed.scss */
.instagram-feed-content a + a {
  margin-left: 2rem;
}

/*-------------------- 4.22.Elements list --------------------*/
/* Lists */
/* line 4, app/assets/stylesheets/theme/elements/_list.scss */
.elements > div {
  padding: 1rem;
}

/* line 8, app/assets/stylesheets/theme/elements/_list.scss */
.elements > div:nth-child(1) .element-img {
  background-position: calc(-200px * ( 1 - 1 )) 0;
}

/* line 11, app/assets/stylesheets/theme/elements/_list.scss */
.elements > div:nth-child(1) .element-hover-img {
  background-position: calc(-200px * 1 + 100px) 0;
}

/* line 8, app/assets/stylesheets/theme/elements/_list.scss */
.elements > div:nth-child(2) .element-img {
  background-position: calc(-200px * ( 2 - 1 )) 0;
}

/* line 11, app/assets/stylesheets/theme/elements/_list.scss */
.elements > div:nth-child(2) .element-hover-img {
  background-position: calc(-200px * 2 + 100px) 0;
}

/* line 8, app/assets/stylesheets/theme/elements/_list.scss */
.elements > div:nth-child(3) .element-img {
  background-position: calc(-200px * ( 3 - 1 )) 0;
}

/* line 11, app/assets/stylesheets/theme/elements/_list.scss */
.elements > div:nth-child(3) .element-hover-img {
  background-position: calc(-200px * 3 + 100px) 0;
}

/* line 8, app/assets/stylesheets/theme/elements/_list.scss */
.elements > div:nth-child(4) .element-img {
  background-position: calc(-200px * ( 4 - 1 )) 0;
}

/* line 11, app/assets/stylesheets/theme/elements/_list.scss */
.elements > div:nth-child(4) .element-hover-img {
  background-position: calc(-200px * 4 + 100px) 0;
}

/* line 8, app/assets/stylesheets/theme/elements/_list.scss */
.elements > div:nth-child(5) .element-img {
  background-position: calc(-200px * ( 5 - 1 )) 0;
}

/* line 11, app/assets/stylesheets/theme/elements/_list.scss */
.elements > div:nth-child(5) .element-hover-img {
  background-position: calc(-200px * 5 + 100px) 0;
}

/* line 8, app/assets/stylesheets/theme/elements/_list.scss */
.elements > div:nth-child(6) .element-img {
  background-position: calc(-200px * ( 6 - 1 )) 0;
}

/* line 11, app/assets/stylesheets/theme/elements/_list.scss */
.elements > div:nth-child(6) .element-hover-img {
  background-position: calc(-200px * 6 + 100px) 0;
}

/* line 8, app/assets/stylesheets/theme/elements/_list.scss */
.elements > div:nth-child(7) .element-img {
  background-position: calc(-200px * ( 7 - 1 )) 0;
}

/* line 11, app/assets/stylesheets/theme/elements/_list.scss */
.elements > div:nth-child(7) .element-hover-img {
  background-position: calc(-200px * 7 + 100px) 0;
}

/* line 8, app/assets/stylesheets/theme/elements/_list.scss */
.elements > div:nth-child(8) .element-img {
  background-position: calc(-200px * ( 8 - 1 )) 0;
}

/* line 11, app/assets/stylesheets/theme/elements/_list.scss */
.elements > div:nth-child(8) .element-hover-img {
  background-position: calc(-200px * 8 + 100px) 0;
}

/* line 8, app/assets/stylesheets/theme/elements/_list.scss */
.elements > div:nth-child(9) .element-img {
  background-position: calc(-200px * ( 9 - 1 )) 0;
}

/* line 11, app/assets/stylesheets/theme/elements/_list.scss */
.elements > div:nth-child(9) .element-hover-img {
  background-position: calc(-200px * 9 + 100px) 0;
}

/* line 8, app/assets/stylesheets/theme/elements/_list.scss */
.elements > div:nth-child(10) .element-img {
  background-position: calc(-200px * ( 10 - 1 )) 0;
}

/* line 11, app/assets/stylesheets/theme/elements/_list.scss */
.elements > div:nth-child(10) .element-hover-img {
  background-position: calc(-200px * 10 + 100px) 0;
}

/* line 8, app/assets/stylesheets/theme/elements/_list.scss */
.elements > div:nth-child(11) .element-img {
  background-position: calc(-200px * ( 11 - 1 )) 0;
}

/* line 11, app/assets/stylesheets/theme/elements/_list.scss */
.elements > div:nth-child(11) .element-hover-img {
  background-position: calc(-200px * 11 + 100px) 0;
}

/* line 8, app/assets/stylesheets/theme/elements/_list.scss */
.elements > div:nth-child(12) .element-img {
  background-position: calc(-200px * ( 12 - 1 )) 0;
}

/* line 11, app/assets/stylesheets/theme/elements/_list.scss */
.elements > div:nth-child(12) .element-hover-img {
  background-position: calc(-200px * 12 + 100px) 0;
}

/* line 8, app/assets/stylesheets/theme/elements/_list.scss */
.elements > div:nth-child(13) .element-img {
  background-position: calc(-200px * ( 13 - 1 )) 0;
}

/* line 11, app/assets/stylesheets/theme/elements/_list.scss */
.elements > div:nth-child(13) .element-hover-img {
  background-position: calc(-200px * 13 + 100px) 0;
}

/* line 8, app/assets/stylesheets/theme/elements/_list.scss */
.elements > div:nth-child(14) .element-img {
  background-position: calc(-200px * ( 14 - 1 )) 0;
}

/* line 11, app/assets/stylesheets/theme/elements/_list.scss */
.elements > div:nth-child(14) .element-hover-img {
  background-position: calc(-200px * 14 + 100px) 0;
}

/* line 16, app/assets/stylesheets/theme/elements/_list.scss */
.elements > div > a {
  display: block;
}

/* line 23, app/assets/stylesheets/theme/elements/_list.scss */
.element {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: .1rem solid #ebebeb;
  position: relative;
  transition: all .3s;
}

/* line 32, app/assets/stylesheets/theme/elements/_list.scss */
.element:hover, .element:focus {
  box-shadow: 0 5px 20px rgba(234, 234, 234, 0.8);
}

/* line 34, app/assets/stylesheets/theme/elements/_list.scss */
.element:hover .element-hover-img, .element:focus .element-hover-img {
  visibility: visible;
  opacity: 1;
}

/* line 38, app/assets/stylesheets/theme/elements/_list.scss */
.element:hover .element-img, .element:focus .element-img {
  opacity: 0;
}

/* line 41, app/assets/stylesheets/theme/elements/_list.scss */
.element:hover p, .element:focus p {
  color: #333;
}

/* line 48, app/assets/stylesheets/theme/elements/_list.scss */
.element p {
  margin-top: -1rem;
  padding-bottom: 1rem;
}

/* line 54, app/assets/stylesheets/theme/elements/_list.scss */
.element-img,
.element-hover-img {
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  transition: all .3s;
}

/* line 63, app/assets/stylesheets/theme/elements/_list.scss */
.element-hover-img {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
}

/* line 73, app/assets/stylesheets/theme/elements/_list.scss */
.element-type {
  font-size: 1.3rem;
  font-weight: 400;
  font-family: "Jost";
  letter-spacing: .01em;
  color: #666;
  text-transform: uppercase;
}

@media screen and (max-width: 374px) {
  /* line 84, app/assets/stylesheets/theme/elements/_list.scss */
  .element p {
    font-size: 1.2rem;
  }
}

/*-------------------- 4.23.Overlay --------------------*/
/* line 1, app/assets/stylesheets/theme/elements/_overlay.scss */
body {
  overflow-y: scroll !important;
}

/* line 4, app/assets/stylesheets/theme/elements/_overlay.scss */
body.loaded {
  overflow: auto !important;
  overflow-x: hidden !important;
}

/* line 8, app/assets/stylesheets/theme/elements/_overlay.scss */
body.loaded .loading-overlay {
  display: none !important;
}

/* line 14, app/assets/stylesheets/theme/elements/_overlay.scss */
#root {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s cubic-bezier(0, 0, 0.5, 1);
}

/* line 19, app/assets/stylesheets/theme/elements/_overlay.scss */
#root.loaded {
  opacity: 1;
  visibility: visible;
}

/* line 25, app/assets/stylesheets/theme/elements/_overlay.scss */
.loading-overlay {
  position: fixed;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all .5s ease-in-out;
  background: #fff;
  opacity: 1;
  visibility: visible;
  z-index: 10000;
}

/* line 39, app/assets/stylesheets/theme/elements/_overlay.scss */
.bounce-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  margin: -9px 0 0 -35px;
  transition: all .2s;
  text-align: center;
  z-index: 10000;
}

/* line 49, app/assets/stylesheets/theme/elements/_overlay.scss */
.bounce-loader::-moz-selection {
  background: transparent;
}
.bounce-loader::selection {
  background: transparent;
}

/* line 53, app/assets/stylesheets/theme/elements/_overlay.scss */
.bounce-loader .bounce1,
.bounce-loader .bounce2,
.bounce-loader .bounce3 {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #CCC;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  animation: 1.4s ease-in-out 0s normal both infinite bouncedelay;
}

/* line 65, app/assets/stylesheets/theme/elements/_overlay.scss */
.bounce-loader .bounce1 {
  animation-delay: -.32s;
}

/* line 69, app/assets/stylesheets/theme/elements/_overlay.scss */
.bounce-loader .bounce2 {
  animation-delay: -.16s;
}

/*-------------------- 4.24.Countdown --------------------*/
/* line 2, app/assets/stylesheets/theme/elements/_countdown.scss */
.countdown-rtl {
  direction: rtl;
}

/* line 6, app/assets/stylesheets/theme/elements/_countdown.scss */
.countdown-holding span {
  color: #888;
}

/* line 10, app/assets/stylesheets/theme/elements/_countdown.scss */
.countdown-row {
  width: 100%;
  text-align: center;
}

/* line 14, app/assets/stylesheets/theme/elements/_countdown.scss */
.countdown-row:after {
  content: '';
  display: table;
  clear: both;
}

/* line 21, app/assets/stylesheets/theme/elements/_countdown.scss */
.countdown-show1 .countdown-section {
  width: calc(100% - 20px);
}

/* line 25, app/assets/stylesheets/theme/elements/_countdown.scss */
.countdown-show2 .countdown-section {
  width: calc(50% - 20px);
}

/* line 29, app/assets/stylesheets/theme/elements/_countdown.scss */
.countdown-show3 .countdown-section {
  width: calc(33.3% - 20px);
}

/* line 33, app/assets/stylesheets/theme/elements/_countdown.scss */
.countdown-show4 .countdown-section {
  width: calc(25% - 20px);
}

/* line 37, app/assets/stylesheets/theme/elements/_countdown.scss */
.countdown-show5 .countdown-section {
  width: calc(20% - 20px);
}

/* line 41, app/assets/stylesheets/theme/elements/_countdown.scss */
.countdown-show6 .countdown-section {
  width: calc(16.66% - 20px);
}

/* line 45, app/assets/stylesheets/theme/elements/_countdown.scss */
.countdown-show7 .countdown-section {
  width: calc(14.285% - 20px);
}

/* line 49, app/assets/stylesheets/theme/elements/_countdown.scss */
.countdown-section {
  position: relative;
  display: block;
  float: left;
  font-size: 75%;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
}

/* line 59, app/assets/stylesheets/theme/elements/_countdown.scss */
.countdown-amount {
  font-size: 200%;
}

/* line 63, app/assets/stylesheets/theme/elements/_countdown.scss */
.countdown-period {
  display: block;
}

/* line 67, app/assets/stylesheets/theme/elements/_countdown.scss */
.countdown-descr {
  display: block;
  width: 100%;
}

/* line 73, app/assets/stylesheets/theme/elements/_countdown.scss */
.countdown-separator .countdown-section:not(:last-child):after {
  content: ':';
  display: inline-block;
  font-size: 30px;
  line-height: 1;
  position: absolute;
  left: 100%;
  margin-left: 8px;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

/*-------------------- 4.25.LightBox --------------------*/
@keyframes closeWindow {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* line 10, app/assets/stylesheets/theme/elements/_image-lightbox.scss */
.ril__outer {
  background-color: rgba(51, 51, 51, 0.6);
  outline: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  -ms-content-zooming: none;
  -ms-user-select: none;
  -ms-touch-select: none;
  touch-action: none;
}

/* line 26, app/assets/stylesheets/theme/elements/_image-lightbox.scss */
.ril__outerClosing {
  opacity: 0;
}

/* line 30, app/assets/stylesheets/theme/elements/_image-lightbox.scss */
.ril__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 38, app/assets/stylesheets/theme/elements/_image-lightbox.scss */
.ril__image,
.ril__imagePrev,
.ril__imageNext {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: none;
  transition: .35s;
  -ms-content-zooming: none;
  -ms-user-select: none;
  -ms-touch-select: none;
  touch-action: none;
}

/* line 55, app/assets/stylesheets/theme/elements/_image-lightbox.scss */
.ril__imageDiscourager {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* line 61, app/assets/stylesheets/theme/elements/_image-lightbox.scss */
.ril__navButtons {
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
  height: 34px;
  padding: 40px 30px;
  margin: auto;
  cursor: pointer;
  opacity: 0.7;
}

/* line 73, app/assets/stylesheets/theme/elements/_image-lightbox.scss */
.ril__navButtons:hover {
  opacity: 1;
}

/* line 76, app/assets/stylesheets/theme/elements/_image-lightbox.scss */
.ril__navButtons:active {
  opacity: 0.7;
}

/* line 80, app/assets/stylesheets/theme/elements/_image-lightbox.scss */
.ril__navButtonPrev {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  opacity: .6;
  margin: 0;
  top: 50%;
  margin-top: -50px;
  font-family: 'molla';
  color: #fff;
  font-weight: normal;
  font-size: 3.2rem;
  line-height: 1;
  padding: 0;
  width: 64px;
  height: 100px;
  transition: all .35s ease;
  -webkit-tap-highlight-color: transparent;
}

/* line 105, app/assets/stylesheets/theme/elements/_image-lightbox.scss */
.ril__navButtonNext {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  right: 0;
  opacity: .6;
  margin: 0;
  top: 50%;
  margin-top: -50px;
  font-family: 'molla';
  color: #fff;
  font-weight: normal;
  font-size: 3.2rem;
  line-height: 1;
  padding: 0;
  width: 64px;
  height: 100px;
  transition: all .35s ease;
  -webkit-tap-highlight-color: transparent;
}

/* line 131, app/assets/stylesheets/theme/elements/_image-lightbox.scss */
.ril__downloadBlocker {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  background-size: cover;
}

/* line 141, app/assets/stylesheets/theme/elements/_image-lightbox.scss */
.ril__caption,
.ril__toolbar {
  background-color: transparent;
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
}

/* line 151, app/assets/stylesheets/theme/elements/_image-lightbox.scss */
.ril__caption {
  bottom: 0;
  max-height: 150px;
  overflow: auto;
}

/* line 157, app/assets/stylesheets/theme/elements/_image-lightbox.scss */
.ril__captionContent {
  padding: 10px 20px;
  color: #fff;
}

/* line 162, app/assets/stylesheets/theme/elements/_image-lightbox.scss */
.ril__toolbar {
  top: 0;
  height: 50px;
}

/* line 167, app/assets/stylesheets/theme/elements/_image-lightbox.scss */
.ril__toolbarSide {
  height: 50px;
  margin: 0;
}

/* line 172, app/assets/stylesheets/theme/elements/_image-lightbox.scss */
.ril__toolbarLeftSide {
  padding-left: 20px;
  padding-right: 0;
  flex: 0 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 180, app/assets/stylesheets/theme/elements/_image-lightbox.scss */
.ril__toolbarRightSide {
  padding-left: 0;
  padding-right: 20px;
  flex: 0 0 auto;
}

/* line 186, app/assets/stylesheets/theme/elements/_image-lightbox.scss */
.ril__toolbarItem {
  display: inline-block;
  line-height: 50px;
  padding: 0;
  color: #fff;
  font-size: 120%;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 198, app/assets/stylesheets/theme/elements/_image-lightbox.scss */
.ril__toolbarItemChild {
  vertical-align: middle;
}

/* line 202, app/assets/stylesheets/theme/elements/_image-lightbox.scss */
.ril__builtinButton {
  width: 40px;
  height: 35px;
  cursor: pointer;
  border: none;
  opacity: 0.7;
}

/* line 209, app/assets/stylesheets/theme/elements/_image-lightbox.scss */
.ril__builtinButton:hover {
  opacity: 1;
}

/* line 212, app/assets/stylesheets/theme/elements/_image-lightbox.scss */
.ril__builtinButton:active {
  outline: none;
}

/* line 216, app/assets/stylesheets/theme/elements/_image-lightbox.scss */
.ril__builtinButtonDisabled {
  cursor: default;
  opacity: 0.5;
}

/* line 220, app/assets/stylesheets/theme/elements/_image-lightbox.scss */
.ril__builtinButtonDisabled:hover {
  opacity: 0.5;
}

/* line 224, app/assets/stylesheets/theme/elements/_image-lightbox.scss */
.ril__closeButton {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIj48cGF0aCBkPSJtIDEsMyAxLjI1LC0xLjI1IDcuNSw3LjUgNy41LC03LjUgMS4yNSwxLjI1IC03LjUsNy41IDcuNSw3LjUgLTEuMjUsMS4yNSAtNy41LC03LjUgLTcuNSw3LjUgLTEuMjUsLTEuMjUgNy41LC03LjUgLTcuNSwtNy41IHoiIGZpbGw9IiNGRkYiLz48L3N2Zz4=") no-repeat center;
}

/* line 229, app/assets/stylesheets/theme/elements/_image-lightbox.scss */
.ril__zoomInButton {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGcgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PHBhdGggZD0iTTEgMTlsNi02Ii8+PHBhdGggZD0iTTkgOGg2Ii8+PHBhdGggZD0iTTEyIDV2NiIvPjwvZz48Y2lyY2xlIGN4PSIxMiIgY3k9IjgiIHI9IjciIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+") no-repeat center;
}

/* line 234, app/assets/stylesheets/theme/elements/_image-lightbox.scss */
.ril__zoomOutButton {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGcgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PHBhdGggZD0iTTEgMTlsNi02Ii8+PHBhdGggZD0iTTkgOGg2Ii8+PC9nPjxjaXJjbGUgY3g9IjEyIiBjeT0iOCIgcj0iNyIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=") no-repeat center;
}

/* line 239, app/assets/stylesheets/theme/elements/_image-lightbox.scss */
.ril__outerAnimating {
  animation-name: closeWindow;
}

@keyframes pointFade {
  0%,
19.999%,
100% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
}

/* line 254, app/assets/stylesheets/theme/elements/_image-lightbox.scss */
.ril__loadingCircle {
  width: 60px;
  height: 60px;
  position: relative;
}

/* line 260, app/assets/stylesheets/theme/elements/_image-lightbox.scss */
.ril__loadingCirclePoint {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 267, app/assets/stylesheets/theme/elements/_image-lightbox.scss */
.ril__loadingCirclePoint::before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 11%;
  height: 30%;
  background-color: #fff;
  border-radius: 30%;
  animation: pointFade 800ms infinite ease-in-out both;
}

/* line 277, app/assets/stylesheets/theme/elements/_image-lightbox.scss */
.ril__loadingCirclePoint:nth-of-type(1) {
  transform: rotate(0deg);
}

/* line 280, app/assets/stylesheets/theme/elements/_image-lightbox.scss */
.ril__loadingCirclePoint:nth-of-type(7) {
  transform: rotate(180deg);
}

/* line 283, app/assets/stylesheets/theme/elements/_image-lightbox.scss */
.ril__loadingCirclePoint:nth-of-type(1)::before,
.ril__loadingCirclePoint:nth-of-type(7)::before {
  animation-delay: -800ms;
}

/* line 287, app/assets/stylesheets/theme/elements/_image-lightbox.scss */
.ril__loadingCirclePoint:nth-of-type(2) {
  transform: rotate(30deg);
}

/* line 290, app/assets/stylesheets/theme/elements/_image-lightbox.scss */
.ril__loadingCirclePoint:nth-of-type(8) {
  transform: rotate(210deg);
}

/* line 293, app/assets/stylesheets/theme/elements/_image-lightbox.scss */
.ril__loadingCirclePoint:nth-of-type(2)::before,
.ril__loadingCirclePoint:nth-of-type(8)::before {
  animation-delay: -666ms;
}

/* line 297, app/assets/stylesheets/theme/elements/_image-lightbox.scss */
.ril__loadingCirclePoint:nth-of-type(3) {
  transform: rotate(60deg);
}

/* line 300, app/assets/stylesheets/theme/elements/_image-lightbox.scss */
.ril__loadingCirclePoint:nth-of-type(9) {
  transform: rotate(240deg);
}

/* line 303, app/assets/stylesheets/theme/elements/_image-lightbox.scss */
.ril__loadingCirclePoint:nth-of-type(3)::before,
.ril__loadingCirclePoint:nth-of-type(9)::before {
  animation-delay: -533ms;
}

/* line 307, app/assets/stylesheets/theme/elements/_image-lightbox.scss */
.ril__loadingCirclePoint:nth-of-type(4) {
  transform: rotate(90deg);
}

/* line 310, app/assets/stylesheets/theme/elements/_image-lightbox.scss */
.ril__loadingCirclePoint:nth-of-type(10) {
  transform: rotate(270deg);
}

/* line 313, app/assets/stylesheets/theme/elements/_image-lightbox.scss */
.ril__loadingCirclePoint:nth-of-type(4)::before,
.ril__loadingCirclePoint:nth-of-type(10)::before {
  animation-delay: -400ms;
}

/* line 317, app/assets/stylesheets/theme/elements/_image-lightbox.scss */
.ril__loadingCirclePoint:nth-of-type(5) {
  transform: rotate(120deg);
}

/* line 320, app/assets/stylesheets/theme/elements/_image-lightbox.scss */
.ril__loadingCirclePoint:nth-of-type(11) {
  transform: rotate(300deg);
}

/* line 323, app/assets/stylesheets/theme/elements/_image-lightbox.scss */
.ril__loadingCirclePoint:nth-of-type(5)::before,
.ril__loadingCirclePoint:nth-of-type(11)::before {
  animation-delay: -266ms;
}

/* line 327, app/assets/stylesheets/theme/elements/_image-lightbox.scss */
.ril__loadingCirclePoint:nth-of-type(6) {
  transform: rotate(150deg);
}

/* line 330, app/assets/stylesheets/theme/elements/_image-lightbox.scss */
.ril__loadingCirclePoint:nth-of-type(12) {
  transform: rotate(330deg);
}

/* line 333, app/assets/stylesheets/theme/elements/_image-lightbox.scss */
.ril__loadingCirclePoint:nth-of-type(6)::before,
.ril__loadingCirclePoint:nth-of-type(12)::before {
  animation-delay: -133ms;
}

/* line 337, app/assets/stylesheets/theme/elements/_image-lightbox.scss */
.ril__loadingCirclePoint:nth-of-type(7) {
  transform: rotate(180deg);
}

/* line 340, app/assets/stylesheets/theme/elements/_image-lightbox.scss */
.ril__loadingCirclePoint:nth-of-type(13) {
  transform: rotate(360deg);
}

/* line 343, app/assets/stylesheets/theme/elements/_image-lightbox.scss */
.ril__loadingCirclePoint:nth-of-type(7)::before,
.ril__loadingCirclePoint:nth-of-type(13)::before {
  animation-delay: 0ms;
}

/* line 348, app/assets/stylesheets/theme/elements/_image-lightbox.scss */
.ril__loadingContainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 355, app/assets/stylesheets/theme/elements/_image-lightbox.scss */
.ril__imagePrev .ril__loadingContainer,
.ril__imageNext .ril__loadingContainer {
  display: none;
}

/* line 360, app/assets/stylesheets/theme/elements/_image-lightbox.scss */
.ril__errorContainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

/* line 371, app/assets/stylesheets/theme/elements/_image-lightbox.scss */
.ril__imagePrev .ril__errorContainer,
.ril__imageNext .ril__errorContainer {
  display: none;
}

/* line 376, app/assets/stylesheets/theme/elements/_image-lightbox.scss */
.ril__loadingContainer__icon {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

/*-------------------- 4.26.Slider --------------------*/
/* line 2, app/assets/stylesheets/theme/elements/_slider.scss */
.price-slider .input-range__track--background {
  right: 20px;
  left: 10px;
}

/* line 6, app/assets/stylesheets/theme/elements/_slider.scss */
.price-slider .input-range__slider {
  height: 1.5rem;
  width: 1.5rem;
  background: #fff;
  border: .1rem solid #555;
  right: -7.5px;
}

/* line 13, app/assets/stylesheets/theme/elements/_slider.scss */
.price-slider .input-range__label--value {
  font-family: "Jost";
  transform: translate(-50%, 0);
  left: 50%;
  top: 100%;
  margin-top: 1.8rem;
  display: block;
  position: absolute;
  color: #333333;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: -.01em;
  text-align: center;
  white-space: nowrap;
}

/* line 29, app/assets/stylesheets/theme/elements/_slider.scss */
.price-slider .input-range__label--min, .price-slider .input-range__label--max {
  display: none;
}

/* line 32, app/assets/stylesheets/theme/elements/_slider.scss */
.price-slider .input-range__track--active {
  background: #333;
}

/* line 36, app/assets/stylesheets/theme/elements/_slider.scss */
.price-slider .input-range__label-container {
  left: 0;
}

/* line 39, app/assets/stylesheets/theme/elements/_slider.scss */
.price-slider .input-range__slider-container {
  top: 50%;
}

/* line 43, app/assets/stylesheets/theme/elements/_slider.scss */
.filter-price {
  font-family: "Jost";
  font-size: 14px;
}

/* line 46, app/assets/stylesheets/theme/elements/_slider.scss */
.filter-price .filter-price-range {
  color: #1d3441;
}

/*-------------------- 4.27.Toast --------------------*/
/* line 1, app/assets/stylesheets/theme/elements/_toast.scss */
.toast-container {
  width: 250px !important;
}

/* line 4, app/assets/stylesheets/theme/elements/_toast.scss */
.toast-container .Toastify__toast--success {
  background-color: #1d3441;
  border-radius: .5rem;
}

/* line 9, app/assets/stylesheets/theme/elements/_toast.scss */
.toast-container .Toastify__toast--error {
  background-color: #1d3441;
  border-radius: .5rem;
}

/* line 14, app/assets/stylesheets/theme/elements/_toast.scss */
.toast-container .Toastify__toast-body {
  padding-left: 2rem;
}

/* line 18, app/assets/stylesheets/theme/elements/_toast.scss */
.toast-container .Toastify__close-button {
  margin-top: auto;
  margin-bottom: auto;
  font-size: 12px;
}

/* line 24, app/assets/stylesheets/theme/elements/_toast.scss */
.toast-container .Toastify__toast {
  min-height: 55px;
  padding-right: 25px;
}

/* line 29, app/assets/stylesheets/theme/elements/_toast.scss */
.toast-container .Toastify__progress-bar {
  opacity: 0 !important;
}

/* line 34, app/assets/stylesheets/theme/elements/_toast.scss */
.Toastify--animate-icon {
  display: none;
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 39, app/assets/stylesheets/theme/elements/_toast.scss */
  .toast-container .Toastify__toast-body {
    margin-top: 7px;
  }
}

@media screen and (max-width: 480px) {
  /* line 45, app/assets/stylesheets/theme/elements/_toast.scss */
  .Toastify__toast-container {
    left: auto !important;
    right: 1rem;
    top: 1rem;
  }
  /* line 51, app/assets/stylesheets/theme/elements/_toast.scss */
  .Toastify__toast-container .Toastify__toast {
    margin-bottom: 1rem;
  }
}

/*-------------------- 4.28.Skeleton --------------------*/
/* line 2, app/assets/stylesheets/theme/elements/_skeleton.scss */
.skeleton-body .skel-widget,
.skeleton-body .skel-pro,
.skeleton-body .skel-post,
.skeleton-body .skel-single-post,
.skeleton-body .skel-grid-post,
.skeleton-body .skel-sidebar-post,
.skeleton-body .skel-list-post,
.skeleton-body .skel-mask-post,
.skeleton-body .skel-post-sidebar-category,
.skeleton-body .skel-cat,
.skeleton-body .skel-pro-tabs,
.skeleton-body .skel-pro-single .skel-product-gallery,
.skeleton-body .skel-pro-single .entry-summary1,
.skeleton-body .skel-pro-single .entry-summary2,
.skeleton-body .skel-pro-single .entry-summary3 {
  position: relative;
  overflow: hidden;
  width: 100%;
}

/* line 21, app/assets/stylesheets/theme/elements/_skeleton.scss */
.skeleton-body .skel-widget:before,
.skeleton-body .skel-pro:before,
.skeleton-body .skel-post:before,
.skeleton-body .skel-single-post:before,
.skeleton-body .skel-grid-post:before,
.skeleton-body .skel-sidebar-post:before,
.skeleton-body .skel-list-post:before,
.skeleton-body .skel-mask-post:before,
.skeleton-body .skel-post-sidebar-category:before,
.skeleton-body .skel-cat:before,
.skeleton-body .skel-pro-tabs:before,
.skeleton-body .skel-pro-single .skel-product-gallery:before,
.skeleton-body .skel-pro-single .entry-summary1:before,
.skeleton-body .skel-pro-single .entry-summary2:before,
.skeleton-body .skel-pro-single .entry-summary3:before {
  content: '';
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(#f4f4f4 100%, transparent 0), linear-gradient(#f4f4f4 100%, transparent 0), linear-gradient(#f4f4f4 100%, transparent 0), linear-gradient(#f4f4f4 100%, transparent 0), linear-gradient(#f4f4f4 100%, transparent 0), linear-gradient(#f4f4f4 100%, transparent 0), linear-gradient(#f4f4f4 100%, transparent 0), linear-gradient(#f4f4f4 100%, transparent 0), linear-gradient(#f4f4f4 100%, transparent 0), linear-gradient(#f4f4f4 100%, transparent 0), linear-gradient(#f4f4f4 100%, transparent 0), linear-gradient(#f4f4f4 100%, transparent 0), linear-gradient(#f4f4f4 100%, transparent 0), linear-gradient(#f4f4f4 100%, transparent 0), linear-gradient(#f4f4f4 100%, transparent 0), linear-gradient(#f4f4f4 100%, transparent 0), linear-gradient(#f4f4f4 100%, transparent 0), linear-gradient(#f4f4f4 100%, transparent 0), linear-gradient(#f4f4f4 100%, transparent 0);
}

/* line 29, app/assets/stylesheets/theme/elements/_skeleton.scss */
.skeleton-body .skel-widget:after,
.skeleton-body .skel-pro:after,
.skeleton-body .skel-post:after,
.skeleton-body .skel-single-post:after,
.skeleton-body .skel-grid-post:after,
.skeleton-body .skel-sidebar-post:after,
.skeleton-body .skel-list-post:after,
.skeleton-body .skel-mask-post:after,
.skeleton-body .skel-post-sidebar-category:after,
.skeleton-body .skel-cat:after,
.skeleton-body .skel-pro-tabs:after,
.skeleton-body .skel-pro-single .skel-product-gallery:after,
.skeleton-body .skel-pro-single .entry-summary1:after,
.skeleton-body .skel-pro-single .entry-summary2:after,
.skeleton-body .skel-pro-single .entry-summary3:after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  right: -50%;
  bottom: -50%;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 80%);
  animation: skeletonloading 1.5s infinite;
}

/* line 42, app/assets/stylesheets/theme/elements/_skeleton.scss */
.skeleton-body .skel-widget:first-of-type {
  padding-top: 0;
  margin-top: 0;
}

/* line 47, app/assets/stylesheets/theme/elements/_skeleton.scss */
.skeleton-body .skel-widget:before {
  height: 315px;
  background-size: 100% 30px, 70% 20px, 50% 20px, 80% 20px, 40% 20px, 30% 20px, 50% 20px;
  background-position: left 10px, left 65px, left 105px, left 145px, left 185px, left 225px, left 265px;
}

/* line 54, app/assets/stylesheets/theme/elements/_skeleton.scss */
.skeleton-body .skel-pro:before {
  padding-top: 161%;
  background-size: 100% 58%, 55% 15px, 85% 20px, 55% 15px, 40% 25px;
  background-position: left 0, left calc(58% + 25px), left calc(58% + 55px), left calc(58% + 85px), left calc(58% + 120px);
}

/* line 59, app/assets/stylesheets/theme/elements/_skeleton.scss */
.shop-market .skeleton-body .skel-pro:before {
  padding-top: calc(100% + 150px);
}

/* line 64, app/assets/stylesheets/theme/elements/_skeleton.scss */
.skeleton-body .skel-pro-list {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #ebebeb;
}

/* line 69, app/assets/stylesheets/theme/elements/_skeleton.scss */
.skeleton-body .skel-pro-list:before {
  padding-top: 23.5%;
  background-size: 24% 100%, 20% 15px, 25% 20px, 48% 80px, 10% 15px, 15% 15px, 20% 30px, 24% 40px;
  background-position: left 0, calc(26% * 100 / (100 - 20)) calc(50% - 80px + 25px / 2), calc(26% * 100 / (100 - 25)) calc(50% - 80px + 20px / 2 + 30px), calc(26% * 100 / (100 - 48)) calc(50% - 80px + 80px / 2 + 80px), calc(76% * 100 / (100 - 10)) calc(50% - 82px + 15px / 2), calc(76% * 100 / (100 - 15)) calc(50% - 82px + 15px / 2 + 30px), calc(78% * 100 / (100 - 20)) calc(50% - 82px + 30px / 2 + 80px), calc(76% * 100 / (100 - 24)) calc(50% - 82px + 40px / 2 + 125px);
}

/* line 78, app/assets/stylesheets/theme/elements/_skeleton.scss */
.skeleton-body .skel-pro-single .skel-product-gallery:before, .skeleton-body.horizontal .skel-pro-single .skel-product-gallery:before {
  padding-top: 125.3%;
  min-height: 480px;
  background-size: 100% 80%, 23.5% 18.5%, 23.5% 18.5%, 23.5% 18.5%, 23.5% 18.5%;
  background-position: left 0, 0 100%, calc(25% * 100 / (100 - 25)) 100%, calc(50% * 100 / (100 - 25)) 100%, calc(75% * 100 / (100 - 25)) 100%;
}

/* line 86, app/assets/stylesheets/theme/elements/_skeleton.scss */
.skeleton-body.product-intro.center-mode .entry-summary1:before {
  background-position: center 0, center 35px, center 65px, center 105px, calc(12% * 100 / (100 - 82)) 185px, calc(12% * 100 / (100 - 68)) 175px, calc(12% * 100 / (100 - 82)) 245px, calc(12% * 100 / (100 - 68)) 235px;
}

/* line 90, app/assets/stylesheets/theme/elements/_skeleton.scss */
.skeleton-body.product-intro.center-mode .entry-summary2:before {
  background-position: calc(12% * 100 / (100 - 68)) 10px, calc(12% * 100 / (100 - 82)) 0, calc(12% * 100 / (100 - 50)) 60px, calc(12% * 100 / (100 - 85)) 70px, left 145px, 100% 150px;
}

/* line 94, app/assets/stylesheets/theme/elements/_skeleton.scss */
.skeleton-body .skel-pro-single {
  margin-bottom: 2rem;
}

/* line 97, app/assets/stylesheets/theme/elements/_skeleton.scss */
.skeleton-body .skel-pro-single .entry-summary {
  margin-bottom: 0;
}

/* line 100, app/assets/stylesheets/theme/elements/_skeleton.scss */
.skeleton-body .skel-pro-single .entry-summary .col-md-12 + .col-md-12:before {
  content: none;
}

/* line 105, app/assets/stylesheets/theme/elements/_skeleton.scss */
.skeleton-body .skel-pro-single .entry-summary1:before {
  margin-bottom: 2rem;
  min-height: 275px;
  background-size: 50% 25px, 24% 20px, 34% 30px, 100% 50px, 10% 20px, 22% 40px, 10% 20px, 22% 40px;
  background-position: left 0, left 35px, left 65px, left 105px, left 185px, calc(12% * 100 / (100 - 22)) 175px, left 245px, calc(12% * 100 / (100 - 22)) 235px;
}

/* line 112, app/assets/stylesheets/theme/elements/_skeleton.scss */
.skeleton-body .skel-pro-single .entry-summary2:before {
  margin-bottom: 2rem;
  min-height: 185px;
  background-size: 10% 20px, 22% 40px, 34% 40px, 20% 20px, 40% 40px, 34% 30px;
  background-position: left 10px, calc(12% * 100 / (100 - 22)) 0, left 60px, calc(42% * 100 / (100 - 20)) 70px, left 145px, 100% 150px;
}

/* line 119, app/assets/stylesheets/theme/elements/_skeleton.scss */
.skeleton-body .skel-pro-single .entry-summary3:before {
  margin-top: 3rem;
  min-height: 390px;
}

/* line 125, app/assets/stylesheets/theme/elements/_skeleton.scss */
.skeleton-body .skel-pro-single.gallery .skel-product-gallery:before {
  min-height: 0;
  padding-top: 33%;
  background-size: 33% 100%, 33% 100%, 33% 100%;
  background-position: left 0, calc(34% * 100 / (100 - 33)) 0, calc(68% * 100 / (100 - 33)) 0;
}

/* line 132, app/assets/stylesheets/theme/elements/_skeleton.scss */
.skeleton-body .skel-pro-single.gallery .entry-summary1::before {
  background-size: 50% 25px, 24% 20px, 34% 30px, 60% 50px, 10% 20px, 22% 40px, 10% 20px, 22% 40px;
  background-position: center 0, center 35px, center 65px, center 105px, 36% 185px, calc(45% * 100 / (100 - 22)) 175px, 36% 245px, calc(45% * 100 / (100 - 22)) 235px;
}

/* line 137, app/assets/stylesheets/theme/elements/_skeleton.scss */
.skeleton-body .skel-pro-single.gallery .entry-summary2::before {
  background-size: 22% 40px, 34% 40px, 20% 20px, 40% 40px, 34% 30px;
  background-position: 22% 0, calc(44% * 100 / (100 - 34)) 0, center 60px, center 100px, center 160px;
}

/* line 142, app/assets/stylesheets/theme/elements/_skeleton.scss */
.skeleton-body .skel-pro-single.gallery .entry-summary3::before {
  background-size: 22% 40px, 34% 40px, 20% 20px, 40% 40px, 34% 30px;
  background-position: 22% 0, calc(44% * 100 / (100 - 34)) 0, center 60px, center 100px, center 160px;
}

/* line 148, app/assets/stylesheets/theme/elements/_skeleton.scss */
.skeleton-body .skel-pro-single.sticky {
  padding-bottom: 3rem;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 5rem;
}

/* line 153, app/assets/stylesheets/theme/elements/_skeleton.scss */
.skeleton-body .skel-pro-single.sticky .accordion {
  width: 100%;
  text-align: left;
}

/* line 158, app/assets/stylesheets/theme/elements/_skeleton.scss */
.skeleton-body .skel-pro-single.sticky .skel-product-gallery:before {
  min-height: 550px;
  padding-top: 270%;
  background-size: 100% 32.5%, 100% 32.5%, 100% 32.5%;
  background-position: left 0, left calc(34% * 100 / (100 - 32)), left calc(68% * 100 / (100 - 32));
}

/* line 165, app/assets/stylesheets/theme/elements/_skeleton.scss */
.skeleton-body .skel-pro-single.sticky .entry-summary2:before {
  min-height: 185px;
  background-size: 10% 20px, 22% 40px, 34% 40px, 20% 20px, 40% 40px, 34% 30px;
  background-position: left 10px, calc(12% * 100 / (100 - 22)) 0, left 60px, calc(42% * 100 / (100 - 20)) 70px, left 145px, 100% 150px;
}

/* line 172, app/assets/stylesheets/theme/elements/_skeleton.scss */
.skeleton-body .skel-pro-single.masonry_sticky .skel-product-gallery:before {
  padding-top: 200%;
  background-size: 100% 50%, 49% 23%, 49% 18%, 49% 30%, 49% 25%;
  background-position: right 0, 0 calc(51% * 100 / (100 - 23)), right calc(51% * 100 / (100 - 18)), 0 calc(75% * 100 / (100 - 30)), right calc(70% * 100 / (100 - 25));
}

/* line 179, app/assets/stylesheets/theme/elements/_skeleton.scss */
.skeleton-body .skel-pro-single .product-lg,
.skeleton-body .skel-pro-single .product-sm,
.skeleton-body .skel-pro-single .product-real-detail {
  display: none;
}

/* line 185, app/assets/stylesheets/theme/elements/_skeleton.scss */
.skeleton-body .skel-pro-single .owl-stage {
  display: flex;
}

/* line 189, app/assets/stylesheets/theme/elements/_skeleton.scss */
.skeleton-body .skel-pro-single .sidebar-product, .skeleton-body .skel-pro-single .product-details-tab {
  display: none;
}

/* line 194, app/assets/stylesheets/theme/elements/_skeleton.scss */
.skeleton-body .skel-pro-single.loaded .product-real-detail {
  display: block;
}

/* line 198, app/assets/stylesheets/theme/elements/_skeleton.scss */
.skeleton-body .skel-pro-single.loaded .product-lg, .skeleton-body .skel-pro-single.loaded .product-details-tab {
  display: block;
}

/* line 202, app/assets/stylesheets/theme/elements/_skeleton.scss */
.skeleton-body .skel-pro-single.loaded .product-sm {
  display: flex;
}

/* line 205, app/assets/stylesheets/theme/elements/_skeleton.scss */
.quickView-two .skeleton-body .skel-pro-single.loaded .product-sm {
  display: block;
}

@media screen and (max-width: 991px) {
  /* line 205, app/assets/stylesheets/theme/elements/_skeleton.scss */
  .quickView-two .skeleton-body .skel-pro-single.loaded .product-sm {
    display: flex;
  }
}

/* line 212, app/assets/stylesheets/theme/elements/_skeleton.scss */
.quickView-two .skeleton-body .skel-pro-single.loaded .product-sm .carousel-dot {
  width: 100%;
}

/* line 218, app/assets/stylesheets/theme/elements/_skeleton.scss */
.skeleton-body .skel-pro-single.loaded .entry-summary,
.skeleton-body .skel-pro-single.loaded .skel-product-gallery {
  display: none;
}

/* line 223, app/assets/stylesheets/theme/elements/_skeleton.scss */
.skeleton-body .skel-pro-single.loaded .product-gallery, .skeleton-body .skel-pro-single.loaded .product-details {
  display: block;
}

/* line 227, app/assets/stylesheets/theme/elements/_skeleton.scss */
.skeleton-body .skel-pro-single.loaded .skel-widget {
  display: none;
}

/* line 231, app/assets/stylesheets/theme/elements/_skeleton.scss */
.skeleton-body .skel-pro-single.loaded .sidebar-product {
  display: block;
}

/* line 237, app/assets/stylesheets/theme/elements/_skeleton.scss */
.skeleton-body .skel-pro-single .product-gallery, .skeleton-body .skel-pro-single .product-details {
  display: none;
}

/* line 244, app/assets/stylesheets/theme/elements/_skeleton.scss */
.skeleton-body .product-main-image {
  width: 100%;
}

/* line 256, app/assets/stylesheets/theme/elements/_skeleton.scss */
.skeleton-body .skel-pro-single.gallery.loaded .owl-item {
  flex: none;
}

/* line 261, app/assets/stylesheets/theme/elements/_skeleton.scss */
.skeleton-body .skel-pro-tabs:before {
  min-height: 250px;
  background-size: 100px 25px,100px 25px,150px 25px,100px 25px,100% 1px,100% 15px,100% 15px,100% 15px,100% 15px,100% 15px,80% 15px;
  background-position: 0 0,110px 0,220px 0,380px 0,0 35px,0 55px,0 85px,0 115px,0 145px,0 175px,0 205px;
}

/* line 267, app/assets/stylesheets/theme/elements/_skeleton.scss */
.skeleton-body .skel-post {
  margin-bottom: 5rem;
}

/* line 270, app/assets/stylesheets/theme/elements/_skeleton.scss */
.skeleton-body .skel-post:before {
  padding-top: calc(56.25% + 360px);
  background-size: 100% calc(100% - 360px), 40% 20px, 60% 35px, 20% 20px, 100% 140px, 20% 20px;
  background-position: left 0, left calc(100% - 340px + 20px), left calc(100% - 340px + 70px), left calc(100% - 340px + 105px), left calc(100% - 340px + 260px), left calc(100% - 340px + 295px);
}

/* line 278, app/assets/stylesheets/theme/elements/_skeleton.scss */
.skeleton-body .skel-single-post::before {
  padding-top: calc(46.5% + 283px);
  background-size: 100% calc(114% - 371px), 4.5% 0px, 45% 30px, 100% 25px, 53% 0px, 100% 25px;
  background-position: left 0, left 0, 0% calc(110.5% - 342px + 76px), 0% calc(109% - 277px + 72px), 12.5% calc(94% - 342px + 260px), 59% calc(98% - 339px + 262px);
}

/* line 286, app/assets/stylesheets/theme/elements/_skeleton.scss */
.skeleton-body .skel-grid-post::before {
  padding-top: calc(46.5% + 283px);
  background-size: 100% calc(133% - 380px), 4.5% 0px, 45% 20px, 100% 20px, 53% 0px, 100% 20px;
  background-position: left 0, left 0, 50% calc(110.5% - 300px + 76px), 0% calc(109% - 250px + 72px), 12.5% calc(94% - 342px + 260px), 59% calc(98% - 357px + 262px);
}

/* line 294, app/assets/stylesheets/theme/elements/_skeleton.scss */
.skeleton-body .skel-sidebar-post::before {
  padding-top: calc(60.5% + 360px);
  background-size: 100% calc(114% - 650px), 4.5% 70px, 39% 30px, 100% 20px, 53% 20px, 100% 20px;
}

/* line 301, app/assets/stylesheets/theme/elements/_skeleton.scss */
.skeleton-body .skel-list-post::before {
  padding-top: 250px;
  background-image: linear-gradient(#f4f4f4 250px, transparent 0), linear-gradient(#f4f4f4 12px, transparent 0), linear-gradient(#f4f4f4 16px, transparent 0), linear-gradient(#f4f4f4 12px, transparent 0), linear-gradient(#f4f4f4 16px, transparent 0), linear-gradient(#f4f4f4 16px, transparent 0), linear-gradient(#f4f4f4 16px, transparent 0), linear-gradient(#f4f4f4 20px, transparent 0);
  background-size: 375px 100%, 150px 12px, 250px 16px, 150px 12px, 100% 16px, 100% 16px, 100% 16px, 200px 20px;
  background-position: left 0, 410px 20px, 410px 44px, 410px 70px, 410px 105px, 410px 136px, 410px 167px, 410px 205px;
}

/* line 309, app/assets/stylesheets/theme/elements/_skeleton.scss */
.skeleton-body .skel-mask-post {
  margin-bottom: 2rem;
}

/* line 312, app/assets/stylesheets/theme/elements/_skeleton.scss */
.skeleton-body .skel-mask-post:before {
  padding-top: 60%;
  background-size: 100% 100%;
  background-position: left 0;
}

/* line 320, app/assets/stylesheets/theme/elements/_skeleton.scss */
.skeleton-body .skel-post-sidebar-category::before {
  padding-top: 160px;
  background-image: linear-gradient(#f4f4f4 16px, transparent 0), linear-gradient(#f4f4f4 16px, transparent 0), linear-gradient(#f4f4f4 16px, transparent 0), linear-gradient(#f4f4f4 16px, transparent 0), linear-gradient(#f4f4f4 16px, transparent 0);
  background-size: 100% 16px, 100% 16px, 100% 16px, 100% 16px, 100% 16px;
  background-position: left 0, 0px 35px, 0px 70px, 0px 105px, 0px 140px, 0px 175px;
}

/* line 328, app/assets/stylesheets/theme/elements/_skeleton.scss */
.skeleton-body .skel-cat:before {
  content: '';
  display: block;
  padding-top: calc(100% + 60px);
  background-repeat: no-repeat;
  background-image: linear-gradient(#f4f4f4 100%, transparent 0), linear-gradient(#f4f4f4 100%, transparent 0);
  background-size: 100% 75%, 60% 20px;
  background-position: left 0, center calc(75% + 30px);
}

/* line 338, app/assets/stylesheets/theme/elements/_skeleton.scss */
.skeleton-body.post-mask:before {
  content: none;
}

/* line 343, app/assets/stylesheets/theme/elements/_skeleton.scss */
.skeleton-body .skel-pro-single:not(.gallery) .owl-item {
  flex: 0 0 100%;
  width: 100%;
}

/* line 349, app/assets/stylesheets/theme/elements/_skeleton.scss */
.skeleton-body .skel-pro-single.loaded:not(.gallery) .owl-item {
  flex: none;
}

/* line 355, app/assets/stylesheets/theme/elements/_skeleton.scss */
.skeleton-body .sidebar-shop {
  display: none;
}

/* line 360, app/assets/stylesheets/theme/elements/_skeleton.scss */
.skeleton-body.loaded.skel-shop-products .product {
  display: block;
}

/* line 364, app/assets/stylesheets/theme/elements/_skeleton.scss */
.skeleton-body.loaded.skel-shop-products .skel-pro {
  display: none;
}

/* line 370, app/assets/stylesheets/theme/elements/_skeleton.scss */
.skeleton-body.loaded.skel-shop-sidebar .skel-widget {
  display: none;
}

/* line 374, app/assets/stylesheets/theme/elements/_skeleton.scss */
.skeleton-body.loaded.skel-shop-sidebar .sidebar-shop {
  display: block;
}

/* line 380, app/assets/stylesheets/theme/elements/_skeleton.scss */
.skeleton-body.loaded .skel-single-post, .skeleton-body.loaded .skel-grid-post, .skeleton-body.loaded .skel-sidebar-post, .skeleton-body.loaded .skel-list-post, .skeleton-body.loaded .skel-mask-post, .skeleton-body.loaded .skel-post-sidebar-category, .skeleton-body.loaded .skel-pro-tabs {
  display: none;
}

/* line 386, app/assets/stylesheets/theme/elements/_skeleton.scss */
.quickView-content.horizontal .skeleton-body .skel-pro-single .skel-product-gallery::before {
  padding-top: 120%;
  min-height: 480px;
  background-size: 100% 78%, 18% 16%, 18% 16%, 18% 16%, 18% 16%;
  background-position: left 0, 0 95%, calc(20% * 100 / (100 - 18)) 95%, calc(40% * 100 / (100 - 18)) 95%, calc(60% * 100 / (100 - 18)) 95%;
}

/* line 395, app/assets/stylesheets/theme/elements/_skeleton.scss */
.img-pt-100 .entry-media:before {
  padding-top: 100%;
}

/* line 403, app/assets/stylesheets/theme/elements/_skeleton.scss */
.img-pt-30 .entry-media:before {
  padding-top: 30%;
}

/* line 411, app/assets/stylesheets/theme/elements/_skeleton.scss */
.img-pt-47 .entry-media:before {
  padding-top: 47%;
}

@media (max-width: 767px) {
  /* line 418, app/assets/stylesheets/theme/elements/_skeleton.scss */
  .skeleton-body .skel-pro-list:before {
    padding-top: calc(49% + 140px);
    background-size: 49% calc(100% - 140px), 20% 15px, 25% 20px, 100% 80px, 10% 15px, 15% 15px, 40% 30px, 49% 40px;
    background-position: left 0, left calc(100% - 120px + 15px), left calc(100% - 120px + 50px), left calc(100% - 120px + 160px), calc(51% * 100 / (100 - 10)) calc(50% - 100px - 82px + 15px / 2), calc(51% * 100 / (100 - 15)) calc(50% - 100px - 82px + 15px / 2 + 30px), calc(55.5% * 100 / (100 - 40)) calc(50% - 100px - 82px + 30px / 2 + 80px), calc(51% * 100 / (100 - 49)) calc(50% - 100px - 82px + 40px / 2 + 125px);
  }
}

@media (min-width: 992px) {
  /* line 426, app/assets/stylesheets/theme/elements/_skeleton.scss */
  .skeleton-body .skel-pro-single .skel-product-gallery:before {
    padding-top: 80%;
    min-height: 480px;
    background-size: 18% 21%, 18% 21%, 18% 21%, 18% 21%, 80% 100%;
    background-position: left 0, left calc(23% * 100 / (100 - 21)), left calc(46% * 100 / (100 - 21)), left calc(69% * 100 / (100 - 21)), calc(20% * 100 / (100 - 80)) 0;
  }
}

@media (max-width: 991px) {
  /* line 436, app/assets/stylesheets/theme/elements/_skeleton.scss */
  .quickView-two .skeleton-body .skel-pro-single.loaded .product-sm .carousel-dot {
    width: 25%;
  }
  /* line 441, app/assets/stylesheets/theme/elements/_skeleton.scss */
  .skeleton-body .skel-pro-single.gallery .skel-product-gallery:before {
    padding-top: 48%;
    background-size: 48% 100%, 48% 100%;
    background-position: left 0, calc(52% * 100 / (100 - 48)) 0;
  }
}

@media (max-width: 575px) {
  /* line 449, app/assets/stylesheets/theme/elements/_skeleton.scss */
  .skeleton-body .skel-pro-single.gallery .skel-product-gallery:before {
    padding-top: 100%;
    background-size: 100% 100%;
    background-position: left 0;
  }
}

@media (min-width: 768px) {
  /* line 457, app/assets/stylesheets/theme/elements/_skeleton.scss */
  .skeleton-body .skel-post-list {
    margin-bottom: 7rem;
  }
  /* line 460, app/assets/stylesheets/theme/elements/_skeleton.scss */
  .skeleton-body .skel-post-list:before {
    padding-top: 28.125%;
    min-height: 320px;
    background-size: 44% 100%, 20% 20px, 30% 35px, 10% 20px, 53% 100px, 10% 20px;
    background-position: left 0, calc(47% * 100 / (100 - 20)) calc(50% - 130px - 20px / 2 + 20px), calc(47% * 100 / (100 - 30)) calc(50% - 130px - 35px / 2 + 70px), calc(47% * 100 / (100 - 10)) calc(50% - 130px - 20px / 2 + 105px), calc(47% * 100 / (100 - 53)) calc(50% - 130px - 100px / 2 + 220px), calc(47% * 100 / (100 - 10)) calc(50% - 130px - 20px / 2 + 245px);
  }
}

@keyframes skeletonloading {
  from {
    transform: skewX(-45deg) translateX(-80%);
  }
  to {
    transform: skewX(-45deg) translateX(80%);
  }
}

/* line 479, app/assets/stylesheets/theme/elements/_skeleton.scss */
.mfp-container .mfp-content .quickView-content {
  padding: 4rem;
  background-color: #222;
}

/* line 483, app/assets/stylesheets/theme/elements/_skeleton.scss */
.mfp-container .mfp-content .quickView-content .skel-pro-single {
  margin-bottom: -2rem;
}

/* line 489, app/assets/stylesheets/theme/elements/_skeleton.scss */
.cols-3 > * {
  width: 33.33333%;
}

/*-------------------- 4.29.Animations --------------------*/
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}

@keyframes product-opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

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

/* line 55, app/assets/stylesheets/theme/elements/_animations.scss */
.load-more-rotating {
  animation: 1s ease 0s normal both infinite rotating;
}

/* line 59, app/assets/stylesheets/theme/elements/_animations.scss */
.load-more-opacity {
  animation: 2s ease 0s normal both infinite product-opacity;
}

/* line 63, app/assets/stylesheets/theme/elements/_animations.scss */
.general-opacity {
  animation: .3s ease 0s normal both infinite product-opacity;
}

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

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

@keyframes zoomIn {
  from {
    opacity: 0;
    transform-origin: 50% 50%;
  }
  to {
    opacity: 1;
    transform-origin: 50% 50%;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
    transform-origin: 50% 50%;
  }
  to {
    opacity: 0;
    transform-origin: 50% 50%;
  }
}

@keyframes showMsg {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

/*-------------------- 4.30.Lazy --------------------*/
/* line 1, app/assets/stylesheets/theme/elements/_lazy-load.scss */
.lazy-load-image-background {
  position: relative;
  width: 100%;
  z-index: -1;
}

/* line 6, app/assets/stylesheets/theme/elements/_lazy-load.scss */
.lazy-load-image-background img {
  width: 100%;
}

/* line 10, app/assets/stylesheets/theme/elements/_lazy-load.scss */
.lazy-load-image-background.product-image {
  position: static;
  display: block !important;
}

/* line 15, app/assets/stylesheets/theme/elements/_lazy-load.scss */
.lazy-load-image-background.product-image-hover {
  display: block !important;
  position: absolute;
}

/* line 20, app/assets/stylesheets/theme/elements/_lazy-load.scss */
.lazy-load-image-background span {
  display: block !important;
}

/* line 25, app/assets/stylesheets/theme/elements/_lazy-load.scss */
.lazy-load-image-background.lazy-load-image-loaded {
  display: inline !important;
  z-index: 2;
}

/* line 31, app/assets/stylesheets/theme/elements/_lazy-load.scss */
.lazy-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #f4f4f4;
}

/* line 39, app/assets/stylesheets/theme/elements/_lazy-load.scss */
.lazy-overlay.bg-2 {
  background: #b0c4de;
}

/* line 43, app/assets/stylesheets/theme/elements/_lazy-load.scss */
.lazy-overlay.bg-3 {
  background: #add8e6;
}

/* line 47, app/assets/stylesheets/theme/elements/_lazy-load.scss */
.lazy-overlay.bg-4 {
  background: #008b8b;
}

/* line 52, app/assets/stylesheets/theme/elements/_lazy-load.scss */
.lazy-media {
  position: relative;
}

/* line 55, app/assets/stylesheets/theme/elements/_lazy-load.scss */
.lazy-media:before {
  content: '';
  display: block;
  padding-top: 100%;
  width: 100%;
  background-color: #f4f4f4;
}

/* line 63, app/assets/stylesheets/theme/elements/_lazy-load.scss */
.lazy-media .lazy-load-image-background {
  position: static;
  display: inline !important;
}

/* line 68, app/assets/stylesheets/theme/elements/_lazy-load.scss */
.lazy-media img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all .3s;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 80, app/assets/stylesheets/theme/elements/_lazy-load.scss */
.lazy-media > figure {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/*-------------------- 4.31.Grid --------------------*/
/* line 1, app/assets/stylesheets/theme/elements/_grid.scss */
.masonry {
  display: flex;
  width: auto;
}

/* line 7, app/assets/stylesheets/theme/elements/_grid.scss */
.masonry-column > * {
  width: 100%;
}

/*-------------------- 5.Pages --------------------*/
/*-------------------- 5.1.Home --------------------*/
/*  Index.html - Home page */
/* line 2, app/assets/stylesheets/theme/pages/_home.scss */
.slider-container-ratio .intro-slider,
.slide-image > picture,
.slide-image > img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
}

/* line 12, app/assets/stylesheets/theme/pages/_home.scss */
.intro-slider-container,
.intro-slide .slide-image {
  position: relative;
}

/* line 16, app/assets/stylesheets/theme/pages/_home.scss */
.intro-slider-container:before,
.intro-slide .slide-image:before {
  display: block;
  content: '';
  width: 100%;
}

/* line 23, app/assets/stylesheets/theme/pages/_home.scss */
.intro-content {
  position: absolute;
  left: 20px;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
}

/* line 31, app/assets/stylesheets/theme/pages/_home.scss */
.slide-image img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
}

/* line 38, app/assets/stylesheets/theme/pages/_home.scss */
button:focus {
  outline: none;
}

/* line 42, app/assets/stylesheets/theme/pages/_home.scss */
.brand {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 8rem;
}

/* line 48, app/assets/stylesheets/theme/pages/_home.scss */
.brand img {
  width: auto !important;
  max-width: 100% !important;
}

/* line 53, app/assets/stylesheets/theme/pages/_home.scss */
.brand:focus {
  outline: none !important;
}

/* line 58, app/assets/stylesheets/theme/pages/_home.scss */
.title-lg {
  letter-spacing: -.025em;
}

/* line 63, app/assets/stylesheets/theme/pages/_home.scss */
.carousel-with-shadow.swiper {
  padding: 3rem 1rem;
  margin: -3rem -1rem;
}

/* line 69, app/assets/stylesheets/theme/pages/_home.scss */
.owl-quickview .owl-item img {
  max-height: 50rem;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 74, app/assets/stylesheets/theme/pages/_home.scss */
.quickView-content {
  padding: 3rem 4rem 3rem;
}

/* line 78, app/assets/stylesheets/theme/pages/_home.scss */
.quickView-content .btn-wishlist span {
  text-transform: uppercase;
}

/* line 83, app/assets/stylesheets/theme/pages/_home.scss */
.quickView-content .product-details {
  margin-bottom: 0;
}

/* line 87, app/assets/stylesheets/theme/pages/_home.scss */
.quickView-content .sticky-bar {
  display: none;
}

/* line 91, app/assets/stylesheets/theme/pages/_home.scss */
.quickView-content::-webkit-scrollbar {
  width: 7px;
  height: 20px;
}

/* line 96, app/assets/stylesheets/theme/pages/_home.scss */
.quickView-content::-webkit-scrollbar-thumb {
  background: #ebebeb;
  border-radius: 10px;
}

/* line 101, app/assets/stylesheets/theme/pages/_home.scss */
.quickView-content::-webkit-scrollbar-track {
  background: #fff;
  border-image: 10px;
  margin: 8px;
  width: 100%;
}

/* line 109, app/assets/stylesheets/theme/pages/_home.scss */
.container.quickView-container {
  width: 102rem;
}

/* line 113, app/assets/stylesheets/theme/pages/_home.scss */
.fullscreen-container .container,
.container.newsletter-popup-container {
  width: 970px;
}

/* line 118, app/assets/stylesheets/theme/pages/_home.scss */
.quickView-container,
.fullscreen-container {
  position: relative;
}

/* line 122, app/assets/stylesheets/theme/pages/_home.scss */
.quickView-container button.mfp-close,
.fullscreen-container button.mfp-close {
  font: normal normal 2.6rem/1 'molla';
  position: absolute;
  color: #666;
  top: 1.5rem;
  right: 1.5rem;
  display: block;
}

/* line 132, app/assets/stylesheets/theme/pages/_home.scss */
.fullscreen-container {
  margin-left: -.8rem;
  margin-right: -.8rem;
}

/* line 136, app/assets/stylesheets/theme/pages/_home.scss */
.fullscreen-container .carousel-dots {
  margin-top: 2rem;
  display: flex;
  padding-left: 6rem;
  padding-right: 6rem;
}

/* line 143, app/assets/stylesheets/theme/pages/_home.scss */
.fullscreen-container .carousel-dot {
  padding-left: .5rem;
  padding-right: .5rem;
}

/* line 148, app/assets/stylesheets/theme/pages/_home.scss */
.fullscreen-container .quickView-content {
  padding: 1rem 0 4rem;
}

/* line 153, app/assets/stylesheets/theme/pages/_home.scss */
.mfp-newsletter.mfp-bg {
  background: #222;
  opacity: .6;
}

/* line 158, app/assets/stylesheets/theme/pages/_home.scss */
.newsletter-popup-container {
  position: relative;
}

/* line 161, app/assets/stylesheets/theme/pages/_home.scss */
.newsletter-popup-container .newsletter-img {
  position: absolute;
  width: calc(100% + 1px);
  max-width: none;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 169, app/assets/stylesheets/theme/pages/_home.scss */
.newsletter-popup-container .banner-content-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 175, app/assets/stylesheets/theme/pages/_home.scss */
.newsletter-popup-container .banner-content {
  position: static;
  transform: translateY(0);
  padding: 4.7rem 1rem;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc((100% + 20px) / 5 * 4);
  max-width: calc((100% + 20px) / 5 * 4);
}

/* line 186, app/assets/stylesheets/theme/pages/_home.scss */
.newsletter-popup-container .input-group {
  width: 85%;
  margin: 0 auto;
}

/* line 191, app/assets/stylesheets/theme/pages/_home.scss */
.newsletter-popup-container .banner-title {
  font-size: 4.6rem;
  font-weight: 700;
  letter-spacing: -.025em;
  color: #222;
  margin-bottom: 1rem;
  text-transform: uppercase;
  line-height: 1.4em;
}

/* line 200, app/assets/stylesheets/theme/pages/_home.scss */
.newsletter-popup-container .banner-title span {
  color: #1d3441;
  font-weight: 700;
}

/* line 205, app/assets/stylesheets/theme/pages/_home.scss */
.newsletter-popup-container .banner-title light {
  font-weight: 400;
}

/* line 210, app/assets/stylesheets/theme/pages/_home.scss */
.newsletter-popup-container p {
  font-weight: 400;
  letter-spacing: .01em;
  margin-bottom: 3.3rem;
  line-height: 1.73em;
}

/* line 217, app/assets/stylesheets/theme/pages/_home.scss */
.newsletter-popup-container .logo {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  min-height: 1.5rem;
}

/* line 225, app/assets/stylesheets/theme/pages/_home.scss */
.newsletter-popup-container .form-control {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  border-radius: 0;
  height: 4.6rem;
  background-clip: border-box;
  color: #666;
}

/* line 233, app/assets/stylesheets/theme/pages/_home.scss */
.newsletter-popup-container .form-control::-moz-placeholder {
  color: #666;
}
.newsletter-popup-container .form-control::placeholder {
  color: #666;
}

/* line 237, app/assets/stylesheets/theme/pages/_home.scss */
.newsletter-popup-container .form-control:focus {
  border-color: #f5f5f5;
}

/* line 242, app/assets/stylesheets/theme/pages/_home.scss */
.newsletter-popup-container .input-group {
  border: none;
}

/* line 245, app/assets/stylesheets/theme/pages/_home.scss */
.newsletter-popup-container .input-group .btn {
  min-width: 7rem;
  background-color: #222;
  color: #fff;
  border-radius: 0;
  text-transform: uppercase;
}

/* line 252, app/assets/stylesheets/theme/pages/_home.scss */
.newsletter-popup-container .input-group .btn:hover, .newsletter-popup-container .input-group .btn:focus {
  background-color: #1d3441;
}

/* line 259, app/assets/stylesheets/theme/pages/_home.scss */
.newsletter-popup-container .custom-control {
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc((100% + 20px) * .5 + 20px);
}

/* line 270, app/assets/stylesheets/theme/pages/_home.scss */
.newsletter-popup-container .custom-control-label {
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: .01em;
  padding-left: 2rem;
  position: relative;
}

/* line 277, app/assets/stylesheets/theme/pages/_home.scss */
.newsletter-popup-container .custom-control-label:before, .newsletter-popup-container .custom-control-label:after {
  left: -.5rem;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: .2rem;
  top: .5rem;
}

/* line 287, app/assets/stylesheets/theme/pages/_home.scss */
.newsletter-popup-container .newsletter-popup-content {
  box-shadow: 0 10px 20px rgba(34, 34, 34, 0.3);
}

/* line 291, app/assets/stylesheets/theme/pages/_home.scss */
.newsletter-popup-container .mfp-close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  padding: 0;
  font-family: 'molla';
  font-size: 2rem;
  background-color: #fff;
  border-radius: 50%;
  opacity: .6;
  width: 3rem;
  height: 3rem;
  z-index: 1000;
}

/* line 312, app/assets/stylesheets/theme/pages/_home.scss */
.newsletter-popup-container .mfp-close:hover {
  opacity: 1;
}

/* line 316, app/assets/stylesheets/theme/pages/_home.scss */
.newsletter-popup-container .mfp-close::before {
  position: relative;
  content: '\f191';
  line-height: 1;
  color: #333;
}

/* line 323, app/assets/stylesheets/theme/pages/_home.scss */
.newsletter-popup-container .mfp-close span {
  display: none;
}

/* line 330, app/assets/stylesheets/theme/pages/_home.scss */
.quickView-two .product-gallery-item {
  padding-left: .5rem;
  padding-right: .5rem;
}

@supports (-ms-ime-align: auto) {
  /* line 337, app/assets/stylesheets/theme/pages/_home.scss */
  .newsletter-popup-container .custom-control-label:after {
    top: .4rem;
  }
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 345, app/assets/stylesheets/theme/pages/_home.scss */
  body {
    overflow-y: scroll !important;
  }
}

@media screen and (min-width: 1200px) {
  /* line 351, app/assets/stylesheets/theme/pages/_home.scss */
  .quickView-content > .row .product-fullscreen {
    flex: 0 0 calc(50% + 2rem);
    max-width: calc(50% + 2rem);
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 359, app/assets/stylesheets/theme/pages/_home.scss */
.mfp-wrap .mfp-content {
  transition: all .35s;
  opacity: 0;
}

/* line 364, app/assets/stylesheets/theme/pages/_home.scss */
.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

@media screen and (max-width: 900px) {
  /* line 370, app/assets/stylesheets/theme/pages/_home.scss */
  .fullscreen-container {
    margin-left: -.6rem;
    margin-right: -.6rem;
  }
}

@media screen and (max-width: 591px) {
  /* line 377, app/assets/stylesheets/theme/pages/_home.scss */
  .newsletter-popup-container .banner-content {
    flex: 0 0 90%;
    max-width: 90%;
  }
}

@media screen and (min-width: 992px) {
  /* line 385, app/assets/stylesheets/theme/pages/_home.scss */
  .quickView-two .product-gallery-item {
    flex: auto;
  }
  /* line 391, app/assets/stylesheets/theme/pages/_home.scss */
  .quickView-two .product-gallery-item:before, .quickView-two .product-gallery-item:after {
    left: 0;
    right: 0;
  }
  /* line 401, app/assets/stylesheets/theme/pages/_home.scss */
  .quickView-container.quickView-two .product-gallery-item {
    max-width: 100%;
  }
  /* line 406, app/assets/stylesheets/theme/pages/_home.scss */
  .quickView-container button.mfp-close {
    right: 1.9rem;
  }
  /* line 410, app/assets/stylesheets/theme/pages/_home.scss */
  .quickView-container .product-details {
    position: absolute;
    top: 0;
    left: auto;
  }
  /* line 416, app/assets/stylesheets/theme/pages/_home.scss */
  .quickView-container .quickview-desc {
    overflow-y: auto;
  }
  /* line 419, app/assets/stylesheets/theme/pages/_home.scss */
  .quickView-container .quickview-desc::-webkit-scrollbar {
    width: 5px;
    height: 20px;
  }
  /* line 424, app/assets/stylesheets/theme/pages/_home.scss */
  .quickView-container .quickview-desc::-webkit-scrollbar-thumb {
    background: #ebebeb;
    border-radius: 10px;
  }
  /* line 429, app/assets/stylesheets/theme/pages/_home.scss */
  .quickView-container .quickview-desc::-webkit-scrollbar-track {
    background: #fff;
    border-image: 10px;
    margin: 8px;
    width: 100%;
  }
  /* line 438, app/assets/stylesheets/theme/pages/_home.scss */
  .newsletter-popup-container .lazy-load-image-background.lazy-load-image-loaded {
    display: block !important;
  }
}

@media screen and (max-width: 991px) {
  /* line 445, app/assets/stylesheets/theme/pages/_home.scss */
  .fullscreen-container .container,
.container.newsletter-popup-container {
    max-width: 700px;
    width: 100%;
  }
  /* line 451, app/assets/stylesheets/theme/pages/_home.scss */
  #__next {
    overflow: hidden;
  }
  /* line 456, app/assets/stylesheets/theme/pages/_home.scss */
  .quickView-container.quickView-two .product-sm {
    width: auto;
  }
  /* line 461, app/assets/stylesheets/theme/pages/_home.scss */
  .container.quickView-container {
    width: 60rem;
  }
  /* line 465, app/assets/stylesheets/theme/pages/_home.scss */
  .quickView-content > .row > div {
    padding: 0;
  }
  /* line 470, app/assets/stylesheets/theme/pages/_home.scss */
  .quickview-desc .product-title {
    margin-top: 3rem;
  }
  /* line 475, app/assets/stylesheets/theme/pages/_home.scss */
  .quickView-container {
    height: 96vh;
  }
  /* line 479, app/assets/stylesheets/theme/pages/_home.scss */
  .quickView-container .modal-content {
    overflow-y: overlay;
    height: 100%;
  }
  /* line 483, app/assets/stylesheets/theme/pages/_home.scss */
  .quickView-container .modal-content::-webkit-scrollbar {
    width: 5px;
    height: 20px;
  }
  /* line 488, app/assets/stylesheets/theme/pages/_home.scss */
  .quickView-container .modal-content::-webkit-scrollbar-thumb {
    background: #ebebeb;
    border-radius: 10px;
  }
  /* line 493, app/assets/stylesheets/theme/pages/_home.scss */
  .quickView-container .modal-content::-webkit-scrollbar-track {
    background: #fff;
    border-image: 10px;
    margin: 8px;
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  /* line 503, app/assets/stylesheets/theme/pages/_home.scss */
  .quickView-content {
    padding: 2.5rem 2rem 1rem;
  }
  /* line 507, app/assets/stylesheets/theme/pages/_home.scss */
  .product-details-footer {
    padding-bottom: 0;
  }
  /* line 511, app/assets/stylesheets/theme/pages/_home.scss */
  .quickView-container button.mfp-close,
.fullscreen-container button.mfp-close {
    top: 0;
    right: 1rem;
  }
}

@media screen and (max-width: 479px) {
  /* line 519, app/assets/stylesheets/theme/pages/_home.scss */
  .header-left .welcome-msg {
    transform: translateX(0);
    animation: 12s linear 4s infinite showMsg;
  }
}

@media screen and (max-width: 375px) {
  /* line 527, app/assets/stylesheets/theme/pages/_home.scss */
  .quickView-content .btn-wishlist {
    margin: 0 auto !important;
  }
}

/*-------------------- 5.2.Category --------------------*/
/* Category */
/* line 2, app/assets/stylesheets/theme/pages/_category.scss */
.toolbox {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 2rem;
}

/* line 2, app/assets/stylesheets/theme/mixins/_clearfix.scss */
.toolbox::after {
  display: block;
  clear: both;
  content: '';
}

/* line 14, app/assets/stylesheets/theme/pages/_category.scss */
.toolbox .select-custom {
  margin-bottom: 0;
}

/* line 17, app/assets/stylesheets/theme/pages/_category.scss */
.toolbox .select-custom::after {
  right: .9rem;
  font-size: 1rem;
}

/* line 22, app/assets/stylesheets/theme/pages/_category.scss */
.toolbox .select-custom .form-control {
  font-size: 1.3rem;
  padding-right: 2rem;
  max-width: 140px;
  min-width: 140px;
  background-color: transparent;
  border-color: #e4e4e4;
}

/* line 32, app/assets/stylesheets/theme/pages/_category.scss */
.toolbox label {
  font-weight: 400;
  color: #333333;
  font-size: 1.2rem;
  letter-spacing: -.01em;
  margin: 0;
}

/* line 40, app/assets/stylesheets/theme/pages/_category.scss */
.toolbox .form-control {
  color: #999999;
  font-weight: 300;
  font-size: 1.2rem;
  padding: .45rem 1rem;
  height: 30px;
  margin-bottom: 0;
}

/* line 48, app/assets/stylesheets/theme/pages/_category.scss */
.toolbox .form-control:not(:focus) {
  border-color: #d7d7d7;
}

/* line 53, app/assets/stylesheets/theme/pages/_category.scss */
.toolbox select.form-control:not([size]):not([multiple]) {
  height: 30px;
}

/* line 58, app/assets/stylesheets/theme/pages/_category.scss */
.toolbox-left,
.toolbox-right {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

/* line 65, app/assets/stylesheets/theme/pages/_category.scss */
.toolbox-center {
  margin-top: 1rem;
  flex: 0 1 auto;
}

/* line 70, app/assets/stylesheets/theme/pages/_category.scss */
.toolbox-right {
  margin-top: 1rem;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  /* line 76, app/assets/stylesheets/theme/pages/_category.scss */
  .toolbox-right {
    margin-left: auto;
  }
}

/* line 81, app/assets/stylesheets/theme/pages/_category.scss */
.toolbox-info {
  color: #ccc;
}

/* line 84, app/assets/stylesheets/theme/pages/_category.scss */
.toolbox-info span {
  color: #333333;
}

/* line 89, app/assets/stylesheets/theme/pages/_category.scss */
.toolbox-sort {
  display: flex;
  align-items: center;
}

/* line 93, app/assets/stylesheets/theme/pages/_category.scss */
.toolbox-sort label {
  margin-right: 1.6rem;
}

/* line 98, app/assets/stylesheets/theme/pages/_category.scss */
.toolbox-layout {
  margin-top: 1rem;
}

/* line 102, app/assets/stylesheets/theme/pages/_category.scss */
.btn-layout {
  display: inline-flex;
  padding: .5rem;
}

/* line 106, app/assets/stylesheets/theme/pages/_category.scss */
.btn-layout + .btn-layout {
  margin-left: .5rem;
}

/* line 110, app/assets/stylesheets/theme/pages/_category.scss */
.btn-layout svg {
  fill: #dadada;
  transition: fill 0.35s;
}

/* line 118, app/assets/stylesheets/theme/pages/_category.scss */
.btn-layout:hover svg, .btn-layout:focus svg, .btn-layout.active svg {
  fill: #333;
}

/* line 125, app/assets/stylesheets/theme/pages/_category.scss */
.products > .row > [class*=col-] {
  align-items: stretch;
  align-content: stretch;
}

/* line 131, app/assets/stylesheets/theme/pages/_category.scss */
.products .product {
  width: 100%;
}

/* line 136, app/assets/stylesheets/theme/pages/_category.scss */
.product {
  overflow: hidden;
}

/* line 140, app/assets/stylesheets/theme/pages/_category.scss */
.shop .product-media img {
  filter: brightness(0.94);
}

/* line 145, app/assets/stylesheets/theme/pages/_category.scss */
.carousel-equal-height .owl-stage,
.carousel-equal-height .owl-item {
  display: flex;
  align-items: stretch;
}

/* line 151, app/assets/stylesheets/theme/pages/_category.scss */
.carousel-equal-height .product {
  width: 100%;
}

/* line 157, app/assets/stylesheets/theme/pages/_category.scss */
.swiper .entry {
  margin-bottom: 0;
}

/* line 162, app/assets/stylesheets/theme/pages/_category.scss */
.load-more-container {
  margin-top: 4rem;
  margin-bottom: 2rem;
}

/* line 167, app/assets/stylesheets/theme/pages/_category.scss */
.btn.btn-load-more {
  text-transform: uppercase;
  min-width: 190px;
  justify-content: space-between;
  padding-left: 2rem;
  padding-right: 2rem;
}

/* line 174, app/assets/stylesheets/theme/pages/_category.scss */
.btn.btn-load-more i {
  margin: 0 !important;
}

/* line 180, app/assets/stylesheets/theme/pages/_category.scss */
.sidebar-shop .widget {
  color: #333333;
  margin: 0;
}

/* line 188, app/assets/stylesheets/theme/pages/_category.scss */
.sidebar-shop .widget.widget-collapsible {
  overflow: hidden;
}

/* line 193, app/assets/stylesheets/theme/pages/_category.scss */
.sidebar-shop .widget-title {
  color: #333333;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.15;
  letter-spacing: -.01em;
}

/* line 201, app/assets/stylesheets/theme/pages/_category.scss */
.sidebar-shop .custom-control {
  padding-left: 2.7rem;
  margin: 0;
}

/* line 206, app/assets/stylesheets/theme/pages/_category.scss */
.sidebar-shop .custom-control-label {
  font-weight: 400;
  color: #333333;
  cursor: pointer;
  width: 100%;
  transition: color 0.3s ease;
}

/* line 213, app/assets/stylesheets/theme/pages/_category.scss */
.sidebar-shop .custom-control-label::before {
  border-radius: .2rem;
}

/* line 217, app/assets/stylesheets/theme/pages/_category.scss */
.sidebar-shop .custom-control-label.active {
  color: #1d3441;
}

/* line 222, app/assets/stylesheets/theme/pages/_category.scss */
.sidebar-shop .custom-control-label:hover {
  color: #1d3441;
}

/* line 226, app/assets/stylesheets/theme/pages/_category.scss */
.sidebar-shop.sidebar-filter .widget {
  padding-right: 0;
}

/* line 230, app/assets/stylesheets/theme/pages/_category.scss */
.sidebar-shop::-webkit-scrollbar {
  width: 7px;
  height: 20px;
}

/* line 235, app/assets/stylesheets/theme/pages/_category.scss */
.sidebar-shop::-webkit-scrollbar-thumb {
  background: #ebebeb;
  border-radius: 10px;
}

/* line 240, app/assets/stylesheets/theme/pages/_category.scss */
.sidebar-shop::-webkit-scrollbar-track {
  background: #fff;
  border-image: 10px;
  margin: 8px;
  width: 100%;
}

/* line 248, app/assets/stylesheets/theme/pages/_category.scss */
.widget-clean {
  display: flex;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: 2.3rem;
}

/* line 254, app/assets/stylesheets/theme/pages/_category.scss */
.widget-clean label {
  color: inherit;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: -.01em;
  margin: 0;
}

/* line 262, app/assets/stylesheets/theme/pages/_category.scss */
.widget-clean a {
  display: inline-block;
  font-weight: 400;
  font-size: 1.2rem;
  margin-left: auto;
}

/* line 272, app/assets/stylesheets/theme/pages/_category.scss */
.widget-collapsible .widget-title a, .widget-collapsible .widget-title button {
  position: relative;
  display: block;
  color: inherit;
  text-decoration: none;
  padding-right: 3rem;
  font-size: 1.6rem;
}

/* line 280, app/assets/stylesheets/theme/pages/_category.scss */
.widget-collapsible .widget-title a:after, .widget-collapsible .widget-title button:after {
  color: #333333;
  display: block;
  font-family: 'molla';
  font-size: 1.4rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 1.6rem;
  margin-top: -.7rem;
}

/* line 299, app/assets/stylesheets/theme/pages/_category.scss */
.widget-collapsible .widget-title a:focus, .widget-collapsible .widget-title button:focus {
  outline: none !important;
}

/* line 303, app/assets/stylesheets/theme/pages/_category.scss */
.widget-collapsible .widget-title a:hover, .widget-collapsible .widget-title button:hover {
  cursor: pointer;
}

/* line 309, app/assets/stylesheets/theme/pages/_category.scss */
.widget-collapsible .widget-body {
  padding-top: 1rem;
  padding-bottom: 2rem;
}

/* line 315, app/assets/stylesheets/theme/pages/_category.scss */
.filter-item {
  position: relative;
}

/* line 318, app/assets/stylesheets/theme/pages/_category.scss */
.filter-item a {
  color: #333333;
}

/* line 321, app/assets/stylesheets/theme/pages/_category.scss */
.filter-item a.active {
  color: #1d3441;
}

/* line 327, app/assets/stylesheets/theme/pages/_category.scss */
.filter-items-count {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* line 332, app/assets/stylesheets/theme/pages/_category.scss */
.filter-items-count .filter-item {
  text-transform: capitalize;
}

/* line 336, app/assets/stylesheets/theme/pages/_category.scss */
.filter-items-count .filter-item:hover a {
  color: #1d3441;
}

/* line 342, app/assets/stylesheets/theme/pages/_category.scss */
.filter-items-count .filter-item.active a {
  color: #1d3441;
}

/* line 348, app/assets/stylesheets/theme/pages/_category.scss */
.filter-items-count .item-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 1rem;
  top: 50%;
  min-width: 2.5rem;
  height: 2rem;
  margin-top: -1rem;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1;
  border-radius: .6rem;
  color: #787473;
  background-color: #f8f8f8;
}

/* line 367, app/assets/stylesheets/theme/pages/_category.scss */
.sidebar-toggler {
  display: inline-flex;
  align-items: center;
  color: #333333;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: -.01em;
  text-transform: uppercase;
  margin-right: 3rem;
}

/* line 378, app/assets/stylesheets/theme/pages/_category.scss */
.sidebar-toggler i {
  font-size: 1.6rem;
  margin-right: .9rem;
}

/* line 383, app/assets/stylesheets/theme/pages/_category.scss */
.sidebar-toggler:hover, .sidebar-toggler:focus {
  color: #1d3441;
}

/* line 389, app/assets/stylesheets/theme/pages/_category.scss */
.sidebar-fixed-toggler {
  display: block;
  position: fixed;
  left: 0;
  top: 49vh;
  width: 30px;
  height: 30px;
  z-index: 1000;
  color: #fff;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: rgba(0, 0, 0, 0.2);
  transform: translateX(0);
  transition: transform 0.35s;
}

/* line 404, app/assets/stylesheets/theme/pages/_category.scss */
.sidebar-fixed-toggler i {
  font-size: 1.8rem;
  line-height: 1.6;
}

/* line 409, app/assets/stylesheets/theme/pages/_category.scss */
.sidebar-fixed-toggler.right {
  left: unset;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* line 416, app/assets/stylesheets/theme/pages/_category.scss */
.sidebar-filter-active .sidebar-fixed-toggler {
  transform: translateX(270px);
}

/* line 419, app/assets/stylesheets/theme/pages/_category.scss */
.sidebar-filter-active .sidebar-fixed-toggler.right {
  transform: translateX(-270px);
}

/* line 425, app/assets/stylesheets/theme/pages/_category.scss */
.sub-filter-items {
  padding-left: 2.7rem;
}

/* line 429, app/assets/stylesheets/theme/pages/_category.scss */
.filter-colors {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: .7rem;
  padding-bottom: .5rem;
}

/* line 436, app/assets/stylesheets/theme/pages/_category.scss */
.filter-colors a {
  position: relative;
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  border: .2rem solid #fff;
  margin: 0 .2rem .3rem;
  transition: box-shadow .35s ease;
}

/* line 446, app/assets/stylesheets/theme/pages/_category.scss */
.filter-colors a:after {
  color: #fff;
  font-family: 'molla';
  content: '\ec2d';
  font-size: 1rem;
  line-height: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .01s;
  margin-top: -.4rem;
  margin-left: -.5rem;
}

/* line 462, app/assets/stylesheets/theme/pages/_category.scss */
.filter-colors a.selected, .filter-colors a:hover, .filter-colors a:focus {
  box-shadow: 0 0 0 .1rem #cccccc;
}

/* line 469, app/assets/stylesheets/theme/pages/_category.scss */
.filter-colors a.selected:after {
  visibility: visible;
  opacity: 1;
}

@supports (-ms-ime-align: auto) {
  /* line 478, app/assets/stylesheets/theme/pages/_category.scss */
  .filter-colors a:after {
    margin-top: -.5rem;
  }
}

/* line 483, app/assets/stylesheets/theme/pages/_category.scss */
.filter-price {
  padding-top: .2rem;
  padding-bottom: 3rem;
}

/* line 488, app/assets/stylesheets/theme/pages/_category.scss */
.filter-price-text {
  margin-bottom: 1.5em;
  letter-spacing: -.01em;
}

/* line 493, app/assets/stylesheets/theme/pages/_category.scss */
#filter-price-range {
  color: #1d3441;
}

@media screen and (min-width: 576px) {
  /* line 498, app/assets/stylesheets/theme/pages/_category.scss */
  .toolbox-right {
    flex-direction: row;
  }
  /* line 502, app/assets/stylesheets/theme/pages/_category.scss */
  .toolbox-layout {
    margin-top: 0;
    margin-right: -.5rem;
    margin-left: 1rem;
  }
}

@media screen and (min-width: 768px) {
  /* line 510, app/assets/stylesheets/theme/pages/_category.scss */
  .toolbox {
    flex-direction: row;
  }
  /* line 514, app/assets/stylesheets/theme/pages/_category.scss */
  .toolbox-center {
    margin-top: 0;
  }
  /* line 518, app/assets/stylesheets/theme/pages/_category.scss */
  .toolbox-right {
    margin-top: 0;
    justify-content: flex-end;
  }
}

/*-------------------- 5.3.Product Pages --------------------*/
/*-------------------- 5.4.Blog --------------------*/
/* line 1, app/assets/stylesheets/theme/pages/_blog.scss */
.entry {
  position: relative;
  margin-bottom: 3rem;
  font-size: 1.4rem;
  line-height: 1.85;
}

/* line 8, app/assets/stylesheets/theme/pages/_blog.scss */
.entry-media {
  position: relative;
  margin-bottom: 2.4rem;
  overflow: hidden;
}

/* line 14, app/assets/stylesheets/theme/pages/_blog.scss */
.entry-media::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  display: block;
  width: 100%;
  background-image: linear-gradient(#f4f4f4 250px, transparent 0);
  background-size: cover;
  background-position: center center;
  background-color: #f4f4f4;
}

/* line 29, app/assets/stylesheets/theme/pages/_blog.scss */
.entry-media::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  right: -50%;
  bottom: -50%;
  background-size: 60% 100%;
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 60%);
  background-position: -100% 0;
  background-repeat: no-repeat;
  animation: skeletonloading 2.5s infinite .2s;
  transform: none;
}

/* line 44, app/assets/stylesheets/theme/pages/_blog.scss */
.entry-media > a, .entry-media > span, .entry-media > .swiper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: block;
}

/* line 54, app/assets/stylesheets/theme/pages/_blog.scss */
.entry-media img {
  display: block;
  max-width: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 62, app/assets/stylesheets/theme/pages/_blog.scss */
.single-2 .entry-media img {
  max-height: 50rem;
}

/* line 68, app/assets/stylesheets/theme/pages/_blog.scss */
.entry-video a.btn-video {
  display: inline-flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 74, app/assets/stylesheets/theme/pages/_blog.scss */
.entry-video a.btn-video::after {
  content: none;
}

/* line 80, app/assets/stylesheets/theme/pages/_blog.scss */
.entry-meta {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  color: #787473;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: .5rem;
}

/* line 89, app/assets/stylesheets/theme/pages/_blog.scss */
.text-center .entry-meta {
  justify-content: center;
}

/* line 93, app/assets/stylesheets/theme/pages/_blog.scss */
.entry-meta a {
  color: inherit;
  transition: all .3s ease;
}

/* line 97, app/assets/stylesheets/theme/pages/_blog.scss */
.entry-meta a:hover, .entry-meta a:focus {
  color: #1d3441;
  box-shadow: 0 1px 0 #1d3441;
}

/* line 105, app/assets/stylesheets/theme/pages/_blog.scss */
.meta-separator {
  margin-left: 1.1rem;
  margin-right: 1.1rem;
}

/* line 110, app/assets/stylesheets/theme/pages/_blog.scss */
.entry-title {
  color: #333333;
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 1.25;
  letter-spacing: -.025em;
  margin-bottom: .6rem;
}

/* line 118, app/assets/stylesheets/theme/pages/_blog.scss */
.entry-title a {
  color: inherit;
}

/* line 121, app/assets/stylesheets/theme/pages/_blog.scss */
.entry-title a:hover, .entry-title a:focus {
  color: #1d3441;
}

/* line 128, app/assets/stylesheets/theme/pages/_blog.scss */
.entry-cats {
  color: #787473;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

/* line 134, app/assets/stylesheets/theme/pages/_blog.scss */
.entry-cats a {
  color: inherit;
  transition: all .3s ease;
}

/* line 138, app/assets/stylesheets/theme/pages/_blog.scss */
.entry-cats a:hover, .entry-cats a:focus {
  color: #1d3441;
  box-shadow: 0 1px 0 #1d3441;
}

/* line 147, app/assets/stylesheets/theme/pages/_blog.scss */
.entry-content p {
  margin-bottom: 1.3rem;
}

/* line 152, app/assets/stylesheets/theme/pages/_blog.scss */
.read-more {
  display: inline-block;
  position: relative;
  font-weight: 400;
  letter-spacing: -.01em;
  padding-bottom: .1rem;
  transition: all .3s ease;
}

/* line 161, app/assets/stylesheets/theme/pages/_blog.scss */
.read-more:after {
  font-family: 'molla';
  content: '\f274';
  font-size: 1.5rem;
  line-height: 1;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -.75rem;
  opacity: 0;
  transition: all .25s ease;
  transform: translateX(-6px);
}

/* line 177, app/assets/stylesheets/theme/pages/_blog.scss */
.read-more:hover, .read-more:focus {
  padding-right: 2.2rem;
  box-shadow: 0 1px 0 0 #1d3441;
}

/* line 182, app/assets/stylesheets/theme/pages/_blog.scss */
.read-more:hover:after, .read-more:focus:after {
  opacity: 1;
  transform: translateX(0);
}

/* line 189, app/assets/stylesheets/theme/pages/_blog.scss */
.menu-cat {
  margin: 0 0 2rem;
  padding: 0;
  display: flex;
  align-items: center;
  flex-flow: wrap;
}

/* line 196, app/assets/stylesheets/theme/pages/_blog.scss */
.menu-cat li {
  margin-right: 3.6rem;
}

/* line 199, app/assets/stylesheets/theme/pages/_blog.scss */
.menu-cat li:last-child {
  margin-right: 0;
}

/* line 204, app/assets/stylesheets/theme/pages/_blog.scss */
.menu-cat.justify-content-center li {
  margin-left: 1.8rem;
  margin-right: 1.8rem;
}

/* line 208, app/assets/stylesheets/theme/pages/_blog.scss */
.menu-cat.justify-content-center li:lat-child {
  margin-right: 1.8rem;
}

/* line 213, app/assets/stylesheets/theme/pages/_blog.scss */
.menu-cat a {
  display: inline-block;
  color: #333333;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.5;
  padding-top: .4rem;
  padding-bottom: .4rem;
}

/* line 222, app/assets/stylesheets/theme/pages/_blog.scss */
.menu-cat a span {
  color: #cccccc;
  font-weight: 400;
  margin-left: .8rem;
}

/* line 228, app/assets/stylesheets/theme/pages/_blog.scss */
.menu-cat a:hover, .menu-cat a:focus {
  color: #1d3441;
}

/* line 235, app/assets/stylesheets/theme/pages/_blog.scss */
.menu-cat li.active a {
  color: #1d3441;
  box-shadow: 0 1px 0 #1d3441;
}

/* line 244, app/assets/stylesheets/theme/pages/_blog.scss */
.masonry-layout .entry-media:before, .masonry-layout .entry-media:after {
  display: none;
}

/* line 248, app/assets/stylesheets/theme/pages/_blog.scss */
.masonry-layout .entry-media > a:not(.btn-video), .masonry-layout .entry-media > .swiper, .masonry-layout .entry-media > span {
  position: relative;
}

/* Entry Grid */
/* line 256, app/assets/stylesheets/theme/pages/_blog.scss */
.entry-grid .entry-title {
  font-size: 1.8rem;
}

/* line 260, app/assets/stylesheets/theme/pages/_blog.scss */
.entry-grid .entry-media {
  margin-bottom: 1.4rem;
}

/* line 264, app/assets/stylesheets/theme/pages/_blog.scss */
.entry-grid .entry-cats {
  margin-bottom: .9rem;
}

/* Masonry */
/* line 270, app/assets/stylesheets/theme/pages/_blog.scss */
.entry-container {
  position: relative;
  margin: 0 -1rem .5rem;
  transition: height .4s;
  overflow-y: hidden;
}

/* line 2, app/assets/stylesheets/theme/mixins/_clearfix.scss */
.entry-container::after {
  display: block;
  clear: both;
  content: '';
}

/* line 278, app/assets/stylesheets/theme/pages/_blog.scss */
.entry-item {
  float: left;
  padding: 0 10px;
}

/* Entry list */
/* line 285, app/assets/stylesheets/theme/pages/_blog.scss */
.entry-list p {
  margin-bottom: 1rem;
}

/* Entry Overlay */
/* line 292, app/assets/stylesheets/theme/pages/_blog.scss */
.entry-mask.entry {
  margin-bottom: 2rem;
}

/* line 296, app/assets/stylesheets/theme/pages/_blog.scss */
.entry-mask:before {
  content: '';
  display: block;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, black 100%);
  opacity: .75;
  transition: all 0.3s;
  pointer-events: none;
}

/* line 313, app/assets/stylesheets/theme/pages/_blog.scss */
.entry-mask .entry-media {
  margin-bottom: 0;
  height: 0;
}

/* line 321, app/assets/stylesheets/theme/pages/_blog.scss */
.entry-mask .entry-video a:after,
.entry-mask .entry-gallery a:after {
  width: auto;
  height: auto;
  left: 3rem;
  top: 3rem;
  margin-left: 0;
  margin-top: 0;
  font-size: 1.6rem;
  line-height: 1;
  border: none;
}

/* line 335, app/assets/stylesheets/theme/pages/_blog.scss */
.entry-mask .entry-video a:hover:after, .entry-mask .entry-video a:focus:after,
.entry-mask .entry-gallery a:hover:after,
.entry-mask .entry-gallery a:focus:after {
  color: #fff;
  background-color: transparent;
  box-shadow: none;
}

/* line 346, app/assets/stylesheets/theme/pages/_blog.scss */
.entry-mask .entry-gallery a:after {
  color: #fff;
  position: absolute;
  content: '\f24d';
  font-family: "molla";
  top: 2.6rem;
}

/* line 356, app/assets/stylesheets/theme/pages/_blog.scss */
.entry-mask .entry-body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.7rem 1.8rem 2.7rem 2.8rem;
  z-index: 5;
}

/* line 365, app/assets/stylesheets/theme/pages/_blog.scss */
.entry-mask .entry-meta,
.entry-mask .entry-cats {
  color: #ebebeb;
}

/* line 370, app/assets/stylesheets/theme/pages/_blog.scss */
.entry-mask .entry-cats {
  margin-bottom: 0;
}

/* line 374, app/assets/stylesheets/theme/pages/_blog.scss */
.entry-mask .entry-title {
  color: #fff;
  font-size: 2rem;
}

/* line 380, app/assets/stylesheets/theme/pages/_blog.scss */
.entry-mask:hover:before {
  opacity: .9;
}

/* line 386, app/assets/stylesheets/theme/pages/_blog.scss */
.widget {
  margin-bottom: 4.5rem;
}

/* line 390, app/assets/stylesheets/theme/pages/_blog.scss */
.sidebar {
  margin-top: 3rem;
}

/* line 393, app/assets/stylesheets/theme/pages/_blog.scss */
.sidebar .widget:last-child {
  margin-bottom: 1.5rem;
}

/* line 397, app/assets/stylesheets/theme/pages/_blog.scss */
.sidebar.sidebar-blog.sidebar-filter {
  margin-top: 0;
  padding: 30px 10px 0;
}

/* line 403, app/assets/stylesheets/theme/pages/_blog.scss */
.widget-title {
  color: #333;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.1;
  letter-spacing: -.01em;
}

/* line 413, app/assets/stylesheets/theme/pages/_blog.scss */
.widget-search .widget-title {
  margin-bottom: 1.3rem;
}

/* line 417, app/assets/stylesheets/theme/pages/_blog.scss */
.widget-search form {
  position: relative;
}

/* line 421, app/assets/stylesheets/theme/pages/_blog.scss */
.widget-search .form-control {
  height: 40px;
  padding: .95rem 5rem .95rem 1.4rem;
  font-weight: 300;
  font-size: 1.3rem;
  background-color: transparent;
  margin-bottom: 0;
}

/* line 430, app/assets/stylesheets/theme/pages/_blog.scss */
.widget-search .btn {
  position: absolute;
  right: .8rem;
  top: 50%;
  min-width: 0;
  font-weight: normal;
  font-size: 1.8rem;
  color: #666;
  padding: 0;
  width: 3rem;
  height: 3rem;
  margin-top: -1.4rem;
}

/* line 443, app/assets/stylesheets/theme/pages/_blog.scss */
.widget-search .btn i {
  margin: 0 !important;
}

/* line 447, app/assets/stylesheets/theme/pages/_blog.scss */
.widget-search .btn:hover, .widget-search .btn:focus {
  color: #1d3441;
}

/* line 455, app/assets/stylesheets/theme/pages/_blog.scss */
.widget-cats ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 461, app/assets/stylesheets/theme/pages/_blog.scss */
.widget-cats li:not(:last-child) {
  margin-bottom: 1rem;
}

/* line 465, app/assets/stylesheets/theme/pages/_blog.scss */
.widget-cats a {
  color: #333;
  display: block;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.5;
}

/* line 472, app/assets/stylesheets/theme/pages/_blog.scss */
.widget-cats a span {
  float: right;
}

/* line 476, app/assets/stylesheets/theme/pages/_blog.scss */
.widget-cats a:hover, .widget-cats a.active {
  color: #1d3441;
}

/* line 483, app/assets/stylesheets/theme/pages/_blog.scss */
.widget-banner-sidebar {
  position: relative;
}

/* line 487, app/assets/stylesheets/theme/pages/_blog.scss */
.banner-sidebar-title {
  color: #787473;
  text-align: center;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: -.01em;
  margin-bottom: .8rem;
  text-transform: uppercase;
}

/* line 498, app/assets/stylesheets/theme/pages/_blog.scss */
.posts-list {
  list-style: none;
  padding: .4rem 0 .2rem;
  margin: 0;
}

/* line 503, app/assets/stylesheets/theme/pages/_blog.scss */
.posts-list li {
  margin-bottom: 2rem;
}

/* line 2, app/assets/stylesheets/theme/mixins/_clearfix.scss */
.posts-list li::after {
  display: block;
  clear: both;
  content: '';
}

/* line 507, app/assets/stylesheets/theme/pages/_blog.scss */
.posts-list li:last-child {
  margin-bottom: 0;
}

/* line 512, app/assets/stylesheets/theme/pages/_blog.scss */
.posts-list figure {
  float: left;
  width: 80px;
  margin-right: 2rem;
  margin-bottom: 0;
}

/* line 518, app/assets/stylesheets/theme/pages/_blog.scss */
.posts-list figure img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 80px;
}

/* line 523, app/assets/stylesheets/theme/pages/_blog.scss */
.posts-list figure a {
  display: block;
}

/* line 528, app/assets/stylesheets/theme/pages/_blog.scss */
.posts-list span {
  display: block;
  color: #cccccc;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.25;
  letter-spacing: -.01em;
  margin-bottom: .5rem;
}

/* line 538, app/assets/stylesheets/theme/pages/_blog.scss */
.posts-list h4, .posts-list .h4 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0;
  margin-bottom: 0;
}

/* line 550, app/assets/stylesheets/theme/pages/_blog.scss */
.posts-list a {
  color: #333;
}

/* line 553, app/assets/stylesheets/theme/pages/_blog.scss */
.posts-list a:hover, .posts-list a:focus {
  color: #1d3441;
}

/* line 560, app/assets/stylesheets/theme/pages/_blog.scss */
.banner-sidebar {
  position: relative;
  text-align: center;
  line-height: 0;
}

/* line 565, app/assets/stylesheets/theme/pages/_blog.scss */
.banner-sidebar > a {
  display: inline-block;
}

/* line 569, app/assets/stylesheets/theme/pages/_blog.scss */
.banner-sidebar .banner-content {
  left: 3rem;
}

/* line 572, app/assets/stylesheets/theme/pages/_blog.scss */
.banner-sidebar .banner-content p {
  font-size: 1.2rem;
  line-height: 1.4;
  color: #dfdfdf;
}

/* line 578, app/assets/stylesheets/theme/pages/_blog.scss */
.banner-sidebar .banner-content .banner-subtitle {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
}

/* line 585, app/assets/stylesheets/theme/pages/_blog.scss */
.banner-sidebar .banner-content .banner-title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: -.01em;
  color: #fff;
}

/* line 595, app/assets/stylesheets/theme/pages/_blog.scss */
.banner-sidebar .banner-content .btn {
  display: flex;
  width: 60%;
  padding: 12px 12px 12px 12px;
  min-width: auto;
}

/* line 601, app/assets/stylesheets/theme/pages/_blog.scss */
.banner-sidebar .banner-content .btn:hover {
  text-decoration: none;
}

/* line 608, app/assets/stylesheets/theme/pages/_blog.scss */
.tagcloud {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  padding-top: .3rem;
  margin-right: -1rem;
  margin-bottom: -1rem;
}

/* line 616, app/assets/stylesheets/theme/pages/_blog.scss */
.tagcloud a {
  display: block;
  color: #787473;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.4;
  border-radius: .3rem;
  padding: .65rem .9rem;
  background-color: #fafafa;
  border: .1rem solid #ebebeb;
  margin-right: 1rem;
  margin-bottom: 1rem;
  transition: all .3s ease;
}

/* line 630, app/assets/stylesheets/theme/pages/_blog.scss */
.tagcloud a:hover, .tagcloud a:focus {
  color: #1d3441;
  background-color: #fff;
}

/* line 639, app/assets/stylesheets/theme/pages/_blog.scss */
.widget-text p:last-child {
  margin-bottom: 0;
}

/* line 644, app/assets/stylesheets/theme/pages/_blog.scss */
.blogs-info {
  padding: 1rem 1.1rem;
  background-color: transparent !important;
  border-radius: .3rem;
  border: 1px dashed #d7d7d7;
}

@media screen and (min-width: 768px) {
  /* line 652, app/assets/stylesheets/theme/pages/_blog.scss */
  .entry-list {
    margin-bottom: 5rem;
  }
  /* line 655, app/assets/stylesheets/theme/pages/_blog.scss */
  .entry-list .col-md-5 {
    flex: 0 0 45%;
    max-width: 45%;
  }
  /* line 661, app/assets/stylesheets/theme/pages/_blog.scss */
  .entry-list .entry-media {
    max-width: 376px;
    margin-bottom: 0;
  }
  /* line 666, app/assets/stylesheets/theme/pages/_blog.scss */
  .entry-list .col-md-7 {
    flex: 0 0 55%;
    max-width: 55%;
  }
}

@media screen and (min-width: 992px) {
  /* line 675, app/assets/stylesheets/theme/pages/_blog.scss */
  .sidebar {
    margin-top: -.3rem;
  }
  /* line 679, app/assets/stylesheets/theme/pages/_blog.scss */
  .entry {
    margin-bottom: 6rem;
  }
  /* line 683, app/assets/stylesheets/theme/pages/_blog.scss */
  .entry-grid {
    margin-bottom: 4rem;
  }
  /* line 688, app/assets/stylesheets/theme/pages/_blog.scss */
  .max-col-2 .entry-grid .entry-media {
    margin-bottom: 2.4rem;
  }
  /* line 692, app/assets/stylesheets/theme/pages/_blog.scss */
  .max-col-2 .entry-grid .entry-title {
    font-size: 2.4rem;
  }
  /* line 696, app/assets/stylesheets/theme/pages/_blog.scss */
  .max-col-2 .entry-grid .entry-cats {
    margin-bottom: 1.5rem;
  }
  /* line 704, app/assets/stylesheets/theme/pages/_blog.scss */
  .max-col-4 .entry-grid .entry-video a:after {
    width: 5rem;
    height: 5rem;
    margin-left: -2.5rem;
    margin-top: -2.5rem;
  }
  /* line 713, app/assets/stylesheets/theme/pages/_blog.scss */
  .max-col-4 .entry-grid .entry-video a:hover:after, .max-col-4 .entry-grid .entry-video a:focus:after {
    box-shadow: 0 0 0 1rem rgba(255, 255, 255, 0.2);
  }
  /* line 721, app/assets/stylesheets/theme/pages/_blog.scss */
  .entry-list {
    margin-bottom: 7rem;
  }
  /* line 724, app/assets/stylesheets/theme/pages/_blog.scss */
  .entry-list:last-of-type {
    margin-bottom: 6rem;
  }
  /* line 727, app/assets/stylesheets/theme/pages/_blog.scss */
  .entry-list .entry-body {
    padding-left: 0;
  }
  /* line 733, app/assets/stylesheets/theme/pages/_blog.scss */
  .entry-mask .entry-title {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 768px) {
  /* line 740, app/assets/stylesheets/theme/pages/_blog.scss */
  .author-header .mb-1 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  /* line 746, app/assets/stylesheets/theme/pages/_blog.scss */
  .entry-list .entry-media {
    margin-bottom: 1.2rem;
  }
}

/*-------------------- 5.5.Single/Blog Post --------------------*/
/* Single Entry - Post */
/* line 2, app/assets/stylesheets/theme/pages/_single.scss */
.entry.single-entry {
  margin-bottom: 4rem;
}

/* line 7, app/assets/stylesheets/theme/pages/_single.scss */
.single-entry .entry-body {
  margin-bottom: 4rem;
}

/* line 11, app/assets/stylesheets/theme/pages/_single.scss */
.single-entry .entry-meta,
.single-entry .entry-cats {
  color: #ccc;
}

/* line 14, app/assets/stylesheets/theme/pages/_single.scss */
.single-entry .entry-meta a:not(:hover):not(:focus),
.single-entry .entry-cats a:not(:hover):not(:focus) {
  color: #666;
}

/* line 19, app/assets/stylesheets/theme/pages/_single.scss */
.single-entry .entry-title-big {
  font-weight: 400;
  font-size: 2.8rem;
}

/* line 2, app/assets/stylesheets/theme/mixins/_clearfix.scss */
.editor-content::after {
  display: block;
  clear: both;
  content: '';
}

/* line 27, app/assets/stylesheets/theme/pages/_single.scss */
.editor-content .float-sm-left {
  margin-right: 2.8rem;
  margin-bottom: 1.5rem;
}

/* line 32, app/assets/stylesheets/theme/pages/_single.scss */
.editor-content .float-right {
  margin-left: 2.8rem;
  margin-bottom: 1.5rem;
}

/* line 37, app/assets/stylesheets/theme/pages/_single.scss */
.editor-content img {
  margin-bottom: 2rem;
}

/* line 41, app/assets/stylesheets/theme/pages/_single.scss */
.editor-content p {
  margin-bottom: 2.4rem;
}

/* line 45, app/assets/stylesheets/theme/pages/_single.scss */
.editor-content h3, .editor-content .h3 {
  font-weight: 400;
  font-size: 2.2rem;
  margin-bottom: 2rem;
}

/* line 51, app/assets/stylesheets/theme/pages/_single.scss */
.editor-content a {
  color: #333;
  box-shadow: 0 1px 0 #333;
  transition: all .35s ease;
}

/* line 56, app/assets/stylesheets/theme/pages/_single.scss */
.editor-content a:hover, .editor-content a:focus {
  color: #1d3441;
  box-shadow: 0 1px 0 #1d3441;
}

/* line 63, app/assets/stylesheets/theme/pages/_single.scss */
.editor-content blockquote {
  position: relative;
  color: #333333;
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.67;
  padding: 7rem 3rem 4rem 3rem;
  border-left: 0.1rem solid #1d3441;
  background-color: #fafafa;
  margin-top: 4.2rem;
  margin-bottom: 4.2rem;
}

/* line 76, app/assets/stylesheets/theme/pages/_single.scss */
.editor-content blockquote p:last-child {
  margin-bottom: 0;
}

/* line 80, app/assets/stylesheets/theme/pages/_single.scss */
.editor-content blockquote:before {
  color: #ebebeb;
  content: '\f10e';
  font-weight: normal;
  font-size: 3rem;
  line-height: 1;
  font-family: 'molla';
  position: absolute;
  left: 3rem;
  top: 4rem;
  margin-top: -1.5rem;
}

/* line 95, app/assets/stylesheets/theme/pages/_single.scss */
.editor-content ul li {
  position: relative;
  margin-bottom: 2rem;
}

/* line 99, app/assets/stylesheets/theme/pages/_single.scss */
.editor-content ul li:before {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1;
  margin-right: 1rem;
  vertical-align: middle;
  margin-top: -1px;
}

/* line 110, app/assets/stylesheets/theme/pages/_single.scss */
.entry-footer {
  margin-top: 3.6rem;
  margin-bottom: 5rem;
  align-items: center;
}

/* line 115, app/assets/stylesheets/theme/pages/_single.scss */
.entry-footer .social-icon {
  font-size: 1.3rem;
}

/* line 120, app/assets/stylesheets/theme/pages/_single.scss */
.entry-tags {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  padding-top: .2rem;
}

/* line 126, app/assets/stylesheets/theme/pages/_single.scss */
.entry-tags span {
  margin-right: 1rem;
}

/* line 130, app/assets/stylesheets/theme/pages/_single.scss */
.entry-tags a {
  display: block;
  color: #787473;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.4;
  border-radius: .3rem;
  padding: .45rem .9rem;
  background-color: #fafafa;
  border: .1rem solid #ebebeb;
  margin-right: .5rem;
  margin-bottom: 0;
  transition: all .3s ease;
}

/* line 144, app/assets/stylesheets/theme/pages/_single.scss */
.entry-tags a:hover, .entry-tags a:focus {
  color: #1d3441;
  background-color: #fff;
}

/* line 152, app/assets/stylesheets/theme/pages/_single.scss */
.entry-author-details {
  display: flex;
  align-items: flex-start;
  padding: 5rem 3rem 4.6rem;
  background-color: #fafafa;
}

/* line 158, app/assets/stylesheets/theme/pages/_single.scss */
.entry-author-details h4, .entry-author-details .h4 {
  color: #333;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: -.01em;
  margin-bottom: 0;
}

/* line 166, app/assets/stylesheets/theme/pages/_single.scss */
.entry-author-details h4 a, .entry-author-details .h4 a {
  color: inherit;
}

/* line 169, app/assets/stylesheets/theme/pages/_single.scss */
.entry-author-details h4 a:hover, .entry-author-details .h4 a:hover, .entry-author-details h4 a:focus, .entry-author-details .h4 a:focus {
  color: #1d3441;
}

/* line 177, app/assets/stylesheets/theme/pages/_single.scss */
.author-media,
.comment-media {
  flex: 0 0 50px;
  max-width: 50px;
}

/* line 182, app/assets/stylesheets/theme/pages/_single.scss */
.author-media img,
.comment-media img {
  border-radius: 50%;
}

/* line 189, app/assets/stylesheets/theme/pages/_single.scss */
.author-content p:last-child,
.comment-content p:last-child {
  margin-bottom: 0;
}

/* line 194, app/assets/stylesheets/theme/pages/_single.scss */
.author-body {
  position: relative;
  flex: 1 1 auto;
  padding-left: 2rem;
}

/* line 200, app/assets/stylesheets/theme/pages/_single.scss */
.author-header {
  align-items: flex-start;
  line-height: 1;
  margin-bottom: 2rem;
}

/* line 206, app/assets/stylesheets/theme/pages/_single.scss */
.author-link {
  color: #787473;
  letter-spacing: -.01em;
  transition: all .35s ease;
}

/* line 211, app/assets/stylesheets/theme/pages/_single.scss */
.author-link:hover, .author-link:focus {
  color: #1d3441;
  box-shadow: 0 1px 0 #1d3441;
}

/* line 218, app/assets/stylesheets/theme/pages/_single.scss */
.pager-nav {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 4.5rem;
  padding-bottom: 1rem;
}

/* line 227, app/assets/stylesheets/theme/pages/_single.scss */
.pager-link {
  position: relative;
  color: #1d3441;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  font-weight: 400;
  padding-top: .95rem;
  padding-bottom: .95rem;
  font-size: 1.4rem;
  line-height: 1.5;
  transition: all .35s ease;
}

/* line 243, app/assets/stylesheets/theme/pages/_single.scss */
.pager-link + .pager-link {
  border-top: .1rem solid #ebebeb;
}

/* line 247, app/assets/stylesheets/theme/pages/_single.scss */
.pager-link:after {
  color: #333;
  display: block;
  font-family: 'molla';
  font-size: 1.5rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  transition: all .35s ease .05s;
  margin-top: -.8rem;
}

/* line 259, app/assets/stylesheets/theme/pages/_single.scss */
.pager-link.pager-link-prev {
  padding-left: 10rem;
  padding-right: 1rem;
}

/* line 263, app/assets/stylesheets/theme/pages/_single.scss */
.pager-link.pager-link-prev:after {
  content: '\f273';
  left: 3rem;
}

/* line 269, app/assets/stylesheets/theme/pages/_single.scss */
.pager-link.pager-link-next {
  padding-left: 1rem;
  padding-right: 10rem;
  align-items: flex-end;
  text-align: right;
}

/* line 275, app/assets/stylesheets/theme/pages/_single.scss */
.pager-link.pager-link-next:after {
  content: '\f274';
  right: 3rem;
}

/* line 281, app/assets/stylesheets/theme/pages/_single.scss */
.pager-link:hover, .pager-link:focus {
  color: #1d3441;
}

/* line 285, app/assets/stylesheets/theme/pages/_single.scss */
.pager-link:hover:after, .pager-link:focus:after {
  color: #1d3441;
}

/* line 290, app/assets/stylesheets/theme/pages/_single.scss */
.pager-link.pager-link-prev:hover, .pager-link.pager-link-prev:focus {
  padding-left: 7rem;
}

/* line 293, app/assets/stylesheets/theme/pages/_single.scss */
.pager-link.pager-link-prev:hover:after, .pager-link.pager-link-prev:focus:after {
  left: 0;
}

/* line 298, app/assets/stylesheets/theme/pages/_single.scss */
.pager-link.pager-link-next:hover, .pager-link.pager-link-next:focus {
  padding-right: 7rem;
}

/* line 301, app/assets/stylesheets/theme/pages/_single.scss */
.pager-link.pager-link-next:hover:after, .pager-link.pager-link-next:focus:after {
  right: 0;
}

/* line 306, app/assets/stylesheets/theme/pages/_single.scss */
.pager-link:hover .pager-link-title, .pager-link:focus .pager-link-title {
  box-shadow: 0 .1rem 0 #333;
}

/* line 312, app/assets/stylesheets/theme/pages/_single.scss */
.pager-link-title {
  display: inline-block;
  margin-top: .6rem;
  flex: 0 0 auto;
  color: #333;
  font-size: 1.5rem;
  transition: all .35s ease;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 325, app/assets/stylesheets/theme/pages/_single.scss */
.related-posts {
  padding-bottom: 4.5rem;
  margin-bottom: 4.5rem;
  border-bottom: .1rem solid #ebebeb;
}

/* line 330, app/assets/stylesheets/theme/pages/_single.scss */
.related-posts .title {
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: -.025em;
  margin-bottom: 3rem;
}

/* line 337, app/assets/stylesheets/theme/pages/_single.scss */
.related-posts .entry.entry-grid {
  margin-bottom: 0;
}

/* line 342, app/assets/stylesheets/theme/pages/_single.scss */
.related-posts .entry-grid .entry-title {
  font-weight: 400;
}

/* line 347, app/assets/stylesheets/theme/pages/_single.scss */
.related-posts .entry-media img {
  height: 100%;
}

/* line 353, app/assets/stylesheets/theme/pages/_single.scss */
.comments {
  margin-bottom: 5rem;
}

/* line 356, app/assets/stylesheets/theme/pages/_single.scss */
.comments .title {
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: -.025em;
  margin-bottom: 4.5rem;
}

/* line 363, app/assets/stylesheets/theme/pages/_single.scss */
.comments ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 368, app/assets/stylesheets/theme/pages/_single.scss */
.comments ul ul {
  margin-top: 4rem;
  margin-left: 8rem;
  padding-top: 4.5rem;
  border-top: .1rem solid #ebebeb;
}

/* line 376, app/assets/stylesheets/theme/pages/_single.scss */
.comments li {
  border-bottom: .1rem solid #ebebeb;
  padding-bottom: 4rem;
  margin-bottom: 5rem;
}

/* line 381, app/assets/stylesheets/theme/pages/_single.scss */
.comments li:last-child {
  border-bottom-width: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* line 389, app/assets/stylesheets/theme/pages/_single.scss */
.comment {
  position: relative;
  display: flex;
  align-items: flex-start;
}

/* line 394, app/assets/stylesheets/theme/pages/_single.scss */
.comment-body {
  position: relative;
  flex: 1 1 auto;
  padding-left: 3rem;
}

/* line 400, app/assets/stylesheets/theme/pages/_single.scss */
.comment-reply {
  display: flex;
  align-items: center;
  color: #787473;
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: -.01em;
  padding-bottom: .4rem;
  transition: all .35s ease;
}

/* line 414, app/assets/stylesheets/theme/pages/_single.scss */
.comment-reply:after {
  font-family: 'molla';
  content: '\f279';
  font-size: 1.5rem;
  margin-left: .7rem;
}

/* line 421, app/assets/stylesheets/theme/pages/_single.scss */
.comment-reply:hover, .comment-reply:focus {
  color: #1d3441;
  box-shadow: 0 1px 0 #1d3441;
}

/* line 428, app/assets/stylesheets/theme/pages/_single.scss */
.comment-user {
  margin-bottom: 1rem;
}

/* line 430, app/assets/stylesheets/theme/pages/_single.scss */
.comment-user h4, .comment-user .h4 {
  color: #333;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: -.01em;
  margin-bottom: 0;
}

/* line 438, app/assets/stylesheets/theme/pages/_single.scss */
.comment-user h4 a, .comment-user .h4 a {
  color: inherit;
}

/* line 441, app/assets/stylesheets/theme/pages/_single.scss */
.comment-user h4 a:hover, .comment-user .h4 a:hover, .comment-user h4 a:focus, .comment-user .h4 a:focus {
  color: #1d3441;
}

/* line 447, app/assets/stylesheets/theme/pages/_single.scss */
.comment-user h4 span, .comment-user .h4 span {
  display: block;
}

/* line 453, app/assets/stylesheets/theme/pages/_single.scss */
.comment-date {
  color: #ccc;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1;
}

/* line 460, app/assets/stylesheets/theme/pages/_single.scss */
.reply {
  padding: 2rem 0 0;
}

/* line 463, app/assets/stylesheets/theme/pages/_single.scss */
.reply .heading {
  margin-bottom: 2.4rem;
}

/* line 467, app/assets/stylesheets/theme/pages/_single.scss */
.reply .title {
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: -.025em;
  margin-bottom: .9rem;
}

/* line 474, app/assets/stylesheets/theme/pages/_single.scss */
.reply .title-desc {
  color: #ccc;
  font-size: 1.3rem;
  letter-spacing: -.01em;
}

/* line 480, app/assets/stylesheets/theme/pages/_single.scss */
.reply .form-control {
  background-color: #fff;
}

/* line 484, app/assets/stylesheets/theme/pages/_single.scss */
.reply .custom-checkbox {
  margin-top: 7px;
}

/* line 488, app/assets/stylesheets/theme/pages/_single.scss */
.reply textarea.form-control {
  min-height: 100px;
}

/* line 494, app/assets/stylesheets/theme/pages/_single.scss */
.rating-form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

/* line 499, app/assets/stylesheets/theme/pages/_single.scss */
.rating-form label {
  margin-right: 1rem;
}

/* line 501, app/assets/stylesheets/theme/pages/_single.scss */
.rating-stars {
  display: flex;
  position: relative;
  height: 14px;
  font-size: 1.4rem;
  margin: 0 0 1.1rem;
}

/* line 508, app/assets/stylesheets/theme/pages/_single.scss */
.rating-stars a {
  color: #999;
  text-indent: -9999px;
  letter-spacing: 1px;
  width: 16px;
  letter-spacing: .2em;
}

/* line 516, app/assets/stylesheets/theme/pages/_single.scss */
.rating-stars a:before {
  content: '';
  position: absolute;
  left: 0;
  height: 14px;
  line-height: 1;
  font-family: 'molla';
  text-indent: 0;
  overflow: hidden;
  white-space: nowrap;
}

/* line 528, app/assets/stylesheets/theme/pages/_single.scss */
.rating-stars a.active:before,
.rating-stars a:hover:before {
  content: "\f318\f318\f318\f318\f318";
  color: #1d3441;
}

/* line 534, app/assets/stylesheets/theme/pages/_single.scss */
.rating-stars .star-1 {
  z-index: 10;
}

/* line 538, app/assets/stylesheets/theme/pages/_single.scss */
.rating-stars .star-2 {
  z-index: 9;
}

/* line 542, app/assets/stylesheets/theme/pages/_single.scss */
.rating-stars .star-3 {
  z-index: 8;
}

/* line 546, app/assets/stylesheets/theme/pages/_single.scss */
.rating-stars .star-4 {
  z-index: 7;
}

/* line 550, app/assets/stylesheets/theme/pages/_single.scss */
.rating-stars .star-5 {
  z-index: 6;
}

/* line 554, app/assets/stylesheets/theme/pages/_single.scss */
.rating-stars .star-1:before {
  width: 20%;
}

/* line 558, app/assets/stylesheets/theme/pages/_single.scss */
.rating-stars .star-2:before {
  width: 40%;
}

/* line 562, app/assets/stylesheets/theme/pages/_single.scss */
.rating-stars .star-3:before {
  width: 60%;
}

/* line 566, app/assets/stylesheets/theme/pages/_single.scss */
.rating-stars .star-4:before {
  width: 80%;
}

/* line 570, app/assets/stylesheets/theme/pages/_single.scss */
.rating-stars .star-5:before {
  content: "\f318\f318\f318\f318\f318";
}

/* line 575, app/assets/stylesheets/theme/pages/_single.scss */
.reply {
  padding: 2rem 0 0;
}

/* line 578, app/assets/stylesheets/theme/pages/_single.scss */
.reply .heading {
  margin-bottom: 2.4rem;
}

/* line 582, app/assets/stylesheets/theme/pages/_single.scss */
.reply .title {
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: -.025em;
  margin-bottom: .9rem;
}

/* line 589, app/assets/stylesheets/theme/pages/_single.scss */
.reply .title-desc {
  color: #ccc;
  font-size: 1.3rem;
  letter-spacing: -.01em;
}

/* line 595, app/assets/stylesheets/theme/pages/_single.scss */
.reply .form-control {
  background-color: #fff;
}

/* line 599, app/assets/stylesheets/theme/pages/_single.scss */
.reply .custom-checkbox {
  margin-top: 7px;
}

/* line 603, app/assets/stylesheets/theme/pages/_single.scss */
.reply textarea.form-control {
  min-height: 100px;
}

/* Fullwidth */
/* line 610, app/assets/stylesheets/theme/pages/_single.scss */
.entry-media-fullwidth img {
  max-height: 600px;
}

/* line 615, app/assets/stylesheets/theme/pages/_single.scss */
.entry-media-sidebar img {
  max-height: 500px;
}

/* line 620, app/assets/stylesheets/theme/pages/_single.scss */
.entry-fullwidth .entry-body {
  position: relative;
}

/* line 628, app/assets/stylesheets/theme/pages/_single.scss */
.entry-fullwidth .author-body {
  padding-left: 4rem;
}

/* line 632, app/assets/stylesheets/theme/pages/_single.scss */
.entry-fullwidth .social-icons.social-icons-vertical {
  margin-bottom: 2rem;
}

@media screen and (min-width: 576px) {
  /* line 638, app/assets/stylesheets/theme/pages/_single.scss */
  .pager-nav {
    flex-direction: row;
    padding-bottom: 3.5rem;
    border-bottom: .1rem solid #ebebeb;
  }
  /* line 644, app/assets/stylesheets/theme/pages/_single.scss */
  .pager-link {
    flex: 0 0 50%;
    max-width: 50%;
    padding-top: .55rem;
    padding-bottom: .55rem;
  }
  /* line 650, app/assets/stylesheets/theme/pages/_single.scss */
  .pager-link + .pager-link {
    border-top: none;
    border-left: .1rem solid #ebebeb;
  }
}

@media screen and (min-width: 768px) {
  /* line 659, app/assets/stylesheets/theme/pages/_single.scss */
  .single-entry .entry-title-big {
    font-size: 3.4rem;
  }
  /* line 2, app/assets/stylesheets/theme/mixins/_clearfix.scss */
  .editor-content::after {
    display: block;
    clear: both;
    content: '';
  }
  /* line 666, app/assets/stylesheets/theme/pages/_single.scss */
  .editor-content .float-sm-left {
    margin-right: 4.8rem;
    margin-bottom: 2rem;
  }
  /* line 671, app/assets/stylesheets/theme/pages/_single.scss */
  .editor-content .float-right {
    margin-left: 4.8rem;
    margin-bottom: 2rem;
  }
  /* line 676, app/assets/stylesheets/theme/pages/_single.scss */
  .editor-content h3, .editor-content .h3 {
    font-size: 2.4rem;
  }
  /* line 680, app/assets/stylesheets/theme/pages/_single.scss */
  .editor-content blockquote {
    padding: 4rem 6rem 4rem 12rem;
  }
  /* line 683, app/assets/stylesheets/theme/pages/_single.scss */
  .editor-content blockquote:before {
    left: 4rem;
    top: 50%;
  }
}

@media screen and (min-width: 992px) {
  /* line 693, app/assets/stylesheets/theme/pages/_single.scss */
  .single-entry .entry-title-big {
    font-size: 3.5rem;
  }
  /* line 698, app/assets/stylesheets/theme/pages/_single.scss */
  .social-icons.social-icons-vertical {
    flex-direction: column;
    text-align: center;
    padding-bottom: 4rem;
  }
  /* line 704, app/assets/stylesheets/theme/pages/_single.scss */
  .entry-fullwidth .social-icons.social-icons-vertical {
    margin-bottom: 0;
  }
  /* line 708, app/assets/stylesheets/theme/pages/_single.scss */
  .social-icons.social-icons-vertical .social-label {
    margin-right: 0;
    margin-bottom: 1.1rem;
  }
  /* line 713, app/assets/stylesheets/theme/pages/_single.scss */
  .social-icons.social-icons-vertical .social-icon {
    margin-bottom: 1rem;
    margin-right: 0;
  }
  /* line 718, app/assets/stylesheets/theme/pages/_single.scss */
  .social-icons.social-icons-vertical .social-icon + .social-icon {
    margin-left: 0;
  }
}

@media screen and (max-width: 991px) {
  /* line 725, app/assets/stylesheets/theme/pages/_single.scss */
  .sticky-content.is_stuck {
    position: static !important;
    top: auto !important;
    width: auto !important;
    bottom: auto !important;
  }
}

@media screen and (max-width: 575px) {
  /* line 734, app/assets/stylesheets/theme/pages/_single.scss */
  .editor-content img.float-sm-left {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  /* line 740, app/assets/stylesheets/theme/pages/_single.scss */
  .comment-body {
    padding-left: 1rem;
  }
}

/*-------------------- 5.6.Portfolio --------------------*/
/* Portfolio */
/* line 2, app/assets/stylesheets/theme/pages/_portfolio.scss */
.nav-filter {
  display: flex;
  margin-bottom: 3rem;
}

/* line 6, app/assets/stylesheets/theme/pages/_portfolio.scss */
.nav-filter a {
  display: inline-block;
  color: #787473;
  padding: .4rem 1rem;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: -.01em;
  text-transform: uppercase;
  border-bottom: .1rem solid transparent;
}

/* line 17, app/assets/stylesheets/theme/pages/_portfolio.scss */
.nav-filter a:hover, .nav-filter a:focus {
  color: #1d3441;
}

/* line 24, app/assets/stylesheets/theme/pages/_portfolio.scss */
.nav-filter .active a {
  color: #1d3441;
  border-bottom-color: #1d3441;
}

/* line 31, app/assets/stylesheets/theme/pages/_portfolio.scss */
.portfolio-container {
  position: relative;
  margin: 0 -1rem 4rem;
  transition: height .4s;
}

/* line 2, app/assets/stylesheets/theme/mixins/_clearfix.scss */
.portfolio-container::after {
  display: block;
  clear: both;
  content: '';
}

/* line 38, app/assets/stylesheets/theme/pages/_portfolio.scss */
.portfolio-nogap {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 1rem;
}

/* line 43, app/assets/stylesheets/theme/pages/_portfolio.scss */
.portfolio-nogap .col,
.portfolio-nogap [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}

/* line 49, app/assets/stylesheets/theme/pages/_portfolio.scss */
.portfolio-nogap .portfolio-item {
  margin-bottom: 0;
}

/* line 54, app/assets/stylesheets/theme/pages/_portfolio.scss */
.portfolio-item {
  float: left;
  margin-bottom: 2rem;
}

/* line 59, app/assets/stylesheets/theme/pages/_portfolio.scss */
.portfolio {
  position: relative;
}

/* line 63, app/assets/stylesheets/theme/pages/_portfolio.scss */
.portfolio-media {
  background-color: #ccc;
  margin: 0;
}

/* line 67, app/assets/stylesheets/theme/pages/_portfolio.scss */
.portfolio-media > a {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}

/* line 73, app/assets/stylesheets/theme/pages/_portfolio.scss */
.portfolio-media > a:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-color: #444444;
  visibility: hidden;
  opacity: 0;
  transition: all 0.45s ease;
}

/* line 89, app/assets/stylesheets/theme/pages/_portfolio.scss */
.portfolio-media img {
  display: block;
  max-width: none;
  width: 100%;
  height: auto;
}

/* line 98, app/assets/stylesheets/theme/pages/_portfolio.scss */
.portfolio-item:hover .portfolio-media > a:after {
  visibility: visible;
  opacity: .4;
}

/* line 103, app/assets/stylesheets/theme/pages/_portfolio.scss */
.portfolio-item:hover .portfolio-content {
  background-color: #f6f6f6;
}

/* line 108, app/assets/stylesheets/theme/pages/_portfolio.scss */
.portfolio-content {
  padding: 1.6rem 2rem;
  transition: all 0.45s ease;
}

/* line 113, app/assets/stylesheets/theme/pages/_portfolio.scss */
.portfolio-title {
  color: #333;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: -.01em;
  margin-bottom: .1rem;
}

/* line 121, app/assets/stylesheets/theme/pages/_portfolio.scss */
.portfolio-title a {
  color: inherit;
}

/* line 124, app/assets/stylesheets/theme/pages/_portfolio.scss */
.portfolio-title a:hover, .portfolio-title a:focus {
  color: #1d3441;
}

/* line 131, app/assets/stylesheets/theme/pages/_portfolio.scss */
.portfolio-tags {
  font-weight: 300;
  font-size: 1.3rem;
  letter-spacing: -.01em;
}

/* line 136, app/assets/stylesheets/theme/pages/_portfolio.scss */
.portfolio-tags a {
  color: #1d3441;
  transition: all .35s ease;
}

/* line 140, app/assets/stylesheets/theme/pages/_portfolio.scss */
.portfolio-tags a:hover, .portfolio-tags a:focus {
  color: #1d3441;
  box-shadow: 0 1px 0 #1d3441;
}

/* line 148, app/assets/stylesheets/theme/pages/_portfolio.scss */
.portfolio-overlay {
  overflow: hidden;
}

/* line 151, app/assets/stylesheets/theme/pages/_portfolio.scss */
.portfolio-overlay .portfolio-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem 3rem;
  opacity: 0;
  z-index: 2;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
}

/* line 162, app/assets/stylesheets/theme/pages/_portfolio.scss */
.portfolio-overlay .portfolio-content.portfolio-content-center {
  bottom: auto;
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

/* line 171, app/assets/stylesheets/theme/pages/_portfolio.scss */
.portfolio-overlay .portfolio-title {
  color: #fff;
}

/* line 175, app/assets/stylesheets/theme/pages/_portfolio.scss */
.portfolio-overlay .portfolio-title a:hover, .portfolio-overlay .portfolio-title a:focus {
  color: #f1f1f1;
}

/* line 183, app/assets/stylesheets/theme/pages/_portfolio.scss */
.portfolio-overlay .portfolio-tags a {
  color: #ccc;
}

/* line 186, app/assets/stylesheets/theme/pages/_portfolio.scss */
.portfolio-overlay .portfolio-tags a:hover, .portfolio-overlay .portfolio-tags a:focus {
  color: #fff;
  box-shadow: 0 1px 0 #fff;
}

/* line 195, app/assets/stylesheets/theme/pages/_portfolio.scss */
.portfolio-overlay:hover .portfolio-content {
  visibility: visible;
  opacity: 1;
  background-color: transparent;
}

@media screen and (max-width: 575px) {
  /* line 205, app/assets/stylesheets/theme/pages/_portfolio.scss */
  .nav-filter {
    flex-wrap: wrap;
    justify-content: center;
  }
}

/*-------------------- 5.7.About --------------------*/
/* About us */
/* line 2, app/assets/stylesheets/theme/pages/_about.scss */
.about-images {
  position: relative;
  text-align: right;
  padding-top: 4rem;
}

/* line 8, app/assets/stylesheets/theme/pages/_about.scss */
.about-img-front {
  position: relative;
  z-index: 2;
  border: 2rem solid #f9f9f9;
}

/* line 14, app/assets/stylesheets/theme/pages/_about.scss */
.about-img-back {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

/* line 21, app/assets/stylesheets/theme/pages/_about.scss */
.brands-text {
  max-width: 430px;
  margin-top: .5rem;
  margin-bottom: 3rem;
}

/* line 26, app/assets/stylesheets/theme/pages/_about.scss */
.brands-text .title {
  line-height: 1.5;
}

/* line 31, app/assets/stylesheets/theme/pages/_about.scss */
.brands-display {
  margin-top: .5rem;
}

/* line 33, app/assets/stylesheets/theme/pages/_about.scss */
.brands-display .brand {
  min-height: 0;
  margin-bottom: 4rem;
}

/* line 38, app/assets/stylesheets/theme/pages/_about.scss */
.brands-display [class*="col-"] {
  display: flex;
}

/* line 41, app/assets/stylesheets/theme/pages/_about.scss */
.brands-display [class*="col-"] .brand {
  width: 100%;
}

/* line 48, app/assets/stylesheets/theme/pages/_about.scss */
.about-testimonials blockquote {
  color: #1d3441;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  font-style: normal;
  line-height: 1.875;
}

/* line 59, app/assets/stylesheets/theme/pages/_about.scss */
.member {
  margin-bottom: 2rem;
}

/* line 62, app/assets/stylesheets/theme/pages/_about.scss */
.member p {
  max-width: 240px;
  color: #fff;
}

/* line 68, app/assets/stylesheets/theme/pages/_about.scss */
.member.text-center p {
  margin-left: auto;
  margin-right: auto;
}

/* line 73, app/assets/stylesheets/theme/pages/_about.scss */
.member.text-center .social-icons {
  justify-content: center;
}

/* line 79, app/assets/stylesheets/theme/pages/_about.scss */
.member-media {
  position: relative;
  margin: 0;
}

/* line 84, app/assets/stylesheets/theme/pages/_about.scss */
.member-content {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  overflow: hidden;
}

/* line 90, app/assets/stylesheets/theme/pages/_about.scss */
.member-title {
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0;
  margin-bottom: 0;
}

/* line 96, app/assets/stylesheets/theme/pages/_about.scss */
.member-title span {
  display: block;
  color: #999999;
  font-weight: 300;
  font-size: 1.4rem;
  margin-top: .3rem;
}

/* line 105, app/assets/stylesheets/theme/pages/_about.scss */
.member-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  z-index: 3;
}

/* line 121, app/assets/stylesheets/theme/pages/_about.scss */
.member-overlay .member-title {
  color: inherit;
  margin-bottom: 1.5rem;
}

/* line 125, app/assets/stylesheets/theme/pages/_about.scss */
.member-overlay .member-title span {
  color: #ebebeb;
}

/* line 130, app/assets/stylesheets/theme/pages/_about.scss */
.member-overlay .social-icons {
  margin-top: 2.7rem;
}

/* line 134, app/assets/stylesheets/theme/pages/_about.scss */
.member-overlay .social-icon {
  font-size: 1.5rem;
}

/* line 137, app/assets/stylesheets/theme/pages/_about.scss */
.member-overlay .social-icon + .social-icon {
  margin-left: 2.8rem;
}

/* line 141, app/assets/stylesheets/theme/pages/_about.scss */
.member-overlay .social-icon:not(:hover) {
  color: inherit;
}

/* line 147, app/assets/stylesheets/theme/pages/_about.scss */
.member-content,
.member-overlay {
  transition: all 0.35s ease;
}

/* line 153, app/assets/stylesheets/theme/pages/_about.scss */
.member:hover .member-content {
  opacity: 0;
}

/* line 157, app/assets/stylesheets/theme/pages/_about.scss */
.member:hover .member-overlay {
  visibility: visible;
  opacity: 1;
}

/* line 164, app/assets/stylesheets/theme/pages/_about.scss */
.member.member-anim:hover .member-overlay .member-title,
.member.member-anim:hover .member-overlay p,
.member.member-anim:hover .member-overlay .social-icons {
  animation-name: fadeInUpShort;
  animation-duration: .45s;
  animation-fill-mode: both;
}

/* line 172, app/assets/stylesheets/theme/pages/_about.scss */
.member.member-anim:hover .member-overlay p {
  animation-delay: .1s;
}

/* line 176, app/assets/stylesheets/theme/pages/_about.scss */
.member.member-anim:hover .member-overlay .social-icons {
  animation-delay: .2s;
}

/* line 182, app/assets/stylesheets/theme/pages/_about.scss */
.member.member-anim:hover .member-content .member-title {
  animation-name: fadeOutUpShort;
  animation-duration: .45s;
  animation-fill-mode: both;
}

@keyframes fadeInUpShort {
  from {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeOutUpShort {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100px, 0);
  }
}

@media (max-width: 480px) {
  /* line 220, app/assets/stylesheets/theme/pages/_about.scss */
  .about-img-front {
    max-width: 275px;
  }
  /* line 224, app/assets/stylesheets/theme/pages/_about.scss */
  .about-images {
    padding-top: 15rem;
  }
}

/*-------------------- 5.8.About 2 --------------------*/
/* About us 2 */
/* line 2, app/assets/stylesheets/theme/pages/_about-2.scss */
.member.member-2 {
  background-color: #fff;
  max-width: 277px;
  margin-left: auto;
  margin-right: auto;
}

/* line 8, app/assets/stylesheets/theme/pages/_about-2.scss */
.member.member-2 .member-content {
  visibility: visible;
  opacity: 1;
  padding-top: 1.7rem;
  padding-bottom: 2.7rem;
}

/* line 15, app/assets/stylesheets/theme/pages/_about-2.scss */
.member.member-2 .member-overlay {
  color: #333333;
  background-color: rgba(249, 249, 249, 0.7);
}

/* line 19, app/assets/stylesheets/theme/pages/_about-2.scss */
.member.member-2 .member-overlay .social-icons {
  margin-top: 0;
  margin-bottom: 0;
}

/*-------------------- 5.9.Contact --------------------*/
/* Contact us */
/* line 2, app/assets/stylesheets/theme/pages/_contact.scss */
#map {
  height: 280px;
  background-color: #ccc;
}

/* line 7, app/assets/stylesheets/theme/pages/_contact.scss */
.gm-style .gm-style-iw-c {
  border-radius: 0 !important;
}

/* line 11, app/assets/stylesheets/theme/pages/_contact.scss */
#map address {
  color: #1d3441;
  font-style: normal;
  font-weight: 400;
  margin: 0 0 1rem;
  font-size: 1.4rem;
  padding: .5rem .75rem .2rem .75rem;
  line-height: 1.5;
  margin: 0;
}

/* line 22, app/assets/stylesheets/theme/pages/_contact.scss */
.direction-link {
  display: inline-block;
  margin-top: 1rem;
  line-height: 1;
}

/* line 28, app/assets/stylesheets/theme/pages/_contact.scss */
.contact-info {
  margin-bottom: 3rem;
}

/* line 31, app/assets/stylesheets/theme/pages/_contact.scss */
.contact-info h3, .contact-info .h3 {
  margin-top: .5rem;
  font-weight: 400;
  font-size: 1.8rem;
  letter-spacing: -.025em;
  margin-bottom: 1.5rem;
}

/* line 40, app/assets/stylesheets/theme/pages/_contact.scss */
.contact-list {
  list-style: none;
  padding-left: 0;
}

/* line 45, app/assets/stylesheets/theme/pages/_contact.scss */
.contact-list li {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 1.4rem;
}

/* line 51, app/assets/stylesheets/theme/pages/_contact.scss */
.contact-list a {
  color: inherit;
}

/* line 54, app/assets/stylesheets/theme/pages/_contact.scss */
.contact-list a:hover, .contact-list a:focus {
  color: #ba596b;
}

/* line 60, app/assets/stylesheets/theme/pages/_contact.scss */
.contact-list i {
  display: inline-block;
  position: absolute;
  left: 0;
  top: .3rem;
  font-size: 2rem;
  line-height: 1;
  color: #ba596b;
}

/* line 71, app/assets/stylesheets/theme/pages/_contact.scss */
.store {
  margin-bottom: 3rem;
  color: #787473;
}

/* line 75, app/assets/stylesheets/theme/pages/_contact.scss */
.store address,
.store div {
  font-weight: 300;
  font-style: normal;
  margin-bottom: 0;
}

/* line 82, app/assets/stylesheets/theme/pages/_contact.scss */
.store a:not(.btn) {
  color: inherit;
}

/* line 85, app/assets/stylesheets/theme/pages/_contact.scss */
.store a:not(.btn):hover, .store a:not(.btn):focus {
  color: #1d3441;
}

/* line 91, app/assets/stylesheets/theme/pages/_contact.scss */
.store .btn.btn-link {
  padding-left: 0;
  padding-right: 0;
  margin-top: 2.1rem;
}

/* line 98, app/assets/stylesheets/theme/pages/_contact.scss */
.store-media {
  margin-bottom: 0;
}

/* line 102, app/assets/stylesheets/theme/pages/_contact.scss */
.store-title {
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0;
  margin-bottom: .8rem;
  margin-top: -.2rem;
}

/* line 110, app/assets/stylesheets/theme/pages/_contact.scss */
.store-subtitle {
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0;
  margin-bottom: .4rem;
  margin-top: 3.2rem;
}

@media screen and (min-width: 768px) {
  /* line 119, app/assets/stylesheets/theme/pages/_contact.scss */
  #map {
    height: 380px;
  }
}

@media screen and (min-width: 992px) {
  /* line 125, app/assets/stylesheets/theme/pages/_contact.scss */
  #map {
    height: 492px;
  }
}

/*-------------------- 5.10.Contact 2 --------------------*/
/* Contact us 2 */
/* line 2, app/assets/stylesheets/theme/pages/_contact-2.scss */
.contact-box {
  margin-bottom: 3rem;
}

/* line 5, app/assets/stylesheets/theme/pages/_contact-2.scss */
.contact-box h3, .contact-box .h3 {
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: -.025em;
  margin-bottom: 1.6rem;
}

/* line 12, app/assets/stylesheets/theme/pages/_contact-2.scss */
.contact-box address,
.contact-box div {
  font-weight: 300;
  font-style: normal;
}

/* line 18, app/assets/stylesheets/theme/pages/_contact-2.scss */
.contact-box a {
  color: inherit;
}

/* line 21, app/assets/stylesheets/theme/pages/_contact-2.scss */
.contact-box a:hover, .contact-box a:focus {
  color: #1d3441;
}

/* line 27, app/assets/stylesheets/theme/pages/_contact-2.scss */
.contact-box .social-icons {
  padding-top: 1.5rem;
}

/* line 31, app/assets/stylesheets/theme/pages/_contact-2.scss */
.contact-box .social-icon {
  font-size: 1.3rem;
}

/* line 37, app/assets/stylesheets/theme/pages/_contact-2.scss */
.touch-container .lead {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/*-------------------- 5.11.Login --------------------*/
/* Login */
/* line 2, app/assets/stylesheets/theme/pages/_login.scss */
.form-box {
  max-width: 575px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  padding: 2.2rem 2rem 4.4rem;
  box-shadow: 0 3px 16px rgba(51, 51, 51, 0.1);
}

/* line 10, app/assets/stylesheets/theme/pages/_login.scss */
.form-box .btn {
  min-width: 115px;
}

/* line 16, app/assets/stylesheets/theme/pages/_login.scss */
.form-tab .nav.nav-pills {
  color: #333333;
  border-bottom: .1rem solid #ebebeb;
}

/* line 20, app/assets/stylesheets/theme/pages/_login.scss */
.form-tab .nav.nav-pills .nav-item {
  margin-bottom: -.1rem;
}

/* line 23, app/assets/stylesheets/theme/pages/_login.scss */
.form-tab .nav.nav-pills .nav-item + .nav-item {
  margin-left: 0;
}

/* line 27, app/assets/stylesheets/theme/pages/_login.scss */
.form-tab .nav.nav-pills .nav-item.show .nav-link {
  color: inherit;
}

/* line 32, app/assets/stylesheets/theme/pages/_login.scss */
.form-tab .nav.nav-pills .nav-link {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: -.025em;
  color: inherit;
  border-bottom-width: .2rem;
  padding: .9rem 1rem;
}

/* line 41, app/assets/stylesheets/theme/pages/_login.scss */
.form-tab .nav.nav-pills .nav-link.active {
  color: inherit;
}

/* line 47, app/assets/stylesheets/theme/pages/_login.scss */
.form-tab .nav-fill .nav-item {
  flex: 1 1 0;
}

/* line 51, app/assets/stylesheets/theme/pages/_login.scss */
.form-tab .tab-content .tab-pane {
  padding: 2rem 0  0;
}

/* line 55, app/assets/stylesheets/theme/pages/_login.scss */
.form-tab .form-group {
  margin-bottom: 1.3rem;
}

/* line 59, app/assets/stylesheets/theme/pages/_login.scss */
.form-tab .form-footer {
  padding-top: .6rem;
  padding-bottom: 3rem;
  border-bottom: .1rem solid #ebebeb;
  margin-bottom: 2.3rem;
}

/* line 65, app/assets/stylesheets/theme/pages/_login.scss */
.form-tab .form-footer .btn {
  margin-left: auto;
  margin-top: 1rem;
  order: 2;
  width: 100%;
}

/* line 72, app/assets/stylesheets/theme/pages/_login.scss */
.form-tab .form-footer a {
  color: inherit;
}

/* line 75, app/assets/stylesheets/theme/pages/_login.scss */
.form-tab .form-footer a:hover, .form-tab .form-footer a:focus {
  color: #1d3441;
}

/* line 81, app/assets/stylesheets/theme/pages/_login.scss */
.form-tab .form-footer a:not(.forgot-link) {
  text-decoration: underline;
}

/* line 85, app/assets/stylesheets/theme/pages/_login.scss */
.form-tab .form-footer .custom-control {
  margin: 0;
}

/* line 89, app/assets/stylesheets/theme/pages/_login.scss */
.form-tab .form-footer .forgot-link {
  order: -1;
  width: 100%;
  margin-bottom: .6rem;
}

/* line 97, app/assets/stylesheets/theme/pages/_login.scss */
.form-choice {
  color: #333333;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: -.025em;
}

/* line 104, app/assets/stylesheets/theme/pages/_login.scss */
.form-choice p {
  margin-bottom: 2.7rem;
}

/* line 109, app/assets/stylesheets/theme/pages/_login.scss */
.btn.btn-login {
  color: #333333;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: .85rem 1rem;
  border: .1rem solid #ebebeb;
  min-width: 0;
}

/* line 122, app/assets/stylesheets/theme/pages/_login.scss */
.btn.btn-login i {
  text-align: left;
  display: inline-block;
  margin-right: 0 !important;
  margin-left: 0 !important;
  min-width: 2rem;
}

/* line 132, app/assets/stylesheets/theme/pages/_login.scss */
.btn.btn-login.btn-g i {
  color: #cc3333;
  min-width: 2.6rem;
}

/* line 139, app/assets/stylesheets/theme/pages/_login.scss */
.btn.btn-login.btn-f i {
  color: #3366cc;
}

/* line 144, app/assets/stylesheets/theme/pages/_login.scss */
.btn.btn-login:hover, .btn.btn-login:focus {
  background-color: #f5f6f9;
}

/* line 150, app/assets/stylesheets/theme/pages/_login.scss */
.form-choice .col-sm-6:not(:last-child) {
  margin-bottom: .6rem;
}

@media screen and (min-width: 576px) {
  /* line 155, app/assets/stylesheets/theme/pages/_login.scss */
  .form-choice .col-sm-6:not(:last-child) {
    margin-bottom: 0;
  }
  /* line 161, app/assets/stylesheets/theme/pages/_login.scss */
  .form-tab .form-footer .btn {
    width: auto;
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  /* line 170, app/assets/stylesheets/theme/pages/_login.scss */
  .form-box {
    padding: 3.7rem 6rem 6.4rem;
  }
  /* line 174, app/assets/stylesheets/theme/pages/_login.scss */
  .form-tab .nav.nav-pills .nav-link {
    font-size: 2.4rem;
  }
  /* line 180, app/assets/stylesheets/theme/pages/_login.scss */
  .form-tab .form-footer .btn {
    margin-left: 0;
    margin-right: 1.6rem;
    order: -1;
  }
  /* line 186, app/assets/stylesheets/theme/pages/_login.scss */
  .form-tab .form-footer .forgot-link {
    order: 2;
    width: auto;
    margin-bottom: 0;
    margin-left: auto;
  }
}

/*-------------------- 5.12.Category Banner Page --------------------*/
/* Category banner page  */
/* line 3, app/assets/stylesheets/theme/pages/_category-banner-page.scss */
.categories-page .banner {
  overflow: hidden;
}

/* line 7, app/assets/stylesheets/theme/pages/_category-banner-page.scss */
.categories-page .banner > a:not(.banner-link):after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all .35s ease;
  background-color: rgba(25, 25, 25, 0.3);
  z-index: 1;
  visibility: hidden;
  opacity: 0;
}

/* line 21, app/assets/stylesheets/theme/pages/_category-banner-page.scss */
.categories-page .banner-badge .banner-link {
  padding-top: 1.45rem;
  padding-bottom: 1.45rem;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 5;
  bottom: 2rem;
}

/* line 29, app/assets/stylesheets/theme/pages/_category-banner-page.scss */
.categories-page .banner-badge .banner-title {
  font-size: 1.6rem;
  margin-bottom: .5rem;
}

/* line 34, app/assets/stylesheets/theme/pages/_category-banner-page.scss */
.categories-page .banner-badge .banner-subtitle {
  font-size: 1.4rem;
}

/* line 38, app/assets/stylesheets/theme/pages/_category-banner-page.scss */
.categories-page .banner:hover > a:not(.banner-link):after {
  visibility: visible;
  opacity: 1;
}

/* line 44, app/assets/stylesheets/theme/pages/_category-banner-page.scss */
.sidebar-filter-overlay {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(25, 25, 25, 0.25);
  z-index: 10001;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}

/* line 58, app/assets/stylesheets/theme/pages/_category-banner-page.scss */
.sidebar-filter {
  position: fixed;
  left: -350px;
  top: 0;
  bottom: 0;
  z-index: 10002;
  background-color: #fff;
  width: 100%;
  max-width: 270px;
  overflow-y: scroll;
  box-shadow: 0.1rem 0 0.6rem 0 rgba(51, 51, 51, 0.5);
  will-change: transform;
  visibility: hidden;
  transition: all 0.35s;
}

/* line 73, app/assets/stylesheets/theme/pages/_category-banner-page.scss */
.sidebar-filter.right {
  left: unset;
  right: -350px;
  box-shadow: -0.1rem 0 0.6rem 0 rgba(51, 51, 51, 0.5);
  will-change: transform;
  visibility: hidden;
  transition: all 0.35s;
}

/* line 82, app/assets/stylesheets/theme/pages/_category-banner-page.scss */
.sidebar-filter-active .sidebar-filter {
  visibility: visible;
  transform: translateX(350px);
}

/* line 85, app/assets/stylesheets/theme/pages/_category-banner-page.scss */
.sidebar-filter-active .sidebar-filter.right {
  transform: translateX(-350px);
}

/* line 90, app/assets/stylesheets/theme/pages/_category-banner-page.scss */
.sidebar-filter .widget {
  padding-left: 1rem;
  padding-right: 1rem;
  overflow: hidden;
}

/* line 95, app/assets/stylesheets/theme/pages/_category-banner-page.scss */
.sidebar-filter .widget:last-child {
  border-bottom: none;
}

/* line 100, app/assets/stylesheets/theme/pages/_category-banner-page.scss */
.sidebar-filter .widget-clean {
  color: #333333;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: -.01em;
  border-bottom: .1rem solid #ebebeb;
  padding: 0 1rem 2.4rem;
  margin-bottom: 2rem;
}

/* line 111, app/assets/stylesheets/theme/pages/_category-banner-page.scss */
.sidebar-filter .widget-clean i {
  font-size: 1.6rem;
  line-height: 1;
  margin-right: 1rem;
}

/* line 117, app/assets/stylesheets/theme/pages/_category-banner-page.scss */
.sidebar-filter .widget-clean a {
  font-size: 1.4rem;
}

/* line 124, app/assets/stylesheets/theme/pages/_category-banner-page.scss */
.sidebar-filter-banner.sidebar-shop .widget:not(.widget-clean) {
  border-bottom: none;
  margin-bottom: 4rem;
}

/* line 129, app/assets/stylesheets/theme/pages/_category-banner-page.scss */
.sidebar-filter-banner.sidebar-shop .widget-title {
  margin-bottom: 1.7rem;
}

/* line 134, app/assets/stylesheets/theme/pages/_category-banner-page.scss */
.sidebar-filter-wrapper {
  position: relative;
  padding: 3.5rem 2.7rem 1.5rem;
}

/* line 139, app/assets/stylesheets/theme/pages/_category-banner-page.scss */
.product-sidebar-wrapper.sidebar-filter-wrapper {
  padding: .5rem 1rem 1rem;
}

/* line 143, app/assets/stylesheets/theme/pages/_category-banner-page.scss */
.sidebar-filter-clear {
  text-transform: capitalize;
  margin-left: auto;
  color: #1d3441;
}

/* line 148, app/assets/stylesheets/theme/pages/_category-banner-page.scss */
.sidebar-filter-clear:hover {
  color: #1d3441;
}

/* line 153, app/assets/stylesheets/theme/pages/_category-banner-page.scss */
.sidebar-filter-active .sidebar-filter-overlay {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 380px) {
  /* line 159, app/assets/stylesheets/theme/pages/_category-banner-page.scss */
  .sidebar-filter {
    left: -300px;
  }
  /* line 161, app/assets/stylesheets/theme/pages/_category-banner-page.scss */
  .sidebar-filter.right {
    left: unset;
    right: -300px;
  }
  /* line 167, app/assets/stylesheets/theme/pages/_category-banner-page.scss */
  .sidebar-filter-active .sidebar-filter {
    transform: translateX(300px);
  }
  /* line 170, app/assets/stylesheets/theme/pages/_category-banner-page.scss */
  .sidebar-filter-active .sidebar-filter.right {
    transform: translateX(-300px);
  }
  /* line 176, app/assets/stylesheets/theme/pages/_category-banner-page.scss */
  .sidebar-filter-active .sidebar-fixed-toggler {
    transform: translateX(270px);
  }
  /* line 179, app/assets/stylesheets/theme/pages/_category-banner-page.scss */
  .sidebar-filter-active .sidebar-fixed-toggler.right {
    transform: translateX(-270px);
  }
  /* line 185, app/assets/stylesheets/theme/pages/_category-banner-page.scss */
  .sidebar-filter-wrapper {
    padding-left: 1.7rem;
    padding-right: 1.7rem;
  }
}

/*-------------------- 5.13.Checkout --------------------*/
/* Checkout */
@media screen and (min-width: 992px) {
  /* line 4, app/assets/stylesheets/theme/pages/_checkout.scss */
  .checkout .col-lg-3 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  /* line 10, app/assets/stylesheets/theme/pages/_checkout.scss */
  .checkout .col-lg-9 {
    flex: 0 0 70%;
    max-width: 70%;
  }
}

/* line 17, app/assets/stylesheets/theme/pages/_checkout.scss */
.checkout label {
  margin-bottom: .2rem;
}

/* line 21, app/assets/stylesheets/theme/pages/_checkout.scss */
.checkout .form-control {
  margin-bottom: 1.3rem;
}

/* line 24, app/assets/stylesheets/theme/pages/_checkout.scss */
.checkout .form-control + .form-control {
  margin-top: 2rem;
}

/* line 33, app/assets/stylesheets/theme/pages/_checkout.scss */
.checkout textarea.form-control {
  min-height: 150px;
}

/* line 37, app/assets/stylesheets/theme/pages/_checkout.scss */
.checkout .custom-control {
  margin-top: 2.5rem;
}

/* line 40, app/assets/stylesheets/theme/pages/_checkout.scss */
.checkout .custom-control + .custom-control {
  margin-top: 1.8rem;
}

/* line 44, app/assets/stylesheets/theme/pages/_checkout.scss */
.checkout .custom-control + label {
  margin-top: 1rem;
}

/* line 47, app/assets/stylesheets/theme/pages/_checkout.scss */
.checkout .custom-control .custom-control-label {
  font-weight: 400;
  color: #333;
}

/* line 54, app/assets/stylesheets/theme/pages/_checkout.scss */
.terms_and_conditions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-bottom: 3rem;
  padding-top: 2rem;
}

/* line 62, app/assets/stylesheets/theme/pages/_checkout.scss */
.checkout-discount {
  position: relative;
  max-width: 350px;
  margin-bottom: .5rem;
}

/* line 67, app/assets/stylesheets/theme/pages/_checkout.scss */
.checkout-discount label {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  padding-left: 1.1rem;
  padding-right: 1.1rem;
  font-weight: 400;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  opacity: 1;
  transition: all .3s;
}

/* line 80, app/assets/stylesheets/theme/pages/_checkout.scss */
.checkout-discount label span {
  color: #1d3441;
}

/* line 85, app/assets/stylesheets/theme/pages/_checkout.scss */
.checkout-discount .form-control {
  background-color: transparent !important;
  border-radius: .3rem;
  border: .1rem dashed #d7d7d7;
  padding-left: 1.1rem;
  padding-right: 1.1rem;
}

/* line 92, app/assets/stylesheets/theme/pages/_checkout.scss */
.checkout-discount .form-control:focus {
  border-color: #1d3441;
  outline: none !important;
}

/* line 99, app/assets/stylesheets/theme/pages/_checkout.scss */
.summary {
  padding: 2.5rem 3rem 3rem;
  border: .1rem dashed #d7d7d7;
  background-color: #f9f9f9;
  border-radius: .3rem;
  margin-top: 2rem;
}

/* line 107, app/assets/stylesheets/theme/pages/_checkout.scss */
.summary-title {
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0;
  padding-bottom: 1.7rem;
  border-bottom: .1rem solid #cccccc;
  margin-bottom: 2.1rem;
}

/* line 116, app/assets/stylesheets/theme/pages/_checkout.scss */
.table.table-summary {
  line-height: 1.86;
  color: #1d3441;
  border: none;
  margin-bottom: 0;
}

/* line 122, app/assets/stylesheets/theme/pages/_checkout.scss */
.table.table-summary a {
  color: inherit;
}

/* line 125, app/assets/stylesheets/theme/pages/_checkout.scss */
.table.table-summary a:hover, .table.table-summary a:focus {
  color: #1d3441;
}

/* line 131, app/assets/stylesheets/theme/pages/_checkout.scss */
.table.table-summary thead th,
.table.table-summary .summary-subtotal td {
  color: #333333;
  font-weight: 400;
  font-size: 1.6rem;
}

/* line 138, app/assets/stylesheets/theme/pages/_checkout.scss */
.table.table-summary thead th {
  border-bottom: none;
  padding: 0 0 .3rem;
}

/* line 143, app/assets/stylesheets/theme/pages/_checkout.scss */
.table.table-summary tbody td {
  padding: 0;
  height: 50px;
  border-bottom: .1rem solid #ebebeb;
  font-weight: 400;
  font-size: 1.3rem;
}

/* line 151, app/assets/stylesheets/theme/pages/_checkout.scss */
.table.table-summary thead th,
.table.table-summary tbody td {
  vertical-align: middle;
  border-top: none;
}

/* line 155, app/assets/stylesheets/theme/pages/_checkout.scss */
.table.table-summary thead th:last-child,
.table.table-summary tbody td:last-child {
  text-align: right;
  min-width: 100px;
}

/* line 161, app/assets/stylesheets/theme/pages/_checkout.scss */
.table.table-summary .summary-total td {
  font-weight: 400;
  font-size: 1.6rem;
  color: #1d3441;
  border-bottom: none;
}

/* line 169, app/assets/stylesheets/theme/pages/_checkout.scss */
.accordion-summary {
  margin-bottom: 3.2rem;
}

/* line 171, app/assets/stylesheets/theme/pages/_checkout.scss */
.accordion-summary .card {
  overflow: hidden;
  color: #999999;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.67;
  border: none;
  background-color: transparent;
}

/* line 181, app/assets/stylesheets/theme/pages/_checkout.scss */
.accordion-summary .card-title {
  font-weight: 300;
  font-size: 1.4rem;
  color: #333333;
  letter-spacing: 0;
}

/* line 187, app/assets/stylesheets/theme/pages/_checkout.scss */
.accordion-summary .card-title .toggle-button {
  color: inherit;
  padding: .7rem 0 .7rem 3rem;
}

/* line 191, app/assets/stylesheets/theme/pages/_checkout.scss */
.accordion-summary .card-title .toggle-button img {
  margin-top: 1rem;
}

/* line 195, app/assets/stylesheets/theme/pages/_checkout.scss */
.accordion-summary .card-title .toggle-button:hover, .accordion-summary .card-title .toggle-button:focus {
  color: inherit;
}

/* line 200, app/assets/stylesheets/theme/pages/_checkout.scss */
.accordion-summary .card-title .toggle-button small, .accordion-summary .card-title .toggle-button .small {
  font-size: 1.1rem;
  color: #999999;
}

/* line 205, app/assets/stylesheets/theme/pages/_checkout.scss */
.accordion-summary .card-title .toggle-button:before {
  content: '';
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  border: .1rem solid #dadada;
  right: auto;
  left: 0;
  top: .7rem;
  transform: translateY(0);
  -ms-transform: translateY(0);
}

/* line 218, app/assets/stylesheets/theme/pages/_checkout.scss */
.accordion-summary .card-title .toggle-button:after {
  content: '';
  display: block;
  width: .6rem;
  height: .6rem;
  position: absolute;
  left: .5rem;
  top: 1.2rem;
  border-radius: 50%;
  background-color: transparent;
  transition: all .3s;
  visibility: visible;
  opacity: 1;
}

/* line 235, app/assets/stylesheets/theme/pages/_checkout.scss */
.accordion-summary .card-title .toggle-button.expanding:before, .accordion-summary .card-title .toggle-button.expanded:before {
  border-color: #1d3441;
}

/* line 239, app/assets/stylesheets/theme/pages/_checkout.scss */
.accordion-summary .card-title .toggle-button.expanding:after, .accordion-summary .card-title .toggle-button.expanded:after {
  background-color: #1d3441;
}

/* line 246, app/assets/stylesheets/theme/pages/_checkout.scss */
.accordion-summary .card-body {
  padding: .4rem 0 .8rem 3rem;
}

/* line 251, app/assets/stylesheets/theme/pages/_checkout.scss */
.paypal-link {
  cursor: pointer;
  margin-top: .2rem;
}

/* line 255, app/assets/stylesheets/theme/pages/_checkout.scss */
.paypal-link:hover, .paypal-link:focus {
  color: #1d3441 !important;
}

@media screen and (min-width: 992px) {
  /* line 262, app/assets/stylesheets/theme/pages/_checkout.scss */
  .summary {
    margin-top: 0;
  }
}

/*-------------------- 5.14.Wishlist --------------------*/
/*-------------------- 5.15.Cart --------------------*/
/* Shopping Cart */
@media screen and (min-width: 992px) {
  /* line 4, app/assets/stylesheets/theme/pages/_cart.scss */
  .cart .col-lg-3 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  /* line 10, app/assets/stylesheets/theme/pages/_cart.scss */
  .cart .col-lg-9 {
    flex: 0 0 70%;
    max-width: 70%;
  }
}

/* line 19, app/assets/stylesheets/theme/pages/_cart.scss */
.table .total-col {
  color: #1d3441;
  font-weight: 400;
  font-size: 1.6rem;
}

/* line 27, app/assets/stylesheets/theme/pages/_cart.scss */
.table.table-cart .price-col {
  width: 120px;
}

/* line 31, app/assets/stylesheets/theme/pages/_cart.scss */
.table.table-cart .total-col {
  width: 80px;
}

/* line 35, app/assets/stylesheets/theme/pages/_cart.scss */
.table.table-cart .quantity-col {
  width: 135px;
}

/* line 40, app/assets/stylesheets/theme/pages/_cart.scss */
.cart-product-quantity {
  width: 100px;
}

/* line 43, app/assets/stylesheets/theme/pages/_cart.scss */
.cart-product-quantity .form-control {
  padding: .85rem 2.6rem;
  height: 40px;
  max-width: 100%;
  border-color: #dadada;
  background-color: #fff;
  margin: 0;
}

/* line 53, app/assets/stylesheets/theme/pages/_cart.scss */
.input-spinner {
  position: relative;
}

/* line 56, app/assets/stylesheets/theme/pages/_cart.scss */
.input-spinner .input-group-prepend,
.input-spinner .input-group-append {
  position: absolute;
  top: 0;
}

/* line 62, app/assets/stylesheets/theme/pages/_cart.scss */
.input-spinner .input-group-prepend {
  left: 0;
}

/* line 66, app/assets/stylesheets/theme/pages/_cart.scss */
.input-spinner .input-group-append {
  right: 0;
}

/* line 70, app/assets/stylesheets/theme/pages/_cart.scss */
.input-spinner .form-control {
  padding: .85rem 2.6rem;
  height: auto;
  border-color: #dadada;
  background-color: #fff;
  margin: 0;
}

/* line 77, app/assets/stylesheets/theme/pages/_cart.scss */
.input-spinner .form-control[disabled] {
  background-color: #f9f9f9;
}

/* line 83, app/assets/stylesheets/theme/pages/_cart.scss */
.btn.btn-spinner {
  min-width: 0;
  color: #333333;
  padding: 1.25rem .4rem;
  font-size: 1rem;
  border: none;
  background: none;
}

/* line 91, app/assets/stylesheets/theme/pages/_cart.scss */
.btn.btn-spinner i {
  margin: 0 !important;
}

/* line 95, app/assets/stylesheets/theme/pages/_cart.scss */
.btn.btn-spinner:hover, .btn.btn-spinner:focus {
  color: #1d3441;
}

/* line 101, app/assets/stylesheets/theme/pages/_cart.scss */
.cart-bottom {
  display: flex;
  align-items: flex-start;
  margin-bottom: 5rem;
}

/* line 106, app/assets/stylesheets/theme/pages/_cart.scss */
.cart-bottom .btn {
  margin-left: auto;
  min-width: 152px;
}

/* line 112, app/assets/stylesheets/theme/pages/_cart.scss */
.cart-discount {
  flex: 0 0 50%;
  max-width: 326px;
}

/* line 116, app/assets/stylesheets/theme/pages/_cart.scss */
.cart-discount .form-control {
  margin-right: 1.1rem;
}

/* line 120, app/assets/stylesheets/theme/pages/_cart.scss */
.cart-discount .btn {
  min-width: 40px;
  padding-left: 0;
  padding-right: 0;
}

/* line 127, app/assets/stylesheets/theme/pages/_cart.scss */
.summary.summary-cart {
  margin-bottom: 3rem;
}

/* line 130, app/assets/stylesheets/theme/pages/_cart.scss */
.summary.summary-cart .summary-title {
  margin-bottom: 0;
}

/* line 136, app/assets/stylesheets/theme/pages/_cart.scss */
.table.table-summary .summary-shipping {
  color: #333333;
  font-weight: 400;
  font-size: 1.6rem;
}

/* line 141, app/assets/stylesheets/theme/pages/_cart.scss */
.table.table-summary .summary-shipping td {
  padding-top: 2rem;
  padding-bottom: 1.3rem;
  height: auto;
  border-bottom: none;
}

/* line 149, app/assets/stylesheets/theme/pages/_cart.scss */
.table.table-summary .summary-shipping-row {
  color: #333333;
}

/* line 152, app/assets/stylesheets/theme/pages/_cart.scss */
.table.table-summary .summary-shipping-row label {
  color: inherit;
}

/* line 156, app/assets/stylesheets/theme/pages/_cart.scss */
.table.table-summary .summary-shipping-row td {
  height: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
  border-bottom: none;
}

/* line 164, app/assets/stylesheets/theme/pages/_cart.scss */
.table.table-summary .custom-control {
  margin: 0;
}

/* line 168, app/assets/stylesheets/theme/pages/_cart.scss */
.table.table-summary .summary-shipping-estimate {
  color: #333333;
  font-weight: 400;
  font-size: 1.6rem;
}

/* line 173, app/assets/stylesheets/theme/pages/_cart.scss */
.table.table-summary .summary-shipping-estimate td {
  height: auto;
  padding-top: 1.4rem;
  padding-bottom: 2.3rem;
}

/* line 179, app/assets/stylesheets/theme/pages/_cart.scss */
.table.table-summary .summary-shipping-estimate a {
  margin-top: .6rem;
  display: inline-block;
  font-weight: 300;
  color: #999999;
  font-size: 1.4rem;
  border-bottom: 0.1rem solid #999999;
}

/* line 187, app/assets/stylesheets/theme/pages/_cart.scss */
.table.table-summary .summary-shipping-estimate a:hover, .table.table-summary .summary-shipping-estimate a:focus {
  color: #1d3441;
  border-bottom-color: #1d3441;
}

/* line 198, app/assets/stylesheets/theme/pages/_cart.scss */
.summary-cart .table.table-summary thead th:last-child,
.summary-cart .table.table-summary tbody td:last-child {
  min-width: 0;
}

/*-------------------- 5.16.Dashboard --------------------*/
/* Dashboard */
/* line 2, app/assets/stylesheets/theme/pages/_dashboard.scss */
.address-information {
  padding-top: 1.5rem;
  display: grid;
  grid-template-columns: 30% 70%;
  border-bottom: 0.1rem solid #ebebeb;
}

/* line 8, app/assets/stylesheets/theme/pages/_dashboard.scss */
.address-information:last-of-type {
  border-bottom: none;
}

/* line 13, app/assets/stylesheets/theme/pages/_dashboard.scss */
.link-edit {
  color: #1d3441;
  text-decoration: none;
  transition: color 0.3s ease;
}

/* line 18, app/assets/stylesheets/theme/pages/_dashboard.scss */
.wrap-title-address {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 24, app/assets/stylesheets/theme/pages/_dashboard.scss */
.content-information {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

@media screen and (min-width: 992px) {
  /* line 31, app/assets/stylesheets/theme/pages/_dashboard.scss */
  .dashboard .col-lg-3 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  /* line 37, app/assets/stylesheets/theme/pages/_dashboard.scss */
  .dashboard .col-lg-9 {
    flex: 0 0 70%;
    max-width: 70%;
  }
}

/* line 44, app/assets/stylesheets/theme/pages/_dashboard.scss */
.dashboard label {
  margin-bottom: .2rem;
}

/* line 48, app/assets/stylesheets/theme/pages/_dashboard.scss */
.dashboard .form-control {
  margin-bottom: 1.3rem;
}

/* line 51, app/assets/stylesheets/theme/pages/_dashboard.scss */
.dashboard .form-control + .form-control {
  margin-top: 2rem;
}

/* line 56, app/assets/stylesheets/theme/pages/_dashboard.scss */
.dashboard .form-control:not(:focus) {
  background-color: #f9f9f9;
}

/* line 60, app/assets/stylesheets/theme/pages/_dashboard.scss */
.dashboard .tab-pane {
  padding: 0;
  border: none;
  line-height: 2.15;
  padding-bottom: 2rem;
}

/* line 66, app/assets/stylesheets/theme/pages/_dashboard.scss */
.dashboard .tab-pane p {
  margin-bottom: 1rem;
}

/* line 71, app/assets/stylesheets/theme/pages/_dashboard.scss */
.dashboard .btn {
  min-width: 123px;
}

/* line 76, app/assets/stylesheets/theme/pages/_dashboard.scss */
.nav-dashboard {
  margin-top: -1rem;
}

/* line 78, app/assets/stylesheets/theme/pages/_dashboard.scss */
.nav-dashboard .nav-link {
  overflow: hidden;
  position: relative;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 1.4rem 0;
  color: #333333;
  border-bottom: .1rem solid #ebebeb;
}

/* line 88, app/assets/stylesheets/theme/pages/_dashboard.scss */
.nav-dashboard .nav-link:before {
  font-family: "molla";
  content: '\f274';
  display: block;
  font-size: 1.5rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: -15px;
  margin-top: -7.5px;
  transition: all .3s;
  opacity: 0;
}

/* line 102, app/assets/stylesheets/theme/pages/_dashboard.scss */
.nav-dashboard .nav-link:hover, .nav-dashboard .nav-link:focus, .nav-dashboard .nav-link.active {
  color: #1d3441;
}

/* line 108, app/assets/stylesheets/theme/pages/_dashboard.scss */
.nav-dashboard .nav-link.active {
  padding-left: 2rem;
}

/* line 111, app/assets/stylesheets/theme/pages/_dashboard.scss */
.nav-dashboard .nav-link.active:before {
  left: 0;
  opacity: 1;
}

/* line 117, app/assets/stylesheets/theme/pages/_dashboard.scss */
.nav-dashboard .nav-item.active .nav-link {
  padding-left: 2rem;
  color: #1d3441;
}

/* line 121, app/assets/stylesheets/theme/pages/_dashboard.scss */
.nav-dashboard .nav-item.active .nav-link:before {
  left: 0;
  opacity: 1;
}

/* line 128, app/assets/stylesheets/theme/pages/_dashboard.scss */
.card-dashboard {
  margin-bottom: 3rem;
  background-color: #f9f9f9;
  border: .1rem solid #ebebeb;
}

/* line 133, app/assets/stylesheets/theme/pages/_dashboard.scss */
.card-dashboard .card-title {
  letter-spacing: 0;
  margin-bottom: .5rem;
}

/* line 138, app/assets/stylesheets/theme/pages/_dashboard.scss */
.card-dashboard .card-body {
  padding: 4rem 2.8rem 2rem;
}

/*-------------------- 5.17.404 --------------------*/
/* 404 - Error */
/* line 2, app/assets/stylesheets/theme/pages/_404.scss */
.error-content {
  color: #787473;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -.025em;
  padding-top: 8.5rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 480px;
  background-color: #fdfdfd;
}

/* line 15, app/assets/stylesheets/theme/pages/_404.scss */
.error-content p {
  margin-bottom: 2.5rem;
}

/* line 20, app/assets/stylesheets/theme/pages/_404.scss */
.error-title {
  letter-spacing: -.025em;
  margin-bottom: 1.4rem;
  font-size: 3rem;
}

@media screen and (min-width: 768px) {
  /* line 27, app/assets/stylesheets/theme/pages/_404.scss */
  .error-content {
    padding-top: 10rem;
    min-height: 540px;
  }
  /* line 32, app/assets/stylesheets/theme/pages/_404.scss */
  .error-content {
    min-height: 620px;
  }
}

/*-------------------- 5.18.Coming Soon --------------------*/
/* Coming Soon */
/* line 2, app/assets/stylesheets/theme/pages/_coming-soon.scss */
.soon {
  position: relative;
  background-color: #fff;
}

/* line 7, app/assets/stylesheets/theme/pages/_coming-soon.scss */
.soon-content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-top: 8rem;
  padding-bottom: 9rem;
  min-height: 100vh;
  background-color: #fff;
  z-index: 2;
  color: #999999;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.875;
}

/* line 22, app/assets/stylesheets/theme/pages/_coming-soon.scss */
.soon-content form,
.soon-content hr {
  max-width: 496px;
}

/* line 28, app/assets/stylesheets/theme/pages/_coming-soon.scss */
.soon-content.text-center p {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

/* line 34, app/assets/stylesheets/theme/pages/_coming-soon.scss */
.soon-content.text-center form,
.soon-content.text-center hr,
.soon-content.text-center .coming-countdown {
  margin-left: auto;
  margin-right: auto;
}

/* line 42, app/assets/stylesheets/theme/pages/_coming-soon.scss */
.soon-content form {
  padding-top: .5rem;
}

/* line 46, app/assets/stylesheets/theme/pages/_coming-soon.scss */
.soon-content .input-group {
  flex-direction: column;
  align-items: center;
}

/* line 51, app/assets/stylesheets/theme/pages/_coming-soon.scss */
.soon-content .btn {
  min-width: 140px;
  margin-top: 1rem;
}

/* line 56, app/assets/stylesheets/theme/pages/_coming-soon.scss */
.soon-content .form-control {
  width: 100%;
}

/* line 60, app/assets/stylesheets/theme/pages/_coming-soon.scss */
.soon-content .form-control:not(:focus) {
  border-color: #dadada;
}

/* line 65, app/assets/stylesheets/theme/pages/_coming-soon.scss */
.soon-bg {
  display: none;
  height: 100%;
  width: 50%;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  z-index: 1;
}

/* line 76, app/assets/stylesheets/theme/pages/_coming-soon.scss */
.soon-logo {
  margin-bottom: 2.3rem;
}

/* line 80, app/assets/stylesheets/theme/pages/_coming-soon.scss */
.soon-title {
  font-weight: 400;
  letter-spacing: -.025em;
  margin-bottom: 4.2rem;
}

/* line 86, app/assets/stylesheets/theme/pages/_coming-soon.scss */
.coming-countdown {
  max-width: 476px;
  min-height: 53px;
  padding-bottom: .7rem;
}

/* line 91, app/assets/stylesheets/theme/pages/_coming-soon.scss */
.coming-countdown .countdown-section {
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0;
}

/* line 98, app/assets/stylesheets/theme/pages/_coming-soon.scss */
.coming-countdown .countdown-amount {
  color: #1d3441;
  font-weight: 400;
  font-size: 2.4rem;
  letter-spacing: -.025em;
}

/* line 106, app/assets/stylesheets/theme/pages/_coming-soon.scss */
.coming-countdown.countdown-separator .countdown-section:not(:last-child):after {
  font-size: 30px;
  margin-left: 8px;
  color: #1d3441;
  margin-top: -1rem;
}

@media screen and (min-width: 576px) {
  /* line 116, app/assets/stylesheets/theme/pages/_coming-soon.scss */
  .soon-content {
    font-size: 1.6rem;
  }
  /* line 119, app/assets/stylesheets/theme/pages/_coming-soon.scss */
  .soon-content .input-group {
    flex-direction: row;
  }
  /* line 123, app/assets/stylesheets/theme/pages/_coming-soon.scss */
  .soon-content .btn {
    margin-left: 1rem;
    margin-top: 0;
  }
  /* line 128, app/assets/stylesheets/theme/pages/_coming-soon.scss */
  .soon-content .form-control {
    width: auto;
  }
  /* line 134, app/assets/stylesheets/theme/pages/_coming-soon.scss */
  .coming-countdown .countdown-section {
    font-size: 1.6rem;
  }
  /* line 138, app/assets/stylesheets/theme/pages/_coming-soon.scss */
  .coming-countdown .countdown-amount {
    font-size: 3rem;
  }
}

@media screen and (min-width: 768px) {
  /* line 145, app/assets/stylesheets/theme/pages/_coming-soon.scss */
  .soon-content {
    padding-right: 3rem;
  }
  /* line 149, app/assets/stylesheets/theme/pages/_coming-soon.scss */
  .soon-bg {
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  /* line 155, app/assets/stylesheets/theme/pages/_coming-soon.scss */
  .soon-content {
    padding-right: 0;
  }
}

/*-------------------- 5.19.Category Market --------------------*/
/* line 2, app/assets/stylesheets/theme/pages/_category-market.scss */
.shop-market .accordion {
  margin-bottom: 3rem;
}

/* line 7, app/assets/stylesheets/theme/pages/_category-market.scss */
.shop-market .sidebar-shop .widget {
  padding-bottom: 2.5rem;
  margin-bottom: 3rem;
  padding-left: .8rem;
  padding-right: .8rem;
}

/* line 14, app/assets/stylesheets/theme/pages/_category-market.scss */
.shop-market .sidebar-shop .widget-categories {
  padding-bottom: .5rem;
}

/* line 18, app/assets/stylesheets/theme/pages/_category-market.scss */
.shop-market .sidebar-shop .widget-title {
  margin-bottom: 1.7rem;
}

/* line 22, app/assets/stylesheets/theme/pages/_category-market.scss */
.shop-market .sidebar-shop .filter-colors {
  margin-left: -.3rem;
  margin-right: -.3rem;
}

/* line 27, app/assets/stylesheets/theme/pages/_category-market.scss */
.shop-market .sidebar-shop .widget-banner-sidebar {
  border-bottom: none;
  padding-left: 0;
  padding-right: 0;
}

/* line 34, app/assets/stylesheets/theme/pages/_category-market.scss */
.shop-market .filter-item {
  margin-bottom: 1rem;
}

/* line 38, app/assets/stylesheets/theme/pages/_category-market.scss */
.shop-market .card-header {
  margin-bottom: 0;
}

/* line 42, app/assets/stylesheets/theme/pages/_category-market.scss */
.shop-market .card-body {
  padding: .4rem 0 0;
}

/* line 45, app/assets/stylesheets/theme/pages/_category-market.scss */
.shop-market .card-body li {
  margin: .5rem;
}

/* line 50, app/assets/stylesheets/theme/pages/_category-market.scss */
.shop-market .card {
  padding-top: .5rem;
  padding-bottom: .5rem;
  margin-bottom: 1.5rem;
  border: 0;
}

/* line 57, app/assets/stylesheets/theme/pages/_category-market.scss */
.shop-market .card-title {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: -.01em;
  margin-bottom: 0;
}

/* line 64, app/assets/stylesheets/theme/pages/_category-market.scss */
.shop-market .card-title .toggle-button {
  position: relative;
  display: block;
  padding: 0;
  color: #1d3441;
  padding-bottom: 1.7rem;
  font-size: 1.4rem;
  font-weight: 400;
}

/* line 73, app/assets/stylesheets/theme/pages/_category-market.scss */
.shop-market .card-title .toggle-button:before {
  color: #333;
  content: '\e802';
  display: inline-block;
  position: absolute;
  right: 1rem;
  top: 50%;
  font: normal 1rem/1 "molla";
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: all 0.3s;
}

/* line 86, app/assets/stylesheets/theme/pages/_category-market.scss */
.shop-market .card-title .toggle-button.collapsed {
  color: #333;
}

/* line 89, app/assets/stylesheets/theme/pages/_category-market.scss */
.shop-market .card-title .toggle-button.collapsed:before {
  content: '\f110';
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

/* line 98, app/assets/stylesheets/theme/pages/_category-market.scss */
.shop-market .toggle-button:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

/* line 103, app/assets/stylesheets/theme/pages/_category-market.scss */
.shop-market .collapse-wrap {
  padding: .4rem 0 0;
}

/* line 107, app/assets/stylesheets/theme/pages/_category-market.scss */
.shop-market .sidebar ul {
  margin: 0;
}

/* line 110, app/assets/stylesheets/theme/pages/_category-market.scss */
.shop-market .sidebar ul li {
  margin: 0;
}

/* line 114, app/assets/stylesheets/theme/pages/_category-market.scss */
.shop-market .sidebar ul a {
  display: block;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.5;
  color: #666;
  padding: .5rem 0;
}

/* line 124, app/assets/stylesheets/theme/pages/_category-market.scss */
.shop-market .filter-item .ratings-container {
  margin-bottom: 0;
  margin-top: .5rem;
}

/* line 129, app/assets/stylesheets/theme/pages/_category-market.scss */
.shop-market .ratings-text {
  margin-left: .5rem;
}

/* line 133, app/assets/stylesheets/theme/pages/_category-market.scss */
.shop-market .filter-colors a {
  margin: 0 .1rem .3rem;
}

/* line 135, app/assets/stylesheets/theme/pages/_category-market.scss */
.shop-market .filter-colors a:first-child {
  margin-left: 0;
}

/* line 140, app/assets/stylesheets/theme/pages/_category-market.scss */
.shop-market .banner-sidebar-title {
  color: #ccc;
  font-size: 1rem;
  letter-spacing: .05em;
}

/* line 146, app/assets/stylesheets/theme/pages/_category-market.scss */
.shop-market .banner,
.shop-market .banner img {
  min-height: 25rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: .2rem;
}

/* line 153, app/assets/stylesheets/theme/pages/_category-market.scss */
.shop-market .banner {
  overflow: hidden;
}

/* line 157, app/assets/stylesheets/theme/pages/_category-market.scss */
.shop-market .banner-content {
  display: flex;
  flex-direction: column;
  padding-top: 0;
  top: 3rem;
  left: 3rem;
  bottom: 3.2rem;
  transform: translateY(0);
}

/* line 168, app/assets/stylesheets/theme/pages/_category-market.scss */
.shop-market .banner-poster .banner-content-right {
  left: auto;
  right: 3rem;
}

/* line 173, app/assets/stylesheets/theme/pages/_category-market.scss */
.shop-market .banner-poster .banner-content {
  left: 3rem;
  bottom: auto;
  padding-top: 0;
  display: block;
  top: 50%;
  transform: translateY(-50%);
}

/* line 182, app/assets/stylesheets/theme/pages/_category-market.scss */
.shop-market .banner-poster .banner-subtitle {
  margin-bottom: 1.1rem;
}

/* line 186, app/assets/stylesheets/theme/pages/_category-market.scss */
.shop-market .banner-poster .banner-title {
  font-size: 2rem;
  margin-bottom: 1.4rem;
}

/* line 191, app/assets/stylesheets/theme/pages/_category-market.scss */
.shop-market .banner-poster .banner-link:not(:hover):not(:focus) {
  background-color: rgba(102, 102, 102, 0.2);
}

/* line 196, app/assets/stylesheets/theme/pages/_category-market.scss */
.shop-market .banner-subtitle {
  font-weight: 300;
  font-size: 1.4rem;
  letter-spacing: -.01em;
  margin-bottom: 1.2rem;
}

/* line 203, app/assets/stylesheets/theme/pages/_category-market.scss */
.shop-market .banner-title {
  flex-grow: 1;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.25;
  letter-spacing: -.025em;
  margin-bottom: .5rem;
}

/* line 212, app/assets/stylesheets/theme/pages/_category-market.scss */
.shop-market .banner-link {
  align-self: flex-start;
  width: auto;
  color: #fff;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: -.01em;
  border-radius: .3rem;
  padding: .75rem 1rem;
  background-color: rgba(255, 255, 255, 0.2);
  transition: all .35s ease;
}

/* line 225, app/assets/stylesheets/theme/pages/_category-market.scss */
.shop-market .banner-link:hover, .shop-market .banner-link:focus {
  color: #333;
  text-decoration: none !important;
  background-color: #fff;
}

/* line 234, app/assets/stylesheets/theme/pages/_category-market.scss */
.shop-market .category-banners-slider.owl-nav-inside .owl-nav [class*="owl-"] {
  color: #666;
}

/* line 238, app/assets/stylesheets/theme/pages/_category-market.scss */
.shop-market .category-banners-slider.owl-nav-inside .owl-nav .owl-prev {
  left: 1rem;
}

/* line 242, app/assets/stylesheets/theme/pages/_category-market.scss */
.shop-market .category-banners-slider.owl-nav-inside .owl-nav .owl-next {
  right: 1rem;
}

/* line 247, app/assets/stylesheets/theme/pages/_category-market.scss */
.shop-market .owl-simple .owl-nav [class*='owl-'] {
  font-size: 2.6rem;
}

/* line 251, app/assets/stylesheets/theme/pages/_category-market.scss */
.shop-market .cat-blocks-container {
  padding-top: .5rem;
}

/* line 255, app/assets/stylesheets/theme/pages/_category-market.scss */
.shop-market .cat-blocks-container [class*="col-"] {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

/* line 261, app/assets/stylesheets/theme/pages/_category-market.scss */
.shop-market .cat-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 3rem;
  background-color: #fff;
  border-radius: .4rem;
  transition: box-shadow .35s ease;
  min-height: 160px;
  padding-bottom: 1.5rem;
}

/* line 275, app/assets/stylesheets/theme/pages/_category-market.scss */
.shop-market .cat-block figure {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 124px;
  margin: 0;
}

/* line 282, app/assets/stylesheets/theme/pages/_category-market.scss */
.shop-market .cat-block figure span {
  position: relative;
}

/* line 287, app/assets/stylesheets/theme/pages/_category-market.scss */
.shop-market .cat-block img {
  margin-left: auto;
  margin-right: auto;
  transition: transform 0.35s ease;
}

/* line 293, app/assets/stylesheets/theme/pages/_category-market.scss */
.shop-market .cat-block:hover {
  box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.08);
}

/* line 298, app/assets/stylesheets/theme/pages/_category-market.scss */
.shop-market .cat-block-title {
  color: #666666;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  transition: color .35s ease;
}

/* line 308, app/assets/stylesheets/theme/pages/_category-market.scss */
.shop-market .title-border {
  padding-bottom: 1.5rem;
  border-bottom: .1rem solid #ebebeb;
}

/* line 313, app/assets/stylesheets/theme/pages/_category-market.scss */
.shop-market .title {
  font-weight: 600;
  letter-spacing: -.025em;
}

/* line 318, app/assets/stylesheets/theme/pages/_category-market.scss */
.shop-market .owl-nav-top.owl-simple .owl-nav {
  position: absolute;
  right: -.5rem;
  top: -6rem;
  display: flex;
  align-items: center;
}

/* line 325, app/assets/stylesheets/theme/pages/_category-market.scss */
.shop-market .owl-nav-top.owl-simple .owl-nav [class*='owl-'] {
  position: static;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  width: auto;
  height: auto;
  margin-top: 0;
}

/* line 337, app/assets/stylesheets/theme/pages/_category-market.scss */
.shop-market .toolbox {
  color: #666666;
  background-color: #f8f8f8;
  padding: 2rem;
  margin-bottom: 2.5rem;
}

/* line 343, app/assets/stylesheets/theme/pages/_category-market.scss */
.shop-market .toolbox .select-custom::after {
  z-index: 0;
}

/* line 348, app/assets/stylesheets/theme/pages/_category-market.scss */
.shop-market .toolbox-info {
  color: inherit;
}

/* line 353, app/assets/stylesheets/theme/pages/_category-market.scss */
.shop-market .cta-horizontal .cta-title {
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: -.005em;
  margin-top: .3rem;
}

/* line 360, app/assets/stylesheets/theme/pages/_category-market.scss */
.shop-market .cta-horizontal .form-control {
  margin-right: 0;
  border-radius: .2rem 0 0 .2rem;
}

/* line 365, app/assets/stylesheets/theme/pages/_category-market.scss */
.shop-market .cta-horizontal .btn {
  text-transform: uppercase;
  border-radius: 0 .2rem .2rem 0;
}

/* line 369, app/assets/stylesheets/theme/pages/_category-market.scss */
.shop-market .cta-horizontal .btn:not(.btn-block) {
  min-width: 140px;
}

/* line 375, app/assets/stylesheets/theme/pages/_category-market.scss */
.shop-market .widget-about p {
  max-width: 540px;
}

/* line 379, app/assets/stylesheets/theme/pages/_category-market.scss */
.shop-market .icon-boxes-container {
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent;
}

/* line 383, app/assets/stylesheets/theme/pages/_category-market.scss */
.shop-market .icon-boxes-container .container {
  position: relative;
  padding-top: 2.8rem;
  padding-bottom: 2.8rem;
}

/* line 388, app/assets/stylesheets/theme/pages/_category-market.scss */
.shop-market .icon-boxes-container .container:before {
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 10px;
  right: 10px;
  background-color: #ebebeb;
}

/* line 401, app/assets/stylesheets/theme/pages/_category-market.scss */
.shop-market .icon-box {
  font-size: 1.4rem;
}

/* line 406, app/assets/stylesheets/theme/pages/_category-market.scss */
.shop-market .icon-box-side .icon-box-title {
  font-weight: 400;
  margin-bottom: .5rem;
}

/* line 411, app/assets/stylesheets/theme/pages/_category-market.scss */
.shop-market .icon-box-side .icon-box-icon {
  min-width: 7rem;
  color: #333;
}

/* line 417, app/assets/stylesheets/theme/pages/_category-market.scss */
.shop-market .icon-box-side {
  font-size: 1.5rem;
  margin-left: -1.5rem;
}

/* line 421, app/assets/stylesheets/theme/pages/_category-market.scss */
.shop-market .icon-box-side .icon-box-title {
  font-weight: 400;
  font-size: 1.6rem;
}

/* line 426, app/assets/stylesheets/theme/pages/_category-market.scss */
.shop-market .icon-box-side p {
  letter-spacing: -.01em;
}

/* line 430, app/assets/stylesheets/theme/pages/_category-market.scss */
.shop-market .icon-box-side .icon-box-icon {
  font-size: 4rem;
  min-width: 100px;
}

/* line 436, app/assets/stylesheets/theme/pages/_category-market.scss */
.shop-market .widget-about-title {
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  /* line 444, app/assets/stylesheets/theme/pages/_category-market.scss */
  .shop-market .banner-poster .banner-content {
    left: 8rem;
  }
  /* line 448, app/assets/stylesheets/theme/pages/_category-market.scss */
  .shop-market .banner-poster .banner-content-right {
    left: auto;
    right: 8rem;
  }
  /* line 453, app/assets/stylesheets/theme/pages/_category-market.scss */
  .shop-market .banner-poster .banner-title {
    font-size: 2.4rem;
  }
  /* line 458, app/assets/stylesheets/theme/pages/_category-market.scss */
  .shop-market .title {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 992px) {
  /* line 465, app/assets/stylesheets/theme/pages/_category-market.scss */
  .shop-market .owl-nav-align {
    margin-left: 4rem;
    margin-right: 4rem;
    width: calc( 100% - 8rem);
  }
  /* line 471, app/assets/stylesheets/theme/pages/_category-market.scss */
  .shop-market .banner-title {
    font-size: 2.2rem;
  }
}

@media screen and (min-width: 1200px) {
  /* line 478, app/assets/stylesheets/theme/pages/_category-market.scss */
  .shop-market .banner-title {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 991px) {
  /* line 484, app/assets/stylesheets/theme/pages/_category-market.scss */
  .sticky-market-sidebar {
    z-index: 10002;
  }
}

/*-------------------- 6.Spacing + Helpers --------------------*/
/* line 2, app/assets/stylesheets/theme/config/_helpers.scss */
.header-sticky {
  position: sticky;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
}

/* line 10, app/assets/stylesheets/theme/config/_helpers.scss */
.avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #1d3441;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}

/* line 21, app/assets/stylesheets/theme/config/_helpers.scss */
.initials {
  color: #fff;
}

/* line 27, app/assets/stylesheets/theme/config/_helpers.scss */
.wrap-carousel .carousel-control-next,
.wrap-carousel .carousel-control-prev {
  width: 65px;
}

/* line 32, app/assets/stylesheets/theme/config/_helpers.scss */
.wrap-carousel .carousel-control-prev-icon {
  background-color: inherit;
  height: 25px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

/* line 38, app/assets/stylesheets/theme/config/_helpers.scss */
.wrap-carousel .carousel-control-next-icon {
  background-color: inherit;
  height: 25px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* line 45, app/assets/stylesheets/theme/config/_helpers.scss */
.modal-body {
  padding: 0;
}

/* line 49, app/assets/stylesheets/theme/config/_helpers.scss */
.cart-product-select {
  position: relative;
  width: 100px;
}

/* line 53, app/assets/stylesheets/theme/config/_helpers.scss */
.cart-product-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

/* line 58, app/assets/stylesheets/theme/config/_helpers.scss */
.cart-product-select::after {
  font-family: "molla";
  content: "\f110";
  position: absolute;
  display: inline-block;
  right: 1.9rem;
  top: 50%;
  font-size: 1.5rem;
  transform: translateY(-51%);
  color: #333333;
  pointer-events: none;
}

/* line 71, app/assets/stylesheets/theme/config/_helpers.scss */
.cart-product-select .form-control,
.cart-product-select .form-control-sm {
  padding-right: 4rem;
  margin-bottom: 0;
}

/* line 78, app/assets/stylesheets/theme/config/_helpers.scss */
#zoom-img {
  cursor: move;
  position: relative;
  height: 100vh;
  max-width: none;
}

/* line 85, app/assets/stylesheets/theme/config/_helpers.scss */
#zoom-container {
  overflow: hidden;
  height: 100vh;
  position: relative;
}

/* line 91, app/assets/stylesheets/theme/config/_helpers.scss */
.intro-slide img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  z-index: -1;
}

/* line 101, app/assets/stylesheets/theme/config/_helpers.scss */
.subcategories-products {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem 0 0 1rem;
}

/* line 108, app/assets/stylesheets/theme/config/_helpers.scss */
.subcategories-accordion {
  padding: 0 1rem 0 0;
  font-size: 1.4rem;
  transition: all ease .2s;
}

/* line 114, app/assets/stylesheets/theme/config/_helpers.scss */
.subcategories-accordion:hover {
  color: #1d3441;
}

/* line 118, app/assets/stylesheets/theme/config/_helpers.scss */
.sub-categories-title {
  font-size: 0;
}

/* line 122, app/assets/stylesheets/theme/config/_helpers.scss */
.btns-zoom {
  display: flex;
  gap: 1rem;
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

/* line 131, app/assets/stylesheets/theme/config/_helpers.scss */
.btn-zoom {
  background: #f7f7f7;
  border-radius: 50%;
  color: #222;
  font-size: 30px;
  height: 60px;
  text-align: center;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 144, app/assets/stylesheets/theme/config/_helpers.scss */
.expand-img {
  position: absolute;
  bottom: 15px;
  right: 16px;
}

/* line 150, app/assets/stylesheets/theme/config/_helpers.scss */
.btn-open-modal {
  width: 35px;
  height: 35px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #f7f7f7;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 161, app/assets/stylesheets/theme/config/_helpers.scss */
.close-modal-products {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 2;
}

/* line 168, app/assets/stylesheets/theme/config/_helpers.scss */
.btn-close {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}

/* line 172, app/assets/stylesheets/theme/config/_helpers.scss */
.btn-close:hover {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'><path d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}

/* line 176, app/assets/stylesheets/theme/config/_helpers.scss */
.btn-customize {
  background-color: #222;
  border: 1px solid #fff;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

/* line 185, app/assets/stylesheets/theme/config/_helpers.scss */
.btn-customize:hover {
  background-color: #fff;
  border: 1px solid #222;
}

/* line 190, app/assets/stylesheets/theme/config/_helpers.scss */
.sticky-taxons {
  position: sticky;
  top: 145px;
  margin-top: 0;
}

/* line 196, app/assets/stylesheets/theme/config/_helpers.scss */
.content-taxons {
  overflow-y: auto;
  height: calc(100vh - 225px);
}

/* line 201, app/assets/stylesheets/theme/config/_helpers.scss */
.summary-sticky {
  position: sticky;
  top: 40px;
  z-index: 1000;
}

/* line 207, app/assets/stylesheets/theme/config/_helpers.scss */
.link-tracking {
  color: #222;
  text-decoration: underline;
  transition: all ease .2s;
  font-size: 1.4rem;
}

/* line 213, app/assets/stylesheets/theme/config/_helpers.scss */
.link-tracking:hover {
  color: #1d3441;
}

/* line 218, app/assets/stylesheets/theme/config/_helpers.scss */
.accordion-content {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 0.1rem solid #ebebeb;
  font-weight: 400;
  font-size: 1.3rem;
}

/* line 227, app/assets/stylesheets/theme/config/_helpers.scss */
.accordion-content label {
  margin: 0;
}

/* line 231, app/assets/stylesheets/theme/config/_helpers.scss */
.accordion-content a {
  text-decoration: underline;
}

/* line 236, app/assets/stylesheets/theme/config/_helpers.scss */
.flex-box {
  display: flex;
  gap: 0.5rem;
}

/* line 241, app/assets/stylesheets/theme/config/_helpers.scss */
.accordion-button:not(.collapsed) {
  color: #1d3441;
  background-color: inherit;
  box-shadow: none;
  font-weight: 500;
}

/* line 248, app/assets/stylesheets/theme/config/_helpers.scss */
.accordion-button:focus {
  border-color: inherit;
  box-shadow: none;
}

/* line 253, app/assets/stylesheets/theme/config/_helpers.scss */
.personalized-accordion {
  padding: 2rem 1rem 1rem 0;
}

/* line 257, app/assets/stylesheets/theme/config/_helpers.scss */
.personalized-body {
  padding: 0 0 2rem 0;
}

/* line 261, app/assets/stylesheets/theme/config/_helpers.scss */
.product-details-header {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  padding-left: 12px;
}

/* line 267, app/assets/stylesheets/theme/config/_helpers.scss */
.product-details-header .product-details-title {
  margin-bottom: 2.5rem;
}

/* line 271, app/assets/stylesheets/theme/config/_helpers.scss */
.product-details-header .product_author {
  font-weight: 400;
  margin-bottom: 1rem;
}

/* line 276, app/assets/stylesheets/theme/config/_helpers.scss */
.product-details-header .product-details-price {
  margin-bottom: 0.8rem;
  font-size: 2.3rem;
}

/* line 281, app/assets/stylesheets/theme/config/_helpers.scss */
.product-details-header .product-details-tax {
  font-weight: 400;
  font-size: 1.2rem;
}

/* line 287, app/assets/stylesheets/theme/config/_helpers.scss */
.product-details-header .product-discount-text {
  font-weight: 400;
  font-size: 1.4rem;
  color: #bc4749;
}

/* line 294, app/assets/stylesheets/theme/config/_helpers.scss */
.product-details-body {
  padding-left: 12px;
}

/* line 298, app/assets/stylesheets/theme/config/_helpers.scss */
.horizontal-input-group {
  display: flex;
  flex-direction: column;
}

/* line 303, app/assets/stylesheets/theme/config/_helpers.scss */
.horizontal-input-group select {
  font-weight: 400;
}

/* line 309, app/assets/stylesheets/theme/config/_helpers.scss */
.product-submit-label-input {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 5px;
}

/* line 316, app/assets/stylesheets/theme/config/_helpers.scss */
.payment-options {
  display: flex;
  align-items: center;
  gap: 1rem;
}

/* line 321, app/assets/stylesheets/theme/config/_helpers.scss */
.payment-options .payment-option-label {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 1.2rem;
}

/* line 327, app/assets/stylesheets/theme/config/_helpers.scss */
.payment-options .payments {
  display: flex;
  gap: 1.5rem;
}

/* line 332, app/assets/stylesheets/theme/config/_helpers.scss */
.payment-options .payment-logo {
  width: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 337, app/assets/stylesheets/theme/config/_helpers.scss */
.payment-options .transaction-bank-logo {
  width: 25%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 342, app/assets/stylesheets/theme/config/_helpers.scss */
.payment-options .transaction-credit-card-logo {
  height: 4.5rem;
}

/* line 347, app/assets/stylesheets/theme/config/_helpers.scss */
.header-add {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 40px;
  position: relative;
}

/* line 355, app/assets/stylesheets/theme/config/_helpers.scss */
.header-add.valentine {
  background-image: url("https://res.cloudinary.com/dslqbzdfy/image/upload/v1705162391/zsl1ghzszy5gxfivurt3.png");
  background-color: #F2F3EE;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* line 363, app/assets/stylesheets/theme/config/_helpers.scss */
.header-add p {
  text-align: center;
  color: #313e44;
  font-weight: 400;
}

/* line 370, app/assets/stylesheets/theme/config/_helpers.scss */
.header-intro-clearance {
  background-color: #FFFFFF;
}

/* line 374, app/assets/stylesheets/theme/config/_helpers.scss */
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}

/* line 379, app/assets/stylesheets/theme/config/_helpers.scss */
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23222'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: var(--bs-accordion-btn-icon-transform);
}

/* line 384, app/assets/stylesheets/theme/config/_helpers.scss */
.accordion-button.collapsed::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23222'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* line 389, app/assets/stylesheets/theme/config/_helpers.scss */
.accordion .accordion-button {
  background-color: #FFFFFF;
  color: #1d3441;
}

/* line 394, app/assets/stylesheets/theme/config/_helpers.scss */
.accordion .accordion-button:hover {
  color: #1d3441;
}

/* line 398, app/assets/stylesheets/theme/config/_helpers.scss */
.accordion .accordion-body {
  background-color: #FFFFFF;
}

/* line 403, app/assets/stylesheets/theme/config/_helpers.scss */
.product-details-top .row {
  padding: 0 1rem;
}

/* line 408, app/assets/stylesheets/theme/config/_helpers.scss */
.latest-products .latest-products-header {
  display: flex;
  justify-content: space-between;
}

/* line 412, app/assets/stylesheets/theme/config/_helpers.scss */
.latest-products .latest-products-header .latest-products-title {
  font-weight: 400;
}

/* line 417, app/assets/stylesheets/theme/config/_helpers.scss */
.latest-products .latest-products-footer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2rem;
}

/* line 426, app/assets/stylesheets/theme/config/_helpers.scss */
.brand-logo {
  width: 10rem;
}

/* line 429, app/assets/stylesheets/theme/config/_helpers.scss */
.brand-logo path,
.brand-logo circle,
.brand-logo polygon {
  fill: #1d3441;
}

/* line 437, app/assets/stylesheets/theme/config/_helpers.scss */
.brand-logo.negative path,
.brand-logo.negative circle,
.brand-logo.negative polygon {
  fill: #FFFFFF;
}

/* line 446, app/assets/stylesheets/theme/config/_helpers.scss */
.pagination-theme .pagination {
  display: flex;
  gap: 0.5rem;
}

/* line 451, app/assets/stylesheets/theme/config/_helpers.scss */
.pagination-theme .page {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3rem;
  height: 4rem;
  font-weight: 400;
  font-size: 1.4rem;
  padding: 0 0.3rem;
  line-height: 1;
  color: #1d3441;
}

/* line 463, app/assets/stylesheets/theme/config/_helpers.scss */
.pagination-theme .page.current {
  border-radius: 0.3rem;
  background-color: #FFFFFF;
  border: 0.1rem solid #f2f2f2;
}

/* line 469, app/assets/stylesheets/theme/config/_helpers.scss */
.pagination-theme .page:hover {
  border-color: #d8d8d8;
}

/* line 473, app/assets/stylesheets/theme/config/_helpers.scss */
.pagination-theme .page:focus {
  outline: none !important;
  color: inherit;
  box-shadow: none;
}

/* line 481, app/assets/stylesheets/theme/config/_helpers.scss */
.shop-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}

/* line 487, app/assets/stylesheets/theme/config/_helpers.scss */
.shop-actions .account-actions {
  font-weight: 400;
  margin-top: 1rem;
  font-size: 1.4rem;
  letter-spacing: -0.01em;
}

/* line 495, app/assets/stylesheets/theme/config/_helpers.scss */
.shop-actions .auth-link:hover {
  color: red;
}

/* line 501, app/assets/stylesheets/theme/config/_helpers.scss */
.products-categories-content {
  height: 50rem;
}

/* line 504, app/assets/stylesheets/theme/config/_helpers.scss */
.products-categories-content .img-category-vertical {
  height: 100%;
}

/* line 507, app/assets/stylesheets/theme/config/_helpers.scss */
.products-categories-content .img-category-vertical img {
  height: 50rem;
}

/* line 512, app/assets/stylesheets/theme/config/_helpers.scss */
.products-categories-content .img-category-horizontal {
  height: 100%;
}

/* line 515, app/assets/stylesheets/theme/config/_helpers.scss */
.products-categories-content .img-category-horizontal img {
  height: 24rem;
}

@media only screen and (max-width: 767px) {
  /* line 522, app/assets/stylesheets/theme/config/_helpers.scss */
  .products-categories-content {
    height: auto;
  }
  /* line 526, app/assets/stylesheets/theme/config/_helpers.scss */
  .img-category-vertical,
.img-category-horizontal {
    height: auto;
  }
  /* line 531, app/assets/stylesheets/theme/config/_helpers.scss */
  .img-category-vertical img,
.img-category-horizontal img {
    height: auto;
  }
}

/* line 537, app/assets/stylesheets/theme/config/_helpers.scss */
.p-clear {
  font-weight: 400;
}

/* line 541, app/assets/stylesheets/theme/config/_helpers.scss */
.hr-color-red {
  border: none;
  border-top: 1px solid #ba596b;
  margin: 3rem auto 2.5rem;
}

/* line 547, app/assets/stylesheets/theme/config/_helpers.scss */
.margin-right {
  padding-right: 4rem;
}

/* line 551, app/assets/stylesheets/theme/config/_helpers.scss */
.margin-left {
  padding-left: 2.5rem;
}

/* line 556, app/assets/stylesheets/theme/config/_helpers.scss */
.term-service .term-service-content {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

/* line 562, app/assets/stylesheets/theme/config/_helpers.scss */
.term-service div p:first-of-type {
  margin-top: 0;
}

/* line 566, app/assets/stylesheets/theme/config/_helpers.scss */
.term-service div p {
  margin-top: 1rem;
}

/* line 571, app/assets/stylesheets/theme/config/_helpers.scss */
.container-padding {
  padding: 0 12rem;
}

/* line 576, app/assets/stylesheets/theme/config/_helpers.scss */
.privacy-policy .privacy-policy-content {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

/* line 582, app/assets/stylesheets/theme/config/_helpers.scss */
.privacy-policy .subtitle-pp {
  font-size: 1.8rem;
}

/* line 586, app/assets/stylesheets/theme/config/_helpers.scss */
.privacy-policy div p:first-of-type {
  margin-top: 0;
}

/* line 590, app/assets/stylesheets/theme/config/_helpers.scss */
.privacy-policy div p {
  margin-top: 1rem;
}

/* line 594, app/assets/stylesheets/theme/config/_helpers.scss */
.privacy-policy ul {
  padding-top: 1rem;
}

/* line 598, app/assets/stylesheets/theme/config/_helpers.scss */
.privacy-policy li {
  list-style-type: circle;
  font-size: 1.4rem;
  margin-left: 2rem;
}

/* line 605, app/assets/stylesheets/theme/config/_helpers.scss */
.title-steps {
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0;
}

/* line 613, app/assets/stylesheets/theme/config/_helpers.scss */
.order-info-details {
  background-color: #f9f9f9;
  border: 0.1rem dashed #d7d7d7;
  margin-bottom: 2rem;
  padding: 3rem 1.5rem;
}

/* line 621, app/assets/stylesheets/theme/config/_helpers.scss */
.checkout-options-login .guest-user-form {
  border-right: 1px solid #D1CAC2;
}

/* Wishlist */
/* line 628, app/assets/stylesheets/theme/config/_helpers.scss */
.table td {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/* line 633, app/assets/stylesheets/theme/config/_helpers.scss */
.table .price-col {
  width: 180px;
  color: #333333;
  font-weight: 400;
  font-size: 1.6rem;
}

/* line 640, app/assets/stylesheets/theme/config/_helpers.scss */
.table .stock-col {
  width: 160px;
  font-weight: 400;
  font-size: 1.6rem;
}

/* line 646, app/assets/stylesheets/theme/config/_helpers.scss */
.table .action-col {
  width: 202px;
}

/* line 649, app/assets/stylesheets/theme/config/_helpers.scss */
.table .action-col .btn {
  height: 40px;
  padding-top: 0.55rem;
  padding-bottom: 0.55rem;
  font-size: 1.3rem;
  text-transform: uppercase;
}

/* line 656, app/assets/stylesheets/theme/config/_helpers.scss */
.table .action-col .btn i {
  font-size: 1.8rem;
  margin-right: 1rem !important;
  margin-left: 0 !important;
}

/* line 662, app/assets/stylesheets/theme/config/_helpers.scss */
.table .action-col .btn.disabled {
  opacity: 1 !important;
  color: #cccccc !important;
  cursor: default;
  pointer-events: none;
  background-color: #fafafa !important;
  border-color: #ebebeb !important;
}

/* line 673, app/assets/stylesheets/theme/config/_helpers.scss */
.table .remove-col {
  padding-right: 0;
  padding-left: 0;
  width: 38px;
  text-align: right;
}

/* line 679, app/assets/stylesheets/theme/config/_helpers.scss */
.table .remove-col .btn-remove {
  margin-right: -0.7rem;
}

/* line 686, app/assets/stylesheets/theme/config/_helpers.scss */
.product-col-cart .product {
  display: grid;
  grid-template-columns: 25% 75%;
  align-items: center;
  margin: 0;
  box-shadow: none;
}

/* line 695, app/assets/stylesheets/theme/config/_helpers.scss */
.product-col-cart .product-media-cart {
  display: inline-block;
  margin: 0;
  flex: 1;
}

/* line 702, app/assets/stylesheets/theme/config/_helpers.scss */
.product-col-cart .product-media-cart img {
  height: 10rem;
}

/* line 708, app/assets/stylesheets/theme/config/_helpers.scss */
.product-col-cart .product-title {
  display: inline-block;
  color: #333333;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.25;
  margin: 0;
}

/* line 716, app/assets/stylesheets/theme/config/_helpers.scss */
.product-col-cart .product-title a {
  color: inherit;
  text-align: center;
}

/* line 720, app/assets/stylesheets/theme/config/_helpers.scss */
.product-col-cart .product-title a:hover, .product-col-cart .product-title a:focus {
  color: #1d3441;
}

/* line 728, app/assets/stylesheets/theme/config/_helpers.scss */
.in-stock {
  color: #1d3441;
}

/* line 732, app/assets/stylesheets/theme/config/_helpers.scss */
.out-of-stock {
  color: #1d3441;
}

/* line 736, app/assets/stylesheets/theme/config/_helpers.scss */
.btn-remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  color: #cccccc;
  background-color: transparent;
  font-size: 1.7rem;
  line-height: 1;
  border: none;
  outline: none;
  transition: all 0.35s;
}

/* line 750, app/assets/stylesheets/theme/config/_helpers.scss */
.btn-remove:hover, .btn-remove:focus {
  color: #333333;
}

/* line 757, app/assets/stylesheets/theme/config/_helpers.scss */
.action-col .dropdown-menu {
  color: #666;
  border-radius: 0;
  width: 100%;
  font-size: 1.3rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 766, app/assets/stylesheets/theme/config/_helpers.scss */
.action-col .dropdown-item {
  padding: 0.5rem 1.5rem;
  transition: background 0.35s ease, color 0.1s ease;
}

/* line 771, app/assets/stylesheets/theme/config/_helpers.scss */
.action-col .dropdown-item.active,
.action-col .dropdown-item:active,
.action-col .dropdown-item:hover,
.action-col .dropdown-item:focus {
  color: #fff;
  background-color: #1d3441;
}

@media screen and (max-width: 991px) {
  /* line 782, app/assets/stylesheets/theme/config/_helpers.scss */
  .product-col .product-media {
    display: block;
    max-width: 60px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
  }
  /* line 790, app/assets/stylesheets/theme/config/_helpers.scss */
  .product-col .product {
    display: block;
  }
  /* line 795, app/assets/stylesheets/theme/config/_helpers.scss */
  .table-mobile,
.table-mobile tbody,
.table-mobile tr {
    width: 100% !important;
    display: block !important;
  }
  /* line 803, app/assets/stylesheets/theme/config/_helpers.scss */
  .table-mobile thead {
    display: none !important;
  }
  /* line 807, app/assets/stylesheets/theme/config/_helpers.scss */
  .table-mobile tr {
    position: relative;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  /* line 813, app/assets/stylesheets/theme/config/_helpers.scss */
  .table-mobile .remove-col {
    position: absolute;
    right: 1.5rem;
    top: 0.5rem;
    padding: 0.5rem !important;
    width: auto !important;
  }
  /* line 821, app/assets/stylesheets/theme/config/_helpers.scss */
  .table-mobile tr td {
    text-align: start;
    padding: 0.1rem 3rem;
    border-bottom: none;
  }
  /* line 827, app/assets/stylesheets/theme/config/_helpers.scss */
  .table-mobile tr .product-col {
    padding-bottom: 0.6rem;
  }
  /* line 831, app/assets/stylesheets/theme/config/_helpers.scss */
  .table-mobile tr .action-col {
    padding-top: 1.5rem;
  }
  /* line 834, app/assets/stylesheets/theme/config/_helpers.scss */
  .table-mobile tr .action-col .btn,
.table-mobile tr .action-col .dropdown {
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 842, app/assets/stylesheets/theme/config/_helpers.scss */
  .table-mobile .product-col .product {
    justify-content: center;
  }
  /* line 846, app/assets/stylesheets/theme/config/_helpers.scss */
  .table-mobile .product-col .product-title {
    text-align: left;
  }
  /* line 850, app/assets/stylesheets/theme/config/_helpers.scss */
  .table-mobile {
    border: 0.1rem solid #ebebeb;
  }
  /* line 854, app/assets/stylesheets/theme/config/_helpers.scss */
  .table-mobile tr:not(:last-child) {
    border-bottom: 0.1rem solid #ebebeb;
  }
  /* line 862, app/assets/stylesheets/theme/config/_helpers.scss */
  .product-col .product {
    padding-right: 0;
  }
}

@media screen and (max-width: 575px) {
  /* line 868, app/assets/stylesheets/theme/config/_helpers.scss */
  .cart-bottom {
    flex-direction: column;
    margin-bottom: 1rem;
  }
  /* line 872, app/assets/stylesheets/theme/config/_helpers.scss */
  .cart-bottom .cart-discount .btn {
    margin-top: 0;
  }
  /* line 876, app/assets/stylesheets/theme/config/_helpers.scss */
  .cart-bottom .btn {
    margin-left: 0 !important;
    margin-top: 1rem;
    width: 100%;
  }
}

/* line 884, app/assets/stylesheets/theme/config/_helpers.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 889, app/assets/stylesheets/theme/config/_helpers.scss */
.pr-1 {
  padding-right: 1rem;
}

/* line 893, app/assets/stylesheets/theme/config/_helpers.scss */
.pr-2 {
  padding-right: 2rem;
}

/* line 897, app/assets/stylesheets/theme/config/_helpers.scss */
.pr-3 {
  padding-right: 3rem;
}

/* line 901, app/assets/stylesheets/theme/config/_helpers.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23222'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

/* line 905, app/assets/stylesheets/theme/config/_helpers.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23222'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* line 909, app/assets/stylesheets/theme/config/_helpers.scss */
.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-color: #fff;
  height: 40px;
  width: 28px;
}

/* line 916, app/assets/stylesheets/theme/config/_helpers.scss */
.carousel-control-next,
.carousel-control-prev {
  width: 28px;
  z-index: 10;
  opacity: 1;
}

/* line 923, app/assets/stylesheets/theme/config/_helpers.scss */
.order-summary {
  padding: 4rem 4rem 2rem 4rem;
  background-color: #f9f9f9;
}

/* line 927, app/assets/stylesheets/theme/config/_helpers.scss */
.order-summary .describe-method-payment {
  padding: 1rem;
  background-color: #F2F3EE;
  border: 1px solid #79866c;
}

/* line 932, app/assets/stylesheets/theme/config/_helpers.scss */
.order-summary .describe-method-payment.is-credit {
  background-color: #79866c;
  color: white;
}

/* line 938, app/assets/stylesheets/theme/config/_helpers.scss */
.order-summary .header-order-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 0.1rem solid #cccccc;
  padding: 1rem 0;
}

/* line 945, app/assets/stylesheets/theme/config/_helpers.scss */
.order-summary .header-order-detail .title {
  font-size: 1.6rem;
  line-height: 1.25;
  margin: 0;
  color: #333333;
}

/* line 953, app/assets/stylesheets/theme/config/_helpers.scss */
.order-summary .header-order-detail i {
  width: 20px;
  height: 20px;
}

/* line 959, app/assets/stylesheets/theme/config/_helpers.scss */
.order-summary .address-content {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding-bottom: 2rem;
}

/* line 966, app/assets/stylesheets/theme/config/_helpers.scss */
.order-summary .content-info {
  padding-top: 1rem;
  padding-bottom: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

/* line 973, app/assets/stylesheets/theme/config/_helpers.scss */
.order-summary .content-info p {
  font-size: 1.4rem;
}

/* line 978, app/assets/stylesheets/theme/config/_helpers.scss */
.order-summary .address-text {
  padding-top: 1.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  border-bottom: none;
}

/* line 985, app/assets/stylesheets/theme/config/_helpers.scss */
.order-summary .address-text .title-text {
  font-weight: 400;
}

/* line 996, app/assets/stylesheets/theme/config/_helpers.scss */
.checkout-payment .no-payment-required {
  padding: 1rem;
  background-color: #79866c;
  border: 1px solid #79866c;
  color: white;
}

/* line 1004, app/assets/stylesheets/theme/config/_helpers.scss */
.legend-title {
  font-size: 1.6rem;
  font-weight: 500;
}

/* line 1009, app/assets/stylesheets/theme/config/_helpers.scss */
.product-title-responsive {
  display: none;
}

/* line 1013, app/assets/stylesheets/theme/config/_helpers.scss */
.link-code {
  cursor: pointer;
}

/* line 1017, app/assets/stylesheets/theme/config/_helpers.scss */
.info-variant-container {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* line 1022, app/assets/stylesheets/theme/config/_helpers.scss */
.info-variant-container .info-variant {
  font-weight: 400;
  font-size: 1.2rem;
  color: #787473;
}

/* line 1029, app/assets/stylesheets/theme/config/_helpers.scss */
.variant-selection {
  margin-bottom: 1rem;
}

/* line 1033, app/assets/stylesheets/theme/config/_helpers.scss */
.slider-header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 2rem;
  margin: 0;
}

/* line 1039, app/assets/stylesheets/theme/config/_helpers.scss */
.slider-header .slider-title {
  margin-bottom: 0;
}

/* line 1043, app/assets/stylesheets/theme/config/_helpers.scss */
.slider-header .slider-link {
  margin-bottom: 0;
  text-decoration: underline;
  font-size: 14px;
  text-underline-offset: 8px;
}

/* line 1051, app/assets/stylesheets/theme/config/_helpers.scss */
.slider-header-center {
  text-align: center;
  margin-bottom: 3rem;
}

/* line 1055, app/assets/stylesheets/theme/config/_helpers.scss */
.slider-header-center .slider-title {
  margin-bottom: 0.5rem;
}

/* line 1059, app/assets/stylesheets/theme/config/_helpers.scss */
.slider-header-center .slider-link {
  margin-bottom: 0.5rem;
  text-decoration: underline;
  font-size: 1.4rem;
  text-underline-offset: 5px;
}

/* line 1069, app/assets/stylesheets/theme/config/_helpers.scss */
.related-products-header .related-products-title {
  margin-bottom: 0.5rem;
}

/* line 1073, app/assets/stylesheets/theme/config/_helpers.scss */
.related-products-header .related-products-link {
  margin-bottom: 0.5rem;
}

/* line 1080, app/assets/stylesheets/theme/config/_helpers.scss */
.information-pages p {
  font-size: 1.6rem;
}

/* line 1084, app/assets/stylesheets/theme/config/_helpers.scss */
.information-pages .sub-list {
  margin-bottom: 1rem;
  list-style: circle;
}

/* line 1089, app/assets/stylesheets/theme/config/_helpers.scss */
.information-pages .label-strong {
  margin: 0;
}

/* line 1093, app/assets/stylesheets/theme/config/_helpers.scss */
.information-pages .sub-title {
  color: #333;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: -0.01em;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

/* line 1103, app/assets/stylesheets/theme/config/_helpers.scss */
.information-pages ul {
  padding-left: 2rem;
  font-size: 1.6rem;
}

/* line 1108, app/assets/stylesheets/theme/config/_helpers.scss */
.information-pages .grid-content-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
  padding: 7rem 0;
}

/* line 1115, app/assets/stylesheets/theme/config/_helpers.scss */
.information-pages .grid-content-right .subtitle-grid {
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #1d3441;
  margin-bottom: 1.6rem;
}

/* line 1124, app/assets/stylesheets/theme/config/_helpers.scss */
.information-pages .grid-content-right .title-grid {
  font-size: 3rem;
  margin-bottom: 2rem;
  font-weight: 500;
  letter-spacing: 1px;
}

/* line 1131, app/assets/stylesheets/theme/config/_helpers.scss */
.information-pages .grid-content-right .info-content-grid {
  padding: 0 4rem 0 20rem;
}

/* line 1135, app/assets/stylesheets/theme/config/_helpers.scss */
.information-pages .grid-content-right .img-content-grid {
  display: flex;
  justify-content: start;
  width: 100%;
}

/* line 1140, app/assets/stylesheets/theme/config/_helpers.scss */
.information-pages .grid-content-right .img-content-grid img {
  width: 75%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 50rem;
}

/* line 1148, app/assets/stylesheets/theme/config/_helpers.scss */
.information-pages .bg-cream-color {
  background-color: #fbf7f3;
}

/* line 1152, app/assets/stylesheets/theme/config/_helpers.scss */
.information-pages .grid-content-left {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
  align-items: center;
  padding: 7rem 0;
}

/* line 1159, app/assets/stylesheets/theme/config/_helpers.scss */
.information-pages .grid-content-left .info-content-grid {
  padding: 0 20rem 0 4rem;
}

/* line 1163, app/assets/stylesheets/theme/config/_helpers.scss */
.information-pages .grid-content-left .subtitle-grid {
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #1d3441;
  margin-bottom: 1.6rem;
}

/* line 1172, app/assets/stylesheets/theme/config/_helpers.scss */
.information-pages .grid-content-left .title-grid {
  font-size: 3rem;
  margin-bottom: 2rem;
  font-weight: 500;
  letter-spacing: 1px;
}

/* line 1179, app/assets/stylesheets/theme/config/_helpers.scss */
.information-pages .grid-content-left .img-content-grid {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

/* line 1184, app/assets/stylesheets/theme/config/_helpers.scss */
.information-pages .grid-content-left .img-content-grid img {
  width: 75%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 50rem;
}

/* line 1192, app/assets/stylesheets/theme/config/_helpers.scss */
.information-pages .img-content-quality {
  display: flex;
  justify-content: center;
}

/* line 1197, app/assets/stylesheets/theme/config/_helpers.scss */
.information-pages .types-papers-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}

/* line 1202, app/assets/stylesheets/theme/config/_helpers.scss */
.information-pages .types-papers-content .type-paper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* line 1207, app/assets/stylesheets/theme/config/_helpers.scss */
.information-pages .types-papers-content .type-paper .title-type-paper {
  text-align: center;
}

/* line 1219, app/assets/stylesheets/theme/config/_helpers.scss */
.hidden-sm {
  display: none;
}

/* line 1223, app/assets/stylesheets/theme/config/_helpers.scss */
.title-pages {
  text-align: center;
  font-size: 3rem;
  font-weight: 500;
  margin: 5rem 0;
}

/* line 1231, app/assets/stylesheets/theme/config/_helpers.scss */
.faq-page a {
  text-decoration: underline;
  color: #1d3441;
}

/* line 1236, app/assets/stylesheets/theme/config/_helpers.scss */
.faq-page ul {
  list-style: circle;
  margin-left: 3rem;
  padding-top: 1rem;
}

/* line 1242, app/assets/stylesheets/theme/config/_helpers.scss */
.faq-page ol {
  list-style: decimal;
  margin-left: 3rem;
  padding-top: 1rem;
}

/* line 1248, app/assets/stylesheets/theme/config/_helpers.scss */
.faq-page li {
  margin-bottom: 0px;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0px;
  color: #222;
}

/* line 1256, app/assets/stylesheets/theme/config/_helpers.scss */
.faq-page .subtitle {
  font-size: 2.2rem;
  font-weight: 500;
}

/* line 1261, app/assets/stylesheets/theme/config/_helpers.scss */
.faq-page .contents-faq {
  margin: 0 12rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

/* line 1268, app/assets/stylesheets/theme/config/_helpers.scss */
.faq-page .gap-accordion {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

/* line 1275, app/assets/stylesheets/theme/config/_helpers.scss */
.accept-terms {
  display: flex;
  align-items: baseline;
  gap: 1rem;
}

/* line 1281, app/assets/stylesheets/theme/config/_helpers.scss */
.link-terms-service {
  color: #1d3441;
  text-decoration: underline;
  transition: color 0.3s ease;
  font-weight: 400;
}

/* line 1289, app/assets/stylesheets/theme/config/_helpers.scss */
.confirm-modal .modal-header {
  border-bottom: none;
}

/* line 1293, app/assets/stylesheets/theme/config/_helpers.scss */
.confirm-modal .modal-footer {
  display: flex;
  gap: 1rem;
  border-top: none;
}

/* line 1299, app/assets/stylesheets/theme/config/_helpers.scss */
.confirm-modal .modal-content {
  padding: 1rem;
}

/* line 1303, app/assets/stylesheets/theme/config/_helpers.scss */
.confirm-modal .modal-body {
  padding: 20px;
}

/* line 1308, app/assets/stylesheets/theme/config/_helpers.scss */
.menu-phone {
  margin-bottom: 0 !important;
}

/* line 1311, app/assets/stylesheets/theme/config/_helpers.scss */
.menu-phone .widget-title {
  padding: 1rem 0 1rem 0;
  margin-bottom: 0 !important;
  font-size: 1.2rem;
  line-height: 1.5;
}

/* line 1318, app/assets/stylesheets/theme/config/_helpers.scss */
.menu-phone .widget-body {
  padding-left: 1rem;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 1324, app/assets/stylesheets/theme/config/_helpers.scss */
.menu-phone .filter-items {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* line 1331, app/assets/stylesheets/theme/config/_helpers.scss */
.logo-menu {
  width: 6rem;
}

/* line 1334, app/assets/stylesheets/theme/config/_helpers.scss */
.logo-menu path,
.logo-menu polygon {
  fill: #1d3441;
}

/* line 1341, app/assets/stylesheets/theme/config/_helpers.scss */
.logo-menu.negative path,
.logo-menu.negative polygon {
  fill: #FFFFFF;
}

/* line 1349, app/assets/stylesheets/theme/config/_helpers.scss */
.sidebar .icon {
  display: none;
}

/* line 1354, app/assets/stylesheets/theme/config/_helpers.scss */
.link-menu-rp {
  padding: 2rem 0 1rem 0;
  font-size: 1.3rem;
  font-weight: 400;
  text-transform: uppercase;
}

/* line 1360, app/assets/stylesheets/theme/config/_helpers.scss */
.link-menu-rp .icon {
  font-size: 1.6rem;
}

/* line 1365, app/assets/stylesheets/theme/config/_helpers.scss */
.header-mobile-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1rem;
  border-bottom: 1px solid #efefef;
}

/* line 1373, app/assets/stylesheets/theme/config/_helpers.scss */
.info-variant {
  text-decoration: underline;
}

/* line 1376, app/assets/stylesheets/theme/config/_helpers.scss */
.info-variant:hover {
  text-decoration: underline;
  color: inherit;
}

/* line 1382, app/assets/stylesheets/theme/config/_helpers.scss */
.figure-product {
  position: relative;
  margin-bottom: 0;
}

/* line 1387, app/assets/stylesheets/theme/config/_helpers.scss */
.page-not-found {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 1393, app/assets/stylesheets/theme/config/_helpers.scss */
.page-img-not-found {
  width: 30rem;
  padding-bottom: 2rem;
}

/* line 1398, app/assets/stylesheets/theme/config/_helpers.scss */
.cart-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  padding: 6rem 0 18rem 0;
}

/* line 1405, app/assets/stylesheets/theme/config/_helpers.scss */
.cart-empty .cart-img {
  width: 15rem;
}

/* line 1410, app/assets/stylesheets/theme/config/_helpers.scss */
.page-error {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  box-sizing: border-box;
}

/* line 1418, app/assets/stylesheets/theme/config/_helpers.scss */
.page-error .content-page {
  width: 40rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2em;
  box-sizing: border-box;
  text-align: center;
}

/* line 1429, app/assets/stylesheets/theme/config/_helpers.scss */
.page-error h1, .page-error .h1,
.page-error p {
  color: black;
  font-size: 3em;
  padding: 0;
  margin: 0;
}

/* line 1437, app/assets/stylesheets/theme/config/_helpers.scss */
.page-error p {
  font-size: 1em;
}

/* line 1441, app/assets/stylesheets/theme/config/_helpers.scss */
.page-error #render_error {
  fill: none;
  stroke: black;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

/* line 1451, app/assets/stylesheets/theme/config/_helpers.scss */
.sub-categories {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 2rem;
}

/* line 1458, app/assets/stylesheets/theme/config/_helpers.scss */
.world-map-content {
  text-align: center;
  padding: 3rem;
}

/* line 1463, app/assets/stylesheets/theme/config/_helpers.scss */
.accept-terms-label {
  display: flex;
  align-items: center;
  gap: 1rem;
}

@media (max-width: 767px) {
  /* line 1472, app/assets/stylesheets/theme/config/_helpers.scss */
  .responsive-sumary {
    display: flex;
    flex-direction: column-reverse;
  }
  /* line 1477, app/assets/stylesheets/theme/config/_helpers.scss */
  .intro-content {
    position: absolute !important;
    bottom: 50px;
  }
  /* line 1482, app/assets/stylesheets/theme/config/_helpers.scss */
  .intro-title {
    letter-spacing: 0.5px !important;
  }
  /* line 1486, app/assets/stylesheets/theme/config/_helpers.scss */
  #zoom-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /* line 1493, app/assets/stylesheets/theme/config/_helpers.scss */
  #zoom-img {
    height: auto;
    width: 100%;
  }
  /* line 1498, app/assets/stylesheets/theme/config/_helpers.scss */
  .btns-zoom {
    display: none;
  }
  /* line 1502, app/assets/stylesheets/theme/config/_helpers.scss */
  .accept-terms-label {
    align-items: baseline;
  }
  /* line 1506, app/assets/stylesheets/theme/config/_helpers.scss */
  .content-taxons {
    overflow: hidden;
    height: inherit;
  }
  /* line 1511, app/assets/stylesheets/theme/config/_helpers.scss */
  .sticky-taxons {
    position: relative;
    max-height: none;
    top: inherit;
  }
  /* line 1517, app/assets/stylesheets/theme/config/_helpers.scss */
  .world-map-content {
    text-align: center;
    padding: 3rem 0 !important;
  }
  /* line 1522, app/assets/stylesheets/theme/config/_helpers.scss */
  .banner-content {
    left: 1rem !important;
    right: 1rem !important;
  }
  /* line 1527, app/assets/stylesheets/theme/config/_helpers.scss */
  .slider-header {
    padding: 0rem 2rem 2rem 2rem;
  }
  /* line 1531, app/assets/stylesheets/theme/config/_helpers.scss */
  .banner-added-product {
    top: 60px !important;
  }
  /* line 1535, app/assets/stylesheets/theme/config/_helpers.scss */
  .accordion {
    margin: 0;
  }
  /* line 1539, app/assets/stylesheets/theme/config/_helpers.scss */
  .size-title {
    font-size: 1.3rem;
  }
  /* line 1543, app/assets/stylesheets/theme/config/_helpers.scss */
  .menu-phone {
    border-top: none;
  }
  /* line 1547, app/assets/stylesheets/theme/config/_helpers.scss */
  .menu-phone:last-child {
    border-bottom: none;
  }
  /* line 1551, app/assets/stylesheets/theme/config/_helpers.scss */
  .personalized-accordion {
    padding: 1rem 1rem 1rem 0 !important;
  }
  /* line 1555, app/assets/stylesheets/theme/config/_helpers.scss */
  .personalized-body {
    padding: 0 0 2rem 0;
  }
  /* line 1559, app/assets/stylesheets/theme/config/_helpers.scss */
  .container-padding {
    padding: 0 2rem !important;
  }
  /* line 1563, app/assets/stylesheets/theme/config/_helpers.scss */
  .content-responsive {
    padding-bottom: 2rem;
  }
  /* line 1567, app/assets/stylesheets/theme/config/_helpers.scss */
  .faq-page .contents-faq {
    margin: 0 2rem;
  }
  /* line 1571, app/assets/stylesheets/theme/config/_helpers.scss */
  .selection-container {
    overflow-x: auto;
    flex-wrap: nowrap;
  }
  /* line 1576, app/assets/stylesheets/theme/config/_helpers.scss */
  .selection-container::-webkit-scrollbar {
    display: none;
  }
  /* line 1580, app/assets/stylesheets/theme/config/_helpers.scss */
  .selection-container {
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
  }
  /* line 1585, app/assets/stylesheets/theme/config/_helpers.scss */
  .selection-container::-webkit-scrollbar-thumb {
    background-color: transparent;
  }
  /* line 1589, app/assets/stylesheets/theme/config/_helpers.scss */
  .table-phone {
    width: 70rem;
  }
  /* line 1593, app/assets/stylesheets/theme/config/_helpers.scss */
  .brand-logo {
    width: 8rem !important;
  }
  /* line 1597, app/assets/stylesheets/theme/config/_helpers.scss */
  .cart-info {
    height: 30px !important;
  }
  /* line 1601, app/assets/stylesheets/theme/config/_helpers.scss */
  .header-right {
    justify-content: end;
  }
  /* line 1605, app/assets/stylesheets/theme/config/_helpers.scss */
  .header-responsive {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0.75rem 1rem;
  }
  /* line 1610, app/assets/stylesheets/theme/config/_helpers.scss */
  .header-responsive .brand-logo {
    margin-left: 5rem;
  }
  /* line 1613, app/assets/stylesheets/theme/config/_helpers.scss */
  .header-responsive .brand-logo #only-words {
    display: none;
  }
  /* line 1619, app/assets/stylesheets/theme/config/_helpers.scss */
  .header-left {
    flex-basis: 0 !important;
  }
  /* line 1623, app/assets/stylesheets/theme/config/_helpers.scss */
  .header-right {
    margin-left: 0 !important;
  }
  /* line 1627, app/assets/stylesheets/theme/config/_helpers.scss */
  .hidden-sm {
    display: flex;
    justify-content: center;
  }
  /* line 1632, app/assets/stylesheets/theme/config/_helpers.scss */
  .logo-page {
    display: none;
  }
  /* line 1636, app/assets/stylesheets/theme/config/_helpers.scss */
  .account-actions {
    display: none;
  }
  /* line 1640, app/assets/stylesheets/theme/config/_helpers.scss */
  .header-center {
    display: none;
  }
  /* line 1644, app/assets/stylesheets/theme/config/_helpers.scss */
  .icon-box-side {
    flex-direction: column;
    gap: 1.5rem;
    justify-content: center;
    text-align: center;
  }
  /* line 1651, app/assets/stylesheets/theme/config/_helpers.scss */
  .mgl-sm-2 {
    margin-left: 2rem !important;
  }
  /* line 1655, app/assets/stylesheets/theme/config/_helpers.scss */
  .intro-content {
    margin-left: 2rem;
  }
  /* line 1659, app/assets/stylesheets/theme/config/_helpers.scss */
  .product-details-header {
    padding-left: 0;
  }
  /* line 1663, app/assets/stylesheets/theme/config/_helpers.scss */
  .product-thumbnails li {
    padding: 0 0 1rem 0;
    width: 80px;
  }
  /* line 1668, app/assets/stylesheets/theme/config/_helpers.scss */
  .product-details-body {
    padding-left: 0;
  }
  /* line 1677, app/assets/stylesheets/theme/config/_helpers.scss */
  .row {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 1689, app/assets/stylesheets/theme/config/_helpers.scss */
  .col-md-10,
.col-md-11,
.col-lg-9,
.col-md-6 {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 1698, app/assets/stylesheets/theme/config/_helpers.scss */
  .order-summary {
    padding: 2rem 1rem;
  }
  /* line 1702, app/assets/stylesheets/theme/config/_helpers.scss */
  .checkout-step {
    padding: 0 2rem 4rem 2rem;
  }
  /* line 1707, app/assets/stylesheets/theme/config/_helpers.scss */
  .checkout-header__title {
    text-align: center;
  }
  /* line 1714, app/assets/stylesheets/theme/config/_helpers.scss */
  .product-col-cart .product-title a {
    text-align: start;
  }
  /* line 1720, app/assets/stylesheets/theme/config/_helpers.scss */
  .product-details-price {
    margin-top: 1rem;
  }
  /* line 1724, app/assets/stylesheets/theme/config/_helpers.scss */
  .product-title-responsive {
    display: flex;
    margin-bottom: 2.5rem;
  }
  /* line 1729, app/assets/stylesheets/theme/config/_helpers.scss */
  .product-col-cart {
    display: block;
  }
  /* line 1733, app/assets/stylesheets/theme/config/_helpers.scss */
  .cart-product-quantity {
    width: auto;
  }
  /* line 1738, app/assets/stylesheets/theme/config/_helpers.scss */
  .product-col-cart .product {
    display: grid;
    grid-template-columns: 30% 70%;
    margin: 0;
    padding-right: 0;
    box-shadow: none;
    position: relative;
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
  /* line 1750, app/assets/stylesheets/theme/config/_helpers.scss */
  .product-col-cart .product-media-cart {
    margin-right: 2rem;
  }
  /* line 1759, app/assets/stylesheets/theme/config/_helpers.scss */
  .cart-header {
    margin-bottom: 2rem;
  }
  /* line 1762, app/assets/stylesheets/theme/config/_helpers.scss */
  .cart-header__title {
    font-size: 3rem;
    text-align: center;
  }
  /* line 1778, app/assets/stylesheets/theme/config/_helpers.scss */
  .summary {
    margin: 0;
  }
  /* line 1782, app/assets/stylesheets/theme/config/_helpers.scss */
  .products-container {
    scroll-snap-type: x mandatory;
    overflow-x: scroll;
    scroll-behavior: smooth;
    display: flex;
    flex-wrap: nowrap !important;
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
  }
  /* line 1793, app/assets/stylesheets/theme/config/_helpers.scss */
  .products-container::-webkit-scrollbar {
    width: 8px;
  }
  /* line 1797, app/assets/stylesheets/theme/config/_helpers.scss */
  .products-container::-webkit-scrollbar-thumb {
    background-color: transparent;
  }
  /* line 1801, app/assets/stylesheets/theme/config/_helpers.scss */
  .col {
    max-width: 80% !important;
    scroll-snap-align: start;
  }
  /* line 1806, app/assets/stylesheets/theme/config/_helpers.scss */
  .product-details-title {
    display: none;
  }
  /* line 1810, app/assets/stylesheets/theme/config/_helpers.scss */
  .entry.single-entry {
    margin-bottom: 4rem;
  }
  /* line 1816, app/assets/stylesheets/theme/config/_helpers.scss */
  .information-pages .grid-content-right {
    display: flex !important;
    flex-direction: column;
    flex-flow: column-reverse;
    gap: 3.5rem;
    padding: 2rem 2rem 7rem 2rem !important;
  }
  /* line 1823, app/assets/stylesheets/theme/config/_helpers.scss */
  .information-pages .grid-content-right .subtitle-grid {
    text-align: center;
  }
  /* line 1827, app/assets/stylesheets/theme/config/_helpers.scss */
  .information-pages .grid-content-right .title-grid {
    text-align: center;
  }
  /* line 1831, app/assets/stylesheets/theme/config/_helpers.scss */
  .information-pages .grid-content-right .info-content-grid {
    padding: 0 !important;
  }
  /* line 1836, app/assets/stylesheets/theme/config/_helpers.scss */
  .information-pages .grid-content-right .img-content-grid img {
    width: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
    height: 35rem;
  }
  /* line 1844, app/assets/stylesheets/theme/config/_helpers.scss */
  .information-pages .grid-content-left {
    display: flex !important;
    flex-direction: column;
    gap: 3.5rem;
    padding: 2rem 2rem 7rem 2rem !important;
  }
  /* line 1850, app/assets/stylesheets/theme/config/_helpers.scss */
  .information-pages .grid-content-left .info-content-grid {
    padding: 0 !important;
  }
  /* line 1854, app/assets/stylesheets/theme/config/_helpers.scss */
  .information-pages .grid-content-left .subtitle-grid {
    text-align: center;
  }
  /* line 1858, app/assets/stylesheets/theme/config/_helpers.scss */
  .information-pages .grid-content-left .title-grid {
    text-align: center;
  }
  /* line 1863, app/assets/stylesheets/theme/config/_helpers.scss */
  .information-pages .grid-content-left .img-content-grid img {
    width: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
    height: 35rem;
  }
  /* line 1873, app/assets/stylesheets/theme/config/_helpers.scss */
  .sidebar .widget-main-title {
    border: 1px solid #d8d8d8;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 1rem 0;
  }
  /* line 1881, app/assets/stylesheets/theme/config/_helpers.scss */
  .sidebar .widget-main-title .icon {
    display: inline;
    font-size: 1.8rem;
    margin-right: 5px;
  }
  /* line 1888, app/assets/stylesheets/theme/config/_helpers.scss */
  .sidebar .all-categories {
    display: none;
  }
  /* line 1894, app/assets/stylesheets/theme/config/_helpers.scss */
  .products-result .product-media {
    min-height: 28rem;
    height: auto;
  }
  /* line 1900, app/assets/stylesheets/theme/config/_helpers.scss */
  .taxon-navigation {
    display: none;
  }
  /* line 1904, app/assets/stylesheets/theme/config/_helpers.scss */
  .taxon-navigation-mobile {
    display: inline !important;
  }
  /* line 1908, app/assets/stylesheets/theme/config/_helpers.scss */
  .product-title-responsive {
    justify-content: center;
    font-size: 2.5rem;
  }
  /* line 1913, app/assets/stylesheets/theme/config/_helpers.scss */
  .product-images-carousel {
    display: flex !important;
  }
  /* line 1921, app/assets/stylesheets/theme/config/_helpers.scss */
  .auth-link {
    margin-right: 0;
  }
  /* line 1926, app/assets/stylesheets/theme/config/_helpers.scss */
  .checkout__main {
    flex-direction: column-reverse;
  }
  /* line 1932, app/assets/stylesheets/theme/config/_helpers.scss */
  .checkout-order-summary .summary-title,
.checkout-order-summary #accordion-1,
.checkout-order-summary .table-summary {
    display: none;
  }
}

/* line 1940, app/assets/stylesheets/theme/config/_helpers.scss */
.product-images-carousel {
  display: none;
}

@media (min-width: 768px) and (max-width: 1023px) {
  /* line 1947, app/assets/stylesheets/theme/config/_helpers.scss */
  #zoom-container {
    width: 100%;
  }
  /* line 1951, app/assets/stylesheets/theme/config/_helpers.scss */
  .btn-customize {
    height: 65px;
    width: 65px;
  }
  /* line 1956, app/assets/stylesheets/theme/config/_helpers.scss */
  .btns-zoom {
    display: none;
  }
  /* line 1960, app/assets/stylesheets/theme/config/_helpers.scss */
  .slider-header {
    padding: 0rem 2rem 2rem 2rem;
  }
  /* line 1964, app/assets/stylesheets/theme/config/_helpers.scss */
  .sticky-taxons {
    top: 100px;
  }
  /* line 1968, app/assets/stylesheets/theme/config/_helpers.scss */
  .mobile-search-container {
    left: -800px;
  }
  /* line 1973, app/assets/stylesheets/theme/config/_helpers.scss */
  .search-active .mobile-search-container {
    transform: translateX(800px);
  }
  /* line 1979, app/assets/stylesheets/theme/config/_helpers.scss */
  .category img {
    height: 35rem !important;
  }
  /* line 1985, app/assets/stylesheets/theme/config/_helpers.scss */
  .product-col-cart .product {
    grid-template-columns: 35% 65%;
  }
  /* line 1990, app/assets/stylesheets/theme/config/_helpers.scss */
  .banner-added-product {
    top: 60px !important;
  }
  /* line 1994, app/assets/stylesheets/theme/config/_helpers.scss */
  .container-padding {
    padding: 0 2rem !important;
  }
  /* line 1998, app/assets/stylesheets/theme/config/_helpers.scss */
  .selection-container {
    overflow-x: auto;
    flex-wrap: nowrap;
  }
  /* line 2003, app/assets/stylesheets/theme/config/_helpers.scss */
  .selection-container::-webkit-scrollbar {
    display: none;
  }
  /* line 2007, app/assets/stylesheets/theme/config/_helpers.scss */
  .selection-container {
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
  }
  /* line 2012, app/assets/stylesheets/theme/config/_helpers.scss */
  .selection-container::-webkit-scrollbar-thumb {
    background-color: transparent;
  }
  /* line 2016, app/assets/stylesheets/theme/config/_helpers.scss */
  .table-phone {
    width: 80rem;
  }
  /* line 2020, app/assets/stylesheets/theme/config/_helpers.scss */
  .auth-container {
    padding: 10rem 2rem;
  }
  /* line 2024, app/assets/stylesheets/theme/config/_helpers.scss */
  .content-responsive {
    padding-bottom: 3rem;
  }
  /* line 2028, app/assets/stylesheets/theme/config/_helpers.scss */
  .faq-page .contents-faq {
    margin: 0 4rem;
  }
  /* line 2032, app/assets/stylesheets/theme/config/_helpers.scss */
  .product-col-cart .product-media-cart img {
    height: 15rem;
  }
  /* line 2036, app/assets/stylesheets/theme/config/_helpers.scss */
  .product-col-cart .product-title a {
    text-align: start;
  }
  /* line 2040, app/assets/stylesheets/theme/config/_helpers.scss */
  .checkout-step {
    padding-bottom: 4rem;
  }
  /* line 2044, app/assets/stylesheets/theme/config/_helpers.scss */
  .item-info {
    margin-left: 3rem;
  }
  /* line 2048, app/assets/stylesheets/theme/config/_helpers.scss */
  .order-items--summary .order-item {
    align-items: center;
    display: grid;
    grid-template-columns: 20% 65% 15%;
  }
  /* line 2054, app/assets/stylesheets/theme/config/_helpers.scss */
  .summary.summary-cart {
    margin-bottom: 2rem;
  }
  /* line 2058, app/assets/stylesheets/theme/config/_helpers.scss */
  .cart-bottom {
    margin-bottom: 2rem;
  }
  /* line 2062, app/assets/stylesheets/theme/config/_helpers.scss */
  .container {
    max-width: 780px;
  }
  /* line 2066, app/assets/stylesheets/theme/config/_helpers.scss */
  .account-actions {
    display: none;
  }
  /* line 2070, app/assets/stylesheets/theme/config/_helpers.scss */
  .auth-link {
    margin-right: 0;
  }
  /* line 2074, app/assets/stylesheets/theme/config/_helpers.scss */
  .header-center {
    display: none;
  }
  /* line 2078, app/assets/stylesheets/theme/config/_helpers.scss */
  .header-right {
    margin-left: 0 !important;
  }
  /* line 2082, app/assets/stylesheets/theme/config/_helpers.scss */
  .header-left {
    flex-basis: 0 !important;
  }
  /* line 2086, app/assets/stylesheets/theme/config/_helpers.scss */
  .header-responsive {
    justify-content: space-between;
    padding: 0.75rem 1rem;
  }
  /* line 2091, app/assets/stylesheets/theme/config/_helpers.scss */
  .hidden-sm {
    display: flex;
  }
  /* line 2095, app/assets/stylesheets/theme/config/_helpers.scss */
  .logo-page {
    display: none;
  }
  /* line 2101, app/assets/stylesheets/theme/config/_helpers.scss */
  .information-pages .grid-content-right .info-content-grid {
    padding: 0 1rem 0 5rem !important;
  }
  /* line 2106, app/assets/stylesheets/theme/config/_helpers.scss */
  .information-pages .grid-content-right .img-content-grid img {
    width: 80% !important;
    -o-object-fit: cover;
       object-fit: cover;
    height: 35rem;
  }
  /* line 2115, app/assets/stylesheets/theme/config/_helpers.scss */
  .information-pages .grid-content-left .info-content-grid {
    padding: 0 5rem 0 1rem !important;
  }
  /* line 2120, app/assets/stylesheets/theme/config/_helpers.scss */
  .information-pages .grid-content-left .img-content-grid img {
    width: 80% !important;
    -o-object-fit: cover;
       object-fit: cover;
    height: 35rem;
  }
  /* line 2134, app/assets/stylesheets/theme/config/_helpers.scss */
  .row {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 2146, app/assets/stylesheets/theme/config/_helpers.scss */
  .col-md-10,
.col-md-11,
.col-lg-9,
.col-md-6 {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 2155, app/assets/stylesheets/theme/config/_helpers.scss */
  .product-media {
    height: 30rem;
  }
  /* line 2159, app/assets/stylesheets/theme/config/_helpers.scss */
  .icon-box-side {
    justify-content: center;
  }
  /* line 2163, app/assets/stylesheets/theme/config/_helpers.scss */
  .personalized-accordion {
    padding: 1rem 1rem 1rem 0 !important;
  }
  /* line 2167, app/assets/stylesheets/theme/config/_helpers.scss */
  .personalized-body {
    padding: 0 0 2rem 0;
  }
}

@media (min-width: 1024px) {
  /* line 2174, app/assets/stylesheets/theme/config/_helpers.scss */
  .auth-container {
    padding: 8rem 2rem;
  }
  /* line 2178, app/assets/stylesheets/theme/config/_helpers.scss */
  .product-col-cart .product-title a {
    text-align: start;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  /* line 2185, app/assets/stylesheets/theme/config/_helpers.scss */
  #zoom-container {
    width: inherit;
    display: flex;
    justify-content: center;
  }
  /* line 2191, app/assets/stylesheets/theme/config/_helpers.scss */
  .btn-customize {
    height: 45px;
    width: 45px;
  }
  /* line 2196, app/assets/stylesheets/theme/config/_helpers.scss */
  .btns-zoom {
    display: none;
  }
  /* line 2200, app/assets/stylesheets/theme/config/_helpers.scss */
  .container {
    max-width: 1100px;
  }
}

/* line 2205, app/assets/stylesheets/theme/config/_helpers.scss */
.main-categories {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 1.5rem;
}

/* line 2211, app/assets/stylesheets/theme/config/_helpers.scss */
.main-categories .category {
  flex: 1;
}

/* line 2214, app/assets/stylesheets/theme/config/_helpers.scss */
.main-categories .category .category-container-image {
  overflow: hidden;
}

/* line 2219, app/assets/stylesheets/theme/config/_helpers.scss */
.main-categories .category .category-container-image a:hover img {
  transform: scale(1.05);
  transition: all .5s ease;
}

/* line 2227, app/assets/stylesheets/theme/config/_helpers.scss */
.main-categories .category img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 2234, app/assets/stylesheets/theme/config/_helpers.scss */
.main-categories .custom-link {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
}

/* line 2239, app/assets/stylesheets/theme/config/_helpers.scss */
.main-categories .title {
  margin-top: 2rem;
  transition: color 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
}

/* line 2246, app/assets/stylesheets/theme/config/_helpers.scss */
.main-categories .title:hover {
  color: #1d3441;
  cursor: pointer;
}

/* line 2252, app/assets/stylesheets/theme/config/_helpers.scss */
.main-categories .full-category {
  flex: 1;
}

/* line 2256, app/assets/stylesheets/theme/config/_helpers.scss */
.main-categories .many-category {
  flex: 2;
  display: flex;
  gap: 1.5rem;
}

/* line 2262, app/assets/stylesheets/theme/config/_helpers.scss */
.main-categories p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 767px) {
  /* line 2273, app/assets/stylesheets/theme/config/_helpers.scss */
  .main-categories .full-category {
    flex: auto;
  }
  /* line 2277, app/assets/stylesheets/theme/config/_helpers.scss */
  .main-categories .many-category img {
    height: 25rem;
  }
  /* line 2282, app/assets/stylesheets/theme/config/_helpers.scss */
  .main-categories .many-category .title {
    font-size: 1.6rem;
  }
  /* line 2286, app/assets/stylesheets/theme/config/_helpers.scss */
  .main-categories .many-category p {
    font-size: 1.4rem;
  }
}

/* line 2293, app/assets/stylesheets/theme/config/_helpers.scss */
.main-category-title {
  display: flex;
  align-items: center;
  padding-bottom: 2.3rem;
  border-bottom: 1px solid #ebebeb;
  margin: 0;
}

/* line 2301, app/assets/stylesheets/theme/config/_helpers.scss */
.main-category-title label {
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0;
}

/* line 2309, app/assets/stylesheets/theme/config/_helpers.scss */
.taxon-navigation-mobile {
  display: none;
}

/* line 2312, app/assets/stylesheets/theme/config/_helpers.scss */
.taxon-navigation-mobile .dropdown-toggle {
  border: 1px solid #d8d8d8;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 1rem 0;
  font-weight: 400;
}

/* line 2322, app/assets/stylesheets/theme/config/_helpers.scss */
.taxon-navigation-mobile .active a {
  color: #1d3441;
  font-weight: 1.6rem;
}

/* line 2329, app/assets/stylesheets/theme/config/_helpers.scss */
.main-categories-2 .category {
  display: flex;
  max-height: 50rem;
}

/* line 2333, app/assets/stylesheets/theme/config/_helpers.scss */
.main-categories-2 .category.reverse {
  flex-direction: row-reverse;
}

/* line 2337, app/assets/stylesheets/theme/config/_helpers.scss */
.main-categories-2 .category img,
.main-categories-2 .category .text {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 2343, app/assets/stylesheets/theme/config/_helpers.scss */
.main-categories-2 .category .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* line 2349, app/assets/stylesheets/theme/config/_helpers.scss */
.main-categories-2 .category .text p {
  max-width: 40rem;
}

/* line 2356, app/assets/stylesheets/theme/config/_helpers.scss */
.banner-added-product {
  background: #79866c;
  padding: 1rem;
  color: white;
  display: none;
  text-align: center;
  font-weight: 400;
  position: sticky;
  top: 120px;
  z-index: 1000;
}

/* line 2367, app/assets/stylesheets/theme/config/_helpers.scss */
.banner-added-product.error {
  background: #ba596b;
}

/* line 2372, app/assets/stylesheets/theme/config/_helpers.scss */
.top-bar__search {
  background: #f7f7f7;
  border: 1px solid #d8d8d8;
}

/* line 2376, app/assets/stylesheets/theme/config/_helpers.scss */
.top-bar__search.mobile {
  margin: 1rem 2rem;
}

/* line 2383, app/assets/stylesheets/theme/config/_helpers.scss */
.mobile-search-container .mobile-search-close-button {
  display: flex;
  justify-content: end;
  width: 100%;
  margin: 1rem;
}

/* line 2389, app/assets/stylesheets/theme/config/_helpers.scss */
.mobile-search-container .mobile-search-close-button .icon-close {
  font-size: 3rem;
  margin-right: 3rem;
}

/* line 2396, app/assets/stylesheets/theme/config/_helpers.scss */
.useful-links {
  padding: 2rem;
}

/* line 2399, app/assets/stylesheets/theme/config/_helpers.scss */
.useful-links .links {
  margin-top: 1rem;
}

/* line 2402, app/assets/stylesheets/theme/config/_helpers.scss */
.useful-links .links li {
  padding-bottom: 1rem;
}

/* line 2409, app/assets/stylesheets/theme/config/_helpers.scss */
.slider-products-container {
  overflow: hidden;
  position: relative;
}

/* line 2415, app/assets/stylesheets/theme/config/_helpers.scss */
.slider-products-container .customize-controls .controls {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  z-index: 100;
}

/* line 2422, app/assets/stylesheets/theme/config/_helpers.scss */
.slider-products-container .customize-controls .right-control {
  right: 0;
}

/* line 2426, app/assets/stylesheets/theme/config/_helpers.scss */
.slider-products-container .customize-controls .prev-slider {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23222'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* line 2434, app/assets/stylesheets/theme/config/_helpers.scss */
.slider-products-container .customize-controls .next-slider {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23222'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* line 2442, app/assets/stylesheets/theme/config/_helpers.scss */
.slider-products-container .customize-controls .prev-slider,
.slider-products-container .customize-controls .next-slider {
  background-color: #fff;
  height: 40px;
  width: 28px;
  cursor: pointer;
}

/* line 2453, app/assets/stylesheets/theme/config/_helpers.scss */
.slider-products-container .tns-outer .tns-liveregion,
.slider-products-container .tns-outer .tns-visually-hidden,
.slider-products-container .tns-outer button {
  display: none;
}

/* line 2462, app/assets/stylesheets/theme/config/_helpers.scss */
.order-summary-steps .title-step {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #c7c7c7;
}

/* line 2468, app/assets/stylesheets/theme/config/_helpers.scss */
.order-summary-steps .title {
  font-size: 1.8rem;
}

/* line 2472, app/assets/stylesheets/theme/config/_helpers.scss */
.order-summary-steps .step {
  display: flex;
  justify-content: space-between;
  margin: 1rem 0 2rem 0;
}

/* line 2479, app/assets/stylesheets/theme/config/_helpers.scss */
.filters-row-section {
  background-color: #FFFFFF;
  border-bottom: 1px solid #e5e5e5;
  position: sticky;
  top: 70px;
  z-index: 999;
  overflow-y: auto;
  /* Results Bar */
  /* Responsive */
  /* Animación de entrada */
}

/* line 2487, app/assets/stylesheets/theme/config/_helpers.scss */
.filters-row-section .taxonomy-filters {
  position: sticky;
  top: 70px;
  z-index: 999;
  display: flex;
  gap: 1rem;
}

/* line 2495, app/assets/stylesheets/theme/config/_helpers.scss */
.filters-row-section .filter-label {
  font-size: 0.85rem;
  font-weight: 600;
  color: #495057;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
  display: block;
}

/* line 2505, app/assets/stylesheets/theme/config/_helpers.scss */
.filters-row-section .filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* line 2511, app/assets/stylesheets/theme/config/_helpers.scss */
.filters-row-section .chip {
  padding: 10px 20px;
  background: #f8f9fa;
  border: 2px solid #e9ecef;
  border-radius: 4px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #495057;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  display: inline-block;
}

/* line 2528, app/assets/stylesheets/theme/config/_helpers.scss */
.filters-row-section .chip::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s;
}

/* line 2539, app/assets/stylesheets/theme/config/_helpers.scss */
.filters-row-section .chip:hover {
  border-color: #1d3441;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: #495057;
}

/* line 2547, app/assets/stylesheets/theme/config/_helpers.scss */
.filters-row-section .chip:hover::before {
  left: 100%;
}

/* line 2551, app/assets/stylesheets/theme/config/_helpers.scss */
.filters-row-section .chip.active {
  background: #1d3441;
  color: white;
  border-color: #1d3441;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* line 2558, app/assets/stylesheets/theme/config/_helpers.scss */
.filters-row-section .chip.active:hover {
  background: #1d3441;
  color: white;
}

/* line 2564, app/assets/stylesheets/theme/config/_helpers.scss */
.filters-row-section .results-bar {
  padding: 16px 0;
}

/* line 2568, app/assets/stylesheets/theme/config/_helpers.scss */
.filters-row-section .results-count {
  font-size: 0.95rem;
  color: #6c757d;
}

/* line 2573, app/assets/stylesheets/theme/config/_helpers.scss */
.filters-row-section .results-count strong {
  color: #333;
  font-weight: 600;
}

@media (max-width: 768px) {
  /* line 2580, app/assets/stylesheets/theme/config/_helpers.scss */
  .filters-row-section .filter-chips {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 8px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #dee2e6 transparent;
  }
  /* line 2589, app/assets/stylesheets/theme/config/_helpers.scss */
  .filters-row-section .filter-chips::-webkit-scrollbar {
    height: 4px;
  }
  /* line 2593, app/assets/stylesheets/theme/config/_helpers.scss */
  .filters-row-section .filter-chips::-webkit-scrollbar-track {
    background: transparent;
  }
  /* line 2597, app/assets/stylesheets/theme/config/_helpers.scss */
  .filters-row-section .filter-chips::-webkit-scrollbar-thumb {
    background: #dee2e6;
    border-radius: 4px;
  }
  /* line 2602, app/assets/stylesheets/theme/config/_helpers.scss */
  .filters-row-section .filter-chips::-webkit-scrollbar-thumb:hover {
    background: #adb5bd;
  }
  /* line 2606, app/assets/stylesheets/theme/config/_helpers.scss */
  .filters-row-section .page-title {
    font-size: 1.5rem;
  }
  /* line 2610, app/assets/stylesheets/theme/config/_helpers.scss */
  .filters-row-section .page-description {
    font-size: 0.9rem;
  }
  /* line 2614, app/assets/stylesheets/theme/config/_helpers.scss */
  .filters-row-section .results-bar {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 12px;
  }
}

/* line 2622, app/assets/stylesheets/theme/config/_helpers.scss */
.filters-row-section .filter-group {
  animation: fadeInUp 0.4s ease forwards;
  opacity: 0;
}

/* line 2627, app/assets/stylesheets/theme/config/_helpers.scss */
.filters-row-section .filter-group:nth-child(1) {
  animation-delay: 0.1s;
}

/* line 2631, app/assets/stylesheets/theme/config/_helpers.scss */
.filters-row-section .filter-group:nth-child(2) {
  animation-delay: 0.2s;
}

/* line 2635, app/assets/stylesheets/theme/config/_helpers.scss */
.filters-row-section .filter-group:nth-child(3) {
  animation-delay: 0.3s;
}

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

@media (max-width: 576px) {
  /* line 2653, app/assets/stylesheets/theme/config/_helpers.scss */
  .filters-row-section {
    top: 50px;
  }
}

/* Spacing */
/* line 3, app/assets/stylesheets/theme/config/_spacing.scss */
.mt-0 {
  margin-top: 0rem !important;
}

/* line 7, app/assets/stylesheets/theme/config/_spacing.scss */
.mb-0 {
  margin-bottom: 0rem !important;
}

/* line 11, app/assets/stylesheets/theme/config/_spacing.scss */
.pt-0 {
  padding-top: 0rem !important;
}

/* line 15, app/assets/stylesheets/theme/config/_spacing.scss */
.pb-0 {
  padding-bottom: 0rem !important;
}

/* line 3, app/assets/stylesheets/theme/config/_spacing.scss */
.mt-1 {
  margin-top: 1rem !important;
}

/* line 7, app/assets/stylesheets/theme/config/_spacing.scss */
.mb-1 {
  margin-bottom: 1rem !important;
}

/* line 11, app/assets/stylesheets/theme/config/_spacing.scss */
.pt-1 {
  padding-top: 1rem !important;
}

/* line 15, app/assets/stylesheets/theme/config/_spacing.scss */
.pb-1 {
  padding-bottom: 1rem !important;
}

/* line 3, app/assets/stylesheets/theme/config/_spacing.scss */
.mt-2 {
  margin-top: 2rem !important;
}

/* line 7, app/assets/stylesheets/theme/config/_spacing.scss */
.mb-2 {
  margin-bottom: 2rem !important;
}

/* line 11, app/assets/stylesheets/theme/config/_spacing.scss */
.pt-2 {
  padding-top: 2rem !important;
}

/* line 15, app/assets/stylesheets/theme/config/_spacing.scss */
.pb-2 {
  padding-bottom: 2rem !important;
}

/* line 3, app/assets/stylesheets/theme/config/_spacing.scss */
.mt-3 {
  margin-top: 3rem !important;
}

/* line 7, app/assets/stylesheets/theme/config/_spacing.scss */
.mb-3 {
  margin-bottom: 3rem !important;
}

/* line 11, app/assets/stylesheets/theme/config/_spacing.scss */
.pt-3 {
  padding-top: 3rem !important;
}

/* line 15, app/assets/stylesheets/theme/config/_spacing.scss */
.pb-3 {
  padding-bottom: 3rem !important;
}

/* line 3, app/assets/stylesheets/theme/config/_spacing.scss */
.mt-4 {
  margin-top: 4rem !important;
}

/* line 7, app/assets/stylesheets/theme/config/_spacing.scss */
.mb-4 {
  margin-bottom: 4rem !important;
}

/* line 11, app/assets/stylesheets/theme/config/_spacing.scss */
.pt-4 {
  padding-top: 4rem !important;
}

/* line 15, app/assets/stylesheets/theme/config/_spacing.scss */
.pb-4 {
  padding-bottom: 4rem !important;
}

/* line 3, app/assets/stylesheets/theme/config/_spacing.scss */
.mt-5 {
  margin-top: 5rem !important;
}

/* line 7, app/assets/stylesheets/theme/config/_spacing.scss */
.mb-5 {
  margin-bottom: 5rem !important;
}

/* line 11, app/assets/stylesheets/theme/config/_spacing.scss */
.pt-5 {
  padding-top: 5rem !important;
}

/* line 15, app/assets/stylesheets/theme/config/_spacing.scss */
.pb-5 {
  padding-bottom: 5rem !important;
}

/* line 3, app/assets/stylesheets/theme/config/_spacing.scss */
.mt-6 {
  margin-top: 6rem !important;
}

/* line 7, app/assets/stylesheets/theme/config/_spacing.scss */
.mb-6 {
  margin-bottom: 6rem !important;
}

/* line 11, app/assets/stylesheets/theme/config/_spacing.scss */
.pt-6 {
  padding-top: 6rem !important;
}

/* line 15, app/assets/stylesheets/theme/config/_spacing.scss */
.pb-6 {
  padding-bottom: 6rem !important;
}

/* line 3, app/assets/stylesheets/theme/config/_spacing.scss */
.mt-7 {
  margin-top: 7rem !important;
}

/* line 7, app/assets/stylesheets/theme/config/_spacing.scss */
.mb-7 {
  margin-bottom: 7rem !important;
}

/* line 11, app/assets/stylesheets/theme/config/_spacing.scss */
.pt-7 {
  padding-top: 7rem !important;
}

/* line 15, app/assets/stylesheets/theme/config/_spacing.scss */
.pb-7 {
  padding-bottom: 7rem !important;
}

/* line 3, app/assets/stylesheets/theme/config/_spacing.scss */
.mt-8 {
  margin-top: 8rem !important;
}

/* line 7, app/assets/stylesheets/theme/config/_spacing.scss */
.mb-8 {
  margin-bottom: 8rem !important;
}

/* line 11, app/assets/stylesheets/theme/config/_spacing.scss */
.pt-8 {
  padding-top: 8rem !important;
}

/* line 15, app/assets/stylesheets/theme/config/_spacing.scss */
.pb-8 {
  padding-bottom: 8rem !important;
}

/* line 3, app/assets/stylesheets/theme/config/_spacing.scss */
.mt-9 {
  margin-top: 9rem !important;
}

/* line 7, app/assets/stylesheets/theme/config/_spacing.scss */
.mb-9 {
  margin-bottom: 9rem !important;
}

/* line 11, app/assets/stylesheets/theme/config/_spacing.scss */
.pt-9 {
  padding-top: 9rem !important;
}

/* line 15, app/assets/stylesheets/theme/config/_spacing.scss */
.pb-9 {
  padding-bottom: 9rem !important;
}

/* line 3, app/assets/stylesheets/theme/config/_spacing.scss */
.mt-10 {
  margin-top: 10rem !important;
}

/* line 7, app/assets/stylesheets/theme/config/_spacing.scss */
.mb-10 {
  margin-bottom: 10rem !important;
}

/* line 11, app/assets/stylesheets/theme/config/_spacing.scss */
.pt-10 {
  padding-top: 10rem !important;
}

/* line 15, app/assets/stylesheets/theme/config/_spacing.scss */
.pb-10 {
  padding-bottom: 10rem !important;
}

/* line 3, app/assets/stylesheets/theme/config/_spacing.scss */
.mt-11 {
  margin-top: 11rem !important;
}

/* line 7, app/assets/stylesheets/theme/config/_spacing.scss */
.mb-11 {
  margin-bottom: 11rem !important;
}

/* line 11, app/assets/stylesheets/theme/config/_spacing.scss */
.pt-11 {
  padding-top: 11rem !important;
}

/* line 15, app/assets/stylesheets/theme/config/_spacing.scss */
.pb-11 {
  padding-bottom: 11rem !important;
}

/* line 3, app/assets/stylesheets/theme/config/_spacing.scss */
.mt-12 {
  margin-top: 12rem !important;
}

/* line 7, app/assets/stylesheets/theme/config/_spacing.scss */
.mb-12 {
  margin-bottom: 12rem !important;
}

/* line 11, app/assets/stylesheets/theme/config/_spacing.scss */
.pt-12 {
  padding-top: 12rem !important;
}

/* line 15, app/assets/stylesheets/theme/config/_spacing.scss */
.pb-12 {
  padding-bottom: 12rem !important;
}

/* line 3, app/assets/stylesheets/theme/config/_spacing.scss */
.mt-13 {
  margin-top: 13rem !important;
}

/* line 7, app/assets/stylesheets/theme/config/_spacing.scss */
.mb-13 {
  margin-bottom: 13rem !important;
}

/* line 11, app/assets/stylesheets/theme/config/_spacing.scss */
.pt-13 {
  padding-top: 13rem !important;
}

/* line 15, app/assets/stylesheets/theme/config/_spacing.scss */
.pb-13 {
  padding-bottom: 13rem !important;
}

/* line 3, app/assets/stylesheets/theme/config/_spacing.scss */
.mt-14 {
  margin-top: 14rem !important;
}

/* line 7, app/assets/stylesheets/theme/config/_spacing.scss */
.mb-14 {
  margin-bottom: 14rem !important;
}

/* line 11, app/assets/stylesheets/theme/config/_spacing.scss */
.pt-14 {
  padding-top: 14rem !important;
}

/* line 15, app/assets/stylesheets/theme/config/_spacing.scss */
.pb-14 {
  padding-bottom: 14rem !important;
}

/* line 3, app/assets/stylesheets/theme/config/_spacing.scss */
.mt-15 {
  margin-top: 15rem !important;
}

/* line 7, app/assets/stylesheets/theme/config/_spacing.scss */
.mb-15 {
  margin-bottom: 15rem !important;
}

/* line 11, app/assets/stylesheets/theme/config/_spacing.scss */
.pt-15 {
  padding-top: 15rem !important;
}

/* line 15, app/assets/stylesheets/theme/config/_spacing.scss */
.pb-15 {
  padding-bottom: 15rem !important;
}

@media screen and (min-width: 768px) {
  /* line 22, app/assets/stylesheets/theme/config/_spacing.scss */
  .mt-md-0 {
    margin-top: 0rem !important;
  }
  /* line 22, app/assets/stylesheets/theme/config/_spacing.scss */
  .mt-md-1 {
    margin-top: 1rem !important;
  }
  /* line 22, app/assets/stylesheets/theme/config/_spacing.scss */
  .mt-md-2 {
    margin-top: 2rem !important;
  }
  /* line 22, app/assets/stylesheets/theme/config/_spacing.scss */
  .mt-md-3 {
    margin-top: 3rem !important;
  }
  /* line 22, app/assets/stylesheets/theme/config/_spacing.scss */
  .mt-md-4 {
    margin-top: 4rem !important;
  }
  /* line 22, app/assets/stylesheets/theme/config/_spacing.scss */
  .mt-md-5 {
    margin-top: 5rem !important;
  }
  /* line 22, app/assets/stylesheets/theme/config/_spacing.scss */
  .mt-md-6 {
    margin-top: 6rem !important;
  }
  /* line 22, app/assets/stylesheets/theme/config/_spacing.scss */
  .mt-md-7 {
    margin-top: 7rem !important;
  }
  /* line 22, app/assets/stylesheets/theme/config/_spacing.scss */
  .mt-md-8 {
    margin-top: 8rem !important;
  }
  /* line 22, app/assets/stylesheets/theme/config/_spacing.scss */
  .mt-md-9 {
    margin-top: 9rem !important;
  }
  /* line 22, app/assets/stylesheets/theme/config/_spacing.scss */
  .mt-md-10 {
    margin-top: 10rem !important;
  }
  /* line 22, app/assets/stylesheets/theme/config/_spacing.scss */
  .mt-md-11 {
    margin-top: 11rem !important;
  }
  /* line 22, app/assets/stylesheets/theme/config/_spacing.scss */
  .mt-md-12 {
    margin-top: 12rem !important;
  }
  /* line 22, app/assets/stylesheets/theme/config/_spacing.scss */
  .mt-md-13 {
    margin-top: 13rem !important;
  }
  /* line 22, app/assets/stylesheets/theme/config/_spacing.scss */
  .mt-md-14 {
    margin-top: 14rem !important;
  }
  /* line 22, app/assets/stylesheets/theme/config/_spacing.scss */
  .mt-md-15 {
    margin-top: 15rem !important;
  }
  /* line 28, app/assets/stylesheets/theme/config/_spacing.scss */
  .mb-md-0 {
    margin-bottom: 0rem !important;
  }
  /* line 28, app/assets/stylesheets/theme/config/_spacing.scss */
  .mb-md-1 {
    margin-bottom: 1rem !important;
  }
  /* line 28, app/assets/stylesheets/theme/config/_spacing.scss */
  .mb-md-2 {
    margin-bottom: 2rem !important;
  }
  /* line 28, app/assets/stylesheets/theme/config/_spacing.scss */
  .mb-md-3 {
    margin-bottom: 3rem !important;
  }
  /* line 28, app/assets/stylesheets/theme/config/_spacing.scss */
  .mb-md-4 {
    margin-bottom: 4rem !important;
  }
  /* line 28, app/assets/stylesheets/theme/config/_spacing.scss */
  .mb-md-5 {
    margin-bottom: 5rem !important;
  }
  /* line 28, app/assets/stylesheets/theme/config/_spacing.scss */
  .mb-md-6 {
    margin-bottom: 6rem !important;
  }
  /* line 28, app/assets/stylesheets/theme/config/_spacing.scss */
  .mb-md-7 {
    margin-bottom: 7rem !important;
  }
  /* line 28, app/assets/stylesheets/theme/config/_spacing.scss */
  .mb-md-8 {
    margin-bottom: 8rem !important;
  }
  /* line 28, app/assets/stylesheets/theme/config/_spacing.scss */
  .mb-md-9 {
    margin-bottom: 9rem !important;
  }
  /* line 28, app/assets/stylesheets/theme/config/_spacing.scss */
  .mb-md-10 {
    margin-bottom: 10rem !important;
  }
  /* line 28, app/assets/stylesheets/theme/config/_spacing.scss */
  .mb-md-11 {
    margin-bottom: 11rem !important;
  }
  /* line 28, app/assets/stylesheets/theme/config/_spacing.scss */
  .mb-md-12 {
    margin-bottom: 12rem !important;
  }
  /* line 28, app/assets/stylesheets/theme/config/_spacing.scss */
  .mb-md-13 {
    margin-bottom: 13rem !important;
  }
  /* line 28, app/assets/stylesheets/theme/config/_spacing.scss */
  .mb-md-14 {
    margin-bottom: 14rem !important;
  }
  /* line 28, app/assets/stylesheets/theme/config/_spacing.scss */
  .mb-md-15 {
    margin-bottom: 15rem !important;
  }
  /* line 34, app/assets/stylesheets/theme/config/_spacing.scss */
  .pt-md-0 {
    padding-top: 0rem !important;
  }
  /* line 34, app/assets/stylesheets/theme/config/_spacing.scss */
  .pt-md-1 {
    padding-top: 1rem !important;
  }
  /* line 34, app/assets/stylesheets/theme/config/_spacing.scss */
  .pt-md-2 {
    padding-top: 2rem !important;
  }
  /* line 34, app/assets/stylesheets/theme/config/_spacing.scss */
  .pt-md-3 {
    padding-top: 3rem !important;
  }
  /* line 34, app/assets/stylesheets/theme/config/_spacing.scss */
  .pt-md-4 {
    padding-top: 4rem !important;
  }
  /* line 34, app/assets/stylesheets/theme/config/_spacing.scss */
  .pt-md-5 {
    padding-top: 5rem !important;
  }
  /* line 34, app/assets/stylesheets/theme/config/_spacing.scss */
  .pt-md-6 {
    padding-top: 6rem !important;
  }
  /* line 34, app/assets/stylesheets/theme/config/_spacing.scss */
  .pt-md-7 {
    padding-top: 7rem !important;
  }
  /* line 34, app/assets/stylesheets/theme/config/_spacing.scss */
  .pt-md-8 {
    padding-top: 8rem !important;
  }
  /* line 34, app/assets/stylesheets/theme/config/_spacing.scss */
  .pt-md-9 {
    padding-top: 9rem !important;
  }
  /* line 34, app/assets/stylesheets/theme/config/_spacing.scss */
  .pt-md-10 {
    padding-top: 10rem !important;
  }
  /* line 34, app/assets/stylesheets/theme/config/_spacing.scss */
  .pt-md-11 {
    padding-top: 11rem !important;
  }
  /* line 34, app/assets/stylesheets/theme/config/_spacing.scss */
  .pt-md-12 {
    padding-top: 12rem !important;
  }
  /* line 34, app/assets/stylesheets/theme/config/_spacing.scss */
  .pt-md-13 {
    padding-top: 13rem !important;
  }
  /* line 34, app/assets/stylesheets/theme/config/_spacing.scss */
  .pt-md-14 {
    padding-top: 14rem !important;
  }
  /* line 34, app/assets/stylesheets/theme/config/_spacing.scss */
  .pt-md-15 {
    padding-top: 15rem !important;
  }
  /* line 40, app/assets/stylesheets/theme/config/_spacing.scss */
  .pb-md-0 {
    padding-bottom: 0rem !important;
  }
  /* line 40, app/assets/stylesheets/theme/config/_spacing.scss */
  .pb-md-1 {
    padding-bottom: 1rem !important;
  }
  /* line 40, app/assets/stylesheets/theme/config/_spacing.scss */
  .pb-md-2 {
    padding-bottom: 2rem !important;
  }
  /* line 40, app/assets/stylesheets/theme/config/_spacing.scss */
  .pb-md-3 {
    padding-bottom: 3rem !important;
  }
  /* line 40, app/assets/stylesheets/theme/config/_spacing.scss */
  .pb-md-4 {
    padding-bottom: 4rem !important;
  }
  /* line 40, app/assets/stylesheets/theme/config/_spacing.scss */
  .pb-md-5 {
    padding-bottom: 5rem !important;
  }
  /* line 40, app/assets/stylesheets/theme/config/_spacing.scss */
  .pb-md-6 {
    padding-bottom: 6rem !important;
  }
  /* line 40, app/assets/stylesheets/theme/config/_spacing.scss */
  .pb-md-7 {
    padding-bottom: 7rem !important;
  }
  /* line 40, app/assets/stylesheets/theme/config/_spacing.scss */
  .pb-md-8 {
    padding-bottom: 8rem !important;
  }
  /* line 40, app/assets/stylesheets/theme/config/_spacing.scss */
  .pb-md-9 {
    padding-bottom: 9rem !important;
  }
  /* line 40, app/assets/stylesheets/theme/config/_spacing.scss */
  .pb-md-10 {
    padding-bottom: 10rem !important;
  }
  /* line 40, app/assets/stylesheets/theme/config/_spacing.scss */
  .pb-md-11 {
    padding-bottom: 11rem !important;
  }
  /* line 40, app/assets/stylesheets/theme/config/_spacing.scss */
  .pb-md-12 {
    padding-bottom: 12rem !important;
  }
  /* line 40, app/assets/stylesheets/theme/config/_spacing.scss */
  .pb-md-13 {
    padding-bottom: 13rem !important;
  }
  /* line 40, app/assets/stylesheets/theme/config/_spacing.scss */
  .pb-md-14 {
    padding-bottom: 14rem !important;
  }
  /* line 40, app/assets/stylesheets/theme/config/_spacing.scss */
  .pb-md-15 {
    padding-bottom: 15rem !important;
  }
}

@media screen and (min-width: 992px) {
  /* line 48, app/assets/stylesheets/theme/config/_spacing.scss */
  .mt-lg-0 {
    margin-top: 0rem !important;
  }
  /* line 48, app/assets/stylesheets/theme/config/_spacing.scss */
  .mt-lg-1 {
    margin-top: 1rem !important;
  }
  /* line 48, app/assets/stylesheets/theme/config/_spacing.scss */
  .mt-lg-2 {
    margin-top: 2rem !important;
  }
  /* line 48, app/assets/stylesheets/theme/config/_spacing.scss */
  .mt-lg-3 {
    margin-top: 3rem !important;
  }
  /* line 48, app/assets/stylesheets/theme/config/_spacing.scss */
  .mt-lg-4 {
    margin-top: 4rem !important;
  }
  /* line 48, app/assets/stylesheets/theme/config/_spacing.scss */
  .mt-lg-5 {
    margin-top: 5rem !important;
  }
  /* line 48, app/assets/stylesheets/theme/config/_spacing.scss */
  .mt-lg-6 {
    margin-top: 6rem !important;
  }
  /* line 48, app/assets/stylesheets/theme/config/_spacing.scss */
  .mt-lg-7 {
    margin-top: 7rem !important;
  }
  /* line 48, app/assets/stylesheets/theme/config/_spacing.scss */
  .mt-lg-8 {
    margin-top: 8rem !important;
  }
  /* line 48, app/assets/stylesheets/theme/config/_spacing.scss */
  .mt-lg-9 {
    margin-top: 9rem !important;
  }
  /* line 48, app/assets/stylesheets/theme/config/_spacing.scss */
  .mt-lg-10 {
    margin-top: 10rem !important;
  }
  /* line 48, app/assets/stylesheets/theme/config/_spacing.scss */
  .mt-lg-11 {
    margin-top: 11rem !important;
  }
  /* line 48, app/assets/stylesheets/theme/config/_spacing.scss */
  .mt-lg-12 {
    margin-top: 12rem !important;
  }
  /* line 48, app/assets/stylesheets/theme/config/_spacing.scss */
  .mt-lg-13 {
    margin-top: 13rem !important;
  }
  /* line 48, app/assets/stylesheets/theme/config/_spacing.scss */
  .mt-lg-14 {
    margin-top: 14rem !important;
  }
  /* line 48, app/assets/stylesheets/theme/config/_spacing.scss */
  .mt-lg-15 {
    margin-top: 15rem !important;
  }
  /* line 54, app/assets/stylesheets/theme/config/_spacing.scss */
  .mb-lg-0 {
    margin-bottom: 0rem !important;
  }
  /* line 54, app/assets/stylesheets/theme/config/_spacing.scss */
  .mb-lg-1 {
    margin-bottom: 1rem !important;
  }
  /* line 54, app/assets/stylesheets/theme/config/_spacing.scss */
  .mb-lg-2 {
    margin-bottom: 2rem !important;
  }
  /* line 54, app/assets/stylesheets/theme/config/_spacing.scss */
  .mb-lg-3 {
    margin-bottom: 3rem !important;
  }
  /* line 54, app/assets/stylesheets/theme/config/_spacing.scss */
  .mb-lg-4 {
    margin-bottom: 4rem !important;
  }
  /* line 54, app/assets/stylesheets/theme/config/_spacing.scss */
  .mb-lg-5 {
    margin-bottom: 5rem !important;
  }
  /* line 54, app/assets/stylesheets/theme/config/_spacing.scss */
  .mb-lg-6 {
    margin-bottom: 6rem !important;
  }
  /* line 54, app/assets/stylesheets/theme/config/_spacing.scss */
  .mb-lg-7 {
    margin-bottom: 7rem !important;
  }
  /* line 54, app/assets/stylesheets/theme/config/_spacing.scss */
  .mb-lg-8 {
    margin-bottom: 8rem !important;
  }
  /* line 54, app/assets/stylesheets/theme/config/_spacing.scss */
  .mb-lg-9 {
    margin-bottom: 9rem !important;
  }
  /* line 54, app/assets/stylesheets/theme/config/_spacing.scss */
  .mb-lg-10 {
    margin-bottom: 10rem !important;
  }
  /* line 54, app/assets/stylesheets/theme/config/_spacing.scss */
  .mb-lg-11 {
    margin-bottom: 11rem !important;
  }
  /* line 54, app/assets/stylesheets/theme/config/_spacing.scss */
  .mb-lg-12 {
    margin-bottom: 12rem !important;
  }
  /* line 54, app/assets/stylesheets/theme/config/_spacing.scss */
  .mb-lg-13 {
    margin-bottom: 13rem !important;
  }
  /* line 54, app/assets/stylesheets/theme/config/_spacing.scss */
  .mb-lg-14 {
    margin-bottom: 14rem !important;
  }
  /* line 54, app/assets/stylesheets/theme/config/_spacing.scss */
  .mb-lg-15 {
    margin-bottom: 15rem !important;
  }
  /* line 60, app/assets/stylesheets/theme/config/_spacing.scss */
  .pt-lg-0 {
    padding-top: 0rem !important;
  }
  /* line 60, app/assets/stylesheets/theme/config/_spacing.scss */
  .pt-lg-1 {
    padding-top: 1rem !important;
  }
  /* line 60, app/assets/stylesheets/theme/config/_spacing.scss */
  .pt-lg-2 {
    padding-top: 2rem !important;
  }
  /* line 60, app/assets/stylesheets/theme/config/_spacing.scss */
  .pt-lg-3 {
    padding-top: 3rem !important;
  }
  /* line 60, app/assets/stylesheets/theme/config/_spacing.scss */
  .pt-lg-4 {
    padding-top: 4rem !important;
  }
  /* line 60, app/assets/stylesheets/theme/config/_spacing.scss */
  .pt-lg-5 {
    padding-top: 5rem !important;
  }
  /* line 60, app/assets/stylesheets/theme/config/_spacing.scss */
  .pt-lg-6 {
    padding-top: 6rem !important;
  }
  /* line 60, app/assets/stylesheets/theme/config/_spacing.scss */
  .pt-lg-7 {
    padding-top: 7rem !important;
  }
  /* line 60, app/assets/stylesheets/theme/config/_spacing.scss */
  .pt-lg-8 {
    padding-top: 8rem !important;
  }
  /* line 60, app/assets/stylesheets/theme/config/_spacing.scss */
  .pt-lg-9 {
    padding-top: 9rem !important;
  }
  /* line 60, app/assets/stylesheets/theme/config/_spacing.scss */
  .pt-lg-10 {
    padding-top: 10rem !important;
  }
  /* line 60, app/assets/stylesheets/theme/config/_spacing.scss */
  .pt-lg-11 {
    padding-top: 11rem !important;
  }
  /* line 60, app/assets/stylesheets/theme/config/_spacing.scss */
  .pt-lg-12 {
    padding-top: 12rem !important;
  }
  /* line 60, app/assets/stylesheets/theme/config/_spacing.scss */
  .pt-lg-13 {
    padding-top: 13rem !important;
  }
  /* line 60, app/assets/stylesheets/theme/config/_spacing.scss */
  .pt-lg-14 {
    padding-top: 14rem !important;
  }
  /* line 60, app/assets/stylesheets/theme/config/_spacing.scss */
  .pt-lg-15 {
    padding-top: 15rem !important;
  }
  /* line 66, app/assets/stylesheets/theme/config/_spacing.scss */
  .pb-lg-0 {
    padding-bottom: 0rem !important;
  }
  /* line 66, app/assets/stylesheets/theme/config/_spacing.scss */
  .pb-lg-1 {
    padding-bottom: 1rem !important;
  }
  /* line 66, app/assets/stylesheets/theme/config/_spacing.scss */
  .pb-lg-2 {
    padding-bottom: 2rem !important;
  }
  /* line 66, app/assets/stylesheets/theme/config/_spacing.scss */
  .pb-lg-3 {
    padding-bottom: 3rem !important;
  }
  /* line 66, app/assets/stylesheets/theme/config/_spacing.scss */
  .pb-lg-4 {
    padding-bottom: 4rem !important;
  }
  /* line 66, app/assets/stylesheets/theme/config/_spacing.scss */
  .pb-lg-5 {
    padding-bottom: 5rem !important;
  }
  /* line 66, app/assets/stylesheets/theme/config/_spacing.scss */
  .pb-lg-6 {
    padding-bottom: 6rem !important;
  }
  /* line 66, app/assets/stylesheets/theme/config/_spacing.scss */
  .pb-lg-7 {
    padding-bottom: 7rem !important;
  }
  /* line 66, app/assets/stylesheets/theme/config/_spacing.scss */
  .pb-lg-8 {
    padding-bottom: 8rem !important;
  }
  /* line 66, app/assets/stylesheets/theme/config/_spacing.scss */
  .pb-lg-9 {
    padding-bottom: 9rem !important;
  }
  /* line 66, app/assets/stylesheets/theme/config/_spacing.scss */
  .pb-lg-10 {
    padding-bottom: 10rem !important;
  }
  /* line 66, app/assets/stylesheets/theme/config/_spacing.scss */
  .pb-lg-11 {
    padding-bottom: 11rem !important;
  }
  /* line 66, app/assets/stylesheets/theme/config/_spacing.scss */
  .pb-lg-12 {
    padding-bottom: 12rem !important;
  }
  /* line 66, app/assets/stylesheets/theme/config/_spacing.scss */
  .pb-lg-13 {
    padding-bottom: 13rem !important;
  }
  /* line 66, app/assets/stylesheets/theme/config/_spacing.scss */
  .pb-lg-14 {
    padding-bottom: 14rem !important;
  }
  /* line 66, app/assets/stylesheets/theme/config/_spacing.scss */
  .pb-lg-15 {
    padding-bottom: 15rem !important;
  }
}

@media screen and (min-width: 1200px) {
  /* line 74, app/assets/stylesheets/theme/config/_spacing.scss */
  .mt-xl-0 {
    margin-top: 0rem !important;
  }
  /* line 74, app/assets/stylesheets/theme/config/_spacing.scss */
  .mt-xl-1 {
    margin-top: 1rem !important;
  }
  /* line 74, app/assets/stylesheets/theme/config/_spacing.scss */
  .mt-xl-2 {
    margin-top: 2rem !important;
  }
  /* line 74, app/assets/stylesheets/theme/config/_spacing.scss */
  .mt-xl-3 {
    margin-top: 3rem !important;
  }
  /* line 74, app/assets/stylesheets/theme/config/_spacing.scss */
  .mt-xl-4 {
    margin-top: 4rem !important;
  }
  /* line 74, app/assets/stylesheets/theme/config/_spacing.scss */
  .mt-xl-5 {
    margin-top: 5rem !important;
  }
  /* line 74, app/assets/stylesheets/theme/config/_spacing.scss */
  .mt-xl-6 {
    margin-top: 6rem !important;
  }
  /* line 74, app/assets/stylesheets/theme/config/_spacing.scss */
  .mt-xl-7 {
    margin-top: 7rem !important;
  }
  /* line 74, app/assets/stylesheets/theme/config/_spacing.scss */
  .mt-xl-8 {
    margin-top: 8rem !important;
  }
  /* line 74, app/assets/stylesheets/theme/config/_spacing.scss */
  .mt-xl-9 {
    margin-top: 9rem !important;
  }
  /* line 74, app/assets/stylesheets/theme/config/_spacing.scss */
  .mt-xl-10 {
    margin-top: 10rem !important;
  }
  /* line 74, app/assets/stylesheets/theme/config/_spacing.scss */
  .mt-xl-11 {
    margin-top: 11rem !important;
  }
  /* line 74, app/assets/stylesheets/theme/config/_spacing.scss */
  .mt-xl-12 {
    margin-top: 12rem !important;
  }
  /* line 74, app/assets/stylesheets/theme/config/_spacing.scss */
  .mt-xl-13 {
    margin-top: 13rem !important;
  }
  /* line 74, app/assets/stylesheets/theme/config/_spacing.scss */
  .mt-xl-14 {
    margin-top: 14rem !important;
  }
  /* line 74, app/assets/stylesheets/theme/config/_spacing.scss */
  .mt-xl-15 {
    margin-top: 15rem !important;
  }
  /* line 80, app/assets/stylesheets/theme/config/_spacing.scss */
  .mb-xl-0 {
    margin-bottom: 0rem !important;
  }
  /* line 80, app/assets/stylesheets/theme/config/_spacing.scss */
  .mb-xl-1 {
    margin-bottom: 1rem !important;
  }
  /* line 80, app/assets/stylesheets/theme/config/_spacing.scss */
  .mb-xl-2 {
    margin-bottom: 2rem !important;
  }
  /* line 80, app/assets/stylesheets/theme/config/_spacing.scss */
  .mb-xl-3 {
    margin-bottom: 3rem !important;
  }
  /* line 80, app/assets/stylesheets/theme/config/_spacing.scss */
  .mb-xl-4 {
    margin-bottom: 4rem !important;
  }
  /* line 80, app/assets/stylesheets/theme/config/_spacing.scss */
  .mb-xl-5 {
    margin-bottom: 5rem !important;
  }
  /* line 80, app/assets/stylesheets/theme/config/_spacing.scss */
  .mb-xl-6 {
    margin-bottom: 6rem !important;
  }
  /* line 80, app/assets/stylesheets/theme/config/_spacing.scss */
  .mb-xl-7 {
    margin-bottom: 7rem !important;
  }
  /* line 80, app/assets/stylesheets/theme/config/_spacing.scss */
  .mb-xl-8 {
    margin-bottom: 8rem !important;
  }
  /* line 80, app/assets/stylesheets/theme/config/_spacing.scss */
  .mb-xl-9 {
    margin-bottom: 9rem !important;
  }
  /* line 80, app/assets/stylesheets/theme/config/_spacing.scss */
  .mb-xl-10 {
    margin-bottom: 10rem !important;
  }
  /* line 80, app/assets/stylesheets/theme/config/_spacing.scss */
  .mb-xl-11 {
    margin-bottom: 11rem !important;
  }
  /* line 80, app/assets/stylesheets/theme/config/_spacing.scss */
  .mb-xl-12 {
    margin-bottom: 12rem !important;
  }
  /* line 80, app/assets/stylesheets/theme/config/_spacing.scss */
  .mb-xl-13 {
    margin-bottom: 13rem !important;
  }
  /* line 80, app/assets/stylesheets/theme/config/_spacing.scss */
  .mb-xl-14 {
    margin-bottom: 14rem !important;
  }
  /* line 80, app/assets/stylesheets/theme/config/_spacing.scss */
  .mb-xl-15 {
    margin-bottom: 15rem !important;
  }
}

@media screen and (min-width: 1600px) {
  /* line 88, app/assets/stylesheets/theme/config/_spacing.scss */
  .mt-xxl-0 {
    margin-top: 0rem !important;
  }
  /* line 88, app/assets/stylesheets/theme/config/_spacing.scss */
  .mt-xxl-1 {
    margin-top: 1rem !important;
  }
  /* line 88, app/assets/stylesheets/theme/config/_spacing.scss */
  .mt-xxl-2 {
    margin-top: 2rem !important;
  }
  /* line 88, app/assets/stylesheets/theme/config/_spacing.scss */
  .mt-xxl-3 {
    margin-top: 3rem !important;
  }
  /* line 88, app/assets/stylesheets/theme/config/_spacing.scss */
  .mt-xxl-4 {
    margin-top: 4rem !important;
  }
  /* line 88, app/assets/stylesheets/theme/config/_spacing.scss */
  .mt-xxl-5 {
    margin-top: 5rem !important;
  }
  /* line 88, app/assets/stylesheets/theme/config/_spacing.scss */
  .mt-xxl-6 {
    margin-top: 6rem !important;
  }
  /* line 88, app/assets/stylesheets/theme/config/_spacing.scss */
  .mt-xxl-7 {
    margin-top: 7rem !important;
  }
  /* line 88, app/assets/stylesheets/theme/config/_spacing.scss */
  .mt-xxl-8 {
    margin-top: 8rem !important;
  }
  /* line 88, app/assets/stylesheets/theme/config/_spacing.scss */
  .mt-xxl-9 {
    margin-top: 9rem !important;
  }
  /* line 88, app/assets/stylesheets/theme/config/_spacing.scss */
  .mt-xxl-10 {
    margin-top: 10rem !important;
  }
  /* line 88, app/assets/stylesheets/theme/config/_spacing.scss */
  .mt-xxl-11 {
    margin-top: 11rem !important;
  }
  /* line 88, app/assets/stylesheets/theme/config/_spacing.scss */
  .mt-xxl-12 {
    margin-top: 12rem !important;
  }
  /* line 88, app/assets/stylesheets/theme/config/_spacing.scss */
  .mt-xxl-13 {
    margin-top: 13rem !important;
  }
  /* line 88, app/assets/stylesheets/theme/config/_spacing.scss */
  .mt-xxl-14 {
    margin-top: 14rem !important;
  }
  /* line 88, app/assets/stylesheets/theme/config/_spacing.scss */
  .mt-xxl-15 {
    margin-top: 15rem !important;
  }
  /* line 94, app/assets/stylesheets/theme/config/_spacing.scss */
  .mb-xxl-0 {
    margin-bottom: 0rem !important;
  }
  /* line 94, app/assets/stylesheets/theme/config/_spacing.scss */
  .mb-xxl-1 {
    margin-bottom: 1rem !important;
  }
  /* line 94, app/assets/stylesheets/theme/config/_spacing.scss */
  .mb-xxl-2 {
    margin-bottom: 2rem !important;
  }
  /* line 94, app/assets/stylesheets/theme/config/_spacing.scss */
  .mb-xxl-3 {
    margin-bottom: 3rem !important;
  }
  /* line 94, app/assets/stylesheets/theme/config/_spacing.scss */
  .mb-xxl-4 {
    margin-bottom: 4rem !important;
  }
  /* line 94, app/assets/stylesheets/theme/config/_spacing.scss */
  .mb-xxl-5 {
    margin-bottom: 5rem !important;
  }
  /* line 94, app/assets/stylesheets/theme/config/_spacing.scss */
  .mb-xxl-6 {
    margin-bottom: 6rem !important;
  }
  /* line 94, app/assets/stylesheets/theme/config/_spacing.scss */
  .mb-xxl-7 {
    margin-bottom: 7rem !important;
  }
  /* line 94, app/assets/stylesheets/theme/config/_spacing.scss */
  .mb-xxl-8 {
    margin-bottom: 8rem !important;
  }
  /* line 94, app/assets/stylesheets/theme/config/_spacing.scss */
  .mb-xxl-9 {
    margin-bottom: 9rem !important;
  }
  /* line 94, app/assets/stylesheets/theme/config/_spacing.scss */
  .mb-xxl-10 {
    margin-bottom: 10rem !important;
  }
  /* line 94, app/assets/stylesheets/theme/config/_spacing.scss */
  .mb-xxl-11 {
    margin-bottom: 11rem !important;
  }
  /* line 94, app/assets/stylesheets/theme/config/_spacing.scss */
  .mb-xxl-12 {
    margin-bottom: 12rem !important;
  }
  /* line 94, app/assets/stylesheets/theme/config/_spacing.scss */
  .mb-xxl-13 {
    margin-bottom: 13rem !important;
  }
  /* line 94, app/assets/stylesheets/theme/config/_spacing.scss */
  .mb-xxl-14 {
    margin-bottom: 14rem !important;
  }
  /* line 94, app/assets/stylesheets/theme/config/_spacing.scss */
  .mb-xxl-15 {
    margin-bottom: 15rem !important;
  }
}

/*-------------------- 7.Font Icons --------------------*/
/*-------------------- 8.HomePage --------------------*/
/* line 1, app/assets/stylesheets/theme/plugins/_plugin.scss */
:root {
  --swiper-theme-color: $primary-color !important;
  --swiper-navigation-size: 33px;
  --swiper-navigation-color: $primary-color;
  --toastify-text-color-light: #fff;
}

/* Skin structure */
/* line 9, app/assets/stylesheets/theme/skins/_skin.scss */
::-moz-selection {
  background-color: #1d3441;
}

/* line 13, app/assets/stylesheets/theme/skins/_skin.scss */
::-moz-selection {
  background-color: #1d3441;
}
::selection {
  background-color: #1d3441;
}

/* line 17, app/assets/stylesheets/theme/skins/_skin.scss */
.bg-primary {
  background-color: #1d3441 !important;
}

/* line 21, app/assets/stylesheets/theme/skins/_skin.scss */
.bg-secondary {
  background-color: #254455 !important;
}

/* line 25, app/assets/stylesheets/theme/skins/_skin.scss */
a {
  color: #222;
}

/* line 29, app/assets/stylesheets/theme/skins/_skin.scss */
a:hover,
a:focus {
  color: #090909;
}

/* line 34, app/assets/stylesheets/theme/skins/_skin.scss */
.link-underline {
  box-shadow: 0 1px 0 0 #1d3441;
}

/* line 38, app/assets/stylesheets/theme/skins/_skin.scss */
.text-primary {
  color: #1d3441 !important;
}

/* line 42, app/assets/stylesheets/theme/skins/_skin.scss */
.text-secondary {
  color: #254455 !important;
}

/* Elements */
/* line 47, app/assets/stylesheets/theme/skins/_skin.scss */
.alert-primary {
  background-color: #1d3441;
}

/* line 54, app/assets/stylesheets/theme/skins/_skin.scss */
.banner-badge .banner-link:hover .banner-link-text,
.banner-badge .banner-link:focus .banner-link-text {
  background-color: #1d3441;
}

/* line 63, app/assets/stylesheets/theme/skins/_skin.scss */
.header-3 .header-search-extended .btn,
.header-4 .header-search-extended .btn {
  background-color: transparent;
  color: #333;
}

/* line 67, app/assets/stylesheets/theme/skins/_skin.scss */
.header-3 .header-search-extended .btn:hover, .header-3 .header-search-extended .btn:focus,
.header-4 .header-search-extended .btn:hover,
.header-4 .header-search-extended .btn:focus {
  color: #1d3441;
}

/* line 75, app/assets/stylesheets/theme/skins/_skin.scss */
.btn-video {
  color: #1d3441;
}

/* line 78, app/assets/stylesheets/theme/skins/_skin.scss */
.btn-video:hover, .btn-video:focus {
  background-color: #254455;
}

/* line 86, app/assets/stylesheets/theme/skins/_skin.scss */
.breadcrumb-item a:hover, .breadcrumb-item a:focus {
  color: #1d3441;
}

/* line 93, app/assets/stylesheets/theme/skins/_skin.scss */
.btn-link {
  color: #1d3441;
}

/* line 96, app/assets/stylesheets/theme/skins/_skin.scss */
.btn-link:hover, .btn-link:focus,
.btn-link .btn-link-dark:hover,
.btn-link .btn-link-dark:focus {
  color: #1d3441;
  border-color: #1d3441;
}

/* generated with mixins */
/* line 106, app/assets/stylesheets/theme/skins/_skin.scss */
.btn-primary {
  color: #FFFFFF;
  background-color: #1d3441;
  border-color: #1d3441;
  box-shadow: none;
  font-weight: 700;
}

/* line 17, app/assets/stylesheets/theme/skins/../mixins/_buttons.scss */
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary.active:not(:disabled):not(.disabled), .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #254455;
  border-color: #254455;
  box-shadow: none;
}

/* line 29, app/assets/stylesheets/theme/skins/../mixins/_buttons.scss */
.btn-primary.disabled, .btn-primary:disabled {
  color: #FFFFFF;
  background-color: #1d3441;
  border-color: #1d3441;
}

/* line 118, app/assets/stylesheets/theme/skins/_skin.scss */
.btn-secondary {
  color: #fff;
  background-color: #254455;
  border-color: #254455;
  box-shadow: none;
}

/* line 17, app/assets/stylesheets/theme/skins/../mixins/_buttons.scss */
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary.focus, .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary.active:not(:disabled):not(.disabled), .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #1d3441;
  border-color: #1d3441;
  box-shadow: none;
}

/* line 29, app/assets/stylesheets/theme/skins/../mixins/_buttons.scss */
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #254455;
  border-color: #254455;
}

/* line 129, app/assets/stylesheets/theme/skins/_skin.scss */
.btn-white {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
  box-shadow: none;
}

/* line 17, app/assets/stylesheets/theme/skins/../mixins/_buttons.scss */
.btn-white:hover, .btn-white:focus, .btn-white.focus, .btn-white:not(:disabled):not(.disabled):active, .btn-white.active:not(:disabled):not(.disabled), .show > .btn-white.dropdown-toggle {
  color: #fff;
  background-color: #1d3441;
  border-color: #1d3441;
  box-shadow: none;
}

/* line 29, app/assets/stylesheets/theme/skins/../mixins/_buttons.scss */
.btn-white.disabled, .btn-white:disabled {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}

/* line 140, app/assets/stylesheets/theme/skins/_skin.scss */
.btn-white-2 {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
  box-shadow: none;
}

/* line 17, app/assets/stylesheets/theme/skins/../mixins/_buttons.scss */
.btn-white-2:hover, .btn-white-2:focus, .btn-white-2.focus, .btn-white-2:not(:disabled):not(.disabled):active, .btn-white-2.active:not(:disabled):not(.disabled), .show > .btn-white-2.dropdown-toggle {
  color: #fff;
  background-color: #254455;
  border-color: #254455;
  box-shadow: none;
}

/* line 29, app/assets/stylesheets/theme/skins/../mixins/_buttons.scss */
.btn-white-2.disabled, .btn-white-2:disabled {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}

/* line 151, app/assets/stylesheets/theme/skins/_skin.scss */
.btn-primary-white {
  color: #fff;
  background-color: #1d3441;
  border-color: #1d3441;
  box-shadow: none;
}

/* line 17, app/assets/stylesheets/theme/skins/../mixins/_buttons.scss */
.btn-primary-white:hover, .btn-primary-white:focus, .btn-primary-white.focus, .btn-primary-white:not(:disabled):not(.disabled):active, .btn-primary-white.active:not(:disabled):not(.disabled), .show > .btn-primary-white.dropdown-toggle {
  color: #1d3441;
  background-color: #fff;
  border-color: #fff;
  box-shadow: none;
}

/* line 29, app/assets/stylesheets/theme/skins/../mixins/_buttons.scss */
.btn-primary-white.disabled, .btn-primary-white:disabled {
  color: #fff;
  background-color: #1d3441;
  border-color: #1d3441;
}

/* line 162, app/assets/stylesheets/theme/skins/_skin.scss */
.btn-white-primary {
  color: #1d3441;
  background-color: #fff;
  border-color: #fff;
  box-shadow: none;
}

/* line 17, app/assets/stylesheets/theme/skins/../mixins/_buttons.scss */
.btn-white-primary:hover, .btn-white-primary:focus, .btn-white-primary.focus, .btn-white-primary:not(:disabled):not(.disabled):active, .btn-white-primary.active:not(:disabled):not(.disabled), .show > .btn-white-primary.dropdown-toggle {
  color: #fff;
  background-color: #1d3441;
  border-color: #1d3441;
  box-shadow: none;
}

/* line 29, app/assets/stylesheets/theme/skins/../mixins/_buttons.scss */
.btn-white-primary.disabled, .btn-white-primary:disabled {
  color: #1d3441;
  background-color: #fff;
  border-color: #fff;
}

/* line 173, app/assets/stylesheets/theme/skins/_skin.scss */
.btn-dark {
  color: #fff;
  background-color: #333;
  border-color: #333;
  box-shadow: none;
}

/* line 17, app/assets/stylesheets/theme/skins/../mixins/_buttons.scss */
.btn-dark:hover, .btn-dark:focus, .btn-dark.focus, .btn-dark:not(:disabled):not(.disabled):active, .btn-dark.active:not(:disabled):not(.disabled), .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d3441;
  border-color: #1d3441;
  box-shadow: none;
}

/* line 29, app/assets/stylesheets/theme/skins/../mixins/_buttons.scss */
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

/* line 177, app/assets/stylesheets/theme/skins/_skin.scss */
.btn-outline {
  color: #1d3441;
  background-color: transparent;
  background-image: none;
  border-color: #ebebeb;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

/* line 51, app/assets/stylesheets/theme/skins/../mixins/_buttons.scss */
.btn-outline:hover, .btn-outline:focus, .btn-outline.focus, .btn-outline:not(:disabled):not(.disabled):active, .btn-outline.active:not(:disabled):not(.disabled), .show > .btn-outline.dropdown-toggle {
  color: #1d3441;
  background-color: transparent;
  border-color: #ebebeb;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

/* line 63, app/assets/stylesheets/theme/skins/../mixins/_buttons.scss */
.btn-outline.disabled, .btn-outline:disabled {
  color: #1d3441;
  background-color: transparent;
}

/* line 189, app/assets/stylesheets/theme/skins/_skin.scss */
.btn-outline-primary {
  color: #1d3441;
  background-color: transparent;
  background-image: none;
  border-color: #1d3441;
  box-shadow: none;
}

/* line 51, app/assets/stylesheets/theme/skins/../mixins/_buttons.scss */
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary.focus, .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary.active:not(:disabled):not(.disabled), .show > .btn-outline-primary.dropdown-toggle {
  color: #1d3441;
  background-color: transparent;
  border-color: #ebebeb;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

/* line 63, app/assets/stylesheets/theme/skins/../mixins/_buttons.scss */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #1d3441;
  background-color: transparent;
}

/* line 201, app/assets/stylesheets/theme/skins/_skin.scss */
.btn-outline-primary-2 {
  color: #1d3441;
  background-color: transparent;
  background-image: none;
  border-color: #1d3441;
  box-shadow: none;
}

/* line 51, app/assets/stylesheets/theme/skins/../mixins/_buttons.scss */
.btn-outline-primary-2:hover, .btn-outline-primary-2:focus, .btn-outline-primary-2.focus, .btn-outline-primary-2:not(:disabled):not(.disabled):active, .btn-outline-primary-2.active:not(:disabled):not(.disabled), .show > .btn-outline-primary-2.dropdown-toggle {
  color: #fff;
  background-color: #1d3441;
  border-color: #1d3441;
  box-shadow: none;
}

/* line 63, app/assets/stylesheets/theme/skins/../mixins/_buttons.scss */
.btn-outline-primary-2.disabled, .btn-outline-primary-2:disabled {
  color: #1d3441;
  background-color: transparent;
}

/* line 213, app/assets/stylesheets/theme/skins/_skin.scss */
.btn-outline-light {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
  box-shadow: none;
}

/* line 51, app/assets/stylesheets/theme/skins/../mixins/_buttons.scss */
.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light.focus, .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light.active:not(:disabled):not(.disabled), .show > .btn-outline-light.dropdown-toggle {
  color: #1d3441;
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
}

/* line 63, app/assets/stylesheets/theme/skins/../mixins/_buttons.scss */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #fff;
  background-color: transparent;
}

/* line 217, app/assets/stylesheets/theme/skins/_skin.scss */
.btn-outline-dark {
  color: #333333;
  background-color: transparent;
  background-image: none;
  border-color: #d7d7d7;
  box-shadow: none;
}

/* line 51, app/assets/stylesheets/theme/skins/../mixins/_buttons.scss */
.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark.focus, .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark.active:not(:disabled):not(.disabled), .show > .btn-outline-dark.dropdown-toggle {
  color: #1d3441;
  background-color: transparent;
  border-color: #ebebeb;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

/* line 63, app/assets/stylesheets/theme/skins/../mixins/_buttons.scss */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #333333;
  background-color: transparent;
}

/* line 229, app/assets/stylesheets/theme/skins/_skin.scss */
.btn-outline-dark-2 {
  color: #333333;
  background-color: transparent;
  background-image: none;
  border-color: #ebebeb;
  box-shadow: none;
}

/* line 51, app/assets/stylesheets/theme/skins/../mixins/_buttons.scss */
.btn-outline-dark-2:hover, .btn-outline-dark-2:focus, .btn-outline-dark-2.focus, .btn-outline-dark-2:not(:disabled):not(.disabled):active, .btn-outline-dark-2.active:not(:disabled):not(.disabled), .show > .btn-outline-dark-2.dropdown-toggle {
  color: #1d3441;
  background-color: #fafafa;
  border-color: #ebebeb;
  box-shadow: none;
}

/* line 63, app/assets/stylesheets/theme/skins/../mixins/_buttons.scss */
.btn-outline-dark-2.disabled, .btn-outline-dark-2:disabled {
  color: #333333;
  background-color: transparent;
}

/* line 241, app/assets/stylesheets/theme/skins/_skin.scss */
.btn-outline-dark-3 {
  color: #333333;
  background-color: transparent;
  background-image: none;
  border-color: #d7d7d7;
  box-shadow: none;
}

/* line 51, app/assets/stylesheets/theme/skins/../mixins/_buttons.scss */
.btn-outline-dark-3:hover, .btn-outline-dark-3:focus, .btn-outline-dark-3.focus, .btn-outline-dark-3:not(:disabled):not(.disabled):active, .btn-outline-dark-3.active:not(:disabled):not(.disabled), .show > .btn-outline-dark-3.dropdown-toggle {
  color: #1d3441;
  background-color: transparent;
  border-color: #1d3441;
  box-shadow: none;
}

/* line 63, app/assets/stylesheets/theme/skins/../mixins/_buttons.scss */
.btn-outline-dark-3.disabled, .btn-outline-dark-3:disabled {
  color: #333333;
  background-color: transparent;
}

/* line 253, app/assets/stylesheets/theme/skins/_skin.scss */
.btn-outline-darker {
  color: #333333;
  background-color: transparent;
  background-image: none;
  border-color: #d7d7d7;
  box-shadow: none;
}

/* line 51, app/assets/stylesheets/theme/skins/../mixins/_buttons.scss */
.btn-outline-darker:hover, .btn-outline-darker:focus, .btn-outline-darker.focus, .btn-outline-darker:not(:disabled):not(.disabled):active, .btn-outline-darker.active:not(:disabled):not(.disabled), .show > .btn-outline-darker.dropdown-toggle {
  color: #fff;
  background-color: #1d3441;
  border-color: #1d3441;
  box-shadow: none;
}

/* line 63, app/assets/stylesheets/theme/skins/../mixins/_buttons.scss */
.btn-outline-darker.disabled, .btn-outline-darker:disabled {
  color: #333333;
  background-color: transparent;
}

/* line 265, app/assets/stylesheets/theme/skins/_skin.scss */
.btn-outline-gray {
  color: #333333;
  background-color: transparent;
  background-image: none;
  border-color: #959595;
  box-shadow: none;
}

/* line 51, app/assets/stylesheets/theme/skins/../mixins/_buttons.scss */
.btn-outline-gray:hover, .btn-outline-gray:focus, .btn-outline-gray.focus, .btn-outline-gray:not(:disabled):not(.disabled):active, .btn-outline-gray.active:not(:disabled):not(.disabled), .show > .btn-outline-gray.dropdown-toggle {
  color: #fff;
  background-color: #1d3441;
  border-color: #1d3441;
  box-shadow: none;
}

/* line 63, app/assets/stylesheets/theme/skins/../mixins/_buttons.scss */
.btn-outline-gray.disabled, .btn-outline-gray:disabled {
  color: #333333;
  background-color: transparent;
}

/* line 277, app/assets/stylesheets/theme/skins/_skin.scss */
.btn-outline-lightgray {
  color: #333333;
  background-color: transparent;
  background-image: none;
  border-color: #ebebeb;
  box-shadow: none;
}

/* line 51, app/assets/stylesheets/theme/skins/../mixins/_buttons.scss */
.btn-outline-lightgray:hover, .btn-outline-lightgray:focus, .btn-outline-lightgray.focus, .btn-outline-lightgray:not(:disabled):not(.disabled):active, .btn-outline-lightgray.active:not(:disabled):not(.disabled), .show > .btn-outline-lightgray.dropdown-toggle {
  color: #1d3441;
  background-color: #f5f6f9;
  border-color: #ebebeb;
  box-shadow: none;
}

/* line 63, app/assets/stylesheets/theme/skins/../mixins/_buttons.scss */
.btn-outline-lightgray.disabled, .btn-outline-lightgray:disabled {
  color: #333333;
  background-color: transparent;
}

/* line 289, app/assets/stylesheets/theme/skins/_skin.scss */
.btn-outline-white {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
  box-shadow: none;
}

/* line 51, app/assets/stylesheets/theme/skins/../mixins/_buttons.scss */
.btn-outline-white:hover, .btn-outline-white:focus, .btn-outline-white.focus, .btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white.active:not(:disabled):not(.disabled), .show > .btn-outline-white.dropdown-toggle {
  color: #fff;
  background-color: #1d3441;
  border-color: #1d3441;
  box-shadow: none;
}

/* line 63, app/assets/stylesheets/theme/skins/../mixins/_buttons.scss */
.btn-outline-white.disabled, .btn-outline-white:disabled {
  color: #fff;
  background-color: transparent;
}

/* line 301, app/assets/stylesheets/theme/skins/_skin.scss */
.btn-outline-white-2 {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
  box-shadow: none;
}

/* line 51, app/assets/stylesheets/theme/skins/../mixins/_buttons.scss */
.btn-outline-white-2:hover, .btn-outline-white-2:focus, .btn-outline-white-2.focus, .btn-outline-white-2:not(:disabled):not(.disabled):active, .btn-outline-white-2.active:not(:disabled):not(.disabled), .show > .btn-outline-white-2.dropdown-toggle {
  color: #fff;
  background-color: #254455;
  border-color: #254455;
  box-shadow: none;
}

/* line 63, app/assets/stylesheets/theme/skins/../mixins/_buttons.scss */
.btn-outline-white-2.disabled, .btn-outline-white-2:disabled {
  color: #fff;
  background-color: transparent;
}

/* line 313, app/assets/stylesheets/theme/skins/_skin.scss */
.btn-outline-white-4 {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
  box-shadow: none;
}

/* line 51, app/assets/stylesheets/theme/skins/../mixins/_buttons.scss */
.btn-outline-white-4:hover, .btn-outline-white-4:focus, .btn-outline-white-4.focus, .btn-outline-white-4:not(:disabled):not(.disabled):active, .btn-outline-white-4.active:not(:disabled):not(.disabled), .show > .btn-outline-white-4.dropdown-toggle {
  color: #1d3441;
  background-color: #fff;
  border-color: #fff;
  box-shadow: none;
}

/* line 63, app/assets/stylesheets/theme/skins/../mixins/_buttons.scss */
.btn-outline-white-4.disabled, .btn-outline-white-4:disabled {
  color: #fff;
  background-color: transparent;
}

/* line 326, app/assets/stylesheets/theme/skins/_skin.scss */
.newsletter-popup-container .input-group .btn:hover, .newsletter-popup-container .input-group .btn:focus {
  background-color: #1d3441;
}

/* line 334, app/assets/stylesheets/theme/skins/_skin.scss */
.bg-image .btn-link-dark:hover, .bg-image .btn-link-dark:focus {
  color: #1d3441;
  border-color: #1d3441;
}

/* line 342, app/assets/stylesheets/theme/skins/_skin.scss */
.bg-image .btn-outline-primary:hover, .bg-image .btn-outline-primary:focus, .bg-image .btn-outline-primary.focus, .bg-image .btn-outline-primary:not(:disabled):not(.disabled):active, .bg-image .btn-outline-primary.active:not(:disabled):not(.disabled), .show > .bg-image .btn-outline-primary.dropdown-toggle {
  background-color: #1d3441;
  border-color: #1d3441;
}

/* line 354, app/assets/stylesheets/theme/skins/_skin.scss */
.bg-image .btn-outline-dark:hover, .bg-image .btn-outline-dark:focus, .bg-image .btn-outline-dark.focus, .bg-image .btn-outline-dark:not(:disabled):not(.disabled):active, .bg-image .btn-outline-dark.active:not(:disabled):not(.disabled), .show > .bg-image .btn-outline-dark.dropdown-toggle {
  color: #1d3441;
}

/* line 366, app/assets/stylesheets/theme/skins/_skin.scss */
.card-title a {
  color: #1d3441;
}

/* line 369, app/assets/stylesheets/theme/skins/_skin.scss */
.card-title a:before {
  color: #1d3441;
}

/* line 374, app/assets/stylesheets/theme/skins/_skin.scss */
.card-title a.collapsed:hover, .card-title a.collapsed:focus {
  color: #1d3441;
}

/* line 382, app/assets/stylesheets/theme/skins/_skin.scss */
.count-wrapper {
  color: #1d3441;
}

/* line 387, app/assets/stylesheets/theme/skins/_skin.scss */
.feature-box i {
  color: #1d3441;
}

/* line 393, app/assets/stylesheets/theme/skins/_skin.scss */
.feature-box-simple i {
  color: #1d3441;
}

/* line 398, app/assets/stylesheets/theme/skins/_skin.scss */
.form-control:focus {
  border-color: #1d3441;
}

/* line 403, app/assets/stylesheets/theme/skins/_skin.scss */
.custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #1d3441;
}

/* line 407, app/assets/stylesheets/theme/skins/_skin.scss */
.custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #1d3441;
}

/* line 412, app/assets/stylesheets/theme/skins/_skin.scss */
.icon-box-icon {
  color: #1d3441;
}

/* line 417, app/assets/stylesheets/theme/skins/_skin.scss */
.icon-box-circle .icon-box-icon {
  background-color: #1d3441;
}

/* line 424, app/assets/stylesheets/theme/skins/_skin.scss */
.instagram-feed-content a:hover, .instagram-feed-content a:focus {
  color: #1d3441;
}

/* line 432, app/assets/stylesheets/theme/skins/_skin.scss */
.close:hover, .close:focus {
  color: #1d3441;
}

/* line 440, app/assets/stylesheets/theme/skins/_skin.scss */
.page-header h1 span, .page-header .h1 span {
  color: #1d3441;
}

/* line 447, app/assets/stylesheets/theme/skins/_skin.scss */
.page-link:hover, .page-link:focus {
  color: #1d3441;
}

/* line 454, app/assets/stylesheets/theme/skins/_skin.scss */
.page-item.active .page-link {
  color: #1d3441;
}

/* line 460, app/assets/stylesheets/theme/skins/_skin.scss */
.social-icon:hover, .social-icon:focus {
  color: #1d3441;
  border-color: #1d3441;
}

/* line 468, app/assets/stylesheets/theme/skins/_skin.scss */
.testimonial-icon:before {
  color: #1d3441;
}

/* line 475, app/assets/stylesheets/theme/skins/_skin.scss */
.nav.nav-tabs .nav-link:hover, .nav.nav-tabs .nav-link:focus {
  color: #1d3441;
}

/* line 482, app/assets/stylesheets/theme/skins/_skin.scss */
.nav.nav-tabs .nav-item.show .nav-link,
.nav.nav-tabs .nav-item .nav-link.active {
  color: #1d3441;
}

/* line 491, app/assets/stylesheets/theme/skins/_skin.scss */
.nav.nav-pills .nav-link:hover, .nav.nav-pills .nav-link:focus {
  color: #1d3441;
}

/* line 498, app/assets/stylesheets/theme/skins/_skin.scss */
.nav.nav-pills .nav-item.show .nav-link,
.nav.nav-pills .nav-item .nav-link.active {
  color: #1d3441;
  border-bottom-color: #1d3441;
}

/* line 506, app/assets/stylesheets/theme/skins/_skin.scss */
.nav.nav-dark .nav-item .nav-link.active {
  color: #333;
}

/* line 512, app/assets/stylesheets/theme/skins/_skin.scss */
.nav.nav-border-anim .nav-link:before {
  background-color: #1d3441;
}

/* line 519, app/assets/stylesheets/theme/skins/_skin.scss */
.title-link:hover, .title-link:focus {
  box-shadow: 0 1px 0 0 #1d3441;
}

/* line 527, app/assets/stylesheets/theme/skins/_skin.scss */
.product-countdown.countdown-primary .countdown-amount {
  color: #1d3441;
}

/* line 534, app/assets/stylesheets/theme/skins/_skin.scss */
.product-title a:hover, .product-title a:focus {
  color: #1d3441;
}

/* line 540, app/assets/stylesheets/theme/skins/_skin.scss */
.product-price {
  color: #1d3441;
}

/* line 545, app/assets/stylesheets/theme/skins/_skin.scss */
.product-label.label-primary {
  background-color: #1d3441;
}

/* line 549, app/assets/stylesheets/theme/skins/_skin.scss */
.product-label.label-secondary {
  background-color: #254455;
}

/* line 554, app/assets/stylesheets/theme/skins/_skin.scss */
.product-label-text {
  color: #1d3441;
}

/* line 559, app/assets/stylesheets/theme/skins/_skin.scss */
.ratings-primary .ratings-val {
  color: #1d3441;
}

/* line 565, app/assets/stylesheets/theme/skins/_skin.scss */
.ratings-text a:hover, .ratings-text a:focus {
  color: #1d3441;
}

/* line 571, app/assets/stylesheets/theme/skins/_skin.scss */
.btn-product {
  color: #1d3441;
}

/* line 576, app/assets/stylesheets/theme/skins/_skin.scss */
.btn-product:hover span, .btn-product:focus span {
  color: #1d3441;
}

/* line 585, app/assets/stylesheets/theme/skins/_skin.scss */
.product-details-action .btn-product.btn-cart:hover span, .product-details-action .btn-product.btn-cart:focus span {
  color: #fff;
}

/* line 591, app/assets/stylesheets/theme/skins/_skin.scss */
.btn-product-icon {
  color: #1d3441;
}

/* line 594, app/assets/stylesheets/theme/skins/_skin.scss */
.btn-product-icon:hover, .btn-product-icon:focus {
  background-color: #1d3441;
}

/* line 601, app/assets/stylesheets/theme/skins/_skin.scss */
.product-body .btn-wishlist:hover, .product-body .btn-wishlist:focus {
  color: #1d3441;
}

/* line 608, app/assets/stylesheets/theme/skins/_skin.scss */
.btn-expandable span {
  background-color: #1d3441;
}

/* line 615, app/assets/stylesheets/theme/skins/_skin.scss */
.product.product-4 .btn-product:hover, .product.product-4 .btn-product:focus {
  background-color: #254455;
}

/* line 623, app/assets/stylesheets/theme/skins/_skin.scss */
.product.product-5 .btn-product {
  color: #1d3441;
}

/* line 626, app/assets/stylesheets/theme/skins/_skin.scss */
.product.product-5 .btn-product:hover, .product.product-5 .btn-product:focus {
  background-color: #1d3441;
}

/* line 634, app/assets/stylesheets/theme/skins/_skin.scss */
.product.product-7 .btn-product {
  color: #1d3441;
}

/* line 637, app/assets/stylesheets/theme/skins/_skin.scss */
.product.product-7 .btn-product span {
  color: #1d3441;
}

/* line 641, app/assets/stylesheets/theme/skins/_skin.scss */
.product.product-7 .btn-product:hover, .product.product-7 .btn-product:focus {
  background-color: #1d3441;
  border-bottom-color: #1d3441;
}

/* line 650, app/assets/stylesheets/theme/skins/_skin.scss */
.product.product-8 .new-price {
  color: #1d3441;
}

/* line 655, app/assets/stylesheets/theme/skins/_skin.scss */
.product.product-8 .btn-product:before {
  color: #1d3441;
}

/* line 659, app/assets/stylesheets/theme/skins/_skin.scss */
.product.product-8 .btn-product:hover, .product.product-8 .btn-product:focus {
  background-color: #1d3441;
}

/* line 668, app/assets/stylesheets/theme/skins/_skin.scss */
.product.product-list .btn-product:hover, .product.product-list .btn-product:focus {
  color: #1d3441;
}

/* line 673, app/assets/stylesheets/theme/skins/_skin.scss */
.product.product-list .btn-product.btn-cart {
  color: #1d3441;
  border-color: #1d3441;
}

/* line 677, app/assets/stylesheets/theme/skins/_skin.scss */
.product.product-list .btn-product.btn-cart:hover, .product.product-list .btn-product.btn-cart:focus {
  background-color: #1d3441;
}

/* Footers */
/* line 687, app/assets/stylesheets/theme/skins/_skin.scss */
.footer a:hover,
.footer a:focus {
  color: #f2eccd;
}

/* line 695, app/assets/stylesheets/theme/skins/_skin.scss */
.footer-dark.footer-2 .widget-about-title {
  color: #1d3441;
}

/* Headers */
/* line 704, app/assets/stylesheets/theme/skins/_skin.scss */
.header-top a:hover, .header-top a:focus {
  color: #1d3441;
}

/* line 712, app/assets/stylesheets/theme/skins/_skin.scss */
.top-menu span {
  color: #1d3441;
}

/* line 719, app/assets/stylesheets/theme/skins/_skin.scss */
.header-menu a:hover, .header-menu a:focus {
  color: #1d3441;
}

/* line 727, app/assets/stylesheets/theme/skins/_skin.scss */
.account a:hover, .account a:focus {
  color: #1d3441;
}

/* line 734, app/assets/stylesheets/theme/skins/_skin.scss */
.wishlist a:hover, .wishlist a:focus {
  color: #1d3441;
}

/* line 738, app/assets/stylesheets/theme/skins/_skin.scss */
.wishlist a .wishlist-count {
  background-color: #1d3441;
}

/* line 747, app/assets/stylesheets/theme/skins/_skin.scss */
.cart-dropdown:hover .dropdown-toggle, .cart-dropdown.show .dropdown-toggle,
.compare-dropdown:hover .dropdown-toggle,
.compare-dropdown.show .dropdown-toggle {
  color: #1d3441;
}

/* line 755, app/assets/stylesheets/theme/skins/_skin.scss */
.compare-product-title a:hover, .compare-product-title a:focus {
  color: #1d3441;
}

/* line 764, app/assets/stylesheets/theme/skins/_skin.scss */
.compare-actions .action-link:hover, .compare-actions .action-link:focus {
  color: #1d3441;
}

/* line 772, app/assets/stylesheets/theme/skins/_skin.scss */
.cart-dropdown .cart-count {
  background-color: #1d3441;
}

/* line 778, app/assets/stylesheets/theme/skins/_skin.scss */
.cart-dropdown .product-title a:hover, .cart-dropdown .product-title a:focus {
  color: #1d3441;
}

/* line 787, app/assets/stylesheets/theme/skins/_skin.scss */
.wishlist-link .wishlist-count {
  background-color: #1d3441;
}

/* line 791, app/assets/stylesheets/theme/skins/_skin.scss */
.wishlist-link:hover, .wishlist-link:focus {
  color: #1d3441;
}

/* line 797, app/assets/stylesheets/theme/skins/_skin.scss */
.search-toggle:hover,
.search-toggle:focus,
.search-toggle.active {
  color: #1d3441;
}

/* Menu */
/* line 808, app/assets/stylesheets/theme/skins/_skin.scss */
.menu li:hover > a,
.menu li.show > a,
.menu li.active > a {
  color: #1d3441;
}

/* line 814, app/assets/stylesheets/theme/skins/_skin.scss */
.main-nav li.active a.link-active {
  color: #1d3441;
}

/* line 820, app/assets/stylesheets/theme/skins/_skin.scss */
.demo-item a:hover, .demo-item a:focus {
  color: #1d3441;
}

/* line 827, app/assets/stylesheets/theme/skins/_skin.scss */
.tip {
  background-color: #1d3441;
}

/* line 833, app/assets/stylesheets/theme/skins/_skin.scss */
.header-bottom .menu > li > a:before {
  background-color: #1d3441;
}

/* line 841, app/assets/stylesheets/theme/skins/_skin.scss */
.category-dropdown .dropdown-toggle:before {
  background-color: #1d3441;
}

/* line 845, app/assets/stylesheets/theme/skins/_skin.scss */
.category-dropdown .dropdown-toggle:hover {
  color: #fff;
  background-color: #1d3441;
}

/* line 852, app/assets/stylesheets/theme/skins/_skin.scss */
.category-dropdown:not(.is-on):hover .dropdown-toggle {
  background-color: #1d3441;
}

/* line 858, app/assets/stylesheets/theme/skins/_skin.scss */
.category-dropdown.show .dropdown-toggle {
  color: #fff;
  background-color: #1d3441;
}

/* line 865, app/assets/stylesheets/theme/skins/_skin.scss */
.category-dropdown .dropdown-item:hover, .category-dropdown .dropdown-item:focus {
  color: #1d3441;
}

/* Vertical Menu */
/* line 877, app/assets/stylesheets/theme/skins/_skin.scss */
.menu-vertical li:hover > a,
.menu-vertical li.show > a,
.menu-vertical li.active > a {
  color: #1d3441;
}

/* line 885, app/assets/stylesheets/theme/skins/_skin.scss */
.menu-vertical > li:hover > a,
.menu-vertical > li.show > a,
.menu-vertical > li.active > a {
  color: #1d3441;
}

/* line 893, app/assets/stylesheets/theme/skins/_skin.scss */
.mobile-menu-close:hover, .mobile-menu-close:focus,
.mobile-search-close:hover,
.mobile-search-close:focus {
  color: #1d3441;
}

/* line 902, app/assets/stylesheets/theme/skins/_skin.scss */
.mobile-menu li a:hover, .mobile-menu li a:focus {
  color: #1d3441;
}

/* line 910, app/assets/stylesheets/theme/skins/_skin.scss */
.mobile-menu li.open > a, .mobile-menu li.active > a {
  color: #1d3441;
}

/* line 918, app/assets/stylesheets/theme/skins/_skin.scss */
.mmenu-btn:hover, .mmenu-btn:focus {
  color: #1d3441;
}

/* line 926, app/assets/stylesheets/theme/skins/_skin.scss */
.mobile-search .form-control:focus {
  border-color: #1d3441;
}

/* line 934, app/assets/stylesheets/theme/skins/_skin.scss */
.nav.nav-pills-mobile .nav-link.active, .nav.nav-pills-mobile .nav-link:hover, .nav.nav-pills-mobile .nav-link:focus {
  color: #1d3441;
  border-bottom-color: #1d3441;
}

/* line 946, app/assets/stylesheets/theme/skins/_skin.scss */
.mobile-cats-menu li a:hover, .mobile-cats-menu li a:focus {
  color: #1d3441;
}

/* line 959, app/assets/stylesheets/theme/skins/_skin.scss */
.mobile-menu-light .mobile-menu li.open > a, .mobile-menu-light .mobile-menu li.active > a {
  color: #1d3441;
}

/* line 968, app/assets/stylesheets/theme/skins/_skin.scss */
.mobile-menu-light .mobile-search .form-control:focus {
  border-color: #1d3441;
}

/* Header 4 */
/* line 978, app/assets/stylesheets/theme/skins/_skin.scss */
.header-4 .header-search .header-search-wrapper {
  border-color: #1d3441;
}

/* line 984, app/assets/stylesheets/theme/skins/_skin.scss */
.header-4 .dropdown.category-dropdown .dropdown-toggle:not(:hover):not(:focus) {
  color: #1d3441;
}

@media screen and (max-width: 991px) {
  /* line 994, app/assets/stylesheets/theme/skins/_skin.scss */
  .header-4 .header-search-visible .header-search-wrapper:before {
    border-bottom-color: #1d3441;
  }
}

/* Header 6 */
/* line 1006, app/assets/stylesheets/theme/skins/_skin.scss */
.header-6 .header-middle a:hover, .header-6 .header-middle a:focus {
  color: #1d3441;
}

/* line 1015, app/assets/stylesheets/theme/skins/_skin.scss */
.header-8 .header-top {
  color: #4e8bae;
  background-color: #1d3441;
}

/* Header 10 */
/* line 1024, app/assets/stylesheets/theme/skins/_skin.scss */
.header-10 .header-search .header-search-wrapper {
  border-color: #1d3441;
}

/* line 1030, app/assets/stylesheets/theme/skins/_skin.scss */
.header-10 .category-dropdown .dropdown-toggle {
  background-color: #1d3441;
}

/* line 1036, app/assets/stylesheets/theme/skins/_skin.scss */
.header-10 .menu-vertical .menu-title {
  color: #1d3441;
}

/* Header 12 */
/* line 1045, app/assets/stylesheets/theme/skins/_skin.scss */
.header-12 .dropdown.category-dropdown .dropdown-toggle {
  background-color: #1d3441;
}

/* Header 13 */
/* line 1054, app/assets/stylesheets/theme/skins/_skin.scss */
.header-13 .dropdown.category-dropdown .dropdown-toggle {
  background-color: #1d3441;
}

/* Header 14 */
/* line 1063, app/assets/stylesheets/theme/skins/_skin.scss */
.header-14 .header-search .header-search-wrapper {
  border-color: #1d3441;
}

/* line 1069, app/assets/stylesheets/theme/skins/_skin.scss */
.header-14 .dropdown.category-dropdown .dropdown-toggle {
  background-color: #1d3441;
}

/* Pages */
/* line 1080, app/assets/stylesheets/theme/skins/_skin.scss */
.entry-video a:hover:after, .entry-video a:focus:after {
  color: #1d3441;
}

/* line 1089, app/assets/stylesheets/theme/skins/_skin.scss */
.entry-meta a:hover, .entry-meta a:focus {
  color: #1d3441;
  box-shadow: 0 1px 0 #1d3441;
}

/* line 1099, app/assets/stylesheets/theme/skins/_skin.scss */
.entry-title a:hover, .entry-title a:focus {
  color: #1d3441;
}

/* line 1108, app/assets/stylesheets/theme/skins/_skin.scss */
.entry-cats a:hover, .entry-cats a:focus {
  color: #1d3441;
  box-shadow: 0 1px 0 #1d3441;
}

/* line 1117, app/assets/stylesheets/theme/skins/_skin.scss */
.read-more:hover, .read-more:focus {
  box-shadow: 0 1px 0 0 #1d3441;
}

/* line 1125, app/assets/stylesheets/theme/skins/_skin.scss */
.menu-cat a:hover, .menu-cat a:focus {
  color: #1d3441;
}

/* line 1132, app/assets/stylesheets/theme/skins/_skin.scss */
.menu-cat li.active a {
  color: #1d3441;
  box-shadow: 0 1px 0 #1d3441;
}

/* line 1141, app/assets/stylesheets/theme/skins/_skin.scss */
.widget-search .btn:hover, .widget-search .btn:focus {
  color: #1d3441;
}

/* line 1150, app/assets/stylesheets/theme/skins/_skin.scss */
.widget-cats a:hover, .widget-cats a:focus {
  color: #1d3441;
}

/* line 1159, app/assets/stylesheets/theme/skins/_skin.scss */
.posts-list a:hover, .posts-list a:focus {
  color: #1d3441;
}

/* line 1168, app/assets/stylesheets/theme/skins/_skin.scss */
.tagcloud a:hover, .tagcloud a:focus {
  color: #1d3441;
}

/* line 1176, app/assets/stylesheets/theme/skins/_skin.scss */
.table .total-col {
  color: #1d3441;
}

/* line 1182, app/assets/stylesheets/theme/skins/_skin.scss */
.btn.btn-spinner:hover, .btn.btn-spinner:focus {
  color: #1d3441;
}

/* line 1191, app/assets/stylesheets/theme/skins/_skin.scss */
.table.table-summary .summary-shipping-estimate a:hover, .table.table-summary .summary-shipping-estimate a:focus {
  color: #1d3441;
  border-bottom-color: #1d3441;
}

/* line 1201, app/assets/stylesheets/theme/skins/_skin.scss */
.sidebar-toggler:hover, .sidebar-toggler:focus {
  color: #1d3441;
}

/* line 1207, app/assets/stylesheets/theme/skins/_skin.scss */
#filter-price-range {
  color: #1d3441;
}

/* line 1213, app/assets/stylesheets/theme/skins/_skin.scss */
.checkout-discount label span {
  color: #1d3441;
}

/* line 1219, app/assets/stylesheets/theme/skins/_skin.scss */
.checkout-discount .form-control:focus {
  border-color: #1d3441;
}

/* line 1227, app/assets/stylesheets/theme/skins/_skin.scss */
.table.table-summary a:hover, .table.table-summary a:focus {
  color: #1d3441;
}

/* line 1233, app/assets/stylesheets/theme/skins/_skin.scss */
.table.table-summary .summary-total td {
  color: #1d3441;
}

/* line 1241, app/assets/stylesheets/theme/skins/_skin.scss */
.accordion-summary .card-title a:before {
  border-color: #1d3441;
}

/* line 1245, app/assets/stylesheets/theme/skins/_skin.scss */
.accordion-summary .card-title a:after {
  background-color: #1d3441;
}

/* line 1253, app/assets/stylesheets/theme/skins/_skin.scss */
.paypal-link:hover, .paypal-link:focus {
  color: #1d3441 !important;
}

/* line 1260, app/assets/stylesheets/theme/skins/_skin.scss */
.coming-countdown .countdown-amount {
  color: #1d3441;
}

/* line 1265, app/assets/stylesheets/theme/skins/_skin.scss */
.coming-countdown.countdown-separator .countdown-section:not(:last-child):after {
  color: #1d3441;
}

/* line 1273, app/assets/stylesheets/theme/skins/_skin.scss */
.contact-box a:hover, .contact-box a:focus {
  color: #1d3441;
}

/* line 1282, app/assets/stylesheets/theme/skins/_skin.scss */
.contact-list a:hover, .contact-list a:focus {
  color: #1d3441;
}

/* line 1288, app/assets/stylesheets/theme/skins/_skin.scss */
.contact-list i {
  color: #1d3441;
}

/* line 1295, app/assets/stylesheets/theme/skins/_skin.scss */
.store a:not(.btn):hover, .store a:not(.btn):focus {
  color: #1d3441;
}

/* line 1304, app/assets/stylesheets/theme/skins/_skin.scss */
.nav-dashboard .nav-link:hover, .nav-dashboard .nav-link:focus, .nav-dashboard .nav-link.active {
  color: #1d3441;
}

/* line 1315, app/assets/stylesheets/theme/skins/_skin.scss */
.form-tab .form-footer a:hover, .form-tab .form-footer a:focus {
  color: #1d3441;
}

/* line 1325, app/assets/stylesheets/theme/skins/_skin.scss */
.nav-filter a:hover, .nav-filter a:focus {
  color: #1d3441;
}

/* line 1332, app/assets/stylesheets/theme/skins/_skin.scss */
.nav-filter .active a {
  color: #1d3441;
  border-bottom-color: #1d3441;
}

/* line 1341, app/assets/stylesheets/theme/skins/_skin.scss */
.portfolio-title a:hover, .portfolio-title a:focus {
  color: #1d3441;
}

/* line 1349, app/assets/stylesheets/theme/skins/_skin.scss */
.portfolio-tags a {
  color: #1d3441;
}

/* line 1352, app/assets/stylesheets/theme/skins/_skin.scss */
.portfolio-tags a:hover, .portfolio-tags a:focus {
  color: #1d3441;
  box-shadow: 0 1px 0 #1d3441;
}

/* line 1361, app/assets/stylesheets/theme/skins/_skin.scss */
.btn-product-gallery:hover, .btn-product-gallery:focus {
  background-color: #1d3441;
}

/* line 1368, app/assets/stylesheets/theme/skins/_skin.scss */
.product-gallery-item:before {
  border-color: #1d3441;
}

/* line 1374, app/assets/stylesheets/theme/skins/_skin.scss */
.product-pager-link:hover {
  color: #1d3441;
}

/* line 1377, app/assets/stylesheets/theme/skins/_skin.scss */
.product-pager-link:hover span {
  box-shadow: 0 1px 0 #1d3441;
}

/* line 1386, app/assets/stylesheets/theme/skins/_skin.scss */
.breadcrumb-nav .product-pager-link:hover span,
.breadcrumb-nav .product-pager-link:focus span {
  box-shadow: none;
}

/* line 1395, app/assets/stylesheets/theme/skins/_skin.scss */
.product-details .product-category a:hover, .product-details .product-category a:focus {
  color: #1d3441;
  box-shadow: 0 1px 0 #1d3441;
}

/* line 1405, app/assets/stylesheets/theme/skins/_skin.scss */
.product-details .product-size a.active, .product-details .product-size a:hover, .product-details .product-size a:focus {
  color: #1d3441;
  border-color: #1d3441;
}

/* line 1416, app/assets/stylesheets/theme/skins/_skin.scss */
.size-guide:hover, .size-guide:focus {
  color: #1d3441;
}

/* line 1423, app/assets/stylesheets/theme/skins/_skin.scss */
.product-details-action .btn-cart {
  color: #1d3441;
  border-color: #1d3441;
}

/* line 1427, app/assets/stylesheets/theme/skins/_skin.scss */
.product-details-action .btn-cart:hover, .product-details-action .btn-cart:focus {
  color: #fff;
  border-color: #1d3441;
  background-color: #1d3441;
}

/* line 1439, app/assets/stylesheets/theme/skins/_skin.scss */
.product-details-tab .nav.nav-pills .nav-link:hover, .product-details-tab .nav.nav-pills .nav-link:focus {
  color: #1d3441;
  border-bottom-color: #1d3441;
}

/* line 1450, app/assets/stylesheets/theme/skins/_skin.scss */
.product-desc-content a:hover, .product-desc-content a:focus {
  color: #1d3441;
  border-bottom-color: #1d3441;
}

/* line 1461, app/assets/stylesheets/theme/skins/_skin.scss */
.review h4 a:hover, .review .h4 a:hover, .review h4 a:focus, .review .h4 a:focus {
  color: #1d3441;
}

/* line 1471, app/assets/stylesheets/theme/skins/_skin.scss */
.review-action a:hover, .review-action a:focus {
  color: #1d3441;
  box-shadow: 0 1px 0 #1d3441;
}

/* line 1482, app/assets/stylesheets/theme/skins/_skin.scss */
.product-details-extended .nav.nav-pills .nav-link.active, .product-details-extended .nav.nav-pills .nav-link:hover, .product-details-extended .nav.nav-pills .nav-link:focus {
  border-color: #1d3441;
}

/* line 1493, app/assets/stylesheets/theme/skins/_skin.scss */
.editor-content a:hover, .editor-content a:focus {
  color: #1d3441;
  box-shadow: 0 1px 0 #1d3441;
}

/* line 1500, app/assets/stylesheets/theme/skins/_skin.scss */
.editor-content blockquote {
  border-left-color: #1d3441;
}

/* line 1507, app/assets/stylesheets/theme/skins/_skin.scss */
.entry-tags a:hover, .entry-tags a:focus {
  color: #1d3441;
}

/* line 1517, app/assets/stylesheets/theme/skins/_skin.scss */
.entry-author-details h4 a:hover, .entry-author-details .h4 a:hover, .entry-author-details h4 a:focus, .entry-author-details .h4 a:focus {
  color: #1d3441;
}

/* line 1526, app/assets/stylesheets/theme/skins/_skin.scss */
.author-link:hover, .author-link:focus {
  color: #1d3441;
  box-shadow: 0 1px 0 #1d3441;
}

/* line 1533, app/assets/stylesheets/theme/skins/_skin.scss */
.pager-link {
  color: #1d3441;
}

/* line 1536, app/assets/stylesheets/theme/skins/_skin.scss */
.pager-link:hover, .pager-link:focus {
  color: #1d3441;
}

/* line 1540, app/assets/stylesheets/theme/skins/_skin.scss */
.pager-link:hover:after, .pager-link:focus:after {
  color: #1d3441;
}

/* line 1547, app/assets/stylesheets/theme/skins/_skin.scss */
.comment-reply:hover, .comment-reply:focus {
  color: #1d3441;
  box-shadow: 0 1px 0 #1d3441;
}

/* line 1557, app/assets/stylesheets/theme/skins/_skin.scss */
.comment-user h4 a:hover, .comment-user .h4 a:hover, .comment-user h4 a:focus, .comment-user .h4 a:focus {
  color: #1d3441;
}

/* line 1568, app/assets/stylesheets/theme/skins/_skin.scss */
.product-col .product-title a:hover, .product-col .product-title a:focus {
  color: #1d3441;
}

/* line 1577, app/assets/stylesheets/theme/skins/_skin.scss */
.quickView-content .btn-wishlist,
.quickView-content .btn-compare {
  border: none;
}

/* line 1581, app/assets/stylesheets/theme/skins/_skin.scss */
.quickView-content .btn-wishlist:before,
.quickView-content .btn-compare:before {
  color: #1d3441;
}

/* line 1585, app/assets/stylesheets/theme/skins/_skin.scss */
.quickView-content .btn-wishlist:hover, .quickView-content .btn-wishlist:focus,
.quickView-content .btn-compare:hover,
.quickView-content .btn-compare:focus {
  color: #1d3441;
  background-color: transparent;
}

/* line 1588, app/assets/stylesheets/theme/skins/_skin.scss */
.quickView-content .btn-wishlist:hover span, .quickView-content .btn-wishlist:focus span,
.quickView-content .btn-compare:hover span,
.quickView-content .btn-compare:focus span {
  color: #1d3441;
}

/* line 1595, app/assets/stylesheets/theme/skins/_skin.scss */
.quickView-content .btn-fullscreen:hover,
.quickView-content .btn-fullscreen:focus {
  color: #fff;
  background-color: #1d3441;
}

/* line 1603, app/assets/stylesheets/theme/skins/_skin.scss */
.newsletter-popup-container .banner-title span {
  color: #1d3441;
}

/* line 2, app/assets/stylesheets/theme/_custom.scss */
.mobile-menu-wrapper .nav.nav-pills-mobile .nav-link::before {
  content: none;
}

/* line 7, app/assets/stylesheets/theme/_custom.scss */
.mobile-menu-wrapper .nav-item.show .nav-link {
  color: #1d3441 !important;
}

/* line 13, app/assets/stylesheets/theme/_custom.scss */
.home-page .banner-1:before {
  padding-top: 50.9rem;
}

/* line 17, app/assets/stylesheets/theme/_custom.scss */
.home-page .banner-2:before {
  padding-top: 50.9rem;
}

/* line 21, app/assets/stylesheets/theme/_custom.scss */
.home-page .banner-3:before, .home-page .banner-4:before {
  padding-top: 24.5rem;
}

/* line 26, app/assets/stylesheets/theme/_custom.scss */
.welcome-msg {
  white-space: nowrap;
}

/* line 31, app/assets/stylesheets/theme/_custom.scss */
.cart-dropdown .btn-primary {
  color: white;
  background-color: #1d3441;
  border-color: #1d3441;
}

/* line 36, app/assets/stylesheets/theme/_custom.scss */
.cart-dropdown .btn-primary:hover {
  color: #1d3441;
  border-color: #1d3441;
  background-color: white;
}

/* line 43, app/assets/stylesheets/theme/_custom.scss */
.cart-dropdown .btn-outline-primary-2 {
  color: #1d3441;
  background-color: white;
  border-color: #1d3441;
}

/* line 48, app/assets/stylesheets/theme/_custom.scss */
.cart-dropdown .btn-outline-primary-2:hover {
  color: white;
  background-color: #1d3441;
}

/* line 55, app/assets/stylesheets/theme/_custom.scss */
.intro-slider-container,
div.intro-slide {
  height: 360px;
}

/* line 61, app/assets/stylesheets/theme/_custom.scss */
div.intro-slide {
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center center;
}

/* line 79, app/assets/stylesheets/theme/_custom.scss */
div.intro-slide.slide1 {
  background-position: 72%;
  background-repeat: no-repeat;
  background-size: auto;
}

/* line 84, app/assets/stylesheets/theme/_custom.scss */
div.intro-slide.slide1 img {
  left: 42%;
  width: 756px;
  max-width: 756px;
  top: -15%;
  z-index: -1;
}

/* line 93, app/assets/stylesheets/theme/_custom.scss */
div.intro-slide.slide3 {
  background-position: 79% -32%;
  background-repeat: no-repeat;
  background-size: auto;
}

/* line 110, app/assets/stylesheets/theme/_custom.scss */
.intro-content {
  position: static;
  left: auto;
  top: auto;
  transform: translateY(0);
  -ms-transform: translateY(0);
}

/* line 118, app/assets/stylesheets/theme/_custom.scss */
.intro-subtitle {
  font-size: 1.6rem;
  font-weight: 400;
  color: #999;
  letter-spacing: -.01em;
}

/* line 125, app/assets/stylesheets/theme/_custom.scss */
.intro-title {
  font-weight: 600;
  color: #333;
  letter-spacing: -.025em;
}

/* line 130, app/assets/stylesheets/theme/_custom.scss */
.intro-title sup {
  vertical-align: top;
  font-size: 1.3rem;
  top: 1em;
  margin-right: 0;
  letter-spacing: -.01em;
}

/* line 137, app/assets/stylesheets/theme/_custom.scss */
.intro-title sup + sup {
  margin-left: .8rem;
}

/* line 143, app/assets/stylesheets/theme/_custom.scss */
.intro-slider-container,
div.intro-slide {
  height: 460px;
}

/* line 148, app/assets/stylesheets/theme/_custom.scss */
.brands-border .brand {
  height: 100px;
  border: .1rem solid #ebebeb;
  border-left-width: 0;
}

/* line 154, app/assets/stylesheets/theme/_custom.scss */
.brands-carousel-full {
  border-bottom: .1rem solid #ebebeb;
}

/* line 158, app/assets/stylesheets/theme/_custom.scss */
.brands-carousel-full.brands-border .brand {
  border-right-width: 0;
  border-top-width: 0;
  border-bottom-width: 0;
}

/* line 164, app/assets/stylesheets/theme/_custom.scss */
.brands-carousel-full.brands-border .owl-item:first-child .brand {
  border-left-width: 0;
}

/* line 170, app/assets/stylesheets/theme/_custom.scss */
.banner-group {
  margin-bottom: 3rem;
}

@media screen and (min-width: 992px) {
  /* line 174, app/assets/stylesheets/theme/_custom.scss */
  .banner-group .col-lg-3 {
    flex: 0 0 26.05%;
    max-width: 26.05%;
  }
  /* line 180, app/assets/stylesheets/theme/_custom.scss */
  .banner-group .col-lg-4 {
    flex: 0 0 32.77%;
    max-width: 32.77%;
  }
  /* line 186, app/assets/stylesheets/theme/_custom.scss */
  .banner-group .col-lg-5 {
    flex: 0 0 41.18%;
    max-width: 41.18%;
  }
}

/* line 194, app/assets/stylesheets/theme/_custom.scss */
.home-page {
  /* Product 8 */
}

/* line 196, app/assets/stylesheets/theme/_custom.scss */
.home-page .banner-content.banner-content-top {
  top: 2.6rem;
  transform: translateY(0);
  -ms-transform: translateY(0);
}

/* line 202, app/assets/stylesheets/theme/_custom.scss */
.home-page .banner-content.banner-content-bottom {
  bottom: 3rem;
}

/* line 206, app/assets/stylesheets/theme/_custom.scss */
.banner-large .home-page .banner-content {
  left: 3rem;
}

/* line 213, app/assets/stylesheets/theme/_custom.scss */
.home-page .btn.banner-link {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-transform: capitalize;
}

/* line 219, app/assets/stylesheets/theme/_custom.scss */
.home-page .banner-subtitle {
  color: #666666;
  font-weight: 300;
  font-size: 1.4rem;
  letter-spacing: -.01em;
  margin-bottom: .6rem;
}

/* line 226, app/assets/stylesheets/theme/_custom.scss */
.home-page .banner-subtitle.text-grey {
  color: #ebebeb;
}

/* line 231, app/assets/stylesheets/theme/_custom.scss */
.home-page .banner-title {
  color: #333;
  font-weight: 600;
  font-size: 2.4rem;
  letter-spacing: -.025em;
  margin-bottom: 1.4rem;
}

/* line 239, app/assets/stylesheets/theme/_custom.scss */
.home-page .banner-text {
  color: #666666;
  font-weight: 300;
  font-size: 2.4rem;
  line-height: 1.25;
  letter-spacing: -.01em;
  margin-bottom: 1.3rem;
}

/* line 247, app/assets/stylesheets/theme/_custom.scss */
.banner-title + .home-page .banner-text {
  margin-top: -1.4rem;
}

/* line 251, app/assets/stylesheets/theme/_custom.scss */
.banner-large .home-page .banner-text {
  color: #333;
}

/* line 259, app/assets/stylesheets/theme/_custom.scss */
.home-page .nav.nav-pills .nav-item.active .nav-link, .home-page .nav.nav-pills .nav-item.active .nav-link.active,
.home-page .nav.nav-pills .nav-item.show .nav-link,
.home-page .nav.nav-pills .nav-item.show .nav-link.active {
  color: #333;
  border-bottom-color: #333;
}

/* line 266, app/assets/stylesheets/theme/_custom.scss */
.home-page .nav.nav-border-anim .nav-link:before {
  background-color: #333;
}

/* line 271, app/assets/stylesheets/theme/_custom.scss */
.home-page .nav-pills.nav-big .nav-item + .nav-item {
  margin-left: 1.5rem;
}

/* line 275, app/assets/stylesheets/theme/_custom.scss */
.home-page .nav-pills.nav-big .nav-link {
  padding-top: .8rem;
  padding-bottom: .8rem;
  color: #ccc;
  font-weight: 600;
  font-size: 2.4rem;
  letter-spacing: -.025em;
  text-transform: capitalize;
}

/* line 284, app/assets/stylesheets/theme/_custom.scss */
.home-page .nav-pills.nav-big .nav-link:hover, .home-page .nav-pills.nav-big .nav-link:focus, .home-page .nav-pills.nav-big .nav-link.active {
  color: black;
}

/* line 294, app/assets/stylesheets/theme/_custom.scss */
.home-page .product.product-8 .product-body {
  padding-top: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

/* line 300, app/assets/stylesheets/theme/_custom.scss */
.home-page .product.product-8 .new-price {
  color: #1d3441;
}

/* line 304, app/assets/stylesheets/theme/_custom.scss */
.home-page .product.product-8 .btn-product {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #1d3441;
}

/* line 309, app/assets/stylesheets/theme/_custom.scss */
.home-page .product.product-8 .btn-product span {
  font-size: 1.3rem;
}

/* line 313, app/assets/stylesheets/theme/_custom.scss */
.home-page .product.product-8 .btn-product:before {
  color: #fff;
}

/* line 317, app/assets/stylesheets/theme/_custom.scss */
.home-page .product.product-8 .btn-product:hover, .home-page .product.product-8 .btn-product:focus {
  background-color: #254455;
}

/* line 324, app/assets/stylesheets/theme/_custom.scss */
.home-page .products .label-top {
  display: none;
}

/* line 330, app/assets/stylesheets/theme/_custom.scss */
.deal-container .banner-subtitle {
  color: #666;
  margin-bottom: .9rem;
  font-weight: 400;
}

/* line 336, app/assets/stylesheets/theme/_custom.scss */
.deal-container .banner-content.banner-content-top {
  top: 4rem;
}

/* line 340, app/assets/stylesheets/theme/_custom.scss */
.deal-container .banner-text {
  font-weight: 600;
}

/* line 345, app/assets/stylesheets/theme/_custom.scss */
.deal {
  display: block;
  padding: 2rem;
  background-color: #fff;
  margin-bottom: 2rem;
}

/* line 352, app/assets/stylesheets/theme/_custom.scss */
.deal-content {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 3.5rem 0 2rem;
}

/* line 358, app/assets/stylesheets/theme/_custom.scss */
.deal-content .btn {
  padding-top: .85rem;
  padding-bottom: .85rem;
  font-weight: 500;
  color: #333;
  background-color: transparent;
  border: .1rem solid #ebebeb;
}

/* line 366, app/assets/stylesheets/theme/_custom.scss */
.deal-content .btn:hover, .deal-content .btn:focus {
  color: #fff;
  border-color: #1d3441;
  background-color: #1d3441;
}

/* line 374, app/assets/stylesheets/theme/_custom.scss */
.deal-content h4, .deal-content .h4 {
  color: #1d3441;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: -.01em;
  margin-bottom: .5rem;
}

/* line 383, app/assets/stylesheets/theme/_custom.scss */
.deal-content h2, .deal-content .h2 {
  font-weight: 600;
  font-size: 4rem;
  line-height: 1.1;
  letter-spacing: -.05em;
  margin-bottom: 3.6rem;
}

/* line 391, app/assets/stylesheets/theme/_custom.scss */
.deal-content .product-title {
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: -.01em;
  margin-bottom: .7rem;
}

/* line 398, app/assets/stylesheets/theme/_custom.scss */
.deal-content .product-price {
  font-weight: 300;
  font-size: 2rem;
  margin-bottom: 2.4rem;
}

/* line 404, app/assets/stylesheets/theme/_custom.scss */
.deal-content .new-price {
  font-weight: 600;
}

/* line 409, app/assets/stylesheets/theme/_custom.scss */
.deal-image {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 414, app/assets/stylesheets/theme/_custom.scss */
.deal-image > a {
  display: block;
}

/* line 419, app/assets/stylesheets/theme/_custom.scss */
.deal-countdown {
  margin-bottom: 4rem;
  margin-left: -1rem;
  max-width: 270px;
}

/* line 424, app/assets/stylesheets/theme/_custom.scss */
.deal-countdown .countdown-show3 .countdown-section {
  width: calc(33.33% - 20px);
}

/* line 428, app/assets/stylesheets/theme/_custom.scss */
.deal-countdown .countdown-section {
  font-size: 1.2rem;
  line-height: 1;
  padding: 1.6rem 0;
  margin-left: 1rem;
  margin-right: 1rem;
  background-color: #1d3441;
  border-radius: .3rem;
  border: .1rem solid #e1e1e1;
}

/* line 438, app/assets/stylesheets/theme/_custom.scss */
.deal-countdown .countdown-section:not(:last-child):after {
  color: #333333;
  content: ':';
  display: inline-block;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  position: absolute;
  left: 100%;
  margin-left: 9px;
  margin-top: -1px;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

/* line 455, app/assets/stylesheets/theme/_custom.scss */
.deal-countdown .countdown-period {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  color: #fff;
  text-transform: lowercase;
  width: 100%;
  padding-left: .2rem;
  padding-right: .2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 469, app/assets/stylesheets/theme/_custom.scss */
.deal-countdown .countdown-amount {
  display: inline-block;
  color: #fff;
  font-weight: 600;
  font-size: 3rem;
  letter-spacing: -.05em;
  margin-bottom: .4rem;
}

/* line 479, app/assets/stylesheets/theme/_custom.scss */
.btn-more {
  text-transform: capitalize;
}

/* line 484, app/assets/stylesheets/theme/_custom.scss */
.icon-box-side .icon-box-title {
  font-weight: 600;
}

/* line 487, app/assets/stylesheets/theme/_custom.scss */
.icon-box-side p {
  font-weight: 400;
  letter-spacing: -.01em;
}

/* line 494, app/assets/stylesheets/theme/_custom.scss */
.blog-posts .entry-media {
  margin-bottom: 1.7rem;
}

/* line 498, app/assets/stylesheets/theme/_custom.scss */
.blog-posts .entry-meta {
  color: #cccccc;
  margin-bottom: .8rem;
}

/* line 503, app/assets/stylesheets/theme/_custom.scss */
.blog-posts .entry-title {
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: -.01em;
  margin-bottom: .5rem;
}

/* line 513, app/assets/stylesheets/theme/_custom.scss */
.footer .widget-about-info a {
  color: #1d3441;
}

/* line 523, app/assets/stylesheets/theme/_custom.scss */
.footer-newsletter .input-group {
  flex-direction: column;
  align-items: center;
}

/* line 528, app/assets/stylesheets/theme/_custom.scss */
.footer-newsletter .form-control {
  width: 100%;
  margin-bottom: 1rem;
}

/* line 533, app/assets/stylesheets/theme/_custom.scss */
.footer-newsletter .btn-primary {
  background-color: #fff;
  color: #333;
  font-weight: 500;
  min-width: 150px;
  padding-left: 1rem;
  padding-right: 0;
  border: none;
}

/* line 541, app/assets/stylesheets/theme/_custom.scss */
.footer-newsletter .btn-primary:hover, .footer-newsletter .btn-primary:focus {
  color: #fff;
  background-color: #1d3441;
  border-color: #1d3441;
}

@media screen and (min-width: 576px) {
  /* line 551, app/assets/stylesheets/theme/_custom.scss */
  .intro-slider-container,
div.intro-slide {
    height: 400px;
  }
  /* line 557, app/assets/stylesheets/theme/_custom.scss */
  .footer-newsletter .input-group {
    flex-direction: row;
    align-items: stretch;
  }
  /* line 562, app/assets/stylesheets/theme/_custom.scss */
  .footer-newsletter .form-control {
    width: auto;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  /* line 570, app/assets/stylesheets/theme/_custom.scss */
  .intro-slider-container,
div.intro-slide {
    height: 440px;
  }
  /* line 576, app/assets/stylesheets/theme/_custom.scss */
  .intro-title sup {
    font-size: 1.6rem;
  }
  /* line 582, app/assets/stylesheets/theme/_custom.scss */
  .home-page .banner-content.banner-content-top {
    top: 3.6rem;
  }
  /* line 586, app/assets/stylesheets/theme/_custom.scss */
  .home-page .banner-content.banner-content-bottom {
    bottom: 4rem;
  }
  /* line 590, app/assets/stylesheets/theme/_custom.scss */
  .banner-large .home-page .banner-content {
    left: 5rem;
  }
  /* line 596, app/assets/stylesheets/theme/_custom.scss */
  .intro-title {
    margin-bottom: 2.5rem;
  }
  /* line 600, app/assets/stylesheets/theme/_custom.scss */
  .deal {
    display: flex;
    flex-direction: row;
  }
  /* line 605, app/assets/stylesheets/theme/_custom.scss */
  .deal-content {
    flex: 0 0 47.8%;
    max-width: 47.8%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  /* line 613, app/assets/stylesheets/theme/_custom.scss */
  .deal-image {
    flex: 0 0 52.2%;
    max-width: 52.2%;
  }
}

@media screen and (min-width: 992px) {
  /* line 622, app/assets/stylesheets/theme/_custom.scss */
  .intro-title sup {
    font-size: 1.8rem;
  }
  /* line 628, app/assets/stylesheets/theme/_custom.scss */
  .banner-large .home-page .banner-content {
    left: 7rem;
  }
}

@media screen and (min-width: 1200px) {
  /* line 635, app/assets/stylesheets/theme/_custom.scss */
  .intro-slider-container,
div.intro-slide {
    height: calc(100vh - 225px);
  }
  /* line 641, app/assets/stylesheets/theme/_custom.scss */
  .intro-content .btn {
    min-width: 170px;
  }
  /* line 646, app/assets/stylesheets/theme/_custom.scss */
  .intro-title {
    font-size: 5rem;
  }
  /* line 648, app/assets/stylesheets/theme/_custom.scss */
  .intro-title sup {
    font-size: 2rem;
  }
  /* line 651, app/assets/stylesheets/theme/_custom.scss */
  .intro-title span {
    font-weight: 300;
  }
  /* line 655, app/assets/stylesheets/theme/_custom.scss */
  .deal-content {
    padding: 3.5rem 3rem 2rem;
  }
  /* line 658, app/assets/stylesheets/theme/_custom.scss */
  .deal-content .btn {
    padding-top: 1.15rem;
    padding-bottom: 1.15rem;
  }
  /* line 663, app/assets/stylesheets/theme/_custom.scss */
  .deal-content h4, .deal-content .h4 {
    font-size: 2rem;
  }
  /* line 667, app/assets/stylesheets/theme/_custom.scss */
  .deal-content h2, .deal-content .h2 {
    font-size: 4rem;
  }
  /* line 671, app/assets/stylesheets/theme/_custom.scss */
  .deal-content .product-title {
    font-size: 2.4rem;
  }
  /* line 675, app/assets/stylesheets/theme/_custom.scss */
  .deal-content .product-price {
    font-size: 2.4rem;
  }
  /* line 681, app/assets/stylesheets/theme/_custom.scss */
  .deal-countdown .countdown-section {
    padding-top: 2.1rem;
    padding-bottom: 2.1rem;
  }
  /* line 686, app/assets/stylesheets/theme/_custom.scss */
  .deal-countdown .countdown-amount {
    font-size: 3rem;
  }
}

@media screen and (max-width: 991px) {
  /* line 693, app/assets/stylesheets/theme/_custom.scss */
  .header-2 .header-middle .container::after {
    content: none;
  }
  /* line 697, app/assets/stylesheets/theme/_custom.scss */
  div.intro-slide.slide3 {
    background-position-x: 250px;
  }
}

@media screen and (max-width: 767px) {
  /* line 705, app/assets/stylesheets/theme/_custom.scss */
  .home-page .banner-1:before, .home-page .banner-2:before {
    padding-top: 35rem;
  }
}

@media screen and (max-width: 575px) {
  /* line 713, app/assets/stylesheets/theme/_custom.scss */
  .product.product-11 .btn-product span {
    font-size: 1.2rem;
  }
}

/* line 1, app/assets/stylesheets/theme/home/_slideshow.scss */
.slideshow-section {
  position: relative;
  width: 100%;
  height: calc(100vh - 180px);
  overflow: hidden;
  background: #000;
}

/* line 8, app/assets/stylesheets/theme/home/_slideshow.scss */
.slideshow-section .slide-slideshow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

/* line 18, app/assets/stylesheets/theme/home/_slideshow.scss */
.slideshow-section .slide-slideshow.active {
  opacity: 1;
  z-index: 1;
}

/* line 23, app/assets/stylesheets/theme/home/_slideshow.scss */
.slideshow-section .slide-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* line 30, app/assets/stylesheets/theme/home/_slideshow.scss */
.slideshow-section .slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 50%, transparent 100%);
  display: flex;
  align-items: flex-end;
}

/* line 46, app/assets/stylesheets/theme/home/_slideshow.scss */
.slideshow-section .slide-content {
  max-width: 1200px;
  width: 100%;
  padding: 0 0 60px 70px;
  color: white;
}

/* line 54, app/assets/stylesheets/theme/home/_slideshow.scss */
.slideshow-section .slide-title {
  font-size: 4.2rem;
  font-weight: 300;
  line-height: 46px;
  margin-bottom: 1.5rem;
  max-width: 650px;
  color: #FFFFFF;
  animation: fadeInUp 0.8s ease-out 0.3s both;
}

/* line 64, app/assets/stylesheets/theme/home/_slideshow.scss */
.slideshow-section .slide-description {
  font-size: 2rem;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 2rem;
  max-width: 550px;
  opacity: 0.95;
  animation: fadeInUp 0.8s ease-out 0.5s both;
  color: #FFFFFF;
}

/* line 75, app/assets/stylesheets/theme/home/_slideshow.scss */
.slideshow-section .slide-buttons {
  display: flex;
  gap: 1rem;
  animation: fadeInUp 0.8s ease-out 0.7s both;
}

/* line 81, app/assets/stylesheets/theme/home/_slideshow.scss */
.slideshow-section .btn-primary-slide {
  padding: 14px 32px;
  background: white;
  color: #1a1a1a;
  border: none;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 20px;
  transition: all 0.3s ease;
  cursor: pointer;
  border-radius: 4px;
}

/* line 94, app/assets/stylesheets/theme/home/_slideshow.scss */
.slideshow-section .btn-primary-slide:hover {
  background: #f0f0f0;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.3);
}

/* line 100, app/assets/stylesheets/theme/home/_slideshow.scss */
.slideshow-section .btn-secondary-slide {
  padding: 14px 32px;
  background: transparent;
  color: white;
  border: 2px solid white;
  font-weight: 500;
  font-size: 1.4rem;
  transition: all 0.3s ease;
  cursor: pointer;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 20px;
}

/* line 116, app/assets/stylesheets/theme/home/_slideshow.scss */
.slideshow-section .btn-secondary-slide:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* line 132, app/assets/stylesheets/theme/home/_slideshow.scss */
.slideshow-section .slide-controls {
  position: absolute;
  bottom: 60px;
  right: 70px;
  display: flex;
  align-items: center;
  gap: 30px;
  z-index: 10;
}

/* line 143, app/assets/stylesheets/theme/home/_slideshow.scss */
.slideshow-section .slide-pagination {
  display: flex;
  align-items: center;
  gap: 15px;
  color: white;
  font-size: 1.125rem;
  font-weight: 300;
}

/* line 152, app/assets/stylesheets/theme/home/_slideshow.scss */
.slideshow-section .slide-current {
  font-size: 1.5rem;
  font-weight: 500;
}

/* line 157, app/assets/stylesheets/theme/home/_slideshow.scss */
.slideshow-section .slide-nav {
  display: flex;
  gap: 10px;
}

/* line 162, app/assets/stylesheets/theme/home/_slideshow.scss */
.slideshow-section .nav-button {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 4px;
}

/* line 177, app/assets/stylesheets/theme/home/_slideshow.scss */
.slideshow-section .nav-button:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
}

/* line 182, app/assets/stylesheets/theme/home/_slideshow.scss */
.slideshow-section .nav-button:active {
  transform: scale(0.95);
}

/* line 186, app/assets/stylesheets/theme/home/_slideshow.scss */
.slideshow-section .progress-bar-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: rgba(255, 255, 255, 0.2);
  z-index: 10;
}

/* line 196, app/assets/stylesheets/theme/home/_slideshow.scss */
.slideshow-section .progress-bar {
  height: 100%;
  background: white;
  width: 0%;
  transition: width 0.1s linear;
}

@media (max-width: 768px) {
  /* line 204, app/assets/stylesheets/theme/home/_slideshow.scss */
  .slideshow-section .slide-title {
    font-size: 2.5rem;
  }
  /* line 208, app/assets/stylesheets/theme/home/_slideshow.scss */
  .slideshow-section .slide-description {
    font-size: 1rem;
  }
  /* line 212, app/assets/stylesheets/theme/home/_slideshow.scss */
  .slideshow-section .slide-content {
    padding: 0 30px;
  }
  /* line 216, app/assets/stylesheets/theme/home/_slideshow.scss */
  .slideshow-section .slide-controls {
    bottom: 30px;
    right: 30px;
  }
  /* line 221, app/assets/stylesheets/theme/home/_slideshow.scss */
  .slideshow-section .slide-buttons {
    flex-direction: column;
  }
  /* line 225, app/assets/stylesheets/theme/home/_slideshow.scss */
  .slideshow-section .btn-primary-slide,
.slideshow-section .btn-secondary-slide {
    width: 100%;
    justify-content: center;
  }
}

/* line 1, app/assets/stylesheets/theme/home/_categories.scss */
.categories-home {
  margin-top: 5rem;
}

/* line 4, app/assets/stylesheets/theme/home/_categories.scss */
.categories-home .hero-section {
  padding: 80px 0;
}

/* line 9, app/assets/stylesheets/theme/home/_categories.scss */
.categories-home .hero-title {
  font-size: 3.8rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 5rem;
}

/* line 16, app/assets/stylesheets/theme/home/_categories.scss */
.categories-home .hero-subtitle {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 3rem;
}

/* line 23, app/assets/stylesheets/theme/home/_categories.scss */
.categories-home .black-friday-tag {
  font-size: 1.2rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

/* line 30, app/assets/stylesheets/theme/home/_categories.scss */
.categories-home .btn-start {
  padding: 15px 50px;
  border: 2px solid #1d3441;
  background: #1d3441;
  color: #f2eccd;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

/* line 43, app/assets/stylesheets/theme/home/_categories.scss */
.categories-home .btn-start:hover {
  background: #1d3441;
  color: #f2eccd;
}

/* line 48, app/assets/stylesheets/theme/home/_categories.scss */
.categories-home .collection-card {
  position: relative;
  overflow: hidden;
  height: 500px;
}

/* line 54, app/assets/stylesheets/theme/home/_categories.scss */
.categories-home .collection-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}

/* line 61, app/assets/stylesheets/theme/home/_categories.scss */
.categories-home .collection-card:hover img {
  transform: scale(1.05);
}

/* line 65, app/assets/stylesheets/theme/home/_categories.scss */
.categories-home .collection-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px 30px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}

/* line 74, app/assets/stylesheets/theme/home/_categories.scss */
.categories-home .collection-title {
  color: white;
  font-size: 2rem;
  margin-bottom: 3px;
}

/* line 80, app/assets/stylesheets/theme/home/_categories.scss */
.categories-home .btn-shop {
  padding: 10px 30px;
  background: white;
  color: #1d3441;
  border: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

/* line 92, app/assets/stylesheets/theme/home/_categories.scss */
.categories-home .btn-shop:hover {
  background: #f0f0f0;
  transform: translateY(-2px);
}

/* line 97, app/assets/stylesheets/theme/home/_categories.scss */
.categories-home .shop-text {
  color: #FFFFFF;
  font-size: 1.2rem;
}

/* line 102, app/assets/stylesheets/theme/home/_categories.scss */
.categories-home .collections-section {
  padding: 0;
}

@media (max-width: 768px) {
  /* line 107, app/assets/stylesheets/theme/home/_categories.scss */
  .categories-home .hero-title {
    font-size: 2.5rem;
  }
  /* line 111, app/assets/stylesheets/theme/home/_categories.scss */
  .categories-home .collection-card {
    height: 400px;
    margin-bottom: 20px;
  }
}

/* line 1, app/assets/stylesheets/theme/home/_before_after.scss */
.before-after-section {
  margin-top: 5rem;
}

/* line 4, app/assets/stylesheets/theme/home/_before_after.scss */
.before-after-section .information-section {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}

/* line 11, app/assets/stylesheets/theme/home/_before_after.scss */
.before-after-section .section-tag {
  font-size: 1.4rem;
  color: #666;
  margin-bottom: 1rem;
}

/* line 17, app/assets/stylesheets/theme/home/_before_after.scss */
.before-after-section .section-title {
  font-size: 3.8rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 3rem;
  color: #1a1a1a;
}

/* line 25, app/assets/stylesheets/theme/home/_before_after.scss */
.before-after-section .shop-item-title {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 2rem;
  color: #1a1a1a;
}

/* line 32, app/assets/stylesheets/theme/home/_before_after.scss */
.before-after-section .product-card {
  background: #e9e9e9;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  transition: all 0.3s ease;
  cursor: pointer;
}

/* line 43, app/assets/stylesheets/theme/home/_before_after.scss */
.before-after-section .product-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}

/* line 48, app/assets/stylesheets/theme/home/_before_after.scss */
.before-after-section .product-thumbnail {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

/* line 55, app/assets/stylesheets/theme/home/_before_after.scss */
.before-after-section .product-info {
  flex: 1;
}

/* line 59, app/assets/stylesheets/theme/home/_before_after.scss */
.before-after-section .product-subtitle {
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 4px;
}

/* line 65, app/assets/stylesheets/theme/home/_before_after.scss */
.before-after-section .product-name {
  font-size: 1.4rem;
  color: #1d3441;
  margin-bottom: 8px;
}

/* line 71, app/assets/stylesheets/theme/home/_before_after.scss */
.before-after-section .product-price {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1a1a1a;
}

/* line 77, app/assets/stylesheets/theme/home/_before_after.scss */
.before-after-section .product-arrow {
  font-size: 1.5rem;
  color: #666;
}

/* line 82, app/assets/stylesheets/theme/home/_before_after.scss */
.before-after-section .comparison-container {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* line 91, app/assets/stylesheets/theme/home/_before_after.scss */
.before-after-section .comparison-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 100, app/assets/stylesheets/theme/home/_before_after.scss */
.before-after-section .after-image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}

/* line 109, app/assets/stylesheets/theme/home/_before_after.scss */
.before-after-section .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  background: white;
  cursor: ew-resize;
  transform: translateX(-50%);
  z-index: 10;
}

/* line 121, app/assets/stylesheets/theme/home/_before_after.scss */
.before-after-section .slider-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  cursor: ew-resize;
}

/* line 137, app/assets/stylesheets/theme/home/_before_after.scss */
.before-after-section .slider-bar {
  width: 3px;
  height: 100%;
  background: #333;
  border-radius: 2px;
}

/* line 144, app/assets/stylesheets/theme/home/_before_after.scss */
.before-after-section .label-badge {
  position: absolute;
  bottom: 30px;
  background: white;
  padding: 10px 24px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 1.2rem;
  text-transform: capitalize;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* line 156, app/assets/stylesheets/theme/home/_before_after.scss */
.before-after-section .before-label {
  left: 30px;
}

/* line 160, app/assets/stylesheets/theme/home/_before_after.scss */
.before-after-section .after-label {
  right: 30px;
}

@media (max-width: 768px) {
  /* line 165, app/assets/stylesheets/theme/home/_before_after.scss */
  .before-after-section .section-title {
    font-size: 2rem;
  }
  /* line 169, app/assets/stylesheets/theme/home/_before_after.scss */
  .before-after-section .comparison-container {
    height: 400px;
  }
  /* line 173, app/assets/stylesheets/theme/home/_before_after.scss */
  .before-after-section .product-card {
    flex-direction: column;
    text-align: center;
  }
}

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* line 59, app/assets/stylesheets/theme/home/_quote_banner.scss */
.quote-banner {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 67, app/assets/stylesheets/theme/home/_quote_banner.scss */
.quote-banner .quote-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 1;
}

/* line 75, app/assets/stylesheets/theme/home/_quote_banner.scss */
.quote-banner .quote-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.05);
  z-index: 2;
}

/* line 82, app/assets/stylesheets/theme/home/_quote_banner.scss */
.quote-banner .quote-card {
  position: relative;
  z-index: 3;
  background: #FFFFFF;
  padding: 60px 50px;
  max-width: 600px;
  width: 90%;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  animation: slideInUp 0.8s ease-out;
}

/* line 94, app/assets/stylesheets/theme/home/_quote_banner.scss */
.quote-banner .quote-card .quote-text {
  font-size: 3.4rem;
  line-height: 1.5;
  color: #1d3441;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.5px;
}

@media (max-width: 768px) {
  /* line 108, app/assets/stylesheets/theme/home/_quote_banner.scss */
  .quote-banner {
    height: 400px;
  }
  /* line 111, app/assets/stylesheets/theme/home/_quote_banner.scss */
  .quote-banner .quote-card {
    padding: 40px 30px;
    max-width: 85%;
  }
  /* line 115, app/assets/stylesheets/theme/home/_quote_banner.scss */
  .quote-banner .quote-card .quote-text {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

@media (max-width: 576px) {
  /* line 125, app/assets/stylesheets/theme/home/_quote_banner.scss */
  .quote-banner {
    height: 350px;
  }
  /* line 128, app/assets/stylesheets/theme/home/_quote_banner.scss */
  .quote-banner .quote-card {
    padding: 30px 20px;
  }
  /* line 131, app/assets/stylesheets/theme/home/_quote_banner.scss */
  .quote-banner .quote-card .quote-text {
    font-size: 2rem;
  }
}

/* line 2, app/assets/stylesheets/theme/home/_banner_image.scss */
.banner-image-section .hero-banner {
  position: relative;
  width: 100%;
  height: 80vh;
  overflow: hidden;
  background: #000;
}

/* line 10, app/assets/stylesheets/theme/home/_banner_image.scss */
.banner-image-section .banner-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* line 17, app/assets/stylesheets/theme/home/_banner_image.scss */
.banner-image-section .banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.4) 0%, transparent 60%);
  display: flex;
  align-items: flex-end;
}

/* line 28, app/assets/stylesheets/theme/home/_banner_image.scss */
.banner-image-section .banner-content-bottom {
  max-width: 1200px;
  width: 100%;
  padding: 0 0 60px 60px;
  color: white;
}

/* line 35, app/assets/stylesheets/theme/home/_banner_image.scss */
.banner-image-section .banner-title {
  color: #FFFFFF;
  font-size: 4.2rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 700px;
}

/* line 44, app/assets/stylesheets/theme/home/_banner_image.scss */
.banner-image-section .banner-description {
  color: #FFFFFF;
  font-size: 2rem;
  line-height: 1.7;
  margin-bottom: 2.5rem;
  max-width: 600px;
  opacity: 0.95;
}

/* line 53, app/assets/stylesheets/theme/home/_banner_image.scss */
.banner-image-section .banner-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

/* line 59, app/assets/stylesheets/theme/home/_banner_image.scss */
.banner-image-section .btn-banner-primary {
  padding: 14px 32px;
  background: white;
  color: #1a1a1a;
  border: none;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 20px;
  transition: all 0.3s ease;
  cursor: pointer;
  border-radius: 4px;
}

/* line 72, app/assets/stylesheets/theme/home/_banner_image.scss */
.banner-image-section .btn-banner-primary:hover {
  background: #f0f0f0;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.3);
}

/* line 78, app/assets/stylesheets/theme/home/_banner_image.scss */
.banner-image-section .btn-banner-secondary {
  padding: 14px 32px;
  background: transparent;
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.8);
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  cursor: pointer;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

/* line 94, app/assets/stylesheets/theme/home/_banner_image.scss */
.banner-image-section .btn-banner-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: white;
  transform: translateY(-2px);
  color: white;
}

/* line 101, app/assets/stylesheets/theme/home/_banner_image.scss */
.banner-image-section .banner-tag {
  position: absolute;
  bottom: 30px;
  right: 60px;
  color: white;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  opacity: 0.9;
  font-weight: 500;
}

@media (max-width: 992px) {
  /* line 114, app/assets/stylesheets/theme/home/_banner_image.scss */
  .banner-image-section .hero-banner {
    height: 500px;
  }
  /* line 118, app/assets/stylesheets/theme/home/_banner_image.scss */
  .banner-image-section .banner-title {
    font-size: 2.5rem;
  }
  /* line 122, app/assets/stylesheets/theme/home/_banner_image.scss */
  .banner-image-section .banner-description {
    font-size: 1rem;
  }
  /* line 126, app/assets/stylesheets/theme/home/_banner_image.scss */
  .banner-image-section .banner-content {
    padding: 0 40px;
  }
  /* line 130, app/assets/stylesheets/theme/home/_banner_image.scss */
  .banner-image-section .banner-tag {
    right: 40px;
  }
}

@media (max-width: 768px) {
  /* line 136, app/assets/stylesheets/theme/home/_banner_image.scss */
  .banner-image-section .hero-banner {
    height: 450px;
  }
  /* line 140, app/assets/stylesheets/theme/home/_banner_image.scss */
  .banner-image-section .banner-title {
    font-size: 2rem;
    max-width: 100%;
  }
  /* line 145, app/assets/stylesheets/theme/home/_banner_image.scss */
  .banner-image-section .banner-description {
    font-size: 0.95rem;
    max-width: 100%;
  }
  /* line 150, app/assets/stylesheets/theme/home/_banner_image.scss */
  .banner-image-section .banner-content {
    padding: 0 30px;
  }
  /* line 154, app/assets/stylesheets/theme/home/_banner_image.scss */
  .banner-image-section .banner-buttons {
    flex-direction: column;
  }
  /* line 158, app/assets/stylesheets/theme/home/_banner_image.scss */
  .banner-image-section .btn-banner-primary,
.banner-image-section .btn-banner-secondary {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  /* line 165, app/assets/stylesheets/theme/home/_banner_image.scss */
  .banner-image-section .banner-tag {
    right: 30px;
    bottom: 20px;
    font-size: 0.65rem;
  }
}

@media (max-width: 576px) {
  /* line 173, app/assets/stylesheets/theme/home/_banner_image.scss */
  .banner-image-section .hero-banner {
    height: 400px;
  }
  /* line 177, app/assets/stylesheets/theme/home/_banner_image.scss */
  .banner-image-section .banner-title {
    font-size: 1.75rem;
  }
}

/* line 3, app/assets/stylesheets/theme/home/_art_showcase.scss */
.art-showcase-section .art-showcase {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  min-height: 550px;
}

/* line 10, app/assets/stylesheets/theme/home/_art_showcase.scss */
.art-showcase-section .showcase-left {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 550px;
  overflow: hidden;
  background: #f0e8e0;
}

/* line 19, app/assets/stylesheets/theme/home/_art_showcase.scss */
.art-showcase-section .showcase-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* line 26, app/assets/stylesheets/theme/home/_art_showcase.scss */
.art-showcase-section .showcase-right {
  background: #f8f8f6;
  padding: 40px 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow-y: auto;
}

/* line 35, app/assets/stylesheets/theme/home/_art_showcase.scss */
.art-showcase-section .collection-banner {
  position: relative;
  width: 100%;
  height: 140px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* line 45, app/assets/stylesheets/theme/home/_art_showcase.scss */
.art-showcase-section .collection-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 51, app/assets/stylesheets/theme/home/_art_showcase.scss */
.art-showcase-section .collection-banner-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  padding: 20px;
  color: white;
}

/* line 61, app/assets/stylesheets/theme/home/_art_showcase.scss */
.art-showcase-section .collection-banner-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 4px;
}

/* line 67, app/assets/stylesheets/theme/home/_art_showcase.scss */
.art-showcase-section .collection-banner-subtitle {
  font-size: 0.85rem;
  opacity: 0.9;
}

/* line 72, app/assets/stylesheets/theme/home/_art_showcase.scss */
.art-showcase-section .section-title {
  font-size: 1.75rem;
  font-weight: 400;
  margin-bottom: 8px;
  color: #1a1a1a;
  line-height: 1.3;
}

/* line 80, app/assets/stylesheets/theme/home/_art_showcase.scss */
.art-showcase-section .section-subtitle {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 25px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

/* line 88, app/assets/stylesheets/theme/home/_art_showcase.scss */
.art-showcase-section .products-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* line 94, app/assets/stylesheets/theme/home/_art_showcase.scss */
.art-showcase-section .product-item {
  display: flex;
  gap: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* line 101, app/assets/stylesheets/theme/home/_art_showcase.scss */
.art-showcase-section .product-item:hover {
  transform: translateX(8px);
}

/* line 105, app/assets/stylesheets/theme/home/_art_showcase.scss */
.art-showcase-section .product-image {
  width: 60px;
  height: 60px;
  border-radius: 6px;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* line 114, app/assets/stylesheets/theme/home/_art_showcase.scss */
.art-showcase-section .product-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* line 121, app/assets/stylesheets/theme/home/_art_showcase.scss */
.art-showcase-section .product-category {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #999;
  margin-bottom: 4px;
}

/* line 129, app/assets/stylesheets/theme/home/_art_showcase.scss */
.art-showcase-section .product-name {
  font-size: 0.95rem;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 6px;
  line-height: 1.3;
}

/* line 137, app/assets/stylesheets/theme/home/_art_showcase.scss */
.art-showcase-section .product-price {
  font-size: 0.9rem;
  color: #666;
  font-weight: 500;
}

/* line 143, app/assets/stylesheets/theme/home/_art_showcase.scss */
.art-showcase-section .divider {
  width: 60px;
  height: 1px;
  background: #ddd;
  margin: 30px 0;
}

@media (max-width: 1024px) {
  /* line 151, app/assets/stylesheets/theme/home/_art_showcase.scss */
  .art-showcase-section .art-showcase {
    grid-template-columns: 1fr;
  }
  /* line 155, app/assets/stylesheets/theme/home/_art_showcase.scss */
  .art-showcase-section .showcase-left {
    min-height: 500px;
  }
  /* line 159, app/assets/stylesheets/theme/home/_art_showcase.scss */
  .art-showcase-section .showcase-right {
    padding: 40px 30px;
  }
  /* line 163, app/assets/stylesheets/theme/home/_art_showcase.scss */
  .art-showcase-section .section-title {
    font-size: 1.75rem;
  }
}

@media (max-width: 768px) {
  /* line 169, app/assets/stylesheets/theme/home/_art_showcase.scss */
  .art-showcase-section .showcase-left {
    min-height: 400px;
  }
  /* line 173, app/assets/stylesheets/theme/home/_art_showcase.scss */
  .art-showcase-section .showcase-right {
    padding: 30px 20px;
  }
  /* line 177, app/assets/stylesheets/theme/home/_art_showcase.scss */
  .art-showcase-section .collection-banner {
    height: 150px;
    margin-bottom: 30px;
  }
  /* line 182, app/assets/stylesheets/theme/home/_art_showcase.scss */
  .art-showcase-section .section-title {
    font-size: 1.5rem;
  }
  /* line 186, app/assets/stylesheets/theme/home/_art_showcase.scss */
  .art-showcase-section .product-image {
    width: 50px;
    height: 50px;
  }
}

/* line 3, app/assets/stylesheets/theme/home/_banner-color-image.scss */
.banner-color-image-section .banner-color-image {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  min-height: 60vh;
  overflow: hidden;
}

/* line 11, app/assets/stylesheets/theme/home/_banner-color-image.scss */
.banner-color-image-section .banner-color-image__color {
  background: #193c28;
  padding: 60px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
}

/* line 20, app/assets/stylesheets/theme/home/_banner-color-image.scss */
.banner-color-image-section .banner-color-image__title {
  color: #FFFFFF;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 20px;
  max-width: 450px;
}

/* line 29, app/assets/stylesheets/theme/home/_banner-color-image.scss */
.banner-color-image-section .banner-color-image__description {
  color: #FFFFFF;
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 30px;
  max-width: 450px;
  opacity: 0.95;
  font-weight: 300;
}

/* line 39, app/assets/stylesheets/theme/home/_banner-color-image.scss */
.banner-color-image-section .banner-color-image__link {
  text-decoration: none;
  color: white;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: 2px solid white;
  transition: all 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
}

/* line 53, app/assets/stylesheets/theme/home/_banner-color-image.scss */
.banner-color-image-section .banner-color-image__link:hover {
  opacity: 0.8;
  transform: translateX(4px);
}

/* line 58, app/assets/stylesheets/theme/home/_banner-color-image.scss */
.banner-color-image-section .banner-color-image__image {
  position: relative;
  overflow: hidden;
  background: #f5f1ed;
}

/* line 64, app/assets/stylesheets/theme/home/_banner-color-image.scss */
.banner-color-image-section .banner-color-image__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 1024px) {
  /* line 72, app/assets/stylesheets/theme/home/_banner-color-image.scss */
  .banner-color-image-section .banner-color-image__color {
    padding: 40px 40px;
    min-height: 400px;
  }
  /* line 77, app/assets/stylesheets/theme/home/_banner-color-image.scss */
  .banner-color-image-section .banner-color-image__title {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  /* line 82, app/assets/stylesheets/theme/home/_banner-color-image.scss */
  .banner-color-image-section .banner-color-image__description {
    font-size: 0.95rem;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  /* line 89, app/assets/stylesheets/theme/home/_banner-color-image.scss */
  .banner-color-image-section .banner-color-image {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    min-height: auto;
  }
  /* line 95, app/assets/stylesheets/theme/home/_banner-color-image.scss */
  .banner-color-image-section .banner-color-image__image {
    order: -1;
    min-height: 300px;
  }
  /* line 100, app/assets/stylesheets/theme/home/_banner-color-image.scss */
  .banner-color-image-section .banner-color-image__color {
    padding: 40px 30px;
    min-height: auto;
    justify-content: center;
    order: 0;
  }
  /* line 107, app/assets/stylesheets/theme/home/_banner-color-image.scss */
  .banner-color-image-section .banner-color-image__title {
    font-size: 1.75rem;
  }
  /* line 111, app/assets/stylesheets/theme/home/_banner-color-image.scss */
  .banner-color-image-section .banner-color-image__description {
    font-size: 0.9rem;
  }
}

@media (max-width: 576px) {
  /* line 117, app/assets/stylesheets/theme/home/_banner-color-image.scss */
  .banner-color-image-section .banner-color-image__color {
    padding: 30px 20px;
    min-height: 250px;
  }
  /* line 122, app/assets/stylesheets/theme/home/_banner-color-image.scss */
  .banner-color-image-section .banner-color-image__image {
    min-height: 250px;
  }
  /* line 126, app/assets/stylesheets/theme/home/_banner-color-image.scss */
  .banner-color-image-section .banner-color-image__title {
    font-size: 2.4rem;
  }
  /* line 130, app/assets/stylesheets/theme/home/_banner-color-image.scss */
  .banner-color-image-section .banner-color-image__description {
    font-size: 1.2rem;
  }
  /* line 134, app/assets/stylesheets/theme/home/_banner-color-image.scss */
  .banner-color-image-section .banner-color-image__link {
    font-size: 1rem;
  }
}

/* line 2, app/assets/stylesheets/theme/home/_best_seller_products.scss */
.best-seller-products-section .title-section {
  font-size: 3.4rem;
}

/* line 2, app/assets/stylesheets/theme/home/_categories_carousel.scss */
.categories-carousel-section .categories-carousel {
  padding: 0;
  background: #ffffff;
}

/* line 7, app/assets/stylesheets/theme/home/_categories_carousel.scss */
.categories-carousel-section .carousel-wrapper {
  position: relative;
}

/* line 11, app/assets/stylesheets/theme/home/_categories_carousel.scss */
.categories-carousel-section .carousel-container {
  display: flex;
  gap: 24px;
  padding: 0;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/* line 21, app/assets/stylesheets/theme/home/_categories_carousel.scss */
.categories-carousel-section .carousel-container::-webkit-scrollbar {
  display: none;
}

/* line 25, app/assets/stylesheets/theme/home/_categories_carousel.scss */
.categories-carousel-section .carousel-header {
  display: flex;
  justify-content: space-between;
}

/* line 30, app/assets/stylesheets/theme/home/_categories_carousel.scss */
.categories-carousel-section .category-card {
  position: relative;
  overflow: hidden;
  height: 600px;
  cursor: pointer;
  group: "card";
  flex: 0 0 calc(33.333% - 16px);
  min-width: 0;
}

/* line 40, app/assets/stylesheets/theme/home/_categories_carousel.scss */
.categories-carousel-section .category-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: transform 0.4s ease;
}

/* line 48, app/assets/stylesheets/theme/home/_categories_carousel.scss */
.categories-carousel-section .category-card:hover .category-image {
  transform: scale(1.05);
}

/* line 52, app/assets/stylesheets/theme/home/_categories_carousel.scss */
.categories-carousel-section .category-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(#0000, #212121);
  padding: 30px 25px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  color: white;
}

/* line 67, app/assets/stylesheets/theme/home/_categories_carousel.scss */
.categories-carousel-section .category-count {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.8;
  margin-bottom: 8px;
  font-weight: 500;
}

/* line 76, app/assets/stylesheets/theme/home/_categories_carousel.scss */
.categories-carousel-section .category-title {
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #FFFFFF;
}

/* line 84, app/assets/stylesheets/theme/home/_categories_carousel.scss */
.categories-carousel-section .category-button {
  padding: 12px 24px;
  background: white;
  color: #1a1a1a;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.3s ease;
  align-self: flex-start;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
}

/* line 102, app/assets/stylesheets/theme/home/_categories_carousel.scss */
.categories-carousel-section .category-card:hover .category-button {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* line 108, app/assets/stylesheets/theme/home/_categories_carousel.scss */
.categories-carousel-section .category-button:hover {
  background: #f0f0f0;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* line 114, app/assets/stylesheets/theme/home/_categories_carousel.scss */
.categories-carousel-section .carousel-controls {
  display: flex;
  gap: 12px;
  justify-content: center;
}

/* line 120, app/assets/stylesheets/theme/home/_categories_carousel.scss */
.categories-carousel-section .carousel-nav {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 2rem;
  color: #1d3441;
  transition: all 0.3s ease;
}

/* line 132, app/assets/stylesheets/theme/home/_categories_carousel.scss */
.categories-carousel-section .carousel-nav:hover {
  background: #1d3441;
  color: white;
}

@media (max-width: 1200px) {
  /* line 138, app/assets/stylesheets/theme/home/_categories_carousel.scss */
  .categories-carousel-section .category-card {
    flex: 0 0 calc(50% - 12px);
  }
}

@media (max-width: 768px) {
  /* line 144, app/assets/stylesheets/theme/home/_categories_carousel.scss */
  .categories-carousel-section .carousel-container {
    gap: 16px;
  }
  /* line 148, app/assets/stylesheets/theme/home/_categories_carousel.scss */
  .categories-carousel-section .category-card {
    flex: 0 0 calc(100% - 0px);
    height: 350px;
  }
  /* line 153, app/assets/stylesheets/theme/home/_categories_carousel.scss */
  .categories-carousel-section .carousel-wrapper {
    padding: 0 15px;
  }
  /* line 157, app/assets/stylesheets/theme/home/_categories_carousel.scss */
  .categories-carousel-section .carousel-nav {
    width: 38px;
    height: 38px;
    font-size: 1rem;
  }
  /* line 163, app/assets/stylesheets/theme/home/_categories_carousel.scss */
  .categories-carousel-section .category-title {
    font-size: 1.3rem;
    margin-bottom: 15px;
  }
  /* line 168, app/assets/stylesheets/theme/home/_categories_carousel.scss */
  .categories-carousel-section .category-count {
    font-size: 0.75rem;
  }
}

/* line 2, app/assets/stylesheets/theme/home/_collection_banner.scss */
.holiday-collection-banner-section .holiday-collection-banner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  min-height: 600px;
  overflow: hidden;
}

/* line 10, app/assets/stylesheets/theme/home/_collection_banner.scss */
.holiday-collection-banner-section .banner-image-container {
  position: relative;
  overflow: hidden;
  background: #f5f1ed;
}

/* line 16, app/assets/stylesheets/theme/home/_collection_banner.scss */
.holiday-collection-banner-section .banner-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* line 23, app/assets/stylesheets/theme/home/_collection_banner.scss */
.holiday-collection-banner-section .banner-left {
  position: relative;
}

/* line 27, app/assets/stylesheets/theme/home/_collection_banner.scss */
.holiday-collection-banner-section .banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 20%, transparent 30%);
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 60px 50px;
  color: white;
}

/* line 41, app/assets/stylesheets/theme/home/_collection_banner.scss */
.holiday-collection-banner-section .banner-tag {
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
  font-weight: 600;
  opacity: 0.95;
}

/* line 50, app/assets/stylesheets/theme/home/_collection_banner.scss */
.holiday-collection-banner-section .banner-title {
  color: #FFFFFF;
  font-size: 4.2rem;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 15px;
  max-width: 500px;
}

/* line 60, app/assets/stylesheets/theme/home/_collection_banner.scss */
.holiday-collection-banner-section .banner-description {
  color: #FFFFFF;
  font-size: 1.6rem;
  line-height: 1.7;
  margin-bottom: 25px;
  max-width: 450px;
}

/* line 68, app/assets/stylesheets/theme/home/_collection_banner.scss */
.holiday-collection-banner-section .banner-button {
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #386641;
  border: #386641;
  min-width: 20rem;
}

/* line 76, app/assets/stylesheets/theme/home/_collection_banner.scss */
.holiday-collection-banner-section .banner-button:hover {
  background-color: #50915d;
}

/* line 81, app/assets/stylesheets/theme/home/_collection_banner.scss */
.holiday-collection-banner-section .banner-right {
  display: block;
}

@media (max-width: 992px) {
  /* line 86, app/assets/stylesheets/theme/home/_collection_banner.scss */
  .holiday-collection-banner-section .holiday-collection-banner {
    grid-template-columns: 1fr;
    min-height: 500px;
  }
  /* line 91, app/assets/stylesheets/theme/home/_collection_banner.scss */
  .holiday-collection-banner-section .banner-right {
    display: none;
  }
  /* line 95, app/assets/stylesheets/theme/home/_collection_banner.scss */
  .holiday-collection-banner-section .banner-overlay {
    padding: 50px 40px;
  }
  /* line 99, app/assets/stylesheets/theme/home/_collection_banner.scss */
  .holiday-collection-banner-section .banner-title {
    font-size: 2.8rem;
    max-width: 100%;
  }
  /* line 104, app/assets/stylesheets/theme/home/_collection_banner.scss */
  .holiday-collection-banner-section .banner-description {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  /* line 110, app/assets/stylesheets/theme/home/_collection_banner.scss */
  .holiday-collection-banner-section .holiday-collection-banner {
    min-height: 450px;
  }
  /* line 114, app/assets/stylesheets/theme/home/_collection_banner.scss */
  .holiday-collection-banner-section .banner-overlay {
    padding: 40px 30px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 0%);
  }
  /* line 119, app/assets/stylesheets/theme/home/_collection_banner.scss */
  .holiday-collection-banner-section .banner-title {
    font-size: 2.2rem;
    margin-bottom: 15px;
  }
  /* line 124, app/assets/stylesheets/theme/home/_collection_banner.scss */
  .holiday-collection-banner-section .banner-description {
    font-size: 1.4rem;
    margin-bottom: 25px;
  }
  /* line 129, app/assets/stylesheets/theme/home/_collection_banner.scss */
  .holiday-collection-banner-section .banner-tag {
    font-size: 0.7rem;
    margin-bottom: 15px;
  }
  /* line 134, app/assets/stylesheets/theme/home/_collection_banner.scss */
  .holiday-collection-banner-section .banner-button {
    padding: 14px 28px;
    font-size: 1.2rem;
  }
}

@media (max-width: 576px) {
  /* line 141, app/assets/stylesheets/theme/home/_collection_banner.scss */
  .holiday-collection-banner-section .holiday-collection-banner {
    min-height: 400px;
  }
  /* line 145, app/assets/stylesheets/theme/home/_collection_banner.scss */
  .holiday-collection-banner-section .banner-overlay {
    padding: 30px 25px;
  }
  /* line 149, app/assets/stylesheets/theme/home/_collection_banner.scss */
  .holiday-collection-banner-section .banner-title {
    font-size: 2.6rem;
  }
  /* line 153, app/assets/stylesheets/theme/home/_collection_banner.scss */
  .holiday-collection-banner-section .banner-description {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  /* line 158, app/assets/stylesheets/theme/home/_collection_banner.scss */
  .holiday-collection-banner-section .banner-button {
    padding: 14px 28px;
    font-size: 1.2rem;
  }
}

/* line 1, app/assets/stylesheets/theme/home/_categories_grid.scss */
.categories-grid-section {
  /* Desktop: 3 columnas iguales */
  /* Mobile: patrón 2-1-2-1 con alturas diferentes */
}

/* line 4, app/assets/stylesheets/theme/home/_categories_grid.scss */
.categories-grid-section .row {
  margin: 0;
}

/* line 7, app/assets/stylesheets/theme/home/_categories_grid.scss */
.categories-grid-section .row > div {
  padding: 1rem !important;
}

/* line 12, app/assets/stylesheets/theme/home/_categories_grid.scss */
.categories-grid-section .category-card {
  position: relative;
  min-height: 400px;
  overflow: hidden;
  border-radius: 4px;
}

/* line 18, app/assets/stylesheets/theme/home/_categories_grid.scss */
.categories-grid-section .category-card .category-image {
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}

/* line 23, app/assets/stylesheets/theme/home/_categories_grid.scss */
.categories-grid-section .category-card .category-overlay {
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 20%, transparent 100%);
}

/* line 31, app/assets/stylesheets/theme/home/_categories_grid.scss */
.categories-grid-section .category-card .category-overlay:hover {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 100%, transparent 100%);
}

/* line 38, app/assets/stylesheets/theme/home/_categories_grid.scss */
.categories-grid-section .category-card .category-overlay .category-title {
  color: #FFFFFF;
  margin-bottom: 0.5rem;
  font-size: 2.8rem;
}

/* line 44, app/assets/stylesheets/theme/home/_categories_grid.scss */
.categories-grid-section .category-card .category-overlay .category-description {
  color: #FFFFFF;
  line-height: 1.5;
  font-size: 1.6rem;
}

/* line 52, app/assets/stylesheets/theme/home/_categories_grid.scss */
.category-card-link:hover .categories-grid-section .category-card .category-image {
  transform: scale(1.05);
}

/* line 56, app/assets/stylesheets/theme/home/_categories_grid.scss */
.categories-grid-section .category-card .content-category {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0rem 2rem 4rem 2rem;
}

@media (min-width: 769px) {
  /* line 66, app/assets/stylesheets/theme/home/_categories_grid.scss */
  .categories-grid-section .category-card {
    min-height: 500px;
  }
}

@media (max-width: 768px) {
  /* line 74, app/assets/stylesheets/theme/home/_categories_grid.scss */
  .categories-grid-section .col-6 .category-card {
    min-height: 300px;
  }
  /* line 80, app/assets/stylesheets/theme/home/_categories_grid.scss */
  .categories-grid-section .col-12 .category-card {
    min-height: 400px;
  }
  /* line 85, app/assets/stylesheets/theme/home/_categories_grid.scss */
  .categories-grid-section .category-overlay {
    padding: 1.5rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 75%, transparent 100%);
  }
  /* line 93, app/assets/stylesheets/theme/home/_categories_grid.scss */
  .categories-grid-section .category-overlay .category-title {
    font-size: 1.25rem;
  }
  /* line 97, app/assets/stylesheets/theme/home/_categories_grid.scss */
  .categories-grid-section .category-overlay .category-description {
    font-size: 0.875rem;
  }
}

@media (max-width: 576px) {
  /* line 105, app/assets/stylesheets/theme/home/_categories_grid.scss */
  .categories-grid-section .col-6 .category-card {
    min-height: 250px;
  }
  /* line 111, app/assets/stylesheets/theme/home/_categories_grid.scss */
  .categories-grid-section .col-12 .category-card {
    min-height: 350px;
  }
  /* line 118, app/assets/stylesheets/theme/home/_categories_grid.scss */
  .categories-grid-section .category-card .category-overlay .category-title {
    font-size: 2rem;
  }
  /* line 124, app/assets/stylesheets/theme/home/_categories_grid.scss */
  .categories-grid-section .category-overlay {
    padding: 1rem;
  }
  /* line 127, app/assets/stylesheets/theme/home/_categories_grid.scss */
  .categories-grid-section .category-overlay .category-description {
    display: none;
  }
  /* line 133, app/assets/stylesheets/theme/home/_categories_grid.scss */
  .categories-grid-section .category-card .content-category {
    padding: 0 0 1rem 0;
  }
  /* line 139, app/assets/stylesheets/theme/home/_categories_grid.scss */
  .categories-grid-section .mobile-full-card .category-description {
    display: block;
  }
  /* line 143, app/assets/stylesheets/theme/home/_categories_grid.scss */
  .categories-grid-section .mobile-full-card .content-category {
    padding: 0 1rem 2rem 1rem;
  }
}

/* line 1, app/assets/stylesheets/theme/home/_header_full.scss */
.header-full {
  background: white;
  border-bottom: 1px solid #e5e5e5;
  position: sticky;
  top: 0;
  z-index: 1000;
}

/* line 8, app/assets/stylesheets/theme/home/_header_full.scss */
.header-full .header-logo {
  padding-right: 1rem;
  margin-left: 2rem;
}

/* line 12, app/assets/stylesheets/theme/home/_header_full.scss */
.header-full .header-logo .brand-logo-svg {
  width: 10rem;
}

/* line 17, app/assets/stylesheets/theme/home/_header_full.scss */
.header-full .nav-menu {
  display: flex;
  list-style: none;
  gap: 0;
  flex: 1;
  margin: 0;
  align-items: center;
  justify-content: start;
}

/* line 27, app/assets/stylesheets/theme/home/_header_full.scss */
.header-full .nav-item {
  position: static;
  height: 70px;
  display: flex;
  align-items: center;
}

/* line 34, app/assets/stylesheets/theme/home/_header_full.scss */
.header-full .nav-item.active .nav-link {
  color: #1d3441;
  border-bottom-color: #1d3441;
}

/* line 41, app/assets/stylesheets/theme/home/_header_full.scss */
.header-full .nav-link {
  text-decoration: none;
  color: #1a1a1a;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 0 18px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: color 0.3s ease;
  white-space: nowrap;
  display: block;
  height: 100%;
  display: flex;
  align-items: center;
  border-bottom: 2px solid transparent;
}

/* line 58, app/assets/stylesheets/theme/home/_header_full.scss */
.header-full .nav-link:hover {
  color: #1d3441;
  border-bottom-color: #1d3441;
}

/* line 63, app/assets/stylesheets/theme/home/_header_full.scss */
.header-full .nav-item.has-dropdown .nav-link::after {
  content: '';
  display: none;
}

/* line 68, app/assets/stylesheets/theme/home/_header_full.scss */
.header-full .megamenu {
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  width: 100%;
  background: white;
  border-bottom: 1px solid #e5e5e5;
  padding: 40px 0;
  min-height: 400px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  pointer-events: none;
  z-index: 999;
}

/* line 85, app/assets/stylesheets/theme/home/_header_full.scss */
.header-full .nav-item.has-dropdown:hover .megamenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* line 91, app/assets/stylesheets/theme/home/_header_full.scss */
.header-full .megamenu-content {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  padding: 0 40px;
}

/* line 100, app/assets/stylesheets/theme/home/_header_full.scss */
.header-full .megamenu-column {
  display: flex;
  flex-direction: column;
}

/* line 104, app/assets/stylesheets/theme/home/_header_full.scss */
.header-full .megamenu-column .megamenu-image {
  max-height: 32rem;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 110, app/assets/stylesheets/theme/home/_header_full.scss */
.header-full .megamenu-title {
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
  color: #1a1a1a;
}

/* line 119, app/assets/stylesheets/theme/home/_header_full.scss */
.header-full .megamenu-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* line 126, app/assets/stylesheets/theme/home/_header_full.scss */
.header-full .megamenu-item {
  margin: 0;
}

/* line 130, app/assets/stylesheets/theme/home/_header_full.scss */
.header-full .megamenu-link {
  font-size: 1.6rem;
  transition: color 0.3s ease;
  display: block;
}

/* line 136, app/assets/stylesheets/theme/home/_header_full.scss */
.header-full .megamenu-link:hover {
  color: #1a1a1a;
}

/* line 153, app/assets/stylesheets/theme/home/_header_full.scss */
.header-full .icons {
  display: flex;
  align-items: center;
  gap: 25px;
  min-width: 120px;
  justify-content: flex-end;
}

/* line 161, app/assets/stylesheets/theme/home/_header_full.scss */
.header-full .icon-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.2rem;
  color: #1a1a1a;
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}

/* line 175, app/assets/stylesheets/theme/home/_header_full.scss */
.header-full .icon-btn:hover {
  color: #666;
}

/* line 179, app/assets/stylesheets/theme/home/_header_full.scss */
.header-full .cart-count {
  position: absolute;
  top: -8px;
  right: -8px;
  background: #1a1a1a;
  color: white;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 600;
}

/* line 195, app/assets/stylesheets/theme/home/_header_full.scss */
.header-full .mobile-menu-btn {
  display: none;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
}

@media (max-width: 992px) {
  /* line 205, app/assets/stylesheets/theme/home/_header_full.scss */
  .header-full .header-logo {
    padding-right: 0;
    margin-left: 0;
  }
  /* line 210, app/assets/stylesheets/theme/home/_header_full.scss */
  .header-full .header-content {
    min-height: 50px;
    justify-content: space-between;
  }
  /* line 214, app/assets/stylesheets/theme/home/_header_full.scss */
  .header-full .header-content .brand-logo-svg {
    margin-left: 7.5rem;
  }
  /* line 217, app/assets/stylesheets/theme/home/_header_full.scss */
  .header-full .header-content .brand-logo-svg #only-words {
    display: none;
  }
  /* line 223, app/assets/stylesheets/theme/home/_header_full.scss */
  .header-full .nav-menu {
    display: none;
  }
  /* line 227, app/assets/stylesheets/theme/home/_header_full.scss */
  .header-full .mobile-menu-btn {
    display: block;
  }
  /* line 231, app/assets/stylesheets/theme/home/_header_full.scss */
  .header-full .megamenu {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    border: none;
    padding: 20px;
    min-height: auto;
  }
  /* line 242, app/assets/stylesheets/theme/home/_header_full.scss */
  .header-full .megamenu-content {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  /* line 247, app/assets/stylesheets/theme/home/_header_full.scss */
  .header-full .megamenu-image {
    grid-column: span 1;
    height: 200px;
  }
}

/* line 1, app/assets/stylesheets/theme/home/_load_more_products.scss */
.load-more-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 7, app/assets/stylesheets/theme/home/_load_more_products.scss */
.load-more-info {
  color: #333;
}

/* line 1, app/assets/stylesheets/theme/products/_build_collection_banner.scss */
.build_collection_banner_section {
  /* Frame positions and sizes */
}

/* line 3, app/assets/stylesheets/theme/products/_build_collection_banner.scss */
.build_collection_banner_section .build-collection-banner {
  background: linear-gradient(135deg, #1a3a47 0%, #234d5f 100%);
  padding: 80px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 450px;
  gap: 60px;
  position: relative;
  overflow: hidden;
}

/* line 15, app/assets/stylesheets/theme/products/_build_collection_banner.scss */
.build_collection_banner_section .collection-content {
  flex: 1;
  max-width: 500px;
  color: white;
}

/* line 21, app/assets/stylesheets/theme/products/_build_collection_banner.scss */
.build_collection_banner_section .collection-title {
  color: #FFFFFF;
  font-size: 4.2rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 25px;
}

/* line 29, app/assets/stylesheets/theme/products/_build_collection_banner.scss */
.build_collection_banner_section .collection-description {
  color: #FFFFFF;
  font-size: 1.6rem;
  line-height: 1.8;
  opacity: 0.95;
  font-weight: 300;
}

/* line 37, app/assets/stylesheets/theme/products/_build_collection_banner.scss */
.build_collection_banner_section .collection-frames {
  flex: 1;
  display: flex;
  justify-content: center;
  position: relative;
  min-height: 350px;
  padding-top: 6rem;
}

/* line 47, app/assets/stylesheets/theme/products/_build_collection_banner.scss */
.build_collection_banner_section .frames-container {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 350px;
}

/* line 54, app/assets/stylesheets/theme/products/_build_collection_banner.scss */
.build_collection_banner_section .frame {
  position: absolute;
  border: 4px solid rgba(255, 255, 255, 0.8);
  background: transparent;
}

/* line 61, app/assets/stylesheets/theme/products/_build_collection_banner.scss */
.build_collection_banner_section .frame-1 {
  width: 60px;
  height: 80px;
  top: 40px;
  left: 20px;
  animation: float 3s ease-in-out infinite;
}

/* line 69, app/assets/stylesheets/theme/products/_build_collection_banner.scss */
.build_collection_banner_section .frame-2 {
  width: 70px;
  height: 70px;
  top: 50px;
  left: 100px;
  animation: float 3.5s ease-in-out infinite;
}

/* line 77, app/assets/stylesheets/theme/products/_build_collection_banner.scss */
.build_collection_banner_section .frame-3 {
  width: 120px;
  height: 140px;
  top: 80px;
  left: 0px;
  animation: float 4s ease-in-out infinite;
}

/* line 85, app/assets/stylesheets/theme/products/_build_collection_banner.scss */
.build_collection_banner_section .frame-4 {
  width: 160px;
  height: 120px;
  top: 20px;
  right: 40px;
  animation: float 3.2s ease-in-out infinite;
}

/* line 93, app/assets/stylesheets/theme/products/_build_collection_banner.scss */
.build_collection_banner_section .frame-5 {
  width: 90px;
  height: 90px;
  top: 160px;
  right: 20px;
  animation: float 3.8s ease-in-out infinite;
}

/* line 101, app/assets/stylesheets/theme/products/_build_collection_banner.scss */
.build_collection_banner_section .frame-6 {
  width: 100px;
  height: 140px;
  top: 180px;
  left: 90px;
  animation: float 4.2s ease-in-out infinite;
}

/* line 109, app/assets/stylesheets/theme/products/_build_collection_banner.scss */
.build_collection_banner_section .frame-7 {
  width: 70px;
  height: 100px;
  bottom: 0px;
  right: 60px;
  animation: float 3.6s ease-in-out infinite;
}

@keyframes float {
  0%,
100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
}

@media (max-width: 1200px) {
  /* line 130, app/assets/stylesheets/theme/products/_build_collection_banner.scss */
  .build_collection_banner_section .build-collection-banner {
    padding: 60px 40px;
    gap: 40px;
    min-height: 400px;
  }
  /* line 136, app/assets/stylesheets/theme/products/_build_collection_banner.scss */
  .build_collection_banner_section .collection-title {
    font-size: 2.5rem;
  }
  /* line 140, app/assets/stylesheets/theme/products/_build_collection_banner.scss */
  .build_collection_banner_section .collection-description {
    font-size: 1rem;
  }
}

@media (max-width: 992px) {
  /* line 146, app/assets/stylesheets/theme/products/_build_collection_banner.scss */
  .build_collection_banner_section .build-collection-banner {
    flex-direction: column;
    padding: 60px 30px;
    gap: 40px;
    min-height: auto;
  }
  /* line 153, app/assets/stylesheets/theme/products/_build_collection_banner.scss */
  .build_collection_banner_section .collection-content {
    max-width: 100%;
  }
  /* line 157, app/assets/stylesheets/theme/products/_build_collection_banner.scss */
  .build_collection_banner_section .collection-frames {
    min-height: 300px;
  }
  /* line 161, app/assets/stylesheets/theme/products/_build_collection_banner.scss */
  .build_collection_banner_section .frames-container {
    max-width: 300px;
  }
  /* line 165, app/assets/stylesheets/theme/products/_build_collection_banner.scss */
  .build_collection_banner_section .collection-title {
    font-size: 2.2rem;
  }
}

@media (max-width: 768px) {
  /* line 171, app/assets/stylesheets/theme/products/_build_collection_banner.scss */
  .build_collection_banner_section .build-collection-banner {
    padding: 40px 25px;
  }
  /* line 175, app/assets/stylesheets/theme/products/_build_collection_banner.scss */
  .build_collection_banner_section .collection-title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  /* line 180, app/assets/stylesheets/theme/products/_build_collection_banner.scss */
  .build_collection_banner_section .collection-description {
    font-size: 0.95rem;
    line-height: 1.6;
  }
  /* line 185, app/assets/stylesheets/theme/products/_build_collection_banner.scss */
  .build_collection_banner_section .collection-frames {
    min-height: 280px;
  }
  /* line 189, app/assets/stylesheets/theme/products/_build_collection_banner.scss */
  .build_collection_banner_section .frames-container {
    max-width: 280px;
  }
  /* line 193, app/assets/stylesheets/theme/products/_build_collection_banner.scss */
  .build_collection_banner_section .frame-1 {
    width: 50px;
    height: 70px;
  }
  /* line 198, app/assets/stylesheets/theme/products/_build_collection_banner.scss */
  .build_collection_banner_section .frame-2 {
    width: 60px;
    height: 60px;
  }
  /* line 203, app/assets/stylesheets/theme/products/_build_collection_banner.scss */
  .build_collection_banner_section .frame-3 {
    width: 100px;
    height: 120px;
  }
  /* line 208, app/assets/stylesheets/theme/products/_build_collection_banner.scss */
  .build_collection_banner_section .frame-4 {
    width: 140px;
    height: 100px;
  }
  /* line 213, app/assets/stylesheets/theme/products/_build_collection_banner.scss */
  .build_collection_banner_section .frame-5 {
    width: 80px;
    height: 80px;
  }
  /* line 218, app/assets/stylesheets/theme/products/_build_collection_banner.scss */
  .build_collection_banner_section .frame-6 {
    width: 90px;
    height: 120px;
  }
  /* line 223, app/assets/stylesheets/theme/products/_build_collection_banner.scss */
  .build_collection_banner_section .frame-7 {
    width: 60px;
    height: 90px;
  }
}

@media (max-width: 576px) {
  /* line 230, app/assets/stylesheets/theme/products/_build_collection_banner.scss */
  .build_collection_banner_section .build-collection-banner {
    padding: 30px 20px;
  }
  /* line 234, app/assets/stylesheets/theme/products/_build_collection_banner.scss */
  .build_collection_banner_section .collection-title {
    font-size: 2.5rem;
  }
  /* line 238, app/assets/stylesheets/theme/products/_build_collection_banner.scss */
  .build_collection_banner_section .collection-description {
    font-size: 1.4rem;
  }
  /* line 242, app/assets/stylesheets/theme/products/_build_collection_banner.scss */
  .build_collection_banner_section .collection-frames {
    min-height: 150px;
  }
  /* line 246, app/assets/stylesheets/theme/products/_build_collection_banner.scss */
  .build_collection_banner_section .frames-container {
    max-width: 250px;
  }
}

/* line 1, app/assets/stylesheets/theme/pages/_gallery_walls.scss */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  /* Cambié de 320px a 400px */
  gap: 24px;
  max-width: 1400px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  /* line 10, app/assets/stylesheets/theme/pages/_gallery_walls.scss */
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  /* line 16, app/assets/stylesheets/theme/pages/_gallery_walls.scss */
  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* line 27, app/assets/stylesheets/theme/pages/_gallery_walls.scss */
.gallery-item {
  text-decoration: none;
  color: inherit;
  display: block;
}

/* line 33, app/assets/stylesheets/theme/pages/_gallery_walls.scss */
.gallery-card {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  /* Aspect ratio 1:1 para cards cuadrados */
  background: #f5f5f5;
  overflow: hidden;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

/* line 43, app/assets/stylesheets/theme/pages/_gallery_walls.scss */
.gallery-item:hover .gallery-card {
  transform: translateY(-4px);
}

/* line 47, app/assets/stylesheets/theme/pages/_gallery_walls.scss */
.gallery-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: filter 0.3s ease;
}

/* line 58, app/assets/stylesheets/theme/pages/_gallery_walls.scss */
.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
  pointer-events: none;
}

/* line 72, app/assets/stylesheets/theme/pages/_gallery_walls.scss */
.gallery-item:hover .gallery-overlay {
  background: rgba(0, 0, 0, 0.3);
}

/* line 76, app/assets/stylesheets/theme/pages/_gallery_walls.scss */
.gallery-name {
  color: white;
  font-size: 2.4rem;
  margin: 0;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
  text-align: center;
  padding: 0 20px;
}

/* line 87, app/assets/stylesheets/theme/pages/_gallery_walls.scss */
.gallery-wall-description {
  margin-bottom: 3rem;
}

/* line 91, app/assets/stylesheets/theme/pages/_gallery_walls.scss */
.gallery-item:hover .gallery-name {
  opacity: 1;
  transform: translateY(0);
}

/* Animación de entrada */
/* line 97, app/assets/stylesheets/theme/pages/_gallery_walls.scss */
.gallery-item {
  animation: fadeIn 0.5s ease forwards;
  opacity: 0;
}

/* line 102, app/assets/stylesheets/theme/pages/_gallery_walls.scss */
.gallery-item:nth-child(1) {
  animation-delay: 0.05s;
}

/* line 103, app/assets/stylesheets/theme/pages/_gallery_walls.scss */
.gallery-item:nth-child(2) {
  animation-delay: 0.1s;
}

/* line 104, app/assets/stylesheets/theme/pages/_gallery_walls.scss */
.gallery-item:nth-child(3) {
  animation-delay: 0.15s;
}

/* line 105, app/assets/stylesheets/theme/pages/_gallery_walls.scss */
.gallery-item:nth-child(4) {
  animation-delay: 0.2s;
}

/* line 106, app/assets/stylesheets/theme/pages/_gallery_walls.scss */
.gallery-item:nth-child(5) {
  animation-delay: 0.25s;
}

/* line 107, app/assets/stylesheets/theme/pages/_gallery_walls.scss */
.gallery-item:nth-child(6) {
  animation-delay: 0.3s;
}

/* line 108, app/assets/stylesheets/theme/pages/_gallery_walls.scss */
.gallery-item:nth-child(7) {
  animation-delay: 0.35s;
}

/* line 109, app/assets/stylesheets/theme/pages/_gallery_walls.scss */
.gallery-item:nth-child(8) {
  animation-delay: 0.4s;
}

/* line 110, app/assets/stylesheets/theme/pages/_gallery_walls.scss */
.gallery-item:nth-child(n+9) {
  animation-delay: 0.45s;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

/* Responsive para móviles */
@media (max-width: 767px) {
  /* line 120, app/assets/stylesheets/theme/pages/_gallery_walls.scss */
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  /* line 125, app/assets/stylesheets/theme/pages/_gallery_walls.scss */
  .gallery-name {
    font-size: 1.4rem;
  }
}

/* line 1, app/assets/stylesheets/theme/_animation.scss */
.loader {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  border-top: 3px solid #FFF;
  border-right: 3px solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* line 21, app/assets/stylesheets/theme/_animation.scss */
.shake-horizontal {
  animation: shake-horizontal 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}

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

/* line 1, app/assets/stylesheets/theme/_banners.scss */
.banner-add {
  background-color: #FFFFFF;
}

/* line 4, app/assets/stylesheets/theme/_banners.scss */
.banner-add .banner-add-image {
  background-image: url("https://res.cloudinary.com/dslqbzdfy/image/upload/v1704248682/vsd9m3u3ncb0lvsnc6wu.png");
  background-position: center right;
}

/* line 9, app/assets/stylesheets/theme/_banners.scss */
.banner-add.banner-world-map {
  background-color: #f8f8f8;
  min-height: 10rem;
}

/* line 14, app/assets/stylesheets/theme/_banners.scss */
.banner-add.banner-world-map .title-banner {
  margin-bottom: 0.5rem;
}

/* line 18, app/assets/stylesheets/theme/_banners.scss */
.banner-add.banner-world-map .size {
  margin-bottom: 1.5rem;
}

/* line 22, app/assets/stylesheets/theme/_banners.scss */
.banner-add.banner-world-map .cta-desc {
  margin-bottom: 0;
}

/* line 26, app/assets/stylesheets/theme/_banners.scss */
.banner-add.banner-world-map .cta-desc-complement {
  margin: 0 0 2rem 0;
}

/* line 31, app/assets/stylesheets/theme/_banners.scss */
.banner-add .banner-map-image {
  background-position: center right;
}
/*
Placeholder manifest file.
the installer will append this file to the app vendored assets here: 'vendor/assets/stylesheets/spree/frontend/all.css'
*/

#paypal_commerce_platform_overlay{
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
}
/*
 * This is a manifest file that'll automatically include all the stylesheets available in this directory
 * and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
 * the top of the compiled file, but it's generally better to create a new file per style scope.
 *
 * spree/frontend/all points to the
 * `vendor/assets/stylesheets/spree/frontend/all.css` file generated by
 * `solidus:install`. See `setup_assets` at
 * https://github.com/solidusio/solidus/blob/main/core/lib/generators/solidus/install/install_generator.rb

 *


*/
