/*!
 *  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, .btn.dropdown::after {
  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, .fa-pull-left.btn.dropdown::after {
  margin-right: .3em;
}

.fa.fa-pull-right, .fa-pull-right.btn.dropdown::after {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left, .pull-left.btn.dropdown::after {
  margin-right: .3em;
}

.fa.pull-right, .pull-right.btn.dropdown::after {
  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;
}

/*!
 * jQuery UI CSS Framework 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/category/theming/
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*!
 * jQuery UI CSS Framework 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit https://jqueryui.com/themeroller/
 */
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a.ui-button:link,
a.ui-button:visited,
.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  background-image: none;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(/images/ui-icons_444444_256x240.png);
}

.ui-widget-header .ui-icon {
  background-image: url(/images/ui-icons_444444_256x240.png);
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url(/images/ui-icons_555555_256x240.png);
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url(/images/ui-icons_ffffff_256x240.png);
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url(/images/ui-icons_777620_256x240.png);
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(/images/ui-icons_cc0000_256x240.png);
}

.ui-button .ui-icon {
  background-image: url(/images/ui-icons_777777_256x240.png);
}

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
  background-image: none;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.3;
}

.ui-widget-shadow {
  box-shadow: 0 0 5px #666666;
}

/*!
 * jQuery UI Autocomplete 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/autocomplete/#theming
 */
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

/*!
 * jQuery UI Datepicker 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/datepicker/#theming
 */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em;
}

/*!
 * jQuery UI Slider 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/slider/#theming
 */
.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: pointer;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider-horizontal {
  height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

body.guillotine-dragging, body.guillotine-dragging * {
  cursor: move !important;
  cursor: grabbing !important;
  cursor: grabbing, move;
  /* IE hack */
}

.guillotine-canvas {
  top: 0;
  left: 0;
  text-align: center;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  cursor: move;
  cursor: grab;
  cursor: grab, move;
  /* IE hack */
}

.guillotine-window.disabled .guillotine-canvas {
  cursor: default;
}

.guillotine-canvas > * {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  max-height: none;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}

.guillotine-sample {
  position: absolute !important;
  top: -100000px     !important;
  left: -100000px    !important;
  width: auto        !important;
  height: auto       !important;
}

/* system colors palette */
@keyframes scale-0-1 {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

@keyframes rotate-360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes shake {
  0% {
    transform: rotate(-30deg);
  }
  50% {
    transform: rotate(30deg);
  }
  100% {
    transform: rotate(-30deg);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

@keyframes slide-with-pause {
  0% {
    left: 0;
    transform: translateX(0);
  }
  20% {
    left: 0;
    transform: translateX(0);
  }
  80% {
    left: 100%;
    transform: translateX(-100%);
  }
  100% {
    left: 100%;
    transform: translateX(-100%);
  }
}

@keyframes fade-with-pause {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.grecaptcha-badge {
  z-index: 940;
}

ul.ui-autocomplete {
  cursor: default;
  list-style: none;
  list-style-type: none;
  margin: 0px;
  position: absolute;
  z-index: 3000;
}

.ui-menu {
  padding-left: 0;
}

.ui-menu-item-wrapper {
  padding: 2px 0 2px 5px;
}

.ui-widget.ui-datepicker {
  z-index: 3000 !important;
  margin-top: 2px;
  padding: 12px 28px 24px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 332px;
  border-radius: 12px;
}

.ui-widget.ui-datepicker .ui-datepicker-header {
  background: none;
  border: none;
  padding: 0;
  height: 40px;
}

.ui-widget.ui-datepicker .ui-datepicker-title {
  display: flex;
  flex-direction: row;
  align-items: normal;
  justify-content: normal;
  justify-content: center;
  -moz-column-gap: 4px;
       column-gap: 4px;
  width: 100%;
  margin: 0;
}

.ui-widget.ui-datepicker .ui-datepicker-title select {
  border: 1px solid #CACDCF;
  padding: 16px;
  border-radius: 4px;
  outline: none;
  font-weight: 500;
  font-size: 1rem;
  line-height: 20px;
  width: 70px;
  height: 24px;
  cursor: pointer;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 56px;
  min-width: 102px;
}

.ui-widget.ui-datepicker .datepicker-select-wrap::after {
  content: "";
  top: 16px;
  right: 12px;
  position: absolute;
  width: 24px;
  height: 24px;
  transform: rotate(-90deg);
  -webkit-mask: url(/assets/icons/chevron-9b3780b76418af5d6e13908b94d339d0f2e369f58f0d4dc70e4f541a60bfbc2f.svg);
          mask: url(/assets/icons/chevron-9b3780b76418af5d6e13908b94d339d0f2e369f58f0d4dc70e4f541a60bfbc2f.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #262626;
  pointer-events: none;
}

.ui-widget.ui-datepicker .datepicker-select-wrap + .datepicker-select-wrap {
  margin-left: 12px;
}

.ui-widget.ui-datepicker .ui-datepicker-prev, .ui-widget.ui-datepicker .ui-datepicker-next {
  cursor: pointer;
  -webkit-mask: url(/assets/icons/chevron_big-42e3a2014a6c78bc00720057815bc7166ec29684148bef859e30b7d2c5588225.svg);
          mask: url(/assets/icons/chevron_big-42e3a2014a6c78bc00720057815bc7166ec29684148bef859e30b7d2c5588225.svg);
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #262626;
  top: 0 !important;
  width: 32px;
  height: 32px;
  -webkit-mask-size: cover;
          mask-size: cover;
}

.ui-widget.ui-datepicker .ui-datepicker-prev.ui-state-hover, .ui-widget.ui-datepicker .ui-datepicker-next.ui-state-hover {
  border: none;
}

.ui-widget.ui-datepicker.with-selectors .ui-datepicker-header {
  height: 70px;
  margin: 0 -12px;
}

.ui-widget.ui-datepicker.with-selectors .ui-datepicker-prev, .ui-widget.ui-datepicker.with-selectors .ui-datepicker-next {
  display: none;
}

.ui-widget.ui-datepicker.with-selectors .datepicker-select-wrap {
  width: 100%;
}

.ui-widget.ui-datepicker.with-selectors .datepicker-select-wrap select {
  width: 100%;
}

.ui-widget.ui-datepicker .ui-datepicker-prev {
  left: 0 !important;
  transform: scale(-1, 1);
}

.ui-widget.ui-datepicker .ui-datepicker-next {
  right: 0 !important;
}

.ui-widget.ui-datepicker table {
  margin: 0;
  font-size: 14px;
}

.ui-widget.ui-datepicker th {
  padding: 0 0 8px;
}

.ui-widget.ui-datepicker th span {
  font-weight: 500;
  line-height: 40px;
  width: 40px;
  font-size: 1rem;
}

.ui-widget.ui-datepicker td {
  padding: 0;
}

.ui-widget.ui-datepicker td span, .ui-widget.ui-datepicker td a {
  text-align: center;
  line-height: 40px;
  width: 40px;
  padding: 0;
  border-radius: 4px;
  margin-bottom: 1px;
  font-size: 1rem;
}

.ui-widget.ui-datepicker .ui-state-default, .ui-widget.ui-datepicker .ui-widget-content .ui-state-default, .ui-widget.ui-datepicker .ui-widget-header .ui-state-default, .ui-widget.ui-datepicker .ui-button,
.ui-widget.ui-datepicker html .ui-button.ui-state-disabled:hover, .ui-widget.ui-datepicker html .ui-button.ui-state-disabled:active {
  border: none;
  background: none;
  color: #262626;
}

.ui-widget.ui-datepicker .ui-state-default.ui-state-hover:hover {
  border: 2px solid #FF9913;
  line-height: 32px;
  background: none;
  color: #262626;
}

.ui-widget.ui-datepicker .ui-state-active, .ui-widget.ui-datepicker .ui-widget-content .ui-state-active, .ui-widget.ui-datepicker .ui-widget-header .ui-state-active, .ui-widget.ui-datepicker a.ui-button:active,
.ui-widget.ui-datepicker .ui-button:active, .ui-widget.ui-datepicker .ui-button.ui-state-active:hover {
  background: #FF9913;
  color: #fff;
}

[data-datepicker-with-selectors="true"] .ui-datepicker .ui-datepicker-header {
  height: 70px;
  margin: 0 -12px;
}

[data-datepicker-with-selectors="true"] .ui-datepicker-prev, [data-datepicker-with-selectors="true"] .ui-datepicker-next {
  display: none;
}

[data-datepicker-with-selectors="true"] .ui-datepicker .datepicker-select-wrap {
  width: 100%;
}

[data-datepicker-with-selectors="true"] .ui-datepicker .datepicker-select-wrap select {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .ui-widget.ui-datepicker {
    border: none;
    width: 100%;
    padding: unset;
  }
  .ui-widget.ui-datepicker .ui-datepicker-header {
    margin: unset;
  }
}

html {
  font-size: 100%;
  line-height: 150%;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #262626;
  scroll-behavior: smooth;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

iframe {
  border: 0;
  width: 100%;
  height: 600px;
}

* {
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

*:before, *:after {
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

hr {
  box-sizing: content-box;
  height: 0;
  border: 0;
  border-top: 1px solid #e5e7eb;
}

h1, h2, h3, h4, h5, p {
  margin: 0;
  border-bottom: 0;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

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

img {
  vertical-align: middle;
}

table {
  font-size: 0.875rem;
  line-height: 130%;
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

input,
button,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

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

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

/*
  TODO remove as soon as bug is fixed
  2.08.2018 - issue still not resolved
  http://stackoverflow.com/questions/19012135/ios-7-ipad-safari-landscape-innerheight-outerheight-layout-issue
*/
@media (orientation: landscape) {
  html.ipad.ios7 > body {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 672px !important;
  }
}

.border-solid {
  border-style: solid;
}

.divide-solid > * + * {
  border-style: solid;
}

.border-dashed {
  border-style: dashed;
}

.divide-dashed > * + * {
  border-style: dashed;
}

.border-none {
  border-style: none;
}

.divide-none > * + * {
  border-style: none;
}

.border-1 {
  border-width: 1px;
}

.divide-y-1 > * + * {
  border-width: 0;
  border-top-width: 1px;
}

.divide-x-1 > * + * {
  border-width: 0;
  border-left-width: 1px;
}

.border-t-1 {
  border-width: 0;
  border-top-width: 1px;
}

.border-r-1 {
  border-width: 0;
  border-right-width: 1px;
}

.border-b-1 {
  border-width: 0;
  border-bottom-width: 1px;
}

.border-l-1 {
  border-width: 0;
  border-left-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.divide-y-2 > * + * {
  border-width: 0;
  border-top-width: 2px;
}

.divide-x-2 > * + * {
  border-width: 0;
  border-left-width: 2px;
}

.border-t-2 {
  border-width: 0;
  border-top-width: 2px;
}

.border-r-2 {
  border-width: 0;
  border-right-width: 2px;
}

.border-b-2 {
  border-width: 0;
  border-bottom-width: 2px;
}

.border-l-2 {
  border-width: 0;
  border-left-width: 2px;
}

.border-3 {
  border-width: 3px;
}

.divide-y-3 > * + * {
  border-width: 0;
  border-top-width: 3px;
}

.divide-x-3 > * + * {
  border-width: 0;
  border-left-width: 3px;
}

.border-t-3 {
  border-width: 0;
  border-top-width: 3px;
}

.border-r-3 {
  border-width: 0;
  border-right-width: 3px;
}

.border-b-3 {
  border-width: 0;
  border-bottom-width: 3px;
}

.border-l-3 {
  border-width: 0;
  border-left-width: 3px;
}

.border-4 {
  border-width: 4px;
}

.divide-y-4 > * + * {
  border-width: 0;
  border-top-width: 4px;
}

.divide-x-4 > * + * {
  border-width: 0;
  border-left-width: 4px;
}

.border-t-4 {
  border-width: 0;
  border-top-width: 4px;
}

.border-r-4 {
  border-width: 0;
  border-right-width: 4px;
}

.border-b-4 {
  border-width: 0;
  border-bottom-width: 4px;
}

.border-l-4 {
  border-width: 0;
  border-left-width: 4px;
}

.rounded-2 {
  border-radius: 2px;
}

.rounded-4 {
  border-radius: 4px;
}

.rounded-6 {
  border-radius: 6px;
}

.rounded-8 {
  border-radius: 8px;
}

.rounded-12 {
  border-radius: 12px;
}

.rounded-16 {
  border-radius: 16px;
}

.rounded-20 {
  border-radius: 20px;
}

.rounded-24 {
  border-radius: 24px;
}

.rounded-32 {
  border-radius: 32px;
}

.circle {
  border-radius: 50%;
}

@media screen and (max-width: 1199px) {
  .md-border-solid {
    border-style: solid;
  }
  .md-divide-solid > * + * {
    border-style: solid;
  }
  .md-border-dashed {
    border-style: dashed;
  }
  .md-divide-dashed > * + * {
    border-style: dashed;
  }
  .md-border-none {
    border-style: none;
  }
  .md-divide-none > * + * {
    border-style: none;
  }
  .md-rounded-unset {
    border-radius: unset !important;
  }
}

@media screen and (max-width: 991px) {
  .sm-border-solid {
    border-style: solid;
  }
  .sm-divide-solid > * + * {
    border-style: solid;
  }
  .sm-border-dashed {
    border-style: dashed;
  }
  .sm-divide-dashed > * + * {
    border-style: dashed;
  }
  .sm-border-none {
    border-style: none;
  }
  .sm-divide-none > * + * {
    border-style: none;
  }
  .sm-rounded-unset {
    border-radius: unset !important;
  }
}

@media screen and (max-width: 767px) {
  .xs-border-solid {
    border-style: solid;
  }
  .xs-divide-solid > * + * {
    border-style: solid;
  }
  .xs-border-dashed {
    border-style: dashed;
  }
  .xs-divide-dashed > * + * {
    border-style: dashed;
  }
  .xs-border-none {
    border-style: none;
  }
  .xs-divide-none > * + * {
    border-style: none;
  }
  .xs-rounded-unset {
    border-radius: unset !important;
  }
}

.bg-layout-gradient {
  background: linear-gradient(0deg, #fdfaf4 0%, #ffffff 100%);
}

button:focus, a:focus {
  outline: none;
}

.btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
  min-width: auto;
  border: 0;
  cursor: pointer;
  padding: 0;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
  touch-action: manipulation;
}

.btn:not([class*="rounded-"]) {
  border-radius: 4px;
}

.btn i, .btn svg {
  top: 0;
  left: 1.5rem;
  bottom: 0;
  position: absolute;
  width: 24px;
  height: 24px;
  font-size: 24px;
  margin: auto;
}

.btn.icon-on-both-sides i, .btn.icon-on-both-sides svg {
  padding: 0;
  margin-left: 0.5em;
  margin-right: 0.5em;
  position: static;
}

.btn.btn-icon {
  padding: 0 3rem 0 calc(24px + 3rem);
}

.btn.btn-icon i, .btn.btn-icon svg {
  top: 0;
  left: 1.5rem;
  bottom: 0;
  position: absolute;
}

.btn.btn-icon.shifted-left {
  margin-left: -1.5rem;
}

.btn.btn-icon.shifted-right {
  margin-right: -1.5rem;
}

.btn.btn-icon.icon-right {
  padding: 0 calc(24px + 3rem) 0 3rem;
}

.btn.btn-icon.icon-right i, .btn.btn-icon.icon-right svg {
  left: auto;
  right: 1.5rem;
  position: absolute;
}

.btn.btn-icon.icon-pulled {
  padding: 0 1.5rem 0 calc(24px + 1.5rem);
}

.btn.btn-icon.icon-pulled i, .btn.btn-icon.icon-pulled svg {
  top: 0;
  left: 0.75rem;
  bottom: 0;
  position: absolute;
}

.btn.btn-icon.icon-pulled.shifted-left {
  margin-left: -0.75rem;
}

.btn.btn-icon.icon-pulled.shifted-right {
  margin-right: -0.75rem;
}

.btn.btn-icon.icon-pulled.icon-right {
  padding: 0 calc(24px + 1.5rem) 0 1.5rem;
}

.btn.btn-icon.icon-pulled.icon-right i, .btn.btn-icon.icon-pulled.icon-right svg {
  left: auto;
  right: 0.75rem;
  position: absolute;
}

.btn.btn-icon.icon-inline {
  padding: 0;
}

.btn.btn-icon.icon-inline i, .btn.btn-icon.icon-inline svg {
  margin-left: -2rem;
  margin-right: 1rem;
  position: static;
}

.btn.btn-icon.icon-inline.icon-right i, .btn.btn-icon.icon-inline.icon-right svg {
  margin-left: 1rem;
  margin-right: -2rem;
  position: static;
}

.btn.btn-icon.icon-inline.icon-right-near i, .btn.btn-icon.icon-inline.icon-right-near svg {
  margin-left: 10px;
  margin-right: -2rem;
  position: static;
}

.btn.btn-icon.icon-inline.icon-only i, .btn.btn-icon.icon-inline.icon-only svg {
  margin: 0;
}

.btn.btn-icon span {
  line-height: initial;
}

.btn.circled {
  border-radius: 50%;
}

.btn:hover, .btn:focus {
  text-decoration: none;
}

.btn:active, .btn.pressed {
  background-image: none;
  box-shadow: none;
}

.btn.disabled, .btn:disabled {
  pointer-events: none;
}

.btn.dropdown::after {
  top: 0;
  bottom: 0;
  right: 1.25rem;
  position: absolute;
  width: 1rem;
  height: 1rem;
  content: '\f0d7';
  margin: auto;
}

.btn.dropdown.reversed::after {
  transform: scale(1, -1);
}

.btn.btn-h-40 {
  height: 2.5rem;
}

.btn.btn-h-48 {
  height: 3rem;
}

.btn.btn-h-56 {
  height: 3.5rem;
}

.btn.btn-h-64 {
  height: 4rem;
}

.btn-xl {
  height: 4rem;
  font-size: 1.25rem;
  line-height: 150%;
}

.btn-xl.btn-icon-only {
  width: 4rem;
  height: 4rem;
}

.btn-l {
  height: 3.5rem;
  font-size: 1rem;
  line-height: 150%;
}

.btn-l.btn-icon-only {
  width: 3.5rem;
  height: 3.5rem;
}

.btn-m, .dialog-wrapper__actions .btn {
  height: 3.5rem;
  font-size: 1.125rem;
  line-height: 150%;
}

.btn-m.btn-icon-only, .dialog-wrapper__actions .btn-icon-only.btn {
  width: 3.5rem;
  height: 3.5rem;
}

.btn-s {
  height: 3rem;
  font-size: 1rem;
  line-height: 150%;
}

.btn-s.btn-icon-only {
  width: 3rem;
  height: 3rem;
}

.btn-xs {
  height: 2.5rem;
  font-size: 0.875rem;
  line-height: 130%;
}

.btn-xs.btn-icon-only {
  width: 2.5rem;
  height: 2.5rem;
}

.btn-xxs {
  height: 2.25rem;
  font-size: 0.875rem;
  line-height: 130%;
}

.btn-xxs.btn-icon-only {
  width: 2.25rem;
  height: 2.25rem;
}

.btn.w-auto {
  width: auto;
}

.btn.w-full {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .btn.sm-btn-h-40 {
    height: 2.5rem;
  }
  .btn.sm-btn-h-48 {
    height: 3rem;
  }
  .btn.sm-btn-h-56 {
    height: 3.5rem;
  }
  .btn.sm-btn-h-64 {
    height: 4rem;
  }
  .sm-btn-xl {
    height: 4rem;
    font-size: 1.25rem;
    line-height: 150%;
  }
  .sm-btn-xl.btn-icon-only {
    width: 4rem;
    height: 4rem;
  }
  .sm-btn-l {
    height: 3.5rem;
    font-size: 1rem;
    line-height: 150%;
  }
  .sm-btn-l.btn-icon-only {
    width: 3.5rem;
    height: 3.5rem;
  }
  .sm-btn-m {
    height: 3.5rem;
    font-size: 1.125rem;
    line-height: 150%;
  }
  .sm-btn-m.btn-icon-only {
    width: 3.5rem;
    height: 3.5rem;
  }
  .sm-btn-s {
    height: 3rem;
    font-size: 1rem;
    line-height: 150%;
  }
  .sm-btn-s.btn-icon-only {
    width: 3rem;
    height: 3rem;
  }
  .sm-btn-xs {
    height: 2.5rem;
    font-size: 0.875rem;
    line-height: 130%;
  }
  .sm-btn-xs.btn-icon-only {
    width: 2.5rem;
    height: 2.5rem;
  }
  .sm-btn-xxs {
    height: 2.25rem;
    font-size: 0.875rem;
    line-height: 130%;
  }
  .sm-btn-xxs.btn-icon-only {
    width: 2.25rem;
    height: 2.25rem;
  }
  .btn.sm-w-auto {
    width: auto;
  }
  .btn.sm-w-full {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .btn.xs-btn-h-40 {
    height: 2.5rem;
  }
  .btn.xs-btn-h-48 {
    height: 3rem;
  }
  .btn.xs-btn-h-56 {
    height: 3.5rem;
  }
  .btn.xs-btn-h-64 {
    height: 4rem;
  }
  .xs-btn-xl {
    height: 4rem;
    font-size: 1.25rem;
    line-height: 150%;
  }
  .xs-btn-xl.btn-icon-only {
    width: 4rem;
    height: 4rem;
  }
  .xs-btn-l {
    height: 3.5rem;
    font-size: 1rem;
    line-height: 150%;
  }
  .xs-btn-l.btn-icon-only {
    width: 3.5rem;
    height: 3.5rem;
  }
  .xs-btn-m {
    height: 3.5rem;
    font-size: 1.125rem;
    line-height: 150%;
  }
  .xs-btn-m.btn-icon-only {
    width: 3.5rem;
    height: 3.5rem;
  }
  .xs-btn-s, .dialog-wrapper__actions .btn {
    height: 3rem;
    font-size: 1rem;
    line-height: 150%;
  }
  .xs-btn-s.btn-icon-only, .dialog-wrapper__actions .btn-icon-only.btn {
    width: 3rem;
    height: 3rem;
  }
  .xs-btn-xs {
    height: 2.5rem;
    font-size: 0.875rem;
    line-height: 130%;
  }
  .xs-btn-xs.btn-icon-only {
    width: 2.5rem;
    height: 2.5rem;
  }
  .xs-btn-xxs {
    height: 2.25rem;
    font-size: 0.875rem;
    line-height: 130%;
  }
  .xs-btn-xxs.btn-icon-only {
    width: 2.25rem;
    height: 2.25rem;
  }
  .btn.xs-w-auto {
    width: auto;
  }
  .btn.xs-w-full {
    width: 100%;
  }
}

.btn-primary {
  background-color: #FF9913;
  border: 1px solid #FF9913;
  color: #fff;
}

.btn-primary.text-black {
  color: #262626;
}

.btn-primary.text-black svg:not(.svg-no-fill),
.btn-primary.text-black svg:not(.svg-no-fill) *[fill] {
  fill: #fff;
}

.btn-primary.text-black i {
  color: #fff;
}

.btn-primary.icon-black {
  color: #fff;
}

.btn-primary.icon-black svg:not(.svg-no-fill),
.btn-primary.icon-black svg:not(.svg-no-fill) *[fill] {
  fill: #262626;
}

.btn-primary.icon-black i {
  color: #262626;
}

.btn-primary svg:not(.svg-no-fill),
.btn-primary svg:not(.svg-no-fill) *[fill] {
  fill: #fff;
}

.btn-primary:hover, .btn-primary.hovered {
  background-color: #EB7100;
  border-color: #EB7100;
}

.btn-primary:active, .btn-primary.pressed {
  background-color: #FF8112;
  border-color: #FF8112;
}

.btn-primary.disabled, .btn-primary:disabled {
  opacity: 0.4;
}

.btn-alternate {
  background-color: rgba(255, 153, 19, 0.1);
  color: #FF9913;
}

.btn-alternate.text-black {
  color: #262626;
}

.btn-alternate.text-black svg:not(.svg-no-fill),
.btn-alternate.text-black svg:not(.svg-no-fill) *[fill] {
  fill: #FF9913;
}

.btn-alternate.text-black i {
  color: #FF9913;
}

.btn-alternate.icon-black {
  color: #FF9913;
}

.btn-alternate.icon-black svg:not(.svg-no-fill),
.btn-alternate.icon-black svg:not(.svg-no-fill) *[fill] {
  fill: #262626;
}

.btn-alternate.icon-black i {
  color: #262626;
}

.btn-alternate svg:not(.svg-no-fill),
.btn-alternate svg:not(.svg-no-fill) *[fill] {
  fill: #FF9913;
}

.btn-alternate:hover, .btn-alternate.hovered {
  background-color: rgba(255, 153, 19, 0.2);
}

.btn-alternate:active, .btn-alternate.pressed {
  background-color: rgba(255, 153, 19, 0.3);
}

.btn-alternate.disabled, .btn-alternate:disabled {
  background-color: rgba(153, 153, 153, 0.1);
  color: #999;
}

.btn-alternate.disabled svg:not(.svg-no-fill),
.btn-alternate.disabled svg:not(.svg-no-fill) *[fill], .btn-alternate:disabled svg:not(.svg-no-fill),
.btn-alternate:disabled svg:not(.svg-no-fill) *[fill] {
  fill: #999;
}

.btn-alternate.disabled i, .btn-alternate:disabled i {
  color: #999;
}

.btn-ghost {
  background-color: transparent;
  color: #FF9913;
}

.btn-ghost.text-black {
  color: #262626;
}

.btn-ghost.text-black svg:not(.svg-no-fill),
.btn-ghost.text-black svg:not(.svg-no-fill) *[fill] {
  fill: #FF9913;
}

.btn-ghost.text-black i {
  color: #FF9913;
}

.btn-ghost.icon-black {
  color: #FF9913;
}

.btn-ghost.icon-black svg:not(.svg-no-fill),
.btn-ghost.icon-black svg:not(.svg-no-fill) *[fill] {
  fill: #262626;
}

.btn-ghost.icon-black i {
  color: #262626;
}

.btn-ghost svg:not(.svg-no-fill),
.btn-ghost svg:not(.svg-no-fill) *[fill] {
  fill: #FF9913;
}

.btn-ghost:hover, .btn-ghost.hovered {
  background-color: rgba(255, 153, 19, 0.1);
}

.btn-ghost:active, .btn-ghost.pressed {
  background-color: rgba(255, 153, 19, 0.2);
}

.btn-ghost.disabled, .btn-ghost:disabled, .btn-ghost.no-accent {
  color: #999;
}

.btn-ghost.disabled svg:not(.svg-no-fill),
.btn-ghost.disabled svg:not(.svg-no-fill) *[fill], .btn-ghost:disabled svg:not(.svg-no-fill),
.btn-ghost:disabled svg:not(.svg-no-fill) *[fill], .btn-ghost.no-accent svg:not(.svg-no-fill),
.btn-ghost.no-accent svg:not(.svg-no-fill) *[fill] {
  fill: #999;
}

.btn-ghost.disabled i, .btn-ghost:disabled i, .btn-ghost.no-accent i {
  color: #999;
}

.btn-ghost.no-accent:hover {
  color: #FF9913;
}

.btn-ghost.no-accent:hover svg:not(.svg-no-fill),
.btn-ghost.no-accent:hover svg:not(.svg-no-fill) *[fill] {
  fill: #FF9913;
}

.btn-ghost.no-accent:hover i {
  color: #FF9913;
}

.btn-ghost-gray:hover, .btn-ghost-gray.hovered {
  background-color: rgba(112, 112, 112, 0.1);
}

.btn-ghost-gray:active, .btn-ghost-gray.pressed {
  background-color: rgba(112, 112, 112, 0.2);
}

.btn-red {
  background: rgba(201, 37, 37, 0.1);
  color: #C92525;
}

.btn-red:hover, .btn-red.hovered {
  background-color: rgba(201, 37, 37, 0.2);
}

.btn-red:active, .btn-red.pressed {
  background-color: rgba(201, 37, 37, 0.3);
}

.btn-red-active {
  background: #C92525;
  color: #fff;
}

.btn-red-active:hover, .btn-red-active.hovered {
  background-color: #AB0A0A;
}

.btn-red-active:active, .btn-red-active.pressed {
  background-color: rgba(201, 37, 37, 0.9);
}

.btn-gradient {
  background: #EB7100 linear-gradient(to right, rgba(255, 255, 255, 0), #FA4B55);
  box-shadow: 0 12px 14px rgba(42, 113, 117, 0.25);
  transition: background-color 0.2s ease-in, box-shadow 0.2s ease-in;
  color: #fff;
}

.btn-gradient:hover, .btn-gradient.hovered, .btn-gradient:active, .btn-gradient.pressed {
  background: #FA4B55 linear-gradient(to right, rgba(255, 255, 255, 0), #EB7100);
}

.btn-gradient:active, .btn-gradient.pressed {
  background: #FA4B55 linear-gradient(to right, rgba(255, 255, 255, 0), #EB7100);
  box-shadow: 0 4px 12px rgba(42, 113, 117, 0.25);
}

.btn-gradient.disabled, .btn-gradient:disabled {
  background: #f98d00;
}

.btn-gradient.no-shadow {
  box-shadow: none;
}

.btn-white {
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  color: #262626;
}

.btn-white.text-black {
  color: #262626;
}

.btn-white.text-black svg:not(.svg-no-fill),
.btn-white.text-black svg:not(.svg-no-fill) *[fill] {
  fill: #fff;
}

.btn-white.text-black i {
  color: #fff;
}

.btn-white.icon-black {
  color: #fff;
}

.btn-white.icon-black svg:not(.svg-no-fill),
.btn-white.icon-black svg:not(.svg-no-fill) *[fill] {
  fill: #262626;
}

.btn-white.icon-black i {
  color: #262626;
}

.btn-white svg:not(.svg-no-fill),
.btn-white svg:not(.svg-no-fill) *[fill] {
  fill: #fff;
}

.btn-white:hover, .btn-white.hovered {
  box-shadow: 0px 24px 40px rgba(255, 255, 255, 0.2);
}

.btn-white:active, .btn-white.pressed {
  background-color: rgba(255, 255, 255, 0.6);
}

.btn-white.disabled, .btn-white:disabled {
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.3);
}

.btn-white-bordered, .btn-success,
.btn-warning,
.btn-danger {
  border: 1px solid #999;
  background-color: #fff;
  color: #262626;
}

.btn-white-bordered.text-black, .text-black.btn-success,
.text-black.btn-warning,
.text-black.btn-danger {
  color: #262626;
}

.btn-white-bordered.text-black svg:not(.svg-no-fill), .text-black.btn-success svg:not(.svg-no-fill),
.text-black.btn-warning svg:not(.svg-no-fill),
.text-black.btn-danger svg:not(.svg-no-fill),
.btn-white-bordered.text-black svg:not(.svg-no-fill) *[fill],
.text-black.btn-success svg:not(.svg-no-fill) *[fill],
.text-black.btn-warning svg:not(.svg-no-fill) *[fill],
.text-black.btn-danger svg:not(.svg-no-fill) *[fill] {
  fill: #fff;
}

.btn-white-bordered.text-black i, .text-black.btn-success i,
.text-black.btn-warning i,
.text-black.btn-danger i {
  color: #fff;
}

.btn-white-bordered.icon-black, .icon-black.btn-success,
.icon-black.btn-warning,
.icon-black.btn-danger {
  color: #fff;
}

.btn-white-bordered.icon-black svg:not(.svg-no-fill), .icon-black.btn-success svg:not(.svg-no-fill),
.icon-black.btn-warning svg:not(.svg-no-fill),
.icon-black.btn-danger svg:not(.svg-no-fill),
.btn-white-bordered.icon-black svg:not(.svg-no-fill) *[fill],
.icon-black.btn-success svg:not(.svg-no-fill) *[fill],
.icon-black.btn-warning svg:not(.svg-no-fill) *[fill],
.icon-black.btn-danger svg:not(.svg-no-fill) *[fill] {
  fill: #262626;
}

.btn-white-bordered.icon-black i, .icon-black.btn-success i,
.icon-black.btn-warning i,
.icon-black.btn-danger i {
  color: #262626;
}

.btn-white-bordered svg:not(.svg-no-fill), .btn-success svg:not(.svg-no-fill),
.btn-warning svg:not(.svg-no-fill),
.btn-danger svg:not(.svg-no-fill),
.btn-white-bordered svg:not(.svg-no-fill) *[fill],
.btn-success svg:not(.svg-no-fill) *[fill],
.btn-warning svg:not(.svg-no-fill) *[fill],
.btn-danger svg:not(.svg-no-fill) *[fill] {
  fill: #262626;
}

.btn-white-bordered:hover, .btn-success:hover,
.btn-warning:hover,
.btn-danger:hover, .btn-white-bordered.hovered, .hovered.btn-success,
.hovered.btn-warning,
.hovered.btn-danger {
  background-color: rgba(153, 153, 153, 0.1);
}

.btn-white-bordered:active, .btn-success:active,
.btn-warning:active,
.btn-danger:active, .btn-white-bordered.pressed, .pressed.btn-success,
.pressed.btn-warning,
.pressed.btn-danger {
  background-color: rgba(153, 153, 153, 0.2);
}

.btn-white-bordered.disabled, .disabled.btn-success,
.disabled.btn-warning,
.disabled.btn-danger, .btn-white-bordered:disabled, .btn-success:disabled,
.btn-warning:disabled,
.btn-danger:disabled {
  border-color: rgba(153, 153, 153, 0.1);
  background-color: rgba(153, 153, 153, 0.1);
  color: #999;
}

.btn-success,
.btn-warning,
.btn-danger {
  background-color: #fff;
}

.btn-success:hover, .btn-success.hovered, .btn-success:active, .btn-success.pressed,
.btn-warning:hover,
.btn-warning.hovered,
.btn-warning:active,
.btn-warning.pressed,
.btn-danger:hover,
.btn-danger.hovered,
.btn-danger:active,
.btn-danger.pressed {
  color: #fff;
}

.btn-success {
  border: 1px solid #25C966;
  color: #25C966;
}

.btn-success svg:not(.svg-no-fill),
.btn-success svg:not(.svg-no-fill) *[fill] {
  fill: #25C966;
}

.btn-success:hover, .btn-success.hovered {
  background-color: rgba(37, 201, 102, 0.9);
}

.btn-success:active, .btn-success.pressed {
  background-color: #25C966;
}

.btn-warning {
  border: 1px solid #EEA236;
  color: #EEA236;
}

.btn-warning svg:not(.svg-no-fill),
.btn-warning svg:not(.svg-no-fill) *[fill] {
  fill: #EEA236;
}

.btn-warning:hover, .btn-warning.hovered {
  background-color: rgba(238, 162, 54, 0.9);
}

.btn-warning:active, .btn-warning.pressed {
  background-color: #EEA236;
}

.btn-danger {
  border: 1px solid #C92525;
  color: #C92525;
}

.btn-danger svg:not(.svg-no-fill),
.btn-danger svg:not(.svg-no-fill) *[fill] {
  fill: #C92525;
}

.btn-danger:hover, .btn-danger.hovered {
  background-color: rgba(201, 37, 37, 0.9);
}

.btn-danger:active, .btn-danger.pressed {
  background-color: #C92525;
}

.btn-primary-brand {
  background-color: #b73806;
  color: #ffffff;
}

.btn-primary-brand svg:not(.svg-no-fill),
.btn-primary-brand svg:not(.svg-no-fill) *[fill] {
  fill: #ffffff;
}

.btn-primary-brand:hover, .btn-primary-brand.hovered {
  background-color: #942a0c;
  color: #ffffff;
}

.btn-primary-brand:hover svg:not(.svg-no-fill),
.btn-primary-brand:hover svg:not(.svg-no-fill) *[fill], .btn-primary-brand.hovered svg:not(.svg-no-fill),
.btn-primary-brand.hovered svg:not(.svg-no-fill) *[fill] {
  fill: #ffffff;
}

.btn-primary-brand:focus-visible, .btn-primary-brand.focused {
  background-color: #942a0c;
  color: #ffffff;
  border: 2px solid #3b82f6;
}

.btn-primary-brand:focus-visible svg:not(.svg-no-fill),
.btn-primary-brand:focus-visible svg:not(.svg-no-fill) *[fill], .btn-primary-brand.focused svg:not(.svg-no-fill),
.btn-primary-brand.focused svg:not(.svg-no-fill) *[fill] {
  fill: #ffffff;
}

.btn-primary-brand:active, .btn-primary-brand.pressed {
  background-color: #7a230d;
}

.btn-primary-brand.disabled, .btn-primary-brand:disabled {
  background-color: #e5e7eb;
  color: #9ca3af;
}

.btn-primary-brand.disabled svg:not(.svg-no-fill),
.btn-primary-brand.disabled svg:not(.svg-no-fill) *[fill], .btn-primary-brand:disabled svg:not(.svg-no-fill),
.btn-primary-brand:disabled svg:not(.svg-no-fill) *[fill] {
  fill: #9ca3af;
}

.btn-secondary {
  background-color: unset;
  color: #b73806;
  border: 1px solid #b73806;
}

.btn-secondary svg:not(.svg-no-fill),
.btn-secondary svg:not(.svg-no-fill) *[fill] {
  fill: #b73806;
}

.btn-secondary:hover, .btn-secondary.hovered {
  background-color: #f9fafb;
  color: #942a0c;
  border-color: #942a0c;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05), 0px 10px 10px rgba(0, 0, 0, 0.04), 0px 22px 13px rgba(0, 0, 0, 0.03), 0px 38px 15px rgba(0, 0, 0, 0.01), 0px 60px 17px rgba(0, 0, 0, 0);
}

.btn-secondary:hover svg:not(.svg-no-fill),
.btn-secondary:hover svg:not(.svg-no-fill) *[fill], .btn-secondary.hovered svg:not(.svg-no-fill),
.btn-secondary.hovered svg:not(.svg-no-fill) *[fill] {
  fill: #942a0c;
}

.btn-secondary:focus-visible, .btn-secondary.focused {
  background-color: #f9fafb;
  color: #942a0c;
  border: 2px solid #3b82f6;
}

.btn-secondary:focus-visible svg:not(.svg-no-fill),
.btn-secondary:focus-visible svg:not(.svg-no-fill) *[fill], .btn-secondary.focused svg:not(.svg-no-fill),
.btn-secondary.focused svg:not(.svg-no-fill) *[fill] {
  fill: #942a0c;
}

.btn-secondary:active, .btn-secondary.pressed {
  background-color: unset;
  color: #7a230d;
  border: none;
  box-shadow: none;
}

.btn-secondary:active svg:not(.svg-no-fill),
.btn-secondary:active svg:not(.svg-no-fill) *[fill], .btn-secondary.pressed svg:not(.svg-no-fill),
.btn-secondary.pressed svg:not(.svg-no-fill) *[fill] {
  fill: #7a230d;
}

.btn-secondary.disabled, .btn-secondary:disabled {
  border-color: #9ca3af;
  color: #9ca3af;
}

.btn-secondary.disabled svg:not(.svg-no-fill),
.btn-secondary.disabled svg:not(.svg-no-fill) *[fill], .btn-secondary:disabled svg:not(.svg-no-fill),
.btn-secondary:disabled svg:not(.svg-no-fill) *[fill] {
  fill: #9ca3af;
}

.btn-tertiary {
  background-color: unset;
  color: #b73806;
  border: none;
}

.btn-tertiary svg:not(.svg-no-fill),
.btn-tertiary svg:not(.svg-no-fill) *[fill] {
  fill: #b73806;
}

.btn-tertiary:hover, .btn-tertiary.hovered {
  background-color: #f3f4f6;
}

.btn-tertiary:focus-visible, .btn-tertiary.focused {
  background-color: #f9fafb;
  color: #942a0c;
  border: 2px solid #3b82f6;
}

.btn-tertiary:focus-visible svg:not(.svg-no-fill),
.btn-tertiary:focus-visible svg:not(.svg-no-fill) *[fill], .btn-tertiary.focused svg:not(.svg-no-fill),
.btn-tertiary.focused svg:not(.svg-no-fill) *[fill] {
  fill: #942a0c;
}

.btn-tertiary:active, .btn-tertiary.pressed {
  background-color: #e5e7eb;
  color: #7a230d;
}

.btn-tertiary:active svg:not(.svg-no-fill),
.btn-tertiary:active svg:not(.svg-no-fill) *[fill], .btn-tertiary.pressed svg:not(.svg-no-fill),
.btn-tertiary.pressed svg:not(.svg-no-fill) *[fill] {
  fill: #7a230d;
}

.btn-tertiary.disabled, .btn-tertiary:disabled {
  color: #9ca3af;
}

.btn-tertiary.disabled svg:not(.svg-no-fill),
.btn-tertiary.disabled svg:not(.svg-no-fill) *[fill], .btn-tertiary:disabled svg:not(.svg-no-fill),
.btn-tertiary:disabled svg:not(.svg-no-fill) *[fill] {
  fill: #9ca3af;
}

.btn-gradient-brand {
  background: linear-gradient(90deg, #b73806 0%, #f97a07 100%);
  color: #ffffff;
}

.btn-gradient-brand:hover, .btn-gradient-brand.hovered {
  background: linear-gradient(90deg, #942a0c 0%, #dd5502 100%);
}

.btn-gradient-brand:focus-visible, .btn-gradient-brand.focused {
  background: linear-gradient(90deg, #942a0c 0%, #dd5502 100%);
  border: 2px solid #3b82f6;
}

.btn-gradient-brand:active, .btn-gradient-brand.pressed {
  background: linear-gradient(90deg, #7a230d 0%, #b73806 100%);
}

.btn-gradient-brand.disabled, .btn-gradient-brand:disabled {
  background: #e5e7eb;
  color: #9ca3af;
}

.btn-icon-only {
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
}

.btn-icon-only i, .btn-icon-only svg {
  position: unset;
}

.btn-ai-generate {
  position: relative;
  border: none;
  color: #fff;
  padding: 1.4rem  2.2rem;
  overflow: hidden;
  border-radius: 8px;
  height: 52px;
}

.btn-ai-generate::after, .btn-ai-generate::before {
  content: "";
  position: absolute;
  inset: 0;
}

.btn-ai-generate::before {
  z-index: 1;
  padding: 5px;
  top: 50%;
  left: 50%;
  border-radius: 8px;
  transform: translate(-50%, -50%);
  aspect-ratio: 1;
  width: 100%;
  background: conic-gradient(#fff, #5CA9FC, #621199, #fff);
  --webkit-animation: borderGradientClockwise 800ms infinite linear;
  animation: borderGradientClockwise 800ms infinite linear;
}

.btn-ai-generate::after {
  z-index: 2;
  inset: 2px;
  border-radius: 8px;
  background: linear-gradient(to right, #5CA9FC, #621199);
}

.btn-ai-generate svg {
  z-index: 3;
}

.btn-ai-generate span {
  z-index: 3;
  margin: 0 auto;
  overflow-wrap: break-word;
}

@keyframes borderGradientClockwise {
  from {
    transform: translate(-50%, -50%) scale(1.4) rotate(0turn);
  }
  to {
    transform: translate(-50%, -50%) scale(1.4) rotate(1turn);
  }
}

.btn-primary-brand.btn i, .btn-primary-brand.btn svg, .btn-secondary.btn i, .btn-secondary.btn svg, .btn-tertiary.btn i, .btn-tertiary.btn svg, .btn-gradient-brand.btn i, .btn-gradient-brand.btn svg {
  position: unset;
  margin: 0;
  flex: 0 0 auto;
}

.btn-primary-brand.btn:not([class*="cgap-"]), .btn-secondary.btn:not([class*="cgap-"]), .btn-tertiary.btn:not([class*="cgap-"]), .btn-gradient-brand.btn:not([class*="cgap-"]) {
  -moz-column-gap: 8px;
       column-gap: 8px;
}

.btn-primary-brand.btn.btn-xs:not([class*="cgap-"]), .btn-primary-brand.btn.btn-xxs:not([class*="cgap-"]), .btn-secondary.btn.btn-xs:not([class*="cgap-"]), .btn-secondary.btn.btn-xxs:not([class*="cgap-"]), .btn-tertiary.btn.btn-xs:not([class*="cgap-"]), .btn-tertiary.btn.btn-xxs:not([class*="cgap-"]), .btn-gradient-brand.btn.btn-xs:not([class*="cgap-"]), .btn-gradient-brand.btn.btn-xxs:not([class*="cgap-"]) {
  -moz-column-gap: 6px;
       column-gap: 6px;
}

.btn-color-gray {
  color: #374151;
  border-color: #374151;
}

.btn-color-gray svg:not(.svg-no-fill),
.btn-color-gray svg:not(.svg-no-fill) *[fill] {
  fill: #374151;
}

.btn-color-gray:hover, .btn-color-gray .hovered, .btn-color-gray:focus-visible, .btn-color-gray.focused {
  color: #1f2937;
  border-color: #1f2937;
}

.btn-color-gray:hover svg:not(.svg-no-fill),
.btn-color-gray:hover svg:not(.svg-no-fill) *[fill], .btn-color-gray .hovered svg:not(.svg-no-fill),
.btn-color-gray .hovered svg:not(.svg-no-fill) *[fill], .btn-color-gray:focus-visible svg:not(.svg-no-fill),
.btn-color-gray:focus-visible svg:not(.svg-no-fill) *[fill], .btn-color-gray.focused svg:not(.svg-no-fill),
.btn-color-gray.focused svg:not(.svg-no-fill) *[fill] {
  fill: #1f2937;
}

.btn-color-gray:active, .btn-color-gray.pressed {
  color: #111827;
}

.btn-color-gray:active svg:not(.svg-no-fill),
.btn-color-gray:active svg:not(.svg-no-fill) *[fill], .btn-color-gray.pressed svg:not(.svg-no-fill),
.btn-color-gray.pressed svg:not(.svg-no-fill) *[fill] {
  fill: #111827;
}

.btn-color-blue {
  color: #3b82f6;
  border-color: #3b82f6;
}

.btn-color-blue svg:not(.svg-no-fill),
.btn-color-blue svg:not(.svg-no-fill) *[fill] {
  fill: #3b82f6;
}

.btn-color-blue:hover, .btn-color-blue .hovered, .btn-color-blue:focus-visible, .btn-color-blue.focused {
  color: #2563eb;
  border-color: #2563eb;
}

.btn-color-blue:hover svg:not(.svg-no-fill),
.btn-color-blue:hover svg:not(.svg-no-fill) *[fill], .btn-color-blue .hovered svg:not(.svg-no-fill),
.btn-color-blue .hovered svg:not(.svg-no-fill) *[fill], .btn-color-blue:focus-visible svg:not(.svg-no-fill),
.btn-color-blue:focus-visible svg:not(.svg-no-fill) *[fill], .btn-color-blue.focused svg:not(.svg-no-fill),
.btn-color-blue.focused svg:not(.svg-no-fill) *[fill] {
  fill: #2563eb;
}

.btn-color-blue:active, .btn-color-blue.pressed {
  color: #1d4ed8;
}

.btn-color-blue:active svg:not(.svg-no-fill),
.btn-color-blue:active svg:not(.svg-no-fill) *[fill], .btn-color-blue.pressed svg:not(.svg-no-fill),
.btn-color-blue.pressed svg:not(.svg-no-fill) *[fill] {
  fill: #1d4ed8;
}

.btn-color-brand-600 {
  color: #dd5502;
  border-color: #dd5502;
}

.btn-color-brand-600 svg:not(.svg-no-fill),
.btn-color-brand-600 svg:not(.svg-no-fill) *[fill] {
  fill: #dd5502;
}

.btn-color-brand-600:hover, .btn-color-brand-600 .hovered, .btn-color-brand-600:focus-visible, .btn-color-brand-600.focused {
  color: #b73806;
  border-color: #b73806;
}

.btn-color-brand-600:hover svg:not(.svg-no-fill),
.btn-color-brand-600:hover svg:not(.svg-no-fill) *[fill], .btn-color-brand-600 .hovered svg:not(.svg-no-fill),
.btn-color-brand-600 .hovered svg:not(.svg-no-fill) *[fill], .btn-color-brand-600:focus-visible svg:not(.svg-no-fill),
.btn-color-brand-600:focus-visible svg:not(.svg-no-fill) *[fill], .btn-color-brand-600.focused svg:not(.svg-no-fill),
.btn-color-brand-600.focused svg:not(.svg-no-fill) *[fill] {
  fill: #b73806;
}

.btn-color-brand-600:active, .btn-color-brand-600.pressed {
  color: #942a0c;
}

.btn-color-brand-600:active svg:not(.svg-no-fill),
.btn-color-brand-600:active svg:not(.svg-no-fill) *[fill], .btn-color-brand-600.pressed svg:not(.svg-no-fill),
.btn-color-brand-600.pressed svg:not(.svg-no-fill) *[fill] {
  fill: #942a0c;
}

.btn-color-red-600 {
  color: #dc2626;
  border-color: #dc2626;
}

.btn-color-red-600 svg:not(.svg-no-fill),
.btn-color-red-600 svg:not(.svg-no-fill) *[fill] {
  fill: #dc2626;
}

.btn-color-red-600:hover, .btn-color-red-600 .hovered, .btn-color-red-600:focus-visible, .btn-color-red-600.focused {
  color: #b91c1c;
  border-color: #b91c1c;
}

.btn-color-red-600:hover svg:not(.svg-no-fill),
.btn-color-red-600:hover svg:not(.svg-no-fill) *[fill], .btn-color-red-600 .hovered svg:not(.svg-no-fill),
.btn-color-red-600 .hovered svg:not(.svg-no-fill) *[fill], .btn-color-red-600:focus-visible svg:not(.svg-no-fill),
.btn-color-red-600:focus-visible svg:not(.svg-no-fill) *[fill], .btn-color-red-600.focused svg:not(.svg-no-fill),
.btn-color-red-600.focused svg:not(.svg-no-fill) *[fill] {
  fill: #b91c1c;
}

.btn-color-red-600:active, .btn-color-red-600.pressed {
  color: #991b1b;
}

.btn-color-red-600:active svg:not(.svg-no-fill),
.btn-color-red-600:active svg:not(.svg-no-fill) *[fill], .btn-color-red-600.pressed svg:not(.svg-no-fill),
.btn-color-red-600.pressed svg:not(.svg-no-fill) *[fill] {
  fill: #991b1b;
}

.btn-fill-green {
  background-color: #16a34a;
}

.btn-fill-green:hover, .btn-fill-green .hovered, .btn-fill-green:focus-visible, .btn-fill-green.focused {
  background-color: #15803d;
}

.btn-fill-green:active, .btn-fill-green.pressed {
  background-color: #166534;
}

.btn-fill-red-700 {
  background-color: #b91c1c;
}

.btn-fill-red-700:hover, .btn-fill-red-700 .hovered, .btn-fill-red-700:focus-visible, .btn-fill-red-700.focused {
  background-color: #991b1b;
}

.btn-fill-red-700:active, .btn-fill-red-700.pressed {
  background-color: #7f1d1d;
}

.btn-fill-mono-100 {
  background-color: #f3f4f6;
  color: #b73806;
}

.btn-fill-mono-100 svg:not(.svg-no-fill),
.btn-fill-mono-100 svg:not(.svg-no-fill) *[fill] {
  fill: #b73806;
}

.btn-fill-mono-100:hover, .btn-fill-mono-100 .hovered, .btn-fill-mono-100:focus-visible, .btn-fill-mono-100.focused {
  background-color: #e5e7eb;
  color: #b73806;
}

.btn-fill-mono-100:hover svg:not(.svg-no-fill),
.btn-fill-mono-100:hover svg:not(.svg-no-fill) *[fill], .btn-fill-mono-100 .hovered svg:not(.svg-no-fill),
.btn-fill-mono-100 .hovered svg:not(.svg-no-fill) *[fill], .btn-fill-mono-100:focus-visible svg:not(.svg-no-fill),
.btn-fill-mono-100:focus-visible svg:not(.svg-no-fill) *[fill], .btn-fill-mono-100.focused svg:not(.svg-no-fill),
.btn-fill-mono-100.focused svg:not(.svg-no-fill) *[fill] {
  fill: #b73806;
}

.btn-fill-mono-100:active, .btn-fill-mono-100.pressed {
  background-color: #d2d5da;
  color: #b73806;
}

.btn-fill-mono-100:active svg:not(.svg-no-fill),
.btn-fill-mono-100:active svg:not(.svg-no-fill) *[fill], .btn-fill-mono-100.pressed svg:not(.svg-no-fill),
.btn-fill-mono-100.pressed svg:not(.svg-no-fill) *[fill] {
  fill: #b73806;
}

.btn-fill-brand-600 {
  background-color: #dd5502;
}

.btn-fill-brand-600:hover, .btn-fill-brand-600 .hovered, .btn-fill-brand-600:focus-visible, .btn-fill-brand-600.focused {
  background-color: #b73806;
}

.btn-fill-brand-600:active, .btn-fill-brand-600.pressed {
  background-color: #942a0c;
}

.collapse:not(.open):not(.transitioning) {
  display: none;
}

.bg-primary {
  background-color: #FF9913;
}

.bg-secondary-dark {
  background-color: #EB7100;
}

.bg-secondary-light {
  background-color: #FF8112;
}

.bg-white {
  background-color: #fff;
}

.bg-black {
  background-color: #262626;
}

.bg-gray-5 {
  background-color: #707070;
}

.bg-gray-4 {
  background-color: #999;
}

.bg-gray-3 {
  background-color: #CACDCF;
}

.bg-gray-2 {
  background-color: #DEE0E2;
}

.bg-gray-1 {
  background-color: #EAEDEF;
}

.bg-gray-0 {
  background-color: #F6F7FA;
}

.bg-red {
  background-color: #C92525;
}

.bg-red-light {
  background-color: #F1142F;
}

.bg-green {
  background-color: #25C966;
}

.bg-yellow {
  background-color: #EEA236;
}

.bg-transparent {
  background-color: rgba(255, 255, 255, 0);
}

.bg-brand-50 {
  background-color: #fdfaf4;
}

.bg-brand-100 {
  background-color: #fff4e0;
}

.bg-brand-200 {
  background-color: #ffdfa5;
}

.bg-brand-300 {
  background-color: #ffb94a;
}

.bg-brand-400 {
  background-color: #ff9913;
}

.bg-brand-500 {
  background-color: #f97a07;
}

.bg-brand-600 {
  background-color: #dd5502;
}

.bg-brand-700 {
  background-color: #b73806;
}

.bg-brand-800 {
  background-color: #942a0c;
}

.bg-brand-900 {
  background-color: #7a230d;
}

.bg-mono-0 {
  background-color: #ffffff;
}

.bg-mono-50 {
  background-color: #f9fafb;
}

.bg-mono-100 {
  background-color: #f3f4f6;
}

.bg-mono-200 {
  background-color: #e5e7eb;
}

.bg-mono-300 {
  background-color: #d2d5da;
}

.bg-mono-400 {
  background-color: #9ca3af;
}

.bg-mono-500 {
  background-color: #6d7280;
}

.bg-mono-600 {
  background-color: #4b5563;
}

.bg-mono-700 {
  background-color: #374151;
}

.bg-mono-800 {
  background-color: #1f2937;
}

.bg-mono-900 {
  background-color: #111827;
}

.bg-red-50 {
  background-color: #fef2f2;
}

.bg-red-100 {
  background-color: #fee2e2;
}

.bg-red-200 {
  background-color: #fecaca;
}

.bg-red-300 {
  background-color: #fca5a5;
}

.bg-red-400 {
  background-color: #f87171;
}

.bg-red-500 {
  background-color: #ef4444;
}

.bg-red-600 {
  background-color: #dc2626;
}

.bg-red-700 {
  background-color: #b91c1c;
}

.bg-red-800 {
  background-color: #991b1b;
}

.bg-red-900 {
  background-color: #7f1d1d;
}

.bg-orange-50 {
  background-color: #fff7ed;
}

.bg-orange-100 {
  background-color: #ffedd5;
}

.bg-orange-200 {
  background-color: #fed7aa;
}

.bg-orange-300 {
  background-color: #fdba74;
}

.bg-orange-400 {
  background-color: #fb923c;
}

.bg-orange-500 {
  background-color: #f97316;
}

.bg-orange-600 {
  background-color: #ea580c;
}

.bg-orange-700 {
  background-color: #c2410c;
}

.bg-orange-800 {
  background-color: #9a3412;
}

.bg-orange-900 {
  background-color: #7c2d12;
}

.bg-yellow-50 {
  background-color: #fefce8;
}

.bg-yellow-100 {
  background-color: #fef9c3;
}

.bg-yellow-200 {
  background-color: #fef08a;
}

.bg-yellow-300 {
  background-color: #fde047;
}

.bg-yellow-400 {
  background-color: #facc15;
}

.bg-yellow-500 {
  background-color: #eab308;
}

.bg-yellow-600 {
  background-color: #ca8a04;
}

.bg-yellow-700 {
  background-color: #a16207;
}

.bg-yellow-800 {
  background-color: #854d0e;
}

.bg-yellow-900 {
  background-color: #713f12;
}

.bg-green-50 {
  background-color: #f3f7f4;
}

.bg-green-100 {
  background-color: #e4f7eb;
}

.bg-green-200 {
  background-color: #bbf7d0;
}

.bg-green-300 {
  background-color: #86efac;
}

.bg-green-400 {
  background-color: #4ade80;
}

.bg-green-500 {
  background-color: #22c55e;
}

.bg-green-600 {
  background-color: #16a34a;
}

.bg-green-700 {
  background-color: #15803d;
}

.bg-green-800 {
  background-color: #166534;
}

.bg-green-900 {
  background-color: #14532d;
}

.bg-blue-50 {
  background-color: #eff6ff;
}

.bg-blue-100 {
  background-color: #dbeafe;
}

.bg-blue-200 {
  background-color: #bfdbfe;
}

.bg-blue-300 {
  background-color: #93c5fd;
}

.bg-blue-400 {
  background-color: #60a5fa;
}

.bg-blue-500 {
  background-color: #3b82f6;
}

.bg-blue-600 {
  background-color: #2563eb;
}

.bg-blue-700 {
  background-color: #1d4ed8;
}

.bg-blue-800 {
  background-color: #1e40af;
}

.bg-blue-900 {
  background-color: #1e3a8a;
}

.bg-grayscale-title {
  background-color: #111827;
}

.bg-grayscale-caption {
  background-color: #6d7280;
}

.bg-grayscale-negative {
  background-color: #f9fafb;
}

.bg-grayscale-subtitle {
  background-color: #4b5563;
}

.bg-grayscale-disabled {
  background-color: #9ca3af;
}

.bg-grayscale-border {
  background-color: #d2d5da;
}

.bg-grayscale-body {
  background-color: #1f2937;
}

.bg-primary-a1 {
  background-color: rgba(255, 153, 19, 0.1);
}

.bg-primary-a2 {
  background-color: rgba(255, 153, 19, 0.2);
}

.bg-primary-a3 {
  background-color: rgba(255, 153, 19, 0.3);
}

.bg-primary-a4 {
  background-color: rgba(255, 153, 19, 0.4);
}

.bg-primary-a5 {
  background-color: rgba(255, 153, 19, 0.5);
}

.bg-primary-a6 {
  background-color: rgba(255, 153, 19, 0.6);
}

.bg-primary-a7 {
  background-color: rgba(255, 153, 19, 0.7);
}

.bg-primary-a8 {
  background-color: rgba(255, 153, 19, 0.8);
}

.bg-primary-a9 {
  background-color: rgba(255, 153, 19, 0.9);
}

.bg-secondary-dark-a1 {
  background-color: rgba(235, 113, 0, 0.1);
}

.bg-secondary-dark-a2 {
  background-color: rgba(235, 113, 0, 0.2);
}

.bg-secondary-dark-a3 {
  background-color: rgba(235, 113, 0, 0.3);
}

.bg-secondary-dark-a4 {
  background-color: rgba(235, 113, 0, 0.4);
}

.bg-secondary-dark-a5 {
  background-color: rgba(235, 113, 0, 0.5);
}

.bg-secondary-dark-a6 {
  background-color: rgba(235, 113, 0, 0.6);
}

.bg-secondary-dark-a7 {
  background-color: rgba(235, 113, 0, 0.7);
}

.bg-secondary-dark-a8 {
  background-color: rgba(235, 113, 0, 0.8);
}

.bg-secondary-dark-a9 {
  background-color: rgba(235, 113, 0, 0.9);
}

.bg-secondary-light-a1 {
  background-color: rgba(255, 129, 18, 0.1);
}

.bg-secondary-light-a2 {
  background-color: rgba(255, 129, 18, 0.2);
}

.bg-secondary-light-a3 {
  background-color: rgba(255, 129, 18, 0.3);
}

.bg-secondary-light-a4 {
  background-color: rgba(255, 129, 18, 0.4);
}

.bg-secondary-light-a5 {
  background-color: rgba(255, 129, 18, 0.5);
}

.bg-secondary-light-a6 {
  background-color: rgba(255, 129, 18, 0.6);
}

.bg-secondary-light-a7 {
  background-color: rgba(255, 129, 18, 0.7);
}

.bg-secondary-light-a8 {
  background-color: rgba(255, 129, 18, 0.8);
}

.bg-secondary-light-a9 {
  background-color: rgba(255, 129, 18, 0.9);
}

.bg-white-a1 {
  background-color: rgba(255, 255, 255, 0.1);
}

.bg-white-a2 {
  background-color: rgba(255, 255, 255, 0.2);
}

.bg-white-a3 {
  background-color: rgba(255, 255, 255, 0.3);
}

.bg-white-a4 {
  background-color: rgba(255, 255, 255, 0.4);
}

.bg-white-a5 {
  background-color: rgba(255, 255, 255, 0.5);
}

.bg-white-a6 {
  background-color: rgba(255, 255, 255, 0.6);
}

.bg-white-a7 {
  background-color: rgba(255, 255, 255, 0.7);
}

.bg-white-a8 {
  background-color: rgba(255, 255, 255, 0.8);
}

.bg-white-a9 {
  background-color: rgba(255, 255, 255, 0.9);
}

.bg-black-a1 {
  background-color: rgba(38, 38, 38, 0.1);
}

.bg-black-a2 {
  background-color: rgba(38, 38, 38, 0.2);
}

.bg-black-a3 {
  background-color: rgba(38, 38, 38, 0.3);
}

.bg-black-a4 {
  background-color: rgba(38, 38, 38, 0.4);
}

.bg-black-a5 {
  background-color: rgba(38, 38, 38, 0.5);
}

.bg-black-a6 {
  background-color: rgba(38, 38, 38, 0.6);
}

.bg-black-a7 {
  background-color: rgba(38, 38, 38, 0.7);
}

.bg-black-a8 {
  background-color: rgba(38, 38, 38, 0.8);
}

.bg-black-a9 {
  background-color: rgba(38, 38, 38, 0.9);
}

.bg-gray-5-a1 {
  background-color: rgba(112, 112, 112, 0.1);
}

.bg-gray-5-a2 {
  background-color: rgba(112, 112, 112, 0.2);
}

.bg-gray-5-a3 {
  background-color: rgba(112, 112, 112, 0.3);
}

.bg-gray-5-a4 {
  background-color: rgba(112, 112, 112, 0.4);
}

.bg-gray-5-a5 {
  background-color: rgba(112, 112, 112, 0.5);
}

.bg-gray-5-a6 {
  background-color: rgba(112, 112, 112, 0.6);
}

.bg-gray-5-a7 {
  background-color: rgba(112, 112, 112, 0.7);
}

.bg-gray-5-a8 {
  background-color: rgba(112, 112, 112, 0.8);
}

.bg-gray-5-a9 {
  background-color: rgba(112, 112, 112, 0.9);
}

.bg-gray-4-a1 {
  background-color: rgba(153, 153, 153, 0.1);
}

.bg-gray-4-a2 {
  background-color: rgba(153, 153, 153, 0.2);
}

.bg-gray-4-a3 {
  background-color: rgba(153, 153, 153, 0.3);
}

.bg-gray-4-a4 {
  background-color: rgba(153, 153, 153, 0.4);
}

.bg-gray-4-a5 {
  background-color: rgba(153, 153, 153, 0.5);
}

.bg-gray-4-a6 {
  background-color: rgba(153, 153, 153, 0.6);
}

.bg-gray-4-a7 {
  background-color: rgba(153, 153, 153, 0.7);
}

.bg-gray-4-a8 {
  background-color: rgba(153, 153, 153, 0.8);
}

.bg-gray-4-a9 {
  background-color: rgba(153, 153, 153, 0.9);
}

.bg-gray-3-a1 {
  background-color: rgba(202, 205, 207, 0.1);
}

.bg-gray-3-a2 {
  background-color: rgba(202, 205, 207, 0.2);
}

.bg-gray-3-a3 {
  background-color: rgba(202, 205, 207, 0.3);
}

.bg-gray-3-a4 {
  background-color: rgba(202, 205, 207, 0.4);
}

.bg-gray-3-a5 {
  background-color: rgba(202, 205, 207, 0.5);
}

.bg-gray-3-a6 {
  background-color: rgba(202, 205, 207, 0.6);
}

.bg-gray-3-a7 {
  background-color: rgba(202, 205, 207, 0.7);
}

.bg-gray-3-a8 {
  background-color: rgba(202, 205, 207, 0.8);
}

.bg-gray-3-a9 {
  background-color: rgba(202, 205, 207, 0.9);
}

.bg-gray-2-a1 {
  background-color: rgba(222, 224, 226, 0.1);
}

.bg-gray-2-a2 {
  background-color: rgba(222, 224, 226, 0.2);
}

.bg-gray-2-a3 {
  background-color: rgba(222, 224, 226, 0.3);
}

.bg-gray-2-a4 {
  background-color: rgba(222, 224, 226, 0.4);
}

.bg-gray-2-a5 {
  background-color: rgba(222, 224, 226, 0.5);
}

.bg-gray-2-a6 {
  background-color: rgba(222, 224, 226, 0.6);
}

.bg-gray-2-a7 {
  background-color: rgba(222, 224, 226, 0.7);
}

.bg-gray-2-a8 {
  background-color: rgba(222, 224, 226, 0.8);
}

.bg-gray-2-a9 {
  background-color: rgba(222, 224, 226, 0.9);
}

.bg-gray-1-a1 {
  background-color: rgba(234, 237, 239, 0.1);
}

.bg-gray-1-a2 {
  background-color: rgba(234, 237, 239, 0.2);
}

.bg-gray-1-a3 {
  background-color: rgba(234, 237, 239, 0.3);
}

.bg-gray-1-a4 {
  background-color: rgba(234, 237, 239, 0.4);
}

.bg-gray-1-a5 {
  background-color: rgba(234, 237, 239, 0.5);
}

.bg-gray-1-a6 {
  background-color: rgba(234, 237, 239, 0.6);
}

.bg-gray-1-a7 {
  background-color: rgba(234, 237, 239, 0.7);
}

.bg-gray-1-a8 {
  background-color: rgba(234, 237, 239, 0.8);
}

.bg-gray-1-a9 {
  background-color: rgba(234, 237, 239, 0.9);
}

.bg-gray-0-a1 {
  background-color: rgba(246, 247, 250, 0.1);
}

.bg-gray-0-a2 {
  background-color: rgba(246, 247, 250, 0.2);
}

.bg-gray-0-a3 {
  background-color: rgba(246, 247, 250, 0.3);
}

.bg-gray-0-a4 {
  background-color: rgba(246, 247, 250, 0.4);
}

.bg-gray-0-a5 {
  background-color: rgba(246, 247, 250, 0.5);
}

.bg-gray-0-a6 {
  background-color: rgba(246, 247, 250, 0.6);
}

.bg-gray-0-a7 {
  background-color: rgba(246, 247, 250, 0.7);
}

.bg-gray-0-a8 {
  background-color: rgba(246, 247, 250, 0.8);
}

.bg-gray-0-a9 {
  background-color: rgba(246, 247, 250, 0.9);
}

.bg-red-a1 {
  background-color: rgba(201, 37, 37, 0.1);
}

.bg-red-a2 {
  background-color: rgba(201, 37, 37, 0.2);
}

.bg-red-a3 {
  background-color: rgba(201, 37, 37, 0.3);
}

.bg-red-a4 {
  background-color: rgba(201, 37, 37, 0.4);
}

.bg-red-a5 {
  background-color: rgba(201, 37, 37, 0.5);
}

.bg-red-a6 {
  background-color: rgba(201, 37, 37, 0.6);
}

.bg-red-a7 {
  background-color: rgba(201, 37, 37, 0.7);
}

.bg-red-a8 {
  background-color: rgba(201, 37, 37, 0.8);
}

.bg-red-a9 {
  background-color: rgba(201, 37, 37, 0.9);
}

.bg-red-light-a1 {
  background-color: rgba(241, 20, 47, 0.1);
}

.bg-red-light-a2 {
  background-color: rgba(241, 20, 47, 0.2);
}

.bg-red-light-a3 {
  background-color: rgba(241, 20, 47, 0.3);
}

.bg-red-light-a4 {
  background-color: rgba(241, 20, 47, 0.4);
}

.bg-red-light-a5 {
  background-color: rgba(241, 20, 47, 0.5);
}

.bg-red-light-a6 {
  background-color: rgba(241, 20, 47, 0.6);
}

.bg-red-light-a7 {
  background-color: rgba(241, 20, 47, 0.7);
}

.bg-red-light-a8 {
  background-color: rgba(241, 20, 47, 0.8);
}

.bg-red-light-a9 {
  background-color: rgba(241, 20, 47, 0.9);
}

.bg-green-a1 {
  background-color: rgba(37, 201, 102, 0.1);
}

.bg-green-a2 {
  background-color: rgba(37, 201, 102, 0.2);
}

.bg-green-a3 {
  background-color: rgba(37, 201, 102, 0.3);
}

.bg-green-a4 {
  background-color: rgba(37, 201, 102, 0.4);
}

.bg-green-a5 {
  background-color: rgba(37, 201, 102, 0.5);
}

.bg-green-a6 {
  background-color: rgba(37, 201, 102, 0.6);
}

.bg-green-a7 {
  background-color: rgba(37, 201, 102, 0.7);
}

.bg-green-a8 {
  background-color: rgba(37, 201, 102, 0.8);
}

.bg-green-a9 {
  background-color: rgba(37, 201, 102, 0.9);
}

.bg-yellow-a1 {
  background-color: rgba(238, 162, 54, 0.1);
}

.bg-yellow-a2 {
  background-color: rgba(238, 162, 54, 0.2);
}

.bg-yellow-a3 {
  background-color: rgba(238, 162, 54, 0.3);
}

.bg-yellow-a4 {
  background-color: rgba(238, 162, 54, 0.4);
}

.bg-yellow-a5 {
  background-color: rgba(238, 162, 54, 0.5);
}

.bg-yellow-a6 {
  background-color: rgba(238, 162, 54, 0.6);
}

.bg-yellow-a7 {
  background-color: rgba(238, 162, 54, 0.7);
}

.bg-yellow-a8 {
  background-color: rgba(238, 162, 54, 0.8);
}

.bg-yellow-a9 {
  background-color: rgba(238, 162, 54, 0.9);
}

.bg-transparent-a1 {
  background-color: rgba(255, 255, 255, 0.1);
}

.bg-transparent-a2 {
  background-color: rgba(255, 255, 255, 0.2);
}

.bg-transparent-a3 {
  background-color: rgba(255, 255, 255, 0.3);
}

.bg-transparent-a4 {
  background-color: rgba(255, 255, 255, 0.4);
}

.bg-transparent-a5 {
  background-color: rgba(255, 255, 255, 0.5);
}

.bg-transparent-a6 {
  background-color: rgba(255, 255, 255, 0.6);
}

.bg-transparent-a7 {
  background-color: rgba(255, 255, 255, 0.7);
}

.bg-transparent-a8 {
  background-color: rgba(255, 255, 255, 0.8);
}

.bg-transparent-a9 {
  background-color: rgba(255, 255, 255, 0.9);
}

.color-primary {
  color: #FF9913;
}

.color-secondary-dark {
  color: #EB7100;
}

.color-secondary-light {
  color: #FF8112;
}

.color-white {
  color: #fff;
}

.color-black {
  color: #262626;
}

.color-gray-5 {
  color: #707070;
}

.color-gray-4 {
  color: #999;
}

.color-gray-3 {
  color: #CACDCF;
}

.color-gray-2 {
  color: #DEE0E2;
}

.color-gray-1 {
  color: #EAEDEF;
}

.color-gray-0 {
  color: #F6F7FA;
}

.color-red {
  color: #C92525;
}

.color-red-light {
  color: #F1142F;
}

.color-green {
  color: #25C966;
}

.color-yellow {
  color: #EEA236;
}

.color-transparent {
  color: rgba(255, 255, 255, 0);
}

.color-brand-50 {
  color: #fdfaf4;
}

.color-brand-100 {
  color: #fff4e0;
}

.color-brand-200 {
  color: #ffdfa5;
}

.color-brand-300 {
  color: #ffb94a;
}

.color-brand-400 {
  color: #ff9913;
}

.color-brand-500 {
  color: #f97a07;
}

.color-brand-600 {
  color: #dd5502;
}

.color-brand-700 {
  color: #b73806;
}

.color-brand-800 {
  color: #942a0c;
}

.color-brand-900 {
  color: #7a230d;
}

.color-mono-0 {
  color: #ffffff;
}

.color-mono-50 {
  color: #f9fafb;
}

.color-mono-100 {
  color: #f3f4f6;
}

.color-mono-200 {
  color: #e5e7eb;
}

.color-mono-300 {
  color: #d2d5da;
}

.color-mono-400 {
  color: #9ca3af;
}

.color-mono-500 {
  color: #6d7280;
}

.color-mono-600 {
  color: #4b5563;
}

.color-mono-700 {
  color: #374151;
}

.color-mono-800 {
  color: #1f2937;
}

.color-mono-900 {
  color: #111827;
}

.color-red-50 {
  color: #fef2f2;
}

.color-red-100 {
  color: #fee2e2;
}

.color-red-200 {
  color: #fecaca;
}

.color-red-300 {
  color: #fca5a5;
}

.color-red-400 {
  color: #f87171;
}

.color-red-500 {
  color: #ef4444;
}

.color-red-600 {
  color: #dc2626;
}

.color-red-700 {
  color: #b91c1c;
}

.color-red-800 {
  color: #991b1b;
}

.color-red-900 {
  color: #7f1d1d;
}

.color-orange-50 {
  color: #fff7ed;
}

.color-orange-100 {
  color: #ffedd5;
}

.color-orange-200 {
  color: #fed7aa;
}

.color-orange-300 {
  color: #fdba74;
}

.color-orange-400 {
  color: #fb923c;
}

.color-orange-500 {
  color: #f97316;
}

.color-orange-600 {
  color: #ea580c;
}

.color-orange-700 {
  color: #c2410c;
}

.color-orange-800 {
  color: #9a3412;
}

.color-orange-900 {
  color: #7c2d12;
}

.color-yellow-50 {
  color: #fefce8;
}

.color-yellow-100 {
  color: #fef9c3;
}

.color-yellow-200 {
  color: #fef08a;
}

.color-yellow-300 {
  color: #fde047;
}

.color-yellow-400 {
  color: #facc15;
}

.color-yellow-500 {
  color: #eab308;
}

.color-yellow-600 {
  color: #ca8a04;
}

.color-yellow-700 {
  color: #a16207;
}

.color-yellow-800 {
  color: #854d0e;
}

.color-yellow-900 {
  color: #713f12;
}

.color-green-50 {
  color: #f3f7f4;
}

.color-green-100 {
  color: #e4f7eb;
}

.color-green-200 {
  color: #bbf7d0;
}

.color-green-300 {
  color: #86efac;
}

.color-green-400 {
  color: #4ade80;
}

.color-green-500 {
  color: #22c55e;
}

.color-green-600 {
  color: #16a34a;
}

.color-green-700 {
  color: #15803d;
}

.color-green-800 {
  color: #166534;
}

.color-green-900 {
  color: #14532d;
}

.color-blue-50 {
  color: #eff6ff;
}

.color-blue-100 {
  color: #dbeafe;
}

.color-blue-200 {
  color: #bfdbfe;
}

.color-blue-300 {
  color: #93c5fd;
}

.color-blue-400 {
  color: #60a5fa;
}

.color-blue-500 {
  color: #3b82f6;
}

.color-blue-600 {
  color: #2563eb;
}

.color-blue-700 {
  color: #1d4ed8;
}

.color-blue-800 {
  color: #1e40af;
}

.color-blue-900 {
  color: #1e3a8a;
}

.color-grayscale-title {
  color: #111827;
}

.color-grayscale-caption {
  color: #6d7280;
}

.color-grayscale-negative {
  color: #f9fafb;
}

.color-grayscale-subtitle {
  color: #4b5563;
}

.color-grayscale-disabled {
  color: #9ca3af;
}

.color-grayscale-border {
  color: #d2d5da;
}

.color-grayscale-body {
  color: #1f2937;
}

.fill-primary {
  fill: #FF9913;
}

.fill-secondary-dark {
  fill: #EB7100;
}

.fill-secondary-light {
  fill: #FF8112;
}

.fill-white {
  fill: #fff;
}

.fill-black {
  fill: #262626;
}

.fill-gray-5 {
  fill: #707070;
}

.fill-gray-4 {
  fill: #999;
}

.fill-gray-3 {
  fill: #CACDCF;
}

.fill-gray-2 {
  fill: #DEE0E2;
}

.fill-gray-1 {
  fill: #EAEDEF;
}

.fill-gray-0 {
  fill: #F6F7FA;
}

.fill-red {
  fill: #C92525;
}

.fill-red-light {
  fill: #F1142F;
}

.fill-green {
  fill: #25C966;
}

.fill-yellow {
  fill: #EEA236;
}

.fill-transparent {
  fill: rgba(255, 255, 255, 0);
}

.fill-brand-50 {
  fill: #fdfaf4;
}

.fill-brand-100 {
  fill: #fff4e0;
}

.fill-brand-200 {
  fill: #ffdfa5;
}

.fill-brand-300 {
  fill: #ffb94a;
}

.fill-brand-400 {
  fill: #ff9913;
}

.fill-brand-500 {
  fill: #f97a07;
}

.fill-brand-600 {
  fill: #dd5502;
}

.fill-brand-700 {
  fill: #b73806;
}

.fill-brand-800 {
  fill: #942a0c;
}

.fill-brand-900 {
  fill: #7a230d;
}

.fill-mono-0 {
  fill: #ffffff;
}

.fill-mono-50 {
  fill: #f9fafb;
}

.fill-mono-100 {
  fill: #f3f4f6;
}

.fill-mono-200 {
  fill: #e5e7eb;
}

.fill-mono-300 {
  fill: #d2d5da;
}

.fill-mono-400 {
  fill: #9ca3af;
}

.fill-mono-500 {
  fill: #6d7280;
}

.fill-mono-600 {
  fill: #4b5563;
}

.fill-mono-700 {
  fill: #374151;
}

.fill-mono-800 {
  fill: #1f2937;
}

.fill-mono-900 {
  fill: #111827;
}

.fill-red-50 {
  fill: #fef2f2;
}

.fill-red-100 {
  fill: #fee2e2;
}

.fill-red-200 {
  fill: #fecaca;
}

.fill-red-300 {
  fill: #fca5a5;
}

.fill-red-400 {
  fill: #f87171;
}

.fill-red-500 {
  fill: #ef4444;
}

.fill-red-600 {
  fill: #dc2626;
}

.fill-red-700 {
  fill: #b91c1c;
}

.fill-red-800 {
  fill: #991b1b;
}

.fill-red-900 {
  fill: #7f1d1d;
}

.fill-orange-50 {
  fill: #fff7ed;
}

.fill-orange-100 {
  fill: #ffedd5;
}

.fill-orange-200 {
  fill: #fed7aa;
}

.fill-orange-300 {
  fill: #fdba74;
}

.fill-orange-400 {
  fill: #fb923c;
}

.fill-orange-500 {
  fill: #f97316;
}

.fill-orange-600 {
  fill: #ea580c;
}

.fill-orange-700 {
  fill: #c2410c;
}

.fill-orange-800 {
  fill: #9a3412;
}

.fill-orange-900 {
  fill: #7c2d12;
}

.fill-yellow-50 {
  fill: #fefce8;
}

.fill-yellow-100 {
  fill: #fef9c3;
}

.fill-yellow-200 {
  fill: #fef08a;
}

.fill-yellow-300 {
  fill: #fde047;
}

.fill-yellow-400 {
  fill: #facc15;
}

.fill-yellow-500 {
  fill: #eab308;
}

.fill-yellow-600 {
  fill: #ca8a04;
}

.fill-yellow-700 {
  fill: #a16207;
}

.fill-yellow-800 {
  fill: #854d0e;
}

.fill-yellow-900 {
  fill: #713f12;
}

.fill-green-50 {
  fill: #f3f7f4;
}

.fill-green-100 {
  fill: #e4f7eb;
}

.fill-green-200 {
  fill: #bbf7d0;
}

.fill-green-300 {
  fill: #86efac;
}

.fill-green-400 {
  fill: #4ade80;
}

.fill-green-500 {
  fill: #22c55e;
}

.fill-green-600 {
  fill: #16a34a;
}

.fill-green-700 {
  fill: #15803d;
}

.fill-green-800 {
  fill: #166534;
}

.fill-green-900 {
  fill: #14532d;
}

.fill-blue-50 {
  fill: #eff6ff;
}

.fill-blue-100 {
  fill: #dbeafe;
}

.fill-blue-200 {
  fill: #bfdbfe;
}

.fill-blue-300 {
  fill: #93c5fd;
}

.fill-blue-400 {
  fill: #60a5fa;
}

.fill-blue-500 {
  fill: #3b82f6;
}

.fill-blue-600 {
  fill: #2563eb;
}

.fill-blue-700 {
  fill: #1d4ed8;
}

.fill-blue-800 {
  fill: #1e40af;
}

.fill-blue-900 {
  fill: #1e3a8a;
}

.fill-grayscale-title {
  fill: #111827;
}

.fill-grayscale-caption {
  fill: #6d7280;
}

.fill-grayscale-negative {
  fill: #f9fafb;
}

.fill-grayscale-subtitle {
  fill: #4b5563;
}

.fill-grayscale-disabled {
  fill: #9ca3af;
}

.fill-grayscale-border {
  fill: #d2d5da;
}

.fill-grayscale-body {
  fill: #1f2937;
}

.fill-primary *[fill] {
  fill: #FF9913;
}

.fill-secondary-dark *[fill] {
  fill: #EB7100;
}

.fill-secondary-light *[fill] {
  fill: #FF8112;
}

.fill-white *[fill] {
  fill: #fff;
}

.fill-black *[fill] {
  fill: #262626;
}

.fill-gray-5 *[fill] {
  fill: #707070;
}

.fill-gray-4 *[fill] {
  fill: #999;
}

.fill-gray-3 *[fill] {
  fill: #CACDCF;
}

.fill-gray-2 *[fill] {
  fill: #DEE0E2;
}

.fill-gray-1 *[fill] {
  fill: #EAEDEF;
}

.fill-gray-0 *[fill] {
  fill: #F6F7FA;
}

.fill-red *[fill] {
  fill: #C92525;
}

.fill-red-light *[fill] {
  fill: #F1142F;
}

.fill-green *[fill] {
  fill: #25C966;
}

.fill-yellow *[fill] {
  fill: #EEA236;
}

.fill-transparent *[fill] {
  fill: rgba(255, 255, 255, 0);
}

.fill-brand-50 *[fill] {
  fill: #fdfaf4;
}

.fill-brand-100 *[fill] {
  fill: #fff4e0;
}

.fill-brand-200 *[fill] {
  fill: #ffdfa5;
}

.fill-brand-300 *[fill] {
  fill: #ffb94a;
}

.fill-brand-400 *[fill] {
  fill: #ff9913;
}

.fill-brand-500 *[fill] {
  fill: #f97a07;
}

.fill-brand-600 *[fill] {
  fill: #dd5502;
}

.fill-brand-700 *[fill] {
  fill: #b73806;
}

.fill-brand-800 *[fill] {
  fill: #942a0c;
}

.fill-brand-900 *[fill] {
  fill: #7a230d;
}

.fill-mono-0 *[fill] {
  fill: #ffffff;
}

.fill-mono-50 *[fill] {
  fill: #f9fafb;
}

.fill-mono-100 *[fill] {
  fill: #f3f4f6;
}

.fill-mono-200 *[fill] {
  fill: #e5e7eb;
}

.fill-mono-300 *[fill] {
  fill: #d2d5da;
}

.fill-mono-400 *[fill] {
  fill: #9ca3af;
}

.fill-mono-500 *[fill] {
  fill: #6d7280;
}

.fill-mono-600 *[fill] {
  fill: #4b5563;
}

.fill-mono-700 *[fill] {
  fill: #374151;
}

.fill-mono-800 *[fill] {
  fill: #1f2937;
}

.fill-mono-900 *[fill] {
  fill: #111827;
}

.fill-red-50 *[fill] {
  fill: #fef2f2;
}

.fill-red-100 *[fill] {
  fill: #fee2e2;
}

.fill-red-200 *[fill] {
  fill: #fecaca;
}

.fill-red-300 *[fill] {
  fill: #fca5a5;
}

.fill-red-400 *[fill] {
  fill: #f87171;
}

.fill-red-500 *[fill] {
  fill: #ef4444;
}

.fill-red-600 *[fill] {
  fill: #dc2626;
}

.fill-red-700 *[fill] {
  fill: #b91c1c;
}

.fill-red-800 *[fill] {
  fill: #991b1b;
}

.fill-red-900 *[fill] {
  fill: #7f1d1d;
}

.fill-orange-50 *[fill] {
  fill: #fff7ed;
}

.fill-orange-100 *[fill] {
  fill: #ffedd5;
}

.fill-orange-200 *[fill] {
  fill: #fed7aa;
}

.fill-orange-300 *[fill] {
  fill: #fdba74;
}

.fill-orange-400 *[fill] {
  fill: #fb923c;
}

.fill-orange-500 *[fill] {
  fill: #f97316;
}

.fill-orange-600 *[fill] {
  fill: #ea580c;
}

.fill-orange-700 *[fill] {
  fill: #c2410c;
}

.fill-orange-800 *[fill] {
  fill: #9a3412;
}

.fill-orange-900 *[fill] {
  fill: #7c2d12;
}

.fill-yellow-50 *[fill] {
  fill: #fefce8;
}

.fill-yellow-100 *[fill] {
  fill: #fef9c3;
}

.fill-yellow-200 *[fill] {
  fill: #fef08a;
}

.fill-yellow-300 *[fill] {
  fill: #fde047;
}

.fill-yellow-400 *[fill] {
  fill: #facc15;
}

.fill-yellow-500 *[fill] {
  fill: #eab308;
}

.fill-yellow-600 *[fill] {
  fill: #ca8a04;
}

.fill-yellow-700 *[fill] {
  fill: #a16207;
}

.fill-yellow-800 *[fill] {
  fill: #854d0e;
}

.fill-yellow-900 *[fill] {
  fill: #713f12;
}

.fill-green-50 *[fill] {
  fill: #f3f7f4;
}

.fill-green-100 *[fill] {
  fill: #e4f7eb;
}

.fill-green-200 *[fill] {
  fill: #bbf7d0;
}

.fill-green-300 *[fill] {
  fill: #86efac;
}

.fill-green-400 *[fill] {
  fill: #4ade80;
}

.fill-green-500 *[fill] {
  fill: #22c55e;
}

.fill-green-600 *[fill] {
  fill: #16a34a;
}

.fill-green-700 *[fill] {
  fill: #15803d;
}

.fill-green-800 *[fill] {
  fill: #166534;
}

.fill-green-900 *[fill] {
  fill: #14532d;
}

.fill-blue-50 *[fill] {
  fill: #eff6ff;
}

.fill-blue-100 *[fill] {
  fill: #dbeafe;
}

.fill-blue-200 *[fill] {
  fill: #bfdbfe;
}

.fill-blue-300 *[fill] {
  fill: #93c5fd;
}

.fill-blue-400 *[fill] {
  fill: #60a5fa;
}

.fill-blue-500 *[fill] {
  fill: #3b82f6;
}

.fill-blue-600 *[fill] {
  fill: #2563eb;
}

.fill-blue-700 *[fill] {
  fill: #1d4ed8;
}

.fill-blue-800 *[fill] {
  fill: #1e40af;
}

.fill-blue-900 *[fill] {
  fill: #1e3a8a;
}

.fill-grayscale-title *[fill] {
  fill: #111827;
}

.fill-grayscale-caption *[fill] {
  fill: #6d7280;
}

.fill-grayscale-negative *[fill] {
  fill: #f9fafb;
}

.fill-grayscale-subtitle *[fill] {
  fill: #4b5563;
}

.fill-grayscale-disabled *[fill] {
  fill: #9ca3af;
}

.fill-grayscale-border *[fill] {
  fill: #d2d5da;
}

.fill-grayscale-body *[fill] {
  fill: #1f2937;
}

.stroke-primary {
  stroke: #FF9913;
}

.stroke-secondary-dark {
  stroke: #EB7100;
}

.stroke-secondary-light {
  stroke: #FF8112;
}

.stroke-white {
  stroke: #fff;
}

.stroke-black {
  stroke: #262626;
}

.stroke-gray-5 {
  stroke: #707070;
}

.stroke-gray-4 {
  stroke: #999;
}

.stroke-gray-3 {
  stroke: #CACDCF;
}

.stroke-gray-2 {
  stroke: #DEE0E2;
}

.stroke-gray-1 {
  stroke: #EAEDEF;
}

.stroke-gray-0 {
  stroke: #F6F7FA;
}

.stroke-red {
  stroke: #C92525;
}

.stroke-red-light {
  stroke: #F1142F;
}

.stroke-green {
  stroke: #25C966;
}

.stroke-yellow {
  stroke: #EEA236;
}

.stroke-transparent {
  stroke: rgba(255, 255, 255, 0);
}

.stroke-brand-50 {
  stroke: #fdfaf4;
}

.stroke-brand-100 {
  stroke: #fff4e0;
}

.stroke-brand-200 {
  stroke: #ffdfa5;
}

.stroke-brand-300 {
  stroke: #ffb94a;
}

.stroke-brand-400 {
  stroke: #ff9913;
}

.stroke-brand-500 {
  stroke: #f97a07;
}

.stroke-brand-600 {
  stroke: #dd5502;
}

.stroke-brand-700 {
  stroke: #b73806;
}

.stroke-brand-800 {
  stroke: #942a0c;
}

.stroke-brand-900 {
  stroke: #7a230d;
}

.stroke-mono-0 {
  stroke: #ffffff;
}

.stroke-mono-50 {
  stroke: #f9fafb;
}

.stroke-mono-100 {
  stroke: #f3f4f6;
}

.stroke-mono-200 {
  stroke: #e5e7eb;
}

.stroke-mono-300 {
  stroke: #d2d5da;
}

.stroke-mono-400 {
  stroke: #9ca3af;
}

.stroke-mono-500 {
  stroke: #6d7280;
}

.stroke-mono-600 {
  stroke: #4b5563;
}

.stroke-mono-700 {
  stroke: #374151;
}

.stroke-mono-800 {
  stroke: #1f2937;
}

.stroke-mono-900 {
  stroke: #111827;
}

.stroke-red-50 {
  stroke: #fef2f2;
}

.stroke-red-100 {
  stroke: #fee2e2;
}

.stroke-red-200 {
  stroke: #fecaca;
}

.stroke-red-300 {
  stroke: #fca5a5;
}

.stroke-red-400 {
  stroke: #f87171;
}

.stroke-red-500 {
  stroke: #ef4444;
}

.stroke-red-600 {
  stroke: #dc2626;
}

.stroke-red-700 {
  stroke: #b91c1c;
}

.stroke-red-800 {
  stroke: #991b1b;
}

.stroke-red-900 {
  stroke: #7f1d1d;
}

.stroke-orange-50 {
  stroke: #fff7ed;
}

.stroke-orange-100 {
  stroke: #ffedd5;
}

.stroke-orange-200 {
  stroke: #fed7aa;
}

.stroke-orange-300 {
  stroke: #fdba74;
}

.stroke-orange-400 {
  stroke: #fb923c;
}

.stroke-orange-500 {
  stroke: #f97316;
}

.stroke-orange-600 {
  stroke: #ea580c;
}

.stroke-orange-700 {
  stroke: #c2410c;
}

.stroke-orange-800 {
  stroke: #9a3412;
}

.stroke-orange-900 {
  stroke: #7c2d12;
}

.stroke-yellow-50 {
  stroke: #fefce8;
}

.stroke-yellow-100 {
  stroke: #fef9c3;
}

.stroke-yellow-200 {
  stroke: #fef08a;
}

.stroke-yellow-300 {
  stroke: #fde047;
}

.stroke-yellow-400 {
  stroke: #facc15;
}

.stroke-yellow-500 {
  stroke: #eab308;
}

.stroke-yellow-600 {
  stroke: #ca8a04;
}

.stroke-yellow-700 {
  stroke: #a16207;
}

.stroke-yellow-800 {
  stroke: #854d0e;
}

.stroke-yellow-900 {
  stroke: #713f12;
}

.stroke-green-50 {
  stroke: #f3f7f4;
}

.stroke-green-100 {
  stroke: #e4f7eb;
}

.stroke-green-200 {
  stroke: #bbf7d0;
}

.stroke-green-300 {
  stroke: #86efac;
}

.stroke-green-400 {
  stroke: #4ade80;
}

.stroke-green-500 {
  stroke: #22c55e;
}

.stroke-green-600 {
  stroke: #16a34a;
}

.stroke-green-700 {
  stroke: #15803d;
}

.stroke-green-800 {
  stroke: #166534;
}

.stroke-green-900 {
  stroke: #14532d;
}

.stroke-blue-50 {
  stroke: #eff6ff;
}

.stroke-blue-100 {
  stroke: #dbeafe;
}

.stroke-blue-200 {
  stroke: #bfdbfe;
}

.stroke-blue-300 {
  stroke: #93c5fd;
}

.stroke-blue-400 {
  stroke: #60a5fa;
}

.stroke-blue-500 {
  stroke: #3b82f6;
}

.stroke-blue-600 {
  stroke: #2563eb;
}

.stroke-blue-700 {
  stroke: #1d4ed8;
}

.stroke-blue-800 {
  stroke: #1e40af;
}

.stroke-blue-900 {
  stroke: #1e3a8a;
}

.stroke-grayscale-title {
  stroke: #111827;
}

.stroke-grayscale-caption {
  stroke: #6d7280;
}

.stroke-grayscale-negative {
  stroke: #f9fafb;
}

.stroke-grayscale-subtitle {
  stroke: #4b5563;
}

.stroke-grayscale-disabled {
  stroke: #9ca3af;
}

.stroke-grayscale-border {
  stroke: #d2d5da;
}

.stroke-grayscale-body {
  stroke: #1f2937;
}

.stroke-primary *[stroke] {
  stroke: #FF9913;
}

.stroke-secondary-dark *[stroke] {
  stroke: #EB7100;
}

.stroke-secondary-light *[stroke] {
  stroke: #FF8112;
}

.stroke-white *[stroke] {
  stroke: #fff;
}

.stroke-black *[stroke] {
  stroke: #262626;
}

.stroke-gray-5 *[stroke] {
  stroke: #707070;
}

.stroke-gray-4 *[stroke] {
  stroke: #999;
}

.stroke-gray-3 *[stroke] {
  stroke: #CACDCF;
}

.stroke-gray-2 *[stroke] {
  stroke: #DEE0E2;
}

.stroke-gray-1 *[stroke] {
  stroke: #EAEDEF;
}

.stroke-gray-0 *[stroke] {
  stroke: #F6F7FA;
}

.stroke-red *[stroke] {
  stroke: #C92525;
}

.stroke-red-light *[stroke] {
  stroke: #F1142F;
}

.stroke-green *[stroke] {
  stroke: #25C966;
}

.stroke-yellow *[stroke] {
  stroke: #EEA236;
}

.stroke-transparent *[stroke] {
  stroke: rgba(255, 255, 255, 0);
}

.stroke-brand-50 *[stroke] {
  stroke: #fdfaf4;
}

.stroke-brand-100 *[stroke] {
  stroke: #fff4e0;
}

.stroke-brand-200 *[stroke] {
  stroke: #ffdfa5;
}

.stroke-brand-300 *[stroke] {
  stroke: #ffb94a;
}

.stroke-brand-400 *[stroke] {
  stroke: #ff9913;
}

.stroke-brand-500 *[stroke] {
  stroke: #f97a07;
}

.stroke-brand-600 *[stroke] {
  stroke: #dd5502;
}

.stroke-brand-700 *[stroke] {
  stroke: #b73806;
}

.stroke-brand-800 *[stroke] {
  stroke: #942a0c;
}

.stroke-brand-900 *[stroke] {
  stroke: #7a230d;
}

.stroke-mono-0 *[stroke] {
  stroke: #ffffff;
}

.stroke-mono-50 *[stroke] {
  stroke: #f9fafb;
}

.stroke-mono-100 *[stroke] {
  stroke: #f3f4f6;
}

.stroke-mono-200 *[stroke] {
  stroke: #e5e7eb;
}

.stroke-mono-300 *[stroke] {
  stroke: #d2d5da;
}

.stroke-mono-400 *[stroke] {
  stroke: #9ca3af;
}

.stroke-mono-500 *[stroke] {
  stroke: #6d7280;
}

.stroke-mono-600 *[stroke] {
  stroke: #4b5563;
}

.stroke-mono-700 *[stroke] {
  stroke: #374151;
}

.stroke-mono-800 *[stroke] {
  stroke: #1f2937;
}

.stroke-mono-900 *[stroke] {
  stroke: #111827;
}

.stroke-red-50 *[stroke] {
  stroke: #fef2f2;
}

.stroke-red-100 *[stroke] {
  stroke: #fee2e2;
}

.stroke-red-200 *[stroke] {
  stroke: #fecaca;
}

.stroke-red-300 *[stroke] {
  stroke: #fca5a5;
}

.stroke-red-400 *[stroke] {
  stroke: #f87171;
}

.stroke-red-500 *[stroke] {
  stroke: #ef4444;
}

.stroke-red-600 *[stroke] {
  stroke: #dc2626;
}

.stroke-red-700 *[stroke] {
  stroke: #b91c1c;
}

.stroke-red-800 *[stroke] {
  stroke: #991b1b;
}

.stroke-red-900 *[stroke] {
  stroke: #7f1d1d;
}

.stroke-orange-50 *[stroke] {
  stroke: #fff7ed;
}

.stroke-orange-100 *[stroke] {
  stroke: #ffedd5;
}

.stroke-orange-200 *[stroke] {
  stroke: #fed7aa;
}

.stroke-orange-300 *[stroke] {
  stroke: #fdba74;
}

.stroke-orange-400 *[stroke] {
  stroke: #fb923c;
}

.stroke-orange-500 *[stroke] {
  stroke: #f97316;
}

.stroke-orange-600 *[stroke] {
  stroke: #ea580c;
}

.stroke-orange-700 *[stroke] {
  stroke: #c2410c;
}

.stroke-orange-800 *[stroke] {
  stroke: #9a3412;
}

.stroke-orange-900 *[stroke] {
  stroke: #7c2d12;
}

.stroke-yellow-50 *[stroke] {
  stroke: #fefce8;
}

.stroke-yellow-100 *[stroke] {
  stroke: #fef9c3;
}

.stroke-yellow-200 *[stroke] {
  stroke: #fef08a;
}

.stroke-yellow-300 *[stroke] {
  stroke: #fde047;
}

.stroke-yellow-400 *[stroke] {
  stroke: #facc15;
}

.stroke-yellow-500 *[stroke] {
  stroke: #eab308;
}

.stroke-yellow-600 *[stroke] {
  stroke: #ca8a04;
}

.stroke-yellow-700 *[stroke] {
  stroke: #a16207;
}

.stroke-yellow-800 *[stroke] {
  stroke: #854d0e;
}

.stroke-yellow-900 *[stroke] {
  stroke: #713f12;
}

.stroke-green-50 *[stroke] {
  stroke: #f3f7f4;
}

.stroke-green-100 *[stroke] {
  stroke: #e4f7eb;
}

.stroke-green-200 *[stroke] {
  stroke: #bbf7d0;
}

.stroke-green-300 *[stroke] {
  stroke: #86efac;
}

.stroke-green-400 *[stroke] {
  stroke: #4ade80;
}

.stroke-green-500 *[stroke] {
  stroke: #22c55e;
}

.stroke-green-600 *[stroke] {
  stroke: #16a34a;
}

.stroke-green-700 *[stroke] {
  stroke: #15803d;
}

.stroke-green-800 *[stroke] {
  stroke: #166534;
}

.stroke-green-900 *[stroke] {
  stroke: #14532d;
}

.stroke-blue-50 *[stroke] {
  stroke: #eff6ff;
}

.stroke-blue-100 *[stroke] {
  stroke: #dbeafe;
}

.stroke-blue-200 *[stroke] {
  stroke: #bfdbfe;
}

.stroke-blue-300 *[stroke] {
  stroke: #93c5fd;
}

.stroke-blue-400 *[stroke] {
  stroke: #60a5fa;
}

.stroke-blue-500 *[stroke] {
  stroke: #3b82f6;
}

.stroke-blue-600 *[stroke] {
  stroke: #2563eb;
}

.stroke-blue-700 *[stroke] {
  stroke: #1d4ed8;
}

.stroke-blue-800 *[stroke] {
  stroke: #1e40af;
}

.stroke-blue-900 *[stroke] {
  stroke: #1e3a8a;
}

.stroke-grayscale-title *[stroke] {
  stroke: #111827;
}

.stroke-grayscale-caption *[stroke] {
  stroke: #6d7280;
}

.stroke-grayscale-negative *[stroke] {
  stroke: #f9fafb;
}

.stroke-grayscale-subtitle *[stroke] {
  stroke: #4b5563;
}

.stroke-grayscale-disabled *[stroke] {
  stroke: #9ca3af;
}

.stroke-grayscale-border *[stroke] {
  stroke: #d2d5da;
}

.stroke-grayscale-body *[stroke] {
  stroke: #1f2937;
}

.border-color-primary {
  border-color: #FF9913;
}

.border-color-secondary-dark {
  border-color: #EB7100;
}

.border-color-secondary-light {
  border-color: #FF8112;
}

.border-color-white {
  border-color: #fff;
}

.border-color-black {
  border-color: #262626;
}

.border-color-gray-5 {
  border-color: #707070;
}

.border-color-gray-4 {
  border-color: #999;
}

.border-color-gray-3 {
  border-color: #CACDCF;
}

.border-color-gray-2 {
  border-color: #DEE0E2;
}

.border-color-gray-1 {
  border-color: #EAEDEF;
}

.border-color-gray-0 {
  border-color: #F6F7FA;
}

.border-color-red {
  border-color: #C92525;
}

.border-color-red-light {
  border-color: #F1142F;
}

.border-color-green {
  border-color: #25C966;
}

.border-color-yellow {
  border-color: #EEA236;
}

.border-color-transparent {
  border-color: rgba(255, 255, 255, 0);
}

.border-color-brand-50 {
  border-color: #fdfaf4;
}

.border-color-brand-100 {
  border-color: #fff4e0;
}

.border-color-brand-200 {
  border-color: #ffdfa5;
}

.border-color-brand-300 {
  border-color: #ffb94a;
}

.border-color-brand-400 {
  border-color: #ff9913;
}

.border-color-brand-500 {
  border-color: #f97a07;
}

.border-color-brand-600 {
  border-color: #dd5502;
}

.border-color-brand-700 {
  border-color: #b73806;
}

.border-color-brand-800 {
  border-color: #942a0c;
}

.border-color-brand-900 {
  border-color: #7a230d;
}

.border-color-mono-0 {
  border-color: #ffffff;
}

.border-color-mono-50 {
  border-color: #f9fafb;
}

.border-color-mono-100 {
  border-color: #f3f4f6;
}

.border-color-mono-200 {
  border-color: #e5e7eb;
}

.border-color-mono-300 {
  border-color: #d2d5da;
}

.border-color-mono-400 {
  border-color: #9ca3af;
}

.border-color-mono-500 {
  border-color: #6d7280;
}

.border-color-mono-600 {
  border-color: #4b5563;
}

.border-color-mono-700 {
  border-color: #374151;
}

.border-color-mono-800 {
  border-color: #1f2937;
}

.border-color-mono-900 {
  border-color: #111827;
}

.border-color-red-50 {
  border-color: #fef2f2;
}

.border-color-red-100 {
  border-color: #fee2e2;
}

.border-color-red-200 {
  border-color: #fecaca;
}

.border-color-red-300 {
  border-color: #fca5a5;
}

.border-color-red-400 {
  border-color: #f87171;
}

.border-color-red-500 {
  border-color: #ef4444;
}

.border-color-red-600 {
  border-color: #dc2626;
}

.border-color-red-700 {
  border-color: #b91c1c;
}

.border-color-red-800 {
  border-color: #991b1b;
}

.border-color-red-900 {
  border-color: #7f1d1d;
}

.border-color-orange-50 {
  border-color: #fff7ed;
}

.border-color-orange-100 {
  border-color: #ffedd5;
}

.border-color-orange-200 {
  border-color: #fed7aa;
}

.border-color-orange-300 {
  border-color: #fdba74;
}

.border-color-orange-400 {
  border-color: #fb923c;
}

.border-color-orange-500 {
  border-color: #f97316;
}

.border-color-orange-600 {
  border-color: #ea580c;
}

.border-color-orange-700 {
  border-color: #c2410c;
}

.border-color-orange-800 {
  border-color: #9a3412;
}

.border-color-orange-900 {
  border-color: #7c2d12;
}

.border-color-yellow-50 {
  border-color: #fefce8;
}

.border-color-yellow-100 {
  border-color: #fef9c3;
}

.border-color-yellow-200 {
  border-color: #fef08a;
}

.border-color-yellow-300 {
  border-color: #fde047;
}

.border-color-yellow-400 {
  border-color: #facc15;
}

.border-color-yellow-500 {
  border-color: #eab308;
}

.border-color-yellow-600 {
  border-color: #ca8a04;
}

.border-color-yellow-700 {
  border-color: #a16207;
}

.border-color-yellow-800 {
  border-color: #854d0e;
}

.border-color-yellow-900 {
  border-color: #713f12;
}

.border-color-green-50 {
  border-color: #f3f7f4;
}

.border-color-green-100 {
  border-color: #e4f7eb;
}

.border-color-green-200 {
  border-color: #bbf7d0;
}

.border-color-green-300 {
  border-color: #86efac;
}

.border-color-green-400 {
  border-color: #4ade80;
}

.border-color-green-500 {
  border-color: #22c55e;
}

.border-color-green-600 {
  border-color: #16a34a;
}

.border-color-green-700 {
  border-color: #15803d;
}

.border-color-green-800 {
  border-color: #166534;
}

.border-color-green-900 {
  border-color: #14532d;
}

.border-color-blue-50 {
  border-color: #eff6ff;
}

.border-color-blue-100 {
  border-color: #dbeafe;
}

.border-color-blue-200 {
  border-color: #bfdbfe;
}

.border-color-blue-300 {
  border-color: #93c5fd;
}

.border-color-blue-400 {
  border-color: #60a5fa;
}

.border-color-blue-500 {
  border-color: #3b82f6;
}

.border-color-blue-600 {
  border-color: #2563eb;
}

.border-color-blue-700 {
  border-color: #1d4ed8;
}

.border-color-blue-800 {
  border-color: #1e40af;
}

.border-color-blue-900 {
  border-color: #1e3a8a;
}

.border-color-grayscale-title {
  border-color: #111827;
}

.border-color-grayscale-caption {
  border-color: #6d7280;
}

.border-color-grayscale-negative {
  border-color: #f9fafb;
}

.border-color-grayscale-subtitle {
  border-color: #4b5563;
}

.border-color-grayscale-disabled {
  border-color: #9ca3af;
}

.border-color-grayscale-border {
  border-color: #d2d5da;
}

.border-color-grayscale-body {
  border-color: #1f2937;
}

.divide-color-primary > * + * {
  border-color: #FF9913;
}

.divide-color-secondary-dark > * + * {
  border-color: #EB7100;
}

.divide-color-secondary-light > * + * {
  border-color: #FF8112;
}

.divide-color-white > * + * {
  border-color: #fff;
}

.divide-color-black > * + * {
  border-color: #262626;
}

.divide-color-gray-5 > * + * {
  border-color: #707070;
}

.divide-color-gray-4 > * + * {
  border-color: #999;
}

.divide-color-gray-3 > * + * {
  border-color: #CACDCF;
}

.divide-color-gray-2 > * + * {
  border-color: #DEE0E2;
}

.divide-color-gray-1 > * + * {
  border-color: #EAEDEF;
}

.divide-color-gray-0 > * + * {
  border-color: #F6F7FA;
}

.divide-color-red > * + * {
  border-color: #C92525;
}

.divide-color-red-light > * + * {
  border-color: #F1142F;
}

.divide-color-green > * + * {
  border-color: #25C966;
}

.divide-color-yellow > * + * {
  border-color: #EEA236;
}

.divide-color-transparent > * + * {
  border-color: rgba(255, 255, 255, 0);
}

.divide-color-brand-50 > * + * {
  border-color: #fdfaf4;
}

.divide-color-brand-100 > * + * {
  border-color: #fff4e0;
}

.divide-color-brand-200 > * + * {
  border-color: #ffdfa5;
}

.divide-color-brand-300 > * + * {
  border-color: #ffb94a;
}

.divide-color-brand-400 > * + * {
  border-color: #ff9913;
}

.divide-color-brand-500 > * + * {
  border-color: #f97a07;
}

.divide-color-brand-600 > * + * {
  border-color: #dd5502;
}

.divide-color-brand-700 > * + * {
  border-color: #b73806;
}

.divide-color-brand-800 > * + * {
  border-color: #942a0c;
}

.divide-color-brand-900 > * + * {
  border-color: #7a230d;
}

.divide-color-mono-0 > * + * {
  border-color: #ffffff;
}

.divide-color-mono-50 > * + * {
  border-color: #f9fafb;
}

.divide-color-mono-100 > * + * {
  border-color: #f3f4f6;
}

.divide-color-mono-200 > * + * {
  border-color: #e5e7eb;
}

.divide-color-mono-300 > * + * {
  border-color: #d2d5da;
}

.divide-color-mono-400 > * + * {
  border-color: #9ca3af;
}

.divide-color-mono-500 > * + * {
  border-color: #6d7280;
}

.divide-color-mono-600 > * + * {
  border-color: #4b5563;
}

.divide-color-mono-700 > * + * {
  border-color: #374151;
}

.divide-color-mono-800 > * + * {
  border-color: #1f2937;
}

.divide-color-mono-900 > * + * {
  border-color: #111827;
}

.divide-color-red-50 > * + * {
  border-color: #fef2f2;
}

.divide-color-red-100 > * + * {
  border-color: #fee2e2;
}

.divide-color-red-200 > * + * {
  border-color: #fecaca;
}

.divide-color-red-300 > * + * {
  border-color: #fca5a5;
}

.divide-color-red-400 > * + * {
  border-color: #f87171;
}

.divide-color-red-500 > * + * {
  border-color: #ef4444;
}

.divide-color-red-600 > * + * {
  border-color: #dc2626;
}

.divide-color-red-700 > * + * {
  border-color: #b91c1c;
}

.divide-color-red-800 > * + * {
  border-color: #991b1b;
}

.divide-color-red-900 > * + * {
  border-color: #7f1d1d;
}

.divide-color-orange-50 > * + * {
  border-color: #fff7ed;
}

.divide-color-orange-100 > * + * {
  border-color: #ffedd5;
}

.divide-color-orange-200 > * + * {
  border-color: #fed7aa;
}

.divide-color-orange-300 > * + * {
  border-color: #fdba74;
}

.divide-color-orange-400 > * + * {
  border-color: #fb923c;
}

.divide-color-orange-500 > * + * {
  border-color: #f97316;
}

.divide-color-orange-600 > * + * {
  border-color: #ea580c;
}

.divide-color-orange-700 > * + * {
  border-color: #c2410c;
}

.divide-color-orange-800 > * + * {
  border-color: #9a3412;
}

.divide-color-orange-900 > * + * {
  border-color: #7c2d12;
}

.divide-color-yellow-50 > * + * {
  border-color: #fefce8;
}

.divide-color-yellow-100 > * + * {
  border-color: #fef9c3;
}

.divide-color-yellow-200 > * + * {
  border-color: #fef08a;
}

.divide-color-yellow-300 > * + * {
  border-color: #fde047;
}

.divide-color-yellow-400 > * + * {
  border-color: #facc15;
}

.divide-color-yellow-500 > * + * {
  border-color: #eab308;
}

.divide-color-yellow-600 > * + * {
  border-color: #ca8a04;
}

.divide-color-yellow-700 > * + * {
  border-color: #a16207;
}

.divide-color-yellow-800 > * + * {
  border-color: #854d0e;
}

.divide-color-yellow-900 > * + * {
  border-color: #713f12;
}

.divide-color-green-50 > * + * {
  border-color: #f3f7f4;
}

.divide-color-green-100 > * + * {
  border-color: #e4f7eb;
}

.divide-color-green-200 > * + * {
  border-color: #bbf7d0;
}

.divide-color-green-300 > * + * {
  border-color: #86efac;
}

.divide-color-green-400 > * + * {
  border-color: #4ade80;
}

.divide-color-green-500 > * + * {
  border-color: #22c55e;
}

.divide-color-green-600 > * + * {
  border-color: #16a34a;
}

.divide-color-green-700 > * + * {
  border-color: #15803d;
}

.divide-color-green-800 > * + * {
  border-color: #166534;
}

.divide-color-green-900 > * + * {
  border-color: #14532d;
}

.divide-color-blue-50 > * + * {
  border-color: #eff6ff;
}

.divide-color-blue-100 > * + * {
  border-color: #dbeafe;
}

.divide-color-blue-200 > * + * {
  border-color: #bfdbfe;
}

.divide-color-blue-300 > * + * {
  border-color: #93c5fd;
}

.divide-color-blue-400 > * + * {
  border-color: #60a5fa;
}

.divide-color-blue-500 > * + * {
  border-color: #3b82f6;
}

.divide-color-blue-600 > * + * {
  border-color: #2563eb;
}

.divide-color-blue-700 > * + * {
  border-color: #1d4ed8;
}

.divide-color-blue-800 > * + * {
  border-color: #1e40af;
}

.divide-color-blue-900 > * + * {
  border-color: #1e3a8a;
}

.divide-color-grayscale-title > * + * {
  border-color: #111827;
}

.divide-color-grayscale-caption > * + * {
  border-color: #6d7280;
}

.divide-color-grayscale-negative > * + * {
  border-color: #f9fafb;
}

.divide-color-grayscale-subtitle > * + * {
  border-color: #4b5563;
}

.divide-color-grayscale-disabled > * + * {
  border-color: #9ca3af;
}

.divide-color-grayscale-border > * + * {
  border-color: #d2d5da;
}

.divide-color-grayscale-body > * + * {
  border-color: #1f2937;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .container {
    max-width: 750px;
  }
}

@media screen and (min-width: 992px) {
  .container {
    max-width: 970px;
  }
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

.container-fluid {
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 1199px) {
  .md-container-fluid {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .sm-container-fluid {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .xs-container-fluid {
    width: 100%;
    max-width: 100%;
  }
}

.top-0 {
  top: 0;
}

.left-0 {
  left: 0;
}

.bottom-0 {
  bottom: 0;
}

.right-0 {
  right: 0;
}

.visible-xxs {
  display: none !important;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

@media screen and (max-width: 320px) {
  .visible-xxs {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
}

@media screen and (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
}

.visible-xxs-flex {
  display: none !important;
}

.visible-xs-flex {
  display: none !important;
}

.visible-sm-flex {
  display: none !important;
}

.visible-md-flex {
  display: none !important;
}

.visible-lg-flex {
  display: none !important;
}

@media screen and (max-width: 320px) {
  .visible-xxs-flex {
    display: flex !important;
  }
}

@media screen and (max-width: 767px) {
  .visible-xs-flex {
    display: flex !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .visible-sm-flex {
    display: flex !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .visible-md-flex {
    display: flex !important;
  }
}

@media screen and (min-width: 1200px) {
  .visible-lg-flex {
    display: flex !important;
  }
}

.visible-xxs-block {
  display: none !important;
}

.visible-xs-block {
  display: none !important;
}

.visible-sm-block {
  display: none !important;
}

.visible-md-block {
  display: none !important;
}

.visible-lg-block {
  display: none !important;
}

@media screen and (max-width: 320px) {
  .visible-xxs-block {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media screen and (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

.visible-xxs-grid {
  display: none !important;
}

.visible-xs-grid {
  display: none !important;
}

.visible-sm-grid {
  display: none !important;
}

.visible-md-grid {
  display: none !important;
}

.visible-lg-grid {
  display: none !important;
}

@media screen and (max-width: 320px) {
  .visible-xxs-grid {
    display: grid !important;
  }
}

@media screen and (max-width: 767px) {
  .visible-xs-grid {
    display: grid !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .visible-sm-grid {
    display: grid !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .visible-md-grid {
    display: grid !important;
  }
}

@media screen and (min-width: 1200px) {
  .visible-lg-grid {
    display: grid !important;
  }
}

.visible-xxs-inline {
  display: none !important;
}

.visible-xs-inline {
  display: none !important;
}

.visible-sm-inline {
  display: none !important;
}

.visible-md-inline {
  display: none !important;
}

.visible-lg-inline {
  display: none !important;
}

@media screen and (max-width: 320px) {
  .visible-xxs-inline {
    display: inline !important;
  }
}

@media screen and (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media screen and (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

.hidden {
  display: none !important;
}

@media screen and (max-width: 320px) {
  .hidden-xxs {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.flex-0-0 {
  flex-grow: 0;
  flex-shrink: 0;
}

.flex-0-1 {
  flex-grow: 0;
  flex-shrink: 1;
}

.flex-1-0 {
  flex-grow: 1;
  flex-shrink: 0;
}

.flex-1-1 {
  flex-grow: 1;
  flex-shrink: 1;
}

.basis-0 {
  flex-basis: 0;
}

.basis-auto {
  flex-basis: auto;
}

@media screen and (max-width: 991px) {
  .sm-flex-0-0 {
    flex-grow: 0;
    flex-shrink: 0;
  }
  .sm-flex-0-1 {
    flex-grow: 0;
    flex-shrink: 1;
  }
  .sm-flex-1-0 {
    flex-grow: 1;
    flex-shrink: 0;
  }
  .sm-flex-1-1 {
    flex-grow: 1;
    flex-shrink: 1;
  }
  .sm-basis-0 {
    flex-basis: 0;
  }
  .sm-basis-auto {
    flex-basis: auto;
  }
}

@media screen and (max-width: 767px) {
  .xs-flex-0-0 {
    flex-grow: 0;
    flex-shrink: 0;
  }
  .xs-flex-0-1 {
    flex-grow: 0;
    flex-shrink: 1;
  }
  .xs-flex-1-0 {
    flex-grow: 1;
    flex-shrink: 0;
  }
  .xs-flex-1-1 {
    flex-grow: 1;
    flex-shrink: 1;
  }
  .xs-basis-0 {
    flex-basis: 0;
  }
  .xs-basis-auto {
    flex-basis: auto;
  }
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.inline-block {
  display: inline-block;
}

.contents {
  display: contents;
}

.opacity-0 {
  opacity: 0;
}

.spacer {
  flex-grow: 1;
}

.flex-auto {
  flex: 1;
}

.flex-stretch {
  flex: 1 1 auto;
}

.flex-initial {
  flex: 0 0 auto;
}

.flex-centered {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.minw-0 {
  min-width: 0;
}

.minw-0-container > * {
  min-width: 0;
}

.minh-0 {
  min-height: 0;
}

.w-half {
  width: 50%;
}

.h-half {
  height: 50%;
}

.w-auto {
  width: auto;
}

.h-auto {
  height: auto;
}

.full-width {
  width: 100%;
}

.full-height {
  height: 100%;
}

.minw-full {
  min-width: 100%;
}

.minh-full {
  min-height: 100%;
}

.maxw-full {
  max-width: 100%;
}

.maxh-full {
  max-height: 100%;
}

.screen-width {
  width: 100vw;
}

.screen-height {
  height: 100vh;
}

.dvp-width {
  width: 100dvw;
}

.dvp-height {
  height: 100dvh;
}

.width-fit-content {
  width: -moz-fit-content;
  width: fit-content;
}

.height-fit-content {
  height: -moz-fit-content;
  height: fit-content;
}

.z-0 {
  z-index: 0;
}

.z-1 {
  z-index: 1;
}

.z--1 {
  z-index: -1;
}

.list-nostyle {
  list-style: none;
}

.u-invisible {
  visibility: hidden !important;
}

@media screen and (max-width: 320px) {
  .full-width-xxs {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .full-width-xs {
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .full-width-sm {
    width: 100%;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .full-width-md {
    width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .full-width-lg {
    width: 100%;
  }
}

.grid {
  display: grid;
}

.columns-1fr {
  grid-auto-columns: 1fr;
}

.template-1col {
  grid-template-columns: 1fr;
}

.template-2col {
  grid-template-columns: repeat(2, 1fr);
}

.template-3col {
  grid-template-columns: repeat(3, 1fr);
}

.template-4col {
  grid-template-columns: repeat(4, 1fr);
}

.template-5col {
  grid-template-columns: repeat(5, 1fr);
}

.template-6col {
  grid-template-columns: repeat(6, 1fr);
}

.template--1-23 {
  grid-template-columns: 1fr 23fr;
}

.template--2-22 {
  grid-template-columns: 2fr 22fr;
}

.template--3-21 {
  grid-template-columns: 3fr 21fr;
}

.template--4-20 {
  grid-template-columns: 4fr 20fr;
}

.template--5-19 {
  grid-template-columns: 5fr 19fr;
}

.template--6-18 {
  grid-template-columns: 6fr 18fr;
}

.template--7-17 {
  grid-template-columns: 7fr 17fr;
}

.template--8-16 {
  grid-template-columns: 8fr 16fr;
}

.template--9-15 {
  grid-template-columns: 9fr 15fr;
}

.template--10-14 {
  grid-template-columns: 10fr 14fr;
}

.template--11-13 {
  grid-template-columns: 11fr 13fr;
}

.template--12-12 {
  grid-template-columns: 12fr 12fr;
}

.template--13-11 {
  grid-template-columns: 13fr 11fr;
}

.template--14-10 {
  grid-template-columns: 14fr 10fr;
}

.template--15-9 {
  grid-template-columns: 15fr 9fr;
}

.template--16-8 {
  grid-template-columns: 16fr 8fr;
}

.template--17-7 {
  grid-template-columns: 17fr 7fr;
}

.template--18-6 {
  grid-template-columns: 18fr 6fr;
}

.template--19-5 {
  grid-template-columns: 19fr 5fr;
}

.template--20-4 {
  grid-template-columns: 20fr 4fr;
}

.template--21-3 {
  grid-template-columns: 21fr 3fr;
}

.template--22-2 {
  grid-template-columns: 22fr 2fr;
}

.template--23-1 {
  grid-template-columns: 23fr 1fr;
}

.flow-row {
  grid-auto-flow: row;
}

.flow-col {
  grid-auto-flow: column;
}

.flow-row-dense {
  grid-auto-flow: row dense;
}

.flow-col-dense {
  grid-auto-flow: column dense;
}

.row-start-1 {
  grid-row-start: 1;
}

.col-start-1 {
  grid-column-start: 1;
}

.row-span-1 {
  grid-row-start: span 1;
}

.col-span-1 {
  grid-column-start: span 1;
}

.row-start-2 {
  grid-row-start: 2;
}

.col-start-2 {
  grid-column-start: 2;
}

.row-span-2 {
  grid-row-start: span 2;
}

.col-span-2 {
  grid-column-start: span 2;
}

.row-start-3 {
  grid-row-start: 3;
}

.col-start-3 {
  grid-column-start: 3;
}

.row-span-3 {
  grid-row-start: span 3;
}

.col-span-3 {
  grid-column-start: span 3;
}

.row-start-4 {
  grid-row-start: 4;
}

.col-start-4 {
  grid-column-start: 4;
}

.row-span-4 {
  grid-row-start: span 4;
}

.col-span-4 {
  grid-column-start: span 4;
}

.row-start-5 {
  grid-row-start: 5;
}

.col-start-5 {
  grid-column-start: 5;
}

.row-span-5 {
  grid-row-start: span 5;
}

.col-span-5 {
  grid-column-start: span 5;
}

.row-start-6 {
  grid-row-start: 6;
}

.col-start-6 {
  grid-column-start: 6;
}

.row-span-6 {
  grid-row-start: span 6;
}

.col-span-6 {
  grid-column-start: span 6;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.order-13 {
  order: 13;
}

.order-14 {
  order: 14;
}

.order-15 {
  order: 15;
}

.order-16 {
  order: 16;
}

.order-17 {
  order: 17;
}

.order-18 {
  order: 18;
}

.order-19 {
  order: 19;
}

.order-20 {
  order: 20;
}

.order-21 {
  order: 21;
}

.order-22 {
  order: 22;
}

.order-23 {
  order: 23;
}

.order-24 {
  order: 24;
}

@media screen and (max-width: 1199px) {
  .md-template-1col {
    grid-template-columns: 1fr;
  }
  .md-template-2col {
    grid-template-columns: repeat(2, 1fr);
  }
  .md-template-3col {
    grid-template-columns: repeat(3, 1fr);
  }
  .md-template-4col {
    grid-template-columns: repeat(4, 1fr);
  }
  .md-template-5col {
    grid-template-columns: repeat(5, 1fr);
  }
  .md-template-6col {
    grid-template-columns: repeat(6, 1fr);
  }
  .md-template--1-23 {
    grid-template-columns: 1fr 23fr;
  }
  .md-template--2-22 {
    grid-template-columns: 2fr 22fr;
  }
  .md-template--3-21 {
    grid-template-columns: 3fr 21fr;
  }
  .md-template--4-20 {
    grid-template-columns: 4fr 20fr;
  }
  .md-template--5-19 {
    grid-template-columns: 5fr 19fr;
  }
  .md-template--6-18 {
    grid-template-columns: 6fr 18fr;
  }
  .md-template--7-17 {
    grid-template-columns: 7fr 17fr;
  }
  .md-template--8-16 {
    grid-template-columns: 8fr 16fr;
  }
  .md-template--9-15 {
    grid-template-columns: 9fr 15fr;
  }
  .md-template--10-14 {
    grid-template-columns: 10fr 14fr;
  }
  .md-template--11-13 {
    grid-template-columns: 11fr 13fr;
  }
  .md-template--12-12 {
    grid-template-columns: 12fr 12fr;
  }
  .md-template--13-11 {
    grid-template-columns: 13fr 11fr;
  }
  .md-template--14-10 {
    grid-template-columns: 14fr 10fr;
  }
  .md-template--15-9 {
    grid-template-columns: 15fr 9fr;
  }
  .md-template--16-8 {
    grid-template-columns: 16fr 8fr;
  }
  .md-template--17-7 {
    grid-template-columns: 17fr 7fr;
  }
  .md-template--18-6 {
    grid-template-columns: 18fr 6fr;
  }
  .md-template--19-5 {
    grid-template-columns: 19fr 5fr;
  }
  .md-template--20-4 {
    grid-template-columns: 20fr 4fr;
  }
  .md-template--21-3 {
    grid-template-columns: 21fr 3fr;
  }
  .md-template--22-2 {
    grid-template-columns: 22fr 2fr;
  }
  .md-template--23-1 {
    grid-template-columns: 23fr 1fr;
  }
  .md-flow-row {
    grid-auto-flow: row;
  }
  .md-flow-col {
    grid-auto-flow: column;
  }
  .md-flow-row-dense {
    grid-auto-flow: row dense;
  }
  .md-flow-col-dense {
    grid-auto-flow: column dense;
  }
  .md-row-start-1 {
    grid-row-start: 1;
  }
  .md-col-start-1 {
    grid-column-start: 1;
  }
  .md-row-span-1 {
    grid-row-start: span 1;
  }
  .md-col-span-1 {
    grid-column-start: span 1;
  }
  .md-row-start-2 {
    grid-row-start: 2;
  }
  .md-col-start-2 {
    grid-column-start: 2;
  }
  .md-row-span-2 {
    grid-row-start: span 2;
  }
  .md-col-span-2 {
    grid-column-start: span 2;
  }
  .md-row-start-3 {
    grid-row-start: 3;
  }
  .md-col-start-3 {
    grid-column-start: 3;
  }
  .md-row-span-3 {
    grid-row-start: span 3;
  }
  .md-col-span-3 {
    grid-column-start: span 3;
  }
  .md-row-start-4 {
    grid-row-start: 4;
  }
  .md-col-start-4 {
    grid-column-start: 4;
  }
  .md-row-span-4 {
    grid-row-start: span 4;
  }
  .md-col-span-4 {
    grid-column-start: span 4;
  }
  .md-row-start-5 {
    grid-row-start: 5;
  }
  .md-col-start-5 {
    grid-column-start: 5;
  }
  .md-row-span-5 {
    grid-row-start: span 5;
  }
  .md-col-span-5 {
    grid-column-start: span 5;
  }
  .md-row-start-6 {
    grid-row-start: 6;
  }
  .md-col-start-6 {
    grid-column-start: 6;
  }
  .md-row-span-6 {
    grid-row-start: span 6;
  }
  .md-col-span-6 {
    grid-column-start: span 6;
  }
  .md-order-1 {
    order: 1;
  }
  .md-order-2 {
    order: 2;
  }
  .md-order-3 {
    order: 3;
  }
  .md-order-4 {
    order: 4;
  }
  .md-order-5 {
    order: 5;
  }
  .md-order-6 {
    order: 6;
  }
  .md-order-7 {
    order: 7;
  }
  .md-order-8 {
    order: 8;
  }
  .md-order-9 {
    order: 9;
  }
  .md-order-10 {
    order: 10;
  }
  .md-order-11 {
    order: 11;
  }
  .md-order-12 {
    order: 12;
  }
  .md-order-13 {
    order: 13;
  }
  .md-order-14 {
    order: 14;
  }
  .md-order-15 {
    order: 15;
  }
  .md-order-16 {
    order: 16;
  }
  .md-order-17 {
    order: 17;
  }
  .md-order-18 {
    order: 18;
  }
  .md-order-19 {
    order: 19;
  }
  .md-order-20 {
    order: 20;
  }
  .md-order-21 {
    order: 21;
  }
  .md-order-22 {
    order: 22;
  }
  .md-order-23 {
    order: 23;
  }
  .md-order-24 {
    order: 24;
  }
}

@media screen and (max-width: 991px) {
  .sm-template-1col {
    grid-template-columns: 1fr;
  }
  .sm-template-2col {
    grid-template-columns: repeat(2, 1fr);
  }
  .sm-template-3col {
    grid-template-columns: repeat(3, 1fr);
  }
  .sm-template-4col {
    grid-template-columns: repeat(4, 1fr);
  }
  .sm-template-5col {
    grid-template-columns: repeat(5, 1fr);
  }
  .sm-template-6col {
    grid-template-columns: repeat(6, 1fr);
  }
  .sm-template--1-23 {
    grid-template-columns: 1fr 23fr;
  }
  .sm-template--2-22 {
    grid-template-columns: 2fr 22fr;
  }
  .sm-template--3-21 {
    grid-template-columns: 3fr 21fr;
  }
  .sm-template--4-20 {
    grid-template-columns: 4fr 20fr;
  }
  .sm-template--5-19 {
    grid-template-columns: 5fr 19fr;
  }
  .sm-template--6-18 {
    grid-template-columns: 6fr 18fr;
  }
  .sm-template--7-17 {
    grid-template-columns: 7fr 17fr;
  }
  .sm-template--8-16 {
    grid-template-columns: 8fr 16fr;
  }
  .sm-template--9-15 {
    grid-template-columns: 9fr 15fr;
  }
  .sm-template--10-14 {
    grid-template-columns: 10fr 14fr;
  }
  .sm-template--11-13 {
    grid-template-columns: 11fr 13fr;
  }
  .sm-template--12-12 {
    grid-template-columns: 12fr 12fr;
  }
  .sm-template--13-11 {
    grid-template-columns: 13fr 11fr;
  }
  .sm-template--14-10 {
    grid-template-columns: 14fr 10fr;
  }
  .sm-template--15-9 {
    grid-template-columns: 15fr 9fr;
  }
  .sm-template--16-8 {
    grid-template-columns: 16fr 8fr;
  }
  .sm-template--17-7 {
    grid-template-columns: 17fr 7fr;
  }
  .sm-template--18-6 {
    grid-template-columns: 18fr 6fr;
  }
  .sm-template--19-5 {
    grid-template-columns: 19fr 5fr;
  }
  .sm-template--20-4 {
    grid-template-columns: 20fr 4fr;
  }
  .sm-template--21-3 {
    grid-template-columns: 21fr 3fr;
  }
  .sm-template--22-2 {
    grid-template-columns: 22fr 2fr;
  }
  .sm-template--23-1 {
    grid-template-columns: 23fr 1fr;
  }
  .sm-flow-row {
    grid-auto-flow: row;
  }
  .sm-flow-col {
    grid-auto-flow: column;
  }
  .sm-flow-row-dense {
    grid-auto-flow: row dense;
  }
  .sm-flow-col-dense {
    grid-auto-flow: column dense;
  }
  .sm-row-start-1 {
    grid-row-start: 1;
  }
  .sm-col-start-1 {
    grid-column-start: 1;
  }
  .sm-row-span-1 {
    grid-row-start: span 1;
  }
  .sm-col-span-1 {
    grid-column-start: span 1;
  }
  .sm-row-start-2 {
    grid-row-start: 2;
  }
  .sm-col-start-2 {
    grid-column-start: 2;
  }
  .sm-row-span-2 {
    grid-row-start: span 2;
  }
  .sm-col-span-2 {
    grid-column-start: span 2;
  }
  .sm-row-start-3 {
    grid-row-start: 3;
  }
  .sm-col-start-3 {
    grid-column-start: 3;
  }
  .sm-row-span-3 {
    grid-row-start: span 3;
  }
  .sm-col-span-3 {
    grid-column-start: span 3;
  }
  .sm-row-start-4 {
    grid-row-start: 4;
  }
  .sm-col-start-4 {
    grid-column-start: 4;
  }
  .sm-row-span-4 {
    grid-row-start: span 4;
  }
  .sm-col-span-4 {
    grid-column-start: span 4;
  }
  .sm-row-start-5 {
    grid-row-start: 5;
  }
  .sm-col-start-5 {
    grid-column-start: 5;
  }
  .sm-row-span-5 {
    grid-row-start: span 5;
  }
  .sm-col-span-5 {
    grid-column-start: span 5;
  }
  .sm-row-start-6 {
    grid-row-start: 6;
  }
  .sm-col-start-6 {
    grid-column-start: 6;
  }
  .sm-row-span-6 {
    grid-row-start: span 6;
  }
  .sm-col-span-6 {
    grid-column-start: span 6;
  }
  .sm-order-1 {
    order: 1;
  }
  .sm-order-2 {
    order: 2;
  }
  .sm-order-3 {
    order: 3;
  }
  .sm-order-4 {
    order: 4;
  }
  .sm-order-5 {
    order: 5;
  }
  .sm-order-6 {
    order: 6;
  }
  .sm-order-7 {
    order: 7;
  }
  .sm-order-8 {
    order: 8;
  }
  .sm-order-9 {
    order: 9;
  }
  .sm-order-10 {
    order: 10;
  }
  .sm-order-11 {
    order: 11;
  }
  .sm-order-12 {
    order: 12;
  }
  .sm-order-13 {
    order: 13;
  }
  .sm-order-14 {
    order: 14;
  }
  .sm-order-15 {
    order: 15;
  }
  .sm-order-16 {
    order: 16;
  }
  .sm-order-17 {
    order: 17;
  }
  .sm-order-18 {
    order: 18;
  }
  .sm-order-19 {
    order: 19;
  }
  .sm-order-20 {
    order: 20;
  }
  .sm-order-21 {
    order: 21;
  }
  .sm-order-22 {
    order: 22;
  }
  .sm-order-23 {
    order: 23;
  }
  .sm-order-24 {
    order: 24;
  }
}

@media screen and (max-width: 767px) {
  .xs-template-1col {
    grid-template-columns: 1fr;
  }
  .xs-template-2col {
    grid-template-columns: repeat(2, 1fr);
  }
  .xs-template-3col {
    grid-template-columns: repeat(3, 1fr);
  }
  .xs-template-4col {
    grid-template-columns: repeat(4, 1fr);
  }
  .xs-template-5col {
    grid-template-columns: repeat(5, 1fr);
  }
  .xs-template-6col {
    grid-template-columns: repeat(6, 1fr);
  }
  .xs-template--1-23 {
    grid-template-columns: 1fr 23fr;
  }
  .xs-template--2-22 {
    grid-template-columns: 2fr 22fr;
  }
  .xs-template--3-21 {
    grid-template-columns: 3fr 21fr;
  }
  .xs-template--4-20 {
    grid-template-columns: 4fr 20fr;
  }
  .xs-template--5-19 {
    grid-template-columns: 5fr 19fr;
  }
  .xs-template--6-18 {
    grid-template-columns: 6fr 18fr;
  }
  .xs-template--7-17 {
    grid-template-columns: 7fr 17fr;
  }
  .xs-template--8-16 {
    grid-template-columns: 8fr 16fr;
  }
  .xs-template--9-15 {
    grid-template-columns: 9fr 15fr;
  }
  .xs-template--10-14 {
    grid-template-columns: 10fr 14fr;
  }
  .xs-template--11-13 {
    grid-template-columns: 11fr 13fr;
  }
  .xs-template--12-12 {
    grid-template-columns: 12fr 12fr;
  }
  .xs-template--13-11 {
    grid-template-columns: 13fr 11fr;
  }
  .xs-template--14-10 {
    grid-template-columns: 14fr 10fr;
  }
  .xs-template--15-9 {
    grid-template-columns: 15fr 9fr;
  }
  .xs-template--16-8 {
    grid-template-columns: 16fr 8fr;
  }
  .xs-template--17-7 {
    grid-template-columns: 17fr 7fr;
  }
  .xs-template--18-6 {
    grid-template-columns: 18fr 6fr;
  }
  .xs-template--19-5 {
    grid-template-columns: 19fr 5fr;
  }
  .xs-template--20-4 {
    grid-template-columns: 20fr 4fr;
  }
  .xs-template--21-3 {
    grid-template-columns: 21fr 3fr;
  }
  .xs-template--22-2 {
    grid-template-columns: 22fr 2fr;
  }
  .xs-template--23-1 {
    grid-template-columns: 23fr 1fr;
  }
  .xs-flow-row {
    grid-auto-flow: row;
  }
  .xs-flow-col {
    grid-auto-flow: column;
  }
  .xs-flow-row-dense {
    grid-auto-flow: row dense;
  }
  .xs-flow-col-dense {
    grid-auto-flow: column dense;
  }
  .xs-row-start-1 {
    grid-row-start: 1;
  }
  .xs-col-start-1 {
    grid-column-start: 1;
  }
  .xs-row-span-1 {
    grid-row-start: span 1;
  }
  .xs-col-span-1 {
    grid-column-start: span 1;
  }
  .xs-row-start-2 {
    grid-row-start: 2;
  }
  .xs-col-start-2 {
    grid-column-start: 2;
  }
  .xs-row-span-2 {
    grid-row-start: span 2;
  }
  .xs-col-span-2 {
    grid-column-start: span 2;
  }
  .xs-row-start-3 {
    grid-row-start: 3;
  }
  .xs-col-start-3 {
    grid-column-start: 3;
  }
  .xs-row-span-3 {
    grid-row-start: span 3;
  }
  .xs-col-span-3 {
    grid-column-start: span 3;
  }
  .xs-row-start-4 {
    grid-row-start: 4;
  }
  .xs-col-start-4 {
    grid-column-start: 4;
  }
  .xs-row-span-4 {
    grid-row-start: span 4;
  }
  .xs-col-span-4 {
    grid-column-start: span 4;
  }
  .xs-row-start-5 {
    grid-row-start: 5;
  }
  .xs-col-start-5 {
    grid-column-start: 5;
  }
  .xs-row-span-5 {
    grid-row-start: span 5;
  }
  .xs-col-span-5 {
    grid-column-start: span 5;
  }
  .xs-row-start-6 {
    grid-row-start: 6;
  }
  .xs-col-start-6 {
    grid-column-start: 6;
  }
  .xs-row-span-6 {
    grid-row-start: span 6;
  }
  .xs-col-span-6 {
    grid-column-start: span 6;
  }
  .xs-order-1 {
    order: 1;
  }
  .xs-order-2 {
    order: 2;
  }
  .xs-order-3 {
    order: 3;
  }
  .xs-order-4 {
    order: 4;
  }
  .xs-order-5 {
    order: 5;
  }
  .xs-order-6 {
    order: 6;
  }
  .xs-order-7 {
    order: 7;
  }
  .xs-order-8 {
    order: 8;
  }
  .xs-order-9 {
    order: 9;
  }
  .xs-order-10 {
    order: 10;
  }
  .xs-order-11 {
    order: 11;
  }
  .xs-order-12 {
    order: 12;
  }
  .xs-order-13 {
    order: 13;
  }
  .xs-order-14 {
    order: 14;
  }
  .xs-order-15 {
    order: 15;
  }
  .xs-order-16 {
    order: 16;
  }
  .xs-order-17 {
    order: 17;
  }
  .xs-order-18 {
    order: 18;
  }
  .xs-order-19 {
    order: 19;
  }
  .xs-order-20 {
    order: 20;
  }
  .xs-order-21 {
    order: 21;
  }
  .xs-order-22 {
    order: 22;
  }
  .xs-order-23 {
    order: 23;
  }
  .xs-order-24 {
    order: 24;
  }
}

.grid-template-sidebar {
  display: grid;
  grid-column-gap: 2rem;
  grid-template-areas: "sidebar main";
}

.grid-template-sidebar > * {
  min-width: 0;
}

.grid-template-sidebar > *:nth-child(1) {
  grid-area: sidebar;
}

.grid-template-sidebar > *:nth-child(2) {
  grid-area: main;
}

.grid-template-sidebar--right {
  grid-template-areas: "main sidebar";
}

.grid-template-sidebar--right > *:nth-child(1) {
  grid-area: main;
}

.grid-template-sidebar--right > *:nth-child(2) {
  grid-area: sidebar;
}

.grid-template-sidebar--reverse {
  grid-template-areas: "main sidebar";
}

@media screen and (max-width: 991px) {
  .grid-template-sidebar {
    grid-template-columns: 1fr;
    grid-template-areas: "main";
    grid-column-gap: 0;
  }
}

.no-padding {
  padding: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-left {
  padding-left: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.no-margin-right {
  margin-right: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-left {
  margin-left: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-border {
  border: 0 !important;
}

.no-border-right {
  border-right: 0 !important;
}

.no-border-top {
  border-top: 0 !important;
}

.no-border-left {
  border-left: 0 !important;
}

.no-border-bottom {
  border-bottom: 0 !important;
}

.overflow-hidden {
  overflow: hidden;
}

.overflowy-hidden {
  overflow-y: hidden;
}

.overflowx-hidden {
  overflow-x: hidden;
}

.overflow-auto {
  overflow: auto;
}

.overflowy-auto {
  overflow-y: auto;
}

.overflowx-auto {
  overflow-x: auto;
}

.overflowy-scroll {
  overflow-y: scroll;
}

.overflowx-scroll {
  overflow-x: scroll;
}

.overflow-visible {
  overflow: visible;
}

.overflow-unset {
  overflow: unset;
}

.overflowy-unset {
  overflow-y: unset;
}

.overflowx-unset {
  overflow-x: unset;
}

.text-overflow-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-fill {
  -o-object-fit: fill;
     object-fit: fill;
}

.reverse-x {
  transform: scale(-1, 1);
}

.reverse-y {
  transform: scale(1, -1);
}

.rotate-45 {
  transform: rotate(45deg);
}

.rotate-90 {
  transform: rotate(90deg);
}

.rotate-140 {
  transform: rotate(140deg);
}

.rotate-180 {
  transform: rotate(180deg);
}

.rotate-270 {
  transform: rotate(270deg);
}

@media screen and (max-width: 767px) {
  .xs-reverse-x {
    transform: scale(-1, 1);
  }
  .xs-reverse-y {
    transform: scale(1, -1);
  }
  .xs-rotate-45 {
    transform: rotate(45deg);
  }
  .xs-rotate-90 {
    transform: rotate(90deg);
  }
  .xs-rotate-140 {
    transform: rotate(140deg);
  }
  .xs-rotate-180 {
    transform: rotate(180deg);
  }
  .xs-rotate-270 {
    transform: rotate(270deg);
  }
}

.clickable {
  cursor: pointer;
}

.default-cursor {
  cursor: default;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.self-normal {
  align-self: normal;
  -webkit-align-items: normal;
}

.content-normal {
  align-content: normal;
  -webkit-align-items: normal;
}

.items-normal {
  align-items: normal;
  -webkit-align-items: normal;
}

.justify-normal {
  justify-content: normal;
  -webkit-justify-content: normal;
}

.justify-self-normal {
  justify-self: normal;
  -webkit-justify-self: normal;
}

.justify-items-normal {
  justify-items: normal;
  -webkit-justify-items: normal;
}

.items-normal-normal {
  align-items: normal;
  -webkit-align-items: normal;
  justify-content: normal;
  -webkit-justify-content: normal;
}

.items-normal-start {
  align-items: normal;
  -webkit-align-items: normal;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}

.items-normal-center {
  align-items: normal;
  -webkit-align-items: normal;
  justify-content: center;
  -webkit-justify-content: center;
}

.items-normal-end {
  align-items: normal;
  -webkit-align-items: normal;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}

.items-normal-baseline {
  align-items: normal;
  -webkit-align-items: normal;
  justify-content: baseline;
  -webkit-justify-content: baseline;
}

.items-normal-stretch {
  align-items: normal;
  -webkit-align-items: normal;
  justify-content: stretch;
  -webkit-justify-content: stretch;
}

.items-normal-between {
  align-items: normal;
  -webkit-align-items: normal;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.items-normal-evenly {
  align-items: normal;
  -webkit-align-items: normal;
  justify-content: space-evenly;
  -webkit-justify-content: space-evenly;
}

.items-normal-around {
  align-items: normal;
  -webkit-align-items: normal;
  justify-content: space-around;
  -webkit-justify-content: space-around;
}

.self-start {
  align-self: flex-start;
  -webkit-align-items: flex-start;
}

.content-start {
  align-content: flex-start;
  -webkit-align-items: flex-start;
}

.items-start {
  align-items: flex-start;
  -webkit-align-items: flex-start;
}

.justify-start {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}

.justify-self-start {
  justify-self: flex-start;
  -webkit-justify-self: flex-start;
}

.justify-items-start {
  justify-items: flex-start;
  -webkit-justify-items: flex-start;
}

.items-start-normal {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  justify-content: normal;
  -webkit-justify-content: normal;
}

.items-start-start {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}

.items-start-center {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  justify-content: center;
  -webkit-justify-content: center;
}

.items-start-end {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}

.items-start-baseline {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  justify-content: baseline;
  -webkit-justify-content: baseline;
}

.items-start-stretch {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  justify-content: stretch;
  -webkit-justify-content: stretch;
}

.items-start-between {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.items-start-evenly {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  justify-content: space-evenly;
  -webkit-justify-content: space-evenly;
}

.items-start-around {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  justify-content: space-around;
  -webkit-justify-content: space-around;
}

.self-center {
  align-self: center;
  -webkit-align-items: center;
}

.content-center {
  align-content: center;
  -webkit-align-items: center;
}

.items-center {
  align-items: center;
  -webkit-align-items: center;
}

.justify-center {
  justify-content: center;
  -webkit-justify-content: center;
}

.justify-self-center {
  justify-self: center;
  -webkit-justify-self: center;
}

.justify-items-center {
  justify-items: center;
  -webkit-justify-items: center;
}

.items-center-normal {
  align-items: center;
  -webkit-align-items: center;
  justify-content: normal;
  -webkit-justify-content: normal;
}

.items-center-start {
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}

.items-center-center {
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.items-center-end {
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}

.items-center-baseline {
  align-items: center;
  -webkit-align-items: center;
  justify-content: baseline;
  -webkit-justify-content: baseline;
}

.items-center-stretch {
  align-items: center;
  -webkit-align-items: center;
  justify-content: stretch;
  -webkit-justify-content: stretch;
}

.items-center-between {
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.items-center-evenly {
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-evenly;
  -webkit-justify-content: space-evenly;
}

.items-center-around {
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-around;
  -webkit-justify-content: space-around;
}

.self-end {
  align-self: flex-end;
  -webkit-align-items: flex-end;
}

.content-end {
  align-content: flex-end;
  -webkit-align-items: flex-end;
}

.items-end {
  align-items: flex-end;
  -webkit-align-items: flex-end;
}

.justify-end {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}

.justify-self-end {
  justify-self: flex-end;
  -webkit-justify-self: flex-end;
}

.justify-items-end {
  justify-items: flex-end;
  -webkit-justify-items: flex-end;
}

.items-end-normal {
  align-items: flex-end;
  -webkit-align-items: flex-end;
  justify-content: normal;
  -webkit-justify-content: normal;
}

.items-end-start {
  align-items: flex-end;
  -webkit-align-items: flex-end;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}

.items-end-center {
  align-items: flex-end;
  -webkit-align-items: flex-end;
  justify-content: center;
  -webkit-justify-content: center;
}

.items-end-end {
  align-items: flex-end;
  -webkit-align-items: flex-end;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}

.items-end-baseline {
  align-items: flex-end;
  -webkit-align-items: flex-end;
  justify-content: baseline;
  -webkit-justify-content: baseline;
}

.items-end-stretch {
  align-items: flex-end;
  -webkit-align-items: flex-end;
  justify-content: stretch;
  -webkit-justify-content: stretch;
}

.items-end-between {
  align-items: flex-end;
  -webkit-align-items: flex-end;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.items-end-evenly {
  align-items: flex-end;
  -webkit-align-items: flex-end;
  justify-content: space-evenly;
  -webkit-justify-content: space-evenly;
}

.items-end-around {
  align-items: flex-end;
  -webkit-align-items: flex-end;
  justify-content: space-around;
  -webkit-justify-content: space-around;
}

.self-baseline {
  align-self: baseline;
  -webkit-align-items: baseline;
}

.content-baseline {
  align-content: baseline;
  -webkit-align-items: baseline;
}

.items-baseline {
  align-items: baseline;
  -webkit-align-items: baseline;
}

.justify-baseline {
  justify-content: baseline;
  -webkit-justify-content: baseline;
}

.justify-self-baseline {
  justify-self: baseline;
  -webkit-justify-self: baseline;
}

.justify-items-baseline {
  justify-items: baseline;
  -webkit-justify-items: baseline;
}

.items-baseline-normal {
  align-items: baseline;
  -webkit-align-items: baseline;
  justify-content: normal;
  -webkit-justify-content: normal;
}

.items-baseline-start {
  align-items: baseline;
  -webkit-align-items: baseline;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}

.items-baseline-center {
  align-items: baseline;
  -webkit-align-items: baseline;
  justify-content: center;
  -webkit-justify-content: center;
}

.items-baseline-end {
  align-items: baseline;
  -webkit-align-items: baseline;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}

.items-baseline-baseline {
  align-items: baseline;
  -webkit-align-items: baseline;
  justify-content: baseline;
  -webkit-justify-content: baseline;
}

.items-baseline-stretch {
  align-items: baseline;
  -webkit-align-items: baseline;
  justify-content: stretch;
  -webkit-justify-content: stretch;
}

.items-baseline-between {
  align-items: baseline;
  -webkit-align-items: baseline;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.items-baseline-evenly {
  align-items: baseline;
  -webkit-align-items: baseline;
  justify-content: space-evenly;
  -webkit-justify-content: space-evenly;
}

.items-baseline-around {
  align-items: baseline;
  -webkit-align-items: baseline;
  justify-content: space-around;
  -webkit-justify-content: space-around;
}

.self-stretch {
  align-self: stretch;
  -webkit-align-items: stretch;
}

.content-stretch {
  align-content: stretch;
  -webkit-align-items: stretch;
}

.items-stretch {
  align-items: stretch;
  -webkit-align-items: stretch;
}

.justify-stretch {
  justify-content: stretch;
  -webkit-justify-content: stretch;
}

.justify-self-stretch {
  justify-self: stretch;
  -webkit-justify-self: stretch;
}

.justify-items-stretch {
  justify-items: stretch;
  -webkit-justify-items: stretch;
}

.items-stretch-normal {
  align-items: stretch;
  -webkit-align-items: stretch;
  justify-content: normal;
  -webkit-justify-content: normal;
}

.items-stretch-start {
  align-items: stretch;
  -webkit-align-items: stretch;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}

.items-stretch-center {
  align-items: stretch;
  -webkit-align-items: stretch;
  justify-content: center;
  -webkit-justify-content: center;
}

.items-stretch-end {
  align-items: stretch;
  -webkit-align-items: stretch;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}

.items-stretch-baseline {
  align-items: stretch;
  -webkit-align-items: stretch;
  justify-content: baseline;
  -webkit-justify-content: baseline;
}

.items-stretch-stretch {
  align-items: stretch;
  -webkit-align-items: stretch;
  justify-content: stretch;
  -webkit-justify-content: stretch;
}

.items-stretch-between {
  align-items: stretch;
  -webkit-align-items: stretch;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.items-stretch-evenly {
  align-items: stretch;
  -webkit-align-items: stretch;
  justify-content: space-evenly;
  -webkit-justify-content: space-evenly;
}

.items-stretch-around {
  align-items: stretch;
  -webkit-align-items: stretch;
  justify-content: space-around;
  -webkit-justify-content: space-around;
}

.self-between {
  align-self: space-between;
  -webkit-align-items: space-between;
}

.content-between {
  align-content: space-between;
  -webkit-align-items: space-between;
}

.items-between {
  align-items: space-between;
  -webkit-align-items: space-between;
}

.justify-between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.justify-self-between {
  justify-self: space-between;
  -webkit-justify-self: space-between;
}

.justify-items-between {
  justify-items: space-between;
  -webkit-justify-items: space-between;
}

.items-between-normal {
  align-items: space-between;
  -webkit-align-items: space-between;
  justify-content: normal;
  -webkit-justify-content: normal;
}

.items-between-start {
  align-items: space-between;
  -webkit-align-items: space-between;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}

.items-between-center {
  align-items: space-between;
  -webkit-align-items: space-between;
  justify-content: center;
  -webkit-justify-content: center;
}

.items-between-end {
  align-items: space-between;
  -webkit-align-items: space-between;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}

.items-between-baseline {
  align-items: space-between;
  -webkit-align-items: space-between;
  justify-content: baseline;
  -webkit-justify-content: baseline;
}

.items-between-stretch {
  align-items: space-between;
  -webkit-align-items: space-between;
  justify-content: stretch;
  -webkit-justify-content: stretch;
}

.items-between-between {
  align-items: space-between;
  -webkit-align-items: space-between;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.items-between-evenly {
  align-items: space-between;
  -webkit-align-items: space-between;
  justify-content: space-evenly;
  -webkit-justify-content: space-evenly;
}

.items-between-around {
  align-items: space-between;
  -webkit-align-items: space-between;
  justify-content: space-around;
  -webkit-justify-content: space-around;
}

.self-evenly {
  align-self: space-evenly;
  -webkit-align-items: space-evenly;
}

.content-evenly {
  align-content: space-evenly;
  -webkit-align-items: space-evenly;
}

.items-evenly {
  align-items: space-evenly;
  -webkit-align-items: space-evenly;
}

.justify-evenly {
  justify-content: space-evenly;
  -webkit-justify-content: space-evenly;
}

.justify-self-evenly {
  justify-self: space-evenly;
  -webkit-justify-self: space-evenly;
}

.justify-items-evenly {
  justify-items: space-evenly;
  -webkit-justify-items: space-evenly;
}

.items-evenly-normal {
  align-items: space-evenly;
  -webkit-align-items: space-evenly;
  justify-content: normal;
  -webkit-justify-content: normal;
}

.items-evenly-start {
  align-items: space-evenly;
  -webkit-align-items: space-evenly;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}

.items-evenly-center {
  align-items: space-evenly;
  -webkit-align-items: space-evenly;
  justify-content: center;
  -webkit-justify-content: center;
}

.items-evenly-end {
  align-items: space-evenly;
  -webkit-align-items: space-evenly;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}

.items-evenly-baseline {
  align-items: space-evenly;
  -webkit-align-items: space-evenly;
  justify-content: baseline;
  -webkit-justify-content: baseline;
}

.items-evenly-stretch {
  align-items: space-evenly;
  -webkit-align-items: space-evenly;
  justify-content: stretch;
  -webkit-justify-content: stretch;
}

.items-evenly-between {
  align-items: space-evenly;
  -webkit-align-items: space-evenly;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.items-evenly-evenly {
  align-items: space-evenly;
  -webkit-align-items: space-evenly;
  justify-content: space-evenly;
  -webkit-justify-content: space-evenly;
}

.items-evenly-around {
  align-items: space-evenly;
  -webkit-align-items: space-evenly;
  justify-content: space-around;
  -webkit-justify-content: space-around;
}

.self-around {
  align-self: space-around;
  -webkit-align-items: space-around;
}

.content-around {
  align-content: space-around;
  -webkit-align-items: space-around;
}

.items-around {
  align-items: space-around;
  -webkit-align-items: space-around;
}

.justify-around {
  justify-content: space-around;
  -webkit-justify-content: space-around;
}

.justify-self-around {
  justify-self: space-around;
  -webkit-justify-self: space-around;
}

.justify-items-around {
  justify-items: space-around;
  -webkit-justify-items: space-around;
}

.items-around-normal {
  align-items: space-around;
  -webkit-align-items: space-around;
  justify-content: normal;
  -webkit-justify-content: normal;
}

.items-around-start {
  align-items: space-around;
  -webkit-align-items: space-around;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}

.items-around-center {
  align-items: space-around;
  -webkit-align-items: space-around;
  justify-content: center;
  -webkit-justify-content: center;
}

.items-around-end {
  align-items: space-around;
  -webkit-align-items: space-around;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}

.items-around-baseline {
  align-items: space-around;
  -webkit-align-items: space-around;
  justify-content: baseline;
  -webkit-justify-content: baseline;
}

.items-around-stretch {
  align-items: space-around;
  -webkit-align-items: space-around;
  justify-content: stretch;
  -webkit-justify-content: stretch;
}

.items-around-between {
  align-items: space-around;
  -webkit-align-items: space-around;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.items-around-evenly {
  align-items: space-around;
  -webkit-align-items: space-around;
  justify-content: space-evenly;
  -webkit-justify-content: space-evenly;
}

.items-around-around {
  align-items: space-around;
  -webkit-align-items: space-around;
  justify-content: space-around;
  -webkit-justify-content: space-around;
}

@media screen and (max-width: 1199px) {
  .md-self-normal {
    align-self: normal;
    -webkit-align-items: normal;
  }
  .md-content-normal {
    align-content: normal;
    -webkit-align-items: normal;
  }
  .md-items-normal {
    align-items: normal;
    -webkit-align-items: normal;
  }
  .md-justify-normal {
    justify-content: normal;
    -webkit-justify-content: normal;
  }
  .md-justify-self-normal {
    justify-self: normal;
    -webkit-justify-self: normal;
  }
  .md-justify-items-normal {
    justify-items: normal;
    -webkit-justify-items: normal;
  }
  .md-items-normal-normal {
    align-items: normal;
    -webkit-align-items: normal;
    justify-content: normal;
    -webkit-justify-content: normal;
  }
  .md-items-normal-start {
    align-items: normal;
    -webkit-align-items: normal;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
  .md-items-normal-center {
    align-items: normal;
    -webkit-align-items: normal;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .md-items-normal-end {
    align-items: normal;
    -webkit-align-items: normal;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }
  .md-items-normal-baseline {
    align-items: normal;
    -webkit-align-items: normal;
    justify-content: baseline;
    -webkit-justify-content: baseline;
  }
  .md-items-normal-stretch {
    align-items: normal;
    -webkit-align-items: normal;
    justify-content: stretch;
    -webkit-justify-content: stretch;
  }
  .md-items-normal-between {
    align-items: normal;
    -webkit-align-items: normal;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .md-items-normal-evenly {
    align-items: normal;
    -webkit-align-items: normal;
    justify-content: space-evenly;
    -webkit-justify-content: space-evenly;
  }
  .md-items-normal-around {
    align-items: normal;
    -webkit-align-items: normal;
    justify-content: space-around;
    -webkit-justify-content: space-around;
  }
  .md-self-start {
    align-self: flex-start;
    -webkit-align-items: flex-start;
  }
  .md-content-start {
    align-content: flex-start;
    -webkit-align-items: flex-start;
  }
  .md-items-start {
    align-items: flex-start;
    -webkit-align-items: flex-start;
  }
  .md-justify-start {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
  .md-justify-self-start {
    justify-self: flex-start;
    -webkit-justify-self: flex-start;
  }
  .md-justify-items-start {
    justify-items: flex-start;
    -webkit-justify-items: flex-start;
  }
  .md-items-start-normal {
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: normal;
    -webkit-justify-content: normal;
  }
  .md-items-start-start {
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
  .md-items-start-center {
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .md-items-start-end {
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }
  .md-items-start-baseline {
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: baseline;
    -webkit-justify-content: baseline;
  }
  .md-items-start-stretch {
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: stretch;
    -webkit-justify-content: stretch;
  }
  .md-items-start-between {
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .md-items-start-evenly {
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: space-evenly;
    -webkit-justify-content: space-evenly;
  }
  .md-items-start-around {
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: space-around;
    -webkit-justify-content: space-around;
  }
  .md-self-center {
    align-self: center;
    -webkit-align-items: center;
  }
  .md-content-center {
    align-content: center;
    -webkit-align-items: center;
  }
  .md-items-center {
    align-items: center;
    -webkit-align-items: center;
  }
  .md-justify-center {
    justify-content: center;
    -webkit-justify-content: center;
  }
  .md-justify-self-center {
    justify-self: center;
    -webkit-justify-self: center;
  }
  .md-justify-items-center {
    justify-items: center;
    -webkit-justify-items: center;
  }
  .md-items-center-normal {
    align-items: center;
    -webkit-align-items: center;
    justify-content: normal;
    -webkit-justify-content: normal;
  }
  .md-items-center-start {
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
  .md-items-center-center {
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .md-items-center-end {
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }
  .md-items-center-baseline {
    align-items: center;
    -webkit-align-items: center;
    justify-content: baseline;
    -webkit-justify-content: baseline;
  }
  .md-items-center-stretch {
    align-items: center;
    -webkit-align-items: center;
    justify-content: stretch;
    -webkit-justify-content: stretch;
  }
  .md-items-center-between {
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .md-items-center-evenly {
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-evenly;
    -webkit-justify-content: space-evenly;
  }
  .md-items-center-around {
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-around;
    -webkit-justify-content: space-around;
  }
  .md-self-end {
    align-self: flex-end;
    -webkit-align-items: flex-end;
  }
  .md-content-end {
    align-content: flex-end;
    -webkit-align-items: flex-end;
  }
  .md-items-end {
    align-items: flex-end;
    -webkit-align-items: flex-end;
  }
  .md-justify-end {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }
  .md-justify-self-end {
    justify-self: flex-end;
    -webkit-justify-self: flex-end;
  }
  .md-justify-items-end {
    justify-items: flex-end;
    -webkit-justify-items: flex-end;
  }
  .md-items-end-normal {
    align-items: flex-end;
    -webkit-align-items: flex-end;
    justify-content: normal;
    -webkit-justify-content: normal;
  }
  .md-items-end-start {
    align-items: flex-end;
    -webkit-align-items: flex-end;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
  .md-items-end-center {
    align-items: flex-end;
    -webkit-align-items: flex-end;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .md-items-end-end {
    align-items: flex-end;
    -webkit-align-items: flex-end;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }
  .md-items-end-baseline {
    align-items: flex-end;
    -webkit-align-items: flex-end;
    justify-content: baseline;
    -webkit-justify-content: baseline;
  }
  .md-items-end-stretch {
    align-items: flex-end;
    -webkit-align-items: flex-end;
    justify-content: stretch;
    -webkit-justify-content: stretch;
  }
  .md-items-end-between {
    align-items: flex-end;
    -webkit-align-items: flex-end;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .md-items-end-evenly {
    align-items: flex-end;
    -webkit-align-items: flex-end;
    justify-content: space-evenly;
    -webkit-justify-content: space-evenly;
  }
  .md-items-end-around {
    align-items: flex-end;
    -webkit-align-items: flex-end;
    justify-content: space-around;
    -webkit-justify-content: space-around;
  }
  .md-self-baseline {
    align-self: baseline;
    -webkit-align-items: baseline;
  }
  .md-content-baseline {
    align-content: baseline;
    -webkit-align-items: baseline;
  }
  .md-items-baseline {
    align-items: baseline;
    -webkit-align-items: baseline;
  }
  .md-justify-baseline {
    justify-content: baseline;
    -webkit-justify-content: baseline;
  }
  .md-justify-self-baseline {
    justify-self: baseline;
    -webkit-justify-self: baseline;
  }
  .md-justify-items-baseline {
    justify-items: baseline;
    -webkit-justify-items: baseline;
  }
  .md-items-baseline-normal {
    align-items: baseline;
    -webkit-align-items: baseline;
    justify-content: normal;
    -webkit-justify-content: normal;
  }
  .md-items-baseline-start {
    align-items: baseline;
    -webkit-align-items: baseline;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
  .md-items-baseline-center {
    align-items: baseline;
    -webkit-align-items: baseline;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .md-items-baseline-end {
    align-items: baseline;
    -webkit-align-items: baseline;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }
  .md-items-baseline-baseline {
    align-items: baseline;
    -webkit-align-items: baseline;
    justify-content: baseline;
    -webkit-justify-content: baseline;
  }
  .md-items-baseline-stretch {
    align-items: baseline;
    -webkit-align-items: baseline;
    justify-content: stretch;
    -webkit-justify-content: stretch;
  }
  .md-items-baseline-between {
    align-items: baseline;
    -webkit-align-items: baseline;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .md-items-baseline-evenly {
    align-items: baseline;
    -webkit-align-items: baseline;
    justify-content: space-evenly;
    -webkit-justify-content: space-evenly;
  }
  .md-items-baseline-around {
    align-items: baseline;
    -webkit-align-items: baseline;
    justify-content: space-around;
    -webkit-justify-content: space-around;
  }
  .md-self-stretch {
    align-self: stretch;
    -webkit-align-items: stretch;
  }
  .md-content-stretch {
    align-content: stretch;
    -webkit-align-items: stretch;
  }
  .md-items-stretch {
    align-items: stretch;
    -webkit-align-items: stretch;
  }
  .md-justify-stretch {
    justify-content: stretch;
    -webkit-justify-content: stretch;
  }
  .md-justify-self-stretch {
    justify-self: stretch;
    -webkit-justify-self: stretch;
  }
  .md-justify-items-stretch {
    justify-items: stretch;
    -webkit-justify-items: stretch;
  }
  .md-items-stretch-normal {
    align-items: stretch;
    -webkit-align-items: stretch;
    justify-content: normal;
    -webkit-justify-content: normal;
  }
  .md-items-stretch-start {
    align-items: stretch;
    -webkit-align-items: stretch;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
  .md-items-stretch-center {
    align-items: stretch;
    -webkit-align-items: stretch;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .md-items-stretch-end {
    align-items: stretch;
    -webkit-align-items: stretch;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }
  .md-items-stretch-baseline {
    align-items: stretch;
    -webkit-align-items: stretch;
    justify-content: baseline;
    -webkit-justify-content: baseline;
  }
  .md-items-stretch-stretch {
    align-items: stretch;
    -webkit-align-items: stretch;
    justify-content: stretch;
    -webkit-justify-content: stretch;
  }
  .md-items-stretch-between {
    align-items: stretch;
    -webkit-align-items: stretch;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .md-items-stretch-evenly {
    align-items: stretch;
    -webkit-align-items: stretch;
    justify-content: space-evenly;
    -webkit-justify-content: space-evenly;
  }
  .md-items-stretch-around {
    align-items: stretch;
    -webkit-align-items: stretch;
    justify-content: space-around;
    -webkit-justify-content: space-around;
  }
  .md-self-between {
    align-self: space-between;
    -webkit-align-items: space-between;
  }
  .md-content-between {
    align-content: space-between;
    -webkit-align-items: space-between;
  }
  .md-items-between {
    align-items: space-between;
    -webkit-align-items: space-between;
  }
  .md-justify-between {
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .md-justify-self-between {
    justify-self: space-between;
    -webkit-justify-self: space-between;
  }
  .md-justify-items-between {
    justify-items: space-between;
    -webkit-justify-items: space-between;
  }
  .md-items-between-normal {
    align-items: space-between;
    -webkit-align-items: space-between;
    justify-content: normal;
    -webkit-justify-content: normal;
  }
  .md-items-between-start {
    align-items: space-between;
    -webkit-align-items: space-between;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
  .md-items-between-center {
    align-items: space-between;
    -webkit-align-items: space-between;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .md-items-between-end {
    align-items: space-between;
    -webkit-align-items: space-between;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }
  .md-items-between-baseline {
    align-items: space-between;
    -webkit-align-items: space-between;
    justify-content: baseline;
    -webkit-justify-content: baseline;
  }
  .md-items-between-stretch {
    align-items: space-between;
    -webkit-align-items: space-between;
    justify-content: stretch;
    -webkit-justify-content: stretch;
  }
  .md-items-between-between {
    align-items: space-between;
    -webkit-align-items: space-between;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .md-items-between-evenly {
    align-items: space-between;
    -webkit-align-items: space-between;
    justify-content: space-evenly;
    -webkit-justify-content: space-evenly;
  }
  .md-items-between-around {
    align-items: space-between;
    -webkit-align-items: space-between;
    justify-content: space-around;
    -webkit-justify-content: space-around;
  }
  .md-self-evenly {
    align-self: space-evenly;
    -webkit-align-items: space-evenly;
  }
  .md-content-evenly {
    align-content: space-evenly;
    -webkit-align-items: space-evenly;
  }
  .md-items-evenly {
    align-items: space-evenly;
    -webkit-align-items: space-evenly;
  }
  .md-justify-evenly {
    justify-content: space-evenly;
    -webkit-justify-content: space-evenly;
  }
  .md-justify-self-evenly {
    justify-self: space-evenly;
    -webkit-justify-self: space-evenly;
  }
  .md-justify-items-evenly {
    justify-items: space-evenly;
    -webkit-justify-items: space-evenly;
  }
  .md-items-evenly-normal {
    align-items: space-evenly;
    -webkit-align-items: space-evenly;
    justify-content: normal;
    -webkit-justify-content: normal;
  }
  .md-items-evenly-start {
    align-items: space-evenly;
    -webkit-align-items: space-evenly;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
  .md-items-evenly-center {
    align-items: space-evenly;
    -webkit-align-items: space-evenly;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .md-items-evenly-end {
    align-items: space-evenly;
    -webkit-align-items: space-evenly;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }
  .md-items-evenly-baseline {
    align-items: space-evenly;
    -webkit-align-items: space-evenly;
    justify-content: baseline;
    -webkit-justify-content: baseline;
  }
  .md-items-evenly-stretch {
    align-items: space-evenly;
    -webkit-align-items: space-evenly;
    justify-content: stretch;
    -webkit-justify-content: stretch;
  }
  .md-items-evenly-between {
    align-items: space-evenly;
    -webkit-align-items: space-evenly;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .md-items-evenly-evenly {
    align-items: space-evenly;
    -webkit-align-items: space-evenly;
    justify-content: space-evenly;
    -webkit-justify-content: space-evenly;
  }
  .md-items-evenly-around {
    align-items: space-evenly;
    -webkit-align-items: space-evenly;
    justify-content: space-around;
    -webkit-justify-content: space-around;
  }
  .md-self-around {
    align-self: space-around;
    -webkit-align-items: space-around;
  }
  .md-content-around {
    align-content: space-around;
    -webkit-align-items: space-around;
  }
  .md-items-around {
    align-items: space-around;
    -webkit-align-items: space-around;
  }
  .md-justify-around {
    justify-content: space-around;
    -webkit-justify-content: space-around;
  }
  .md-justify-self-around {
    justify-self: space-around;
    -webkit-justify-self: space-around;
  }
  .md-justify-items-around {
    justify-items: space-around;
    -webkit-justify-items: space-around;
  }
  .md-items-around-normal {
    align-items: space-around;
    -webkit-align-items: space-around;
    justify-content: normal;
    -webkit-justify-content: normal;
  }
  .md-items-around-start {
    align-items: space-around;
    -webkit-align-items: space-around;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
  .md-items-around-center {
    align-items: space-around;
    -webkit-align-items: space-around;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .md-items-around-end {
    align-items: space-around;
    -webkit-align-items: space-around;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }
  .md-items-around-baseline {
    align-items: space-around;
    -webkit-align-items: space-around;
    justify-content: baseline;
    -webkit-justify-content: baseline;
  }
  .md-items-around-stretch {
    align-items: space-around;
    -webkit-align-items: space-around;
    justify-content: stretch;
    -webkit-justify-content: stretch;
  }
  .md-items-around-between {
    align-items: space-around;
    -webkit-align-items: space-around;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .md-items-around-evenly {
    align-items: space-around;
    -webkit-align-items: space-around;
    justify-content: space-evenly;
    -webkit-justify-content: space-evenly;
  }
  .md-items-around-around {
    align-items: space-around;
    -webkit-align-items: space-around;
    justify-content: space-around;
    -webkit-justify-content: space-around;
  }
}

@media screen and (max-width: 991px) {
  .sm-self-normal {
    align-self: normal;
    -webkit-align-items: normal;
  }
  .sm-content-normal {
    align-content: normal;
    -webkit-align-items: normal;
  }
  .sm-items-normal {
    align-items: normal;
    -webkit-align-items: normal;
  }
  .sm-justify-normal {
    justify-content: normal;
    -webkit-justify-content: normal;
  }
  .sm-justify-self-normal {
    justify-self: normal;
    -webkit-justify-self: normal;
  }
  .sm-justify-items-normal {
    justify-items: normal;
    -webkit-justify-items: normal;
  }
  .sm-items-normal-normal {
    align-items: normal;
    -webkit-align-items: normal;
    justify-content: normal;
    -webkit-justify-content: normal;
  }
  .sm-items-normal-start {
    align-items: normal;
    -webkit-align-items: normal;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
  .sm-items-normal-center {
    align-items: normal;
    -webkit-align-items: normal;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .sm-items-normal-end {
    align-items: normal;
    -webkit-align-items: normal;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }
  .sm-items-normal-baseline {
    align-items: normal;
    -webkit-align-items: normal;
    justify-content: baseline;
    -webkit-justify-content: baseline;
  }
  .sm-items-normal-stretch {
    align-items: normal;
    -webkit-align-items: normal;
    justify-content: stretch;
    -webkit-justify-content: stretch;
  }
  .sm-items-normal-between {
    align-items: normal;
    -webkit-align-items: normal;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .sm-items-normal-evenly {
    align-items: normal;
    -webkit-align-items: normal;
    justify-content: space-evenly;
    -webkit-justify-content: space-evenly;
  }
  .sm-items-normal-around {
    align-items: normal;
    -webkit-align-items: normal;
    justify-content: space-around;
    -webkit-justify-content: space-around;
  }
  .sm-self-start {
    align-self: flex-start;
    -webkit-align-items: flex-start;
  }
  .sm-content-start {
    align-content: flex-start;
    -webkit-align-items: flex-start;
  }
  .sm-items-start {
    align-items: flex-start;
    -webkit-align-items: flex-start;
  }
  .sm-justify-start {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
  .sm-justify-self-start {
    justify-self: flex-start;
    -webkit-justify-self: flex-start;
  }
  .sm-justify-items-start {
    justify-items: flex-start;
    -webkit-justify-items: flex-start;
  }
  .sm-items-start-normal {
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: normal;
    -webkit-justify-content: normal;
  }
  .sm-items-start-start {
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
  .sm-items-start-center {
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .sm-items-start-end {
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }
  .sm-items-start-baseline {
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: baseline;
    -webkit-justify-content: baseline;
  }
  .sm-items-start-stretch {
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: stretch;
    -webkit-justify-content: stretch;
  }
  .sm-items-start-between {
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .sm-items-start-evenly {
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: space-evenly;
    -webkit-justify-content: space-evenly;
  }
  .sm-items-start-around {
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: space-around;
    -webkit-justify-content: space-around;
  }
  .sm-self-center {
    align-self: center;
    -webkit-align-items: center;
  }
  .sm-content-center {
    align-content: center;
    -webkit-align-items: center;
  }
  .sm-items-center {
    align-items: center;
    -webkit-align-items: center;
  }
  .sm-justify-center {
    justify-content: center;
    -webkit-justify-content: center;
  }
  .sm-justify-self-center {
    justify-self: center;
    -webkit-justify-self: center;
  }
  .sm-justify-items-center {
    justify-items: center;
    -webkit-justify-items: center;
  }
  .sm-items-center-normal {
    align-items: center;
    -webkit-align-items: center;
    justify-content: normal;
    -webkit-justify-content: normal;
  }
  .sm-items-center-start {
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
  .sm-items-center-center {
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .sm-items-center-end {
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }
  .sm-items-center-baseline {
    align-items: center;
    -webkit-align-items: center;
    justify-content: baseline;
    -webkit-justify-content: baseline;
  }
  .sm-items-center-stretch {
    align-items: center;
    -webkit-align-items: center;
    justify-content: stretch;
    -webkit-justify-content: stretch;
  }
  .sm-items-center-between {
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .sm-items-center-evenly {
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-evenly;
    -webkit-justify-content: space-evenly;
  }
  .sm-items-center-around {
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-around;
    -webkit-justify-content: space-around;
  }
  .sm-self-end {
    align-self: flex-end;
    -webkit-align-items: flex-end;
  }
  .sm-content-end {
    align-content: flex-end;
    -webkit-align-items: flex-end;
  }
  .sm-items-end {
    align-items: flex-end;
    -webkit-align-items: flex-end;
  }
  .sm-justify-end {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }
  .sm-justify-self-end {
    justify-self: flex-end;
    -webkit-justify-self: flex-end;
  }
  .sm-justify-items-end {
    justify-items: flex-end;
    -webkit-justify-items: flex-end;
  }
  .sm-items-end-normal {
    align-items: flex-end;
    -webkit-align-items: flex-end;
    justify-content: normal;
    -webkit-justify-content: normal;
  }
  .sm-items-end-start {
    align-items: flex-end;
    -webkit-align-items: flex-end;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
  .sm-items-end-center {
    align-items: flex-end;
    -webkit-align-items: flex-end;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .sm-items-end-end {
    align-items: flex-end;
    -webkit-align-items: flex-end;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }
  .sm-items-end-baseline {
    align-items: flex-end;
    -webkit-align-items: flex-end;
    justify-content: baseline;
    -webkit-justify-content: baseline;
  }
  .sm-items-end-stretch {
    align-items: flex-end;
    -webkit-align-items: flex-end;
    justify-content: stretch;
    -webkit-justify-content: stretch;
  }
  .sm-items-end-between {
    align-items: flex-end;
    -webkit-align-items: flex-end;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .sm-items-end-evenly {
    align-items: flex-end;
    -webkit-align-items: flex-end;
    justify-content: space-evenly;
    -webkit-justify-content: space-evenly;
  }
  .sm-items-end-around {
    align-items: flex-end;
    -webkit-align-items: flex-end;
    justify-content: space-around;
    -webkit-justify-content: space-around;
  }
  .sm-self-baseline {
    align-self: baseline;
    -webkit-align-items: baseline;
  }
  .sm-content-baseline {
    align-content: baseline;
    -webkit-align-items: baseline;
  }
  .sm-items-baseline {
    align-items: baseline;
    -webkit-align-items: baseline;
  }
  .sm-justify-baseline {
    justify-content: baseline;
    -webkit-justify-content: baseline;
  }
  .sm-justify-self-baseline {
    justify-self: baseline;
    -webkit-justify-self: baseline;
  }
  .sm-justify-items-baseline {
    justify-items: baseline;
    -webkit-justify-items: baseline;
  }
  .sm-items-baseline-normal {
    align-items: baseline;
    -webkit-align-items: baseline;
    justify-content: normal;
    -webkit-justify-content: normal;
  }
  .sm-items-baseline-start {
    align-items: baseline;
    -webkit-align-items: baseline;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
  .sm-items-baseline-center {
    align-items: baseline;
    -webkit-align-items: baseline;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .sm-items-baseline-end {
    align-items: baseline;
    -webkit-align-items: baseline;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }
  .sm-items-baseline-baseline {
    align-items: baseline;
    -webkit-align-items: baseline;
    justify-content: baseline;
    -webkit-justify-content: baseline;
  }
  .sm-items-baseline-stretch {
    align-items: baseline;
    -webkit-align-items: baseline;
    justify-content: stretch;
    -webkit-justify-content: stretch;
  }
  .sm-items-baseline-between {
    align-items: baseline;
    -webkit-align-items: baseline;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .sm-items-baseline-evenly {
    align-items: baseline;
    -webkit-align-items: baseline;
    justify-content: space-evenly;
    -webkit-justify-content: space-evenly;
  }
  .sm-items-baseline-around {
    align-items: baseline;
    -webkit-align-items: baseline;
    justify-content: space-around;
    -webkit-justify-content: space-around;
  }
  .sm-self-stretch {
    align-self: stretch;
    -webkit-align-items: stretch;
  }
  .sm-content-stretch {
    align-content: stretch;
    -webkit-align-items: stretch;
  }
  .sm-items-stretch {
    align-items: stretch;
    -webkit-align-items: stretch;
  }
  .sm-justify-stretch {
    justify-content: stretch;
    -webkit-justify-content: stretch;
  }
  .sm-justify-self-stretch {
    justify-self: stretch;
    -webkit-justify-self: stretch;
  }
  .sm-justify-items-stretch {
    justify-items: stretch;
    -webkit-justify-items: stretch;
  }
  .sm-items-stretch-normal {
    align-items: stretch;
    -webkit-align-items: stretch;
    justify-content: normal;
    -webkit-justify-content: normal;
  }
  .sm-items-stretch-start {
    align-items: stretch;
    -webkit-align-items: stretch;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
  .sm-items-stretch-center {
    align-items: stretch;
    -webkit-align-items: stretch;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .sm-items-stretch-end {
    align-items: stretch;
    -webkit-align-items: stretch;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }
  .sm-items-stretch-baseline {
    align-items: stretch;
    -webkit-align-items: stretch;
    justify-content: baseline;
    -webkit-justify-content: baseline;
  }
  .sm-items-stretch-stretch {
    align-items: stretch;
    -webkit-align-items: stretch;
    justify-content: stretch;
    -webkit-justify-content: stretch;
  }
  .sm-items-stretch-between {
    align-items: stretch;
    -webkit-align-items: stretch;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .sm-items-stretch-evenly {
    align-items: stretch;
    -webkit-align-items: stretch;
    justify-content: space-evenly;
    -webkit-justify-content: space-evenly;
  }
  .sm-items-stretch-around {
    align-items: stretch;
    -webkit-align-items: stretch;
    justify-content: space-around;
    -webkit-justify-content: space-around;
  }
  .sm-self-between {
    align-self: space-between;
    -webkit-align-items: space-between;
  }
  .sm-content-between {
    align-content: space-between;
    -webkit-align-items: space-between;
  }
  .sm-items-between {
    align-items: space-between;
    -webkit-align-items: space-between;
  }
  .sm-justify-between {
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .sm-justify-self-between {
    justify-self: space-between;
    -webkit-justify-self: space-between;
  }
  .sm-justify-items-between {
    justify-items: space-between;
    -webkit-justify-items: space-between;
  }
  .sm-items-between-normal {
    align-items: space-between;
    -webkit-align-items: space-between;
    justify-content: normal;
    -webkit-justify-content: normal;
  }
  .sm-items-between-start {
    align-items: space-between;
    -webkit-align-items: space-between;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
  .sm-items-between-center {
    align-items: space-between;
    -webkit-align-items: space-between;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .sm-items-between-end {
    align-items: space-between;
    -webkit-align-items: space-between;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }
  .sm-items-between-baseline {
    align-items: space-between;
    -webkit-align-items: space-between;
    justify-content: baseline;
    -webkit-justify-content: baseline;
  }
  .sm-items-between-stretch {
    align-items: space-between;
    -webkit-align-items: space-between;
    justify-content: stretch;
    -webkit-justify-content: stretch;
  }
  .sm-items-between-between {
    align-items: space-between;
    -webkit-align-items: space-between;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .sm-items-between-evenly {
    align-items: space-between;
    -webkit-align-items: space-between;
    justify-content: space-evenly;
    -webkit-justify-content: space-evenly;
  }
  .sm-items-between-around {
    align-items: space-between;
    -webkit-align-items: space-between;
    justify-content: space-around;
    -webkit-justify-content: space-around;
  }
  .sm-self-evenly {
    align-self: space-evenly;
    -webkit-align-items: space-evenly;
  }
  .sm-content-evenly {
    align-content: space-evenly;
    -webkit-align-items: space-evenly;
  }
  .sm-items-evenly {
    align-items: space-evenly;
    -webkit-align-items: space-evenly;
  }
  .sm-justify-evenly {
    justify-content: space-evenly;
    -webkit-justify-content: space-evenly;
  }
  .sm-justify-self-evenly {
    justify-self: space-evenly;
    -webkit-justify-self: space-evenly;
  }
  .sm-justify-items-evenly {
    justify-items: space-evenly;
    -webkit-justify-items: space-evenly;
  }
  .sm-items-evenly-normal {
    align-items: space-evenly;
    -webkit-align-items: space-evenly;
    justify-content: normal;
    -webkit-justify-content: normal;
  }
  .sm-items-evenly-start {
    align-items: space-evenly;
    -webkit-align-items: space-evenly;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
  .sm-items-evenly-center {
    align-items: space-evenly;
    -webkit-align-items: space-evenly;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .sm-items-evenly-end {
    align-items: space-evenly;
    -webkit-align-items: space-evenly;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }
  .sm-items-evenly-baseline {
    align-items: space-evenly;
    -webkit-align-items: space-evenly;
    justify-content: baseline;
    -webkit-justify-content: baseline;
  }
  .sm-items-evenly-stretch {
    align-items: space-evenly;
    -webkit-align-items: space-evenly;
    justify-content: stretch;
    -webkit-justify-content: stretch;
  }
  .sm-items-evenly-between {
    align-items: space-evenly;
    -webkit-align-items: space-evenly;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .sm-items-evenly-evenly {
    align-items: space-evenly;
    -webkit-align-items: space-evenly;
    justify-content: space-evenly;
    -webkit-justify-content: space-evenly;
  }
  .sm-items-evenly-around {
    align-items: space-evenly;
    -webkit-align-items: space-evenly;
    justify-content: space-around;
    -webkit-justify-content: space-around;
  }
  .sm-self-around {
    align-self: space-around;
    -webkit-align-items: space-around;
  }
  .sm-content-around {
    align-content: space-around;
    -webkit-align-items: space-around;
  }
  .sm-items-around {
    align-items: space-around;
    -webkit-align-items: space-around;
  }
  .sm-justify-around {
    justify-content: space-around;
    -webkit-justify-content: space-around;
  }
  .sm-justify-self-around {
    justify-self: space-around;
    -webkit-justify-self: space-around;
  }
  .sm-justify-items-around {
    justify-items: space-around;
    -webkit-justify-items: space-around;
  }
  .sm-items-around-normal {
    align-items: space-around;
    -webkit-align-items: space-around;
    justify-content: normal;
    -webkit-justify-content: normal;
  }
  .sm-items-around-start {
    align-items: space-around;
    -webkit-align-items: space-around;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
  .sm-items-around-center {
    align-items: space-around;
    -webkit-align-items: space-around;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .sm-items-around-end {
    align-items: space-around;
    -webkit-align-items: space-around;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }
  .sm-items-around-baseline {
    align-items: space-around;
    -webkit-align-items: space-around;
    justify-content: baseline;
    -webkit-justify-content: baseline;
  }
  .sm-items-around-stretch {
    align-items: space-around;
    -webkit-align-items: space-around;
    justify-content: stretch;
    -webkit-justify-content: stretch;
  }
  .sm-items-around-between {
    align-items: space-around;
    -webkit-align-items: space-around;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .sm-items-around-evenly {
    align-items: space-around;
    -webkit-align-items: space-around;
    justify-content: space-evenly;
    -webkit-justify-content: space-evenly;
  }
  .sm-items-around-around {
    align-items: space-around;
    -webkit-align-items: space-around;
    justify-content: space-around;
    -webkit-justify-content: space-around;
  }
}

@media screen and (max-width: 767px) {
  .xs-self-normal {
    align-self: normal;
    -webkit-align-items: normal;
  }
  .xs-content-normal {
    align-content: normal;
    -webkit-align-items: normal;
  }
  .xs-items-normal {
    align-items: normal;
    -webkit-align-items: normal;
  }
  .xs-justify-normal {
    justify-content: normal;
    -webkit-justify-content: normal;
  }
  .xs-justify-self-normal {
    justify-self: normal;
    -webkit-justify-self: normal;
  }
  .xs-justify-items-normal {
    justify-items: normal;
    -webkit-justify-items: normal;
  }
  .xs-items-normal-normal {
    align-items: normal;
    -webkit-align-items: normal;
    justify-content: normal;
    -webkit-justify-content: normal;
  }
  .xs-items-normal-start {
    align-items: normal;
    -webkit-align-items: normal;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
  .xs-items-normal-center {
    align-items: normal;
    -webkit-align-items: normal;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .xs-items-normal-end {
    align-items: normal;
    -webkit-align-items: normal;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }
  .xs-items-normal-baseline {
    align-items: normal;
    -webkit-align-items: normal;
    justify-content: baseline;
    -webkit-justify-content: baseline;
  }
  .xs-items-normal-stretch {
    align-items: normal;
    -webkit-align-items: normal;
    justify-content: stretch;
    -webkit-justify-content: stretch;
  }
  .xs-items-normal-between {
    align-items: normal;
    -webkit-align-items: normal;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .xs-items-normal-evenly {
    align-items: normal;
    -webkit-align-items: normal;
    justify-content: space-evenly;
    -webkit-justify-content: space-evenly;
  }
  .xs-items-normal-around {
    align-items: normal;
    -webkit-align-items: normal;
    justify-content: space-around;
    -webkit-justify-content: space-around;
  }
  .xs-self-start {
    align-self: flex-start;
    -webkit-align-items: flex-start;
  }
  .xs-content-start {
    align-content: flex-start;
    -webkit-align-items: flex-start;
  }
  .xs-items-start {
    align-items: flex-start;
    -webkit-align-items: flex-start;
  }
  .xs-justify-start {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
  .xs-justify-self-start {
    justify-self: flex-start;
    -webkit-justify-self: flex-start;
  }
  .xs-justify-items-start {
    justify-items: flex-start;
    -webkit-justify-items: flex-start;
  }
  .xs-items-start-normal {
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: normal;
    -webkit-justify-content: normal;
  }
  .xs-items-start-start {
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
  .xs-items-start-center {
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .xs-items-start-end {
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }
  .xs-items-start-baseline {
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: baseline;
    -webkit-justify-content: baseline;
  }
  .xs-items-start-stretch {
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: stretch;
    -webkit-justify-content: stretch;
  }
  .xs-items-start-between {
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .xs-items-start-evenly {
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: space-evenly;
    -webkit-justify-content: space-evenly;
  }
  .xs-items-start-around {
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: space-around;
    -webkit-justify-content: space-around;
  }
  .xs-self-center {
    align-self: center;
    -webkit-align-items: center;
  }
  .xs-content-center {
    align-content: center;
    -webkit-align-items: center;
  }
  .xs-items-center {
    align-items: center;
    -webkit-align-items: center;
  }
  .xs-justify-center {
    justify-content: center;
    -webkit-justify-content: center;
  }
  .xs-justify-self-center {
    justify-self: center;
    -webkit-justify-self: center;
  }
  .xs-justify-items-center {
    justify-items: center;
    -webkit-justify-items: center;
  }
  .xs-items-center-normal {
    align-items: center;
    -webkit-align-items: center;
    justify-content: normal;
    -webkit-justify-content: normal;
  }
  .xs-items-center-start {
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
  .xs-items-center-center {
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .xs-items-center-end {
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }
  .xs-items-center-baseline {
    align-items: center;
    -webkit-align-items: center;
    justify-content: baseline;
    -webkit-justify-content: baseline;
  }
  .xs-items-center-stretch {
    align-items: center;
    -webkit-align-items: center;
    justify-content: stretch;
    -webkit-justify-content: stretch;
  }
  .xs-items-center-between {
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .xs-items-center-evenly {
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-evenly;
    -webkit-justify-content: space-evenly;
  }
  .xs-items-center-around {
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-around;
    -webkit-justify-content: space-around;
  }
  .xs-self-end {
    align-self: flex-end;
    -webkit-align-items: flex-end;
  }
  .xs-content-end {
    align-content: flex-end;
    -webkit-align-items: flex-end;
  }
  .xs-items-end {
    align-items: flex-end;
    -webkit-align-items: flex-end;
  }
  .xs-justify-end {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }
  .xs-justify-self-end {
    justify-self: flex-end;
    -webkit-justify-self: flex-end;
  }
  .xs-justify-items-end {
    justify-items: flex-end;
    -webkit-justify-items: flex-end;
  }
  .xs-items-end-normal {
    align-items: flex-end;
    -webkit-align-items: flex-end;
    justify-content: normal;
    -webkit-justify-content: normal;
  }
  .xs-items-end-start {
    align-items: flex-end;
    -webkit-align-items: flex-end;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
  .xs-items-end-center {
    align-items: flex-end;
    -webkit-align-items: flex-end;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .xs-items-end-end {
    align-items: flex-end;
    -webkit-align-items: flex-end;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }
  .xs-items-end-baseline {
    align-items: flex-end;
    -webkit-align-items: flex-end;
    justify-content: baseline;
    -webkit-justify-content: baseline;
  }
  .xs-items-end-stretch {
    align-items: flex-end;
    -webkit-align-items: flex-end;
    justify-content: stretch;
    -webkit-justify-content: stretch;
  }
  .xs-items-end-between {
    align-items: flex-end;
    -webkit-align-items: flex-end;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .xs-items-end-evenly {
    align-items: flex-end;
    -webkit-align-items: flex-end;
    justify-content: space-evenly;
    -webkit-justify-content: space-evenly;
  }
  .xs-items-end-around {
    align-items: flex-end;
    -webkit-align-items: flex-end;
    justify-content: space-around;
    -webkit-justify-content: space-around;
  }
  .xs-self-baseline {
    align-self: baseline;
    -webkit-align-items: baseline;
  }
  .xs-content-baseline {
    align-content: baseline;
    -webkit-align-items: baseline;
  }
  .xs-items-baseline {
    align-items: baseline;
    -webkit-align-items: baseline;
  }
  .xs-justify-baseline {
    justify-content: baseline;
    -webkit-justify-content: baseline;
  }
  .xs-justify-self-baseline {
    justify-self: baseline;
    -webkit-justify-self: baseline;
  }
  .xs-justify-items-baseline {
    justify-items: baseline;
    -webkit-justify-items: baseline;
  }
  .xs-items-baseline-normal {
    align-items: baseline;
    -webkit-align-items: baseline;
    justify-content: normal;
    -webkit-justify-content: normal;
  }
  .xs-items-baseline-start {
    align-items: baseline;
    -webkit-align-items: baseline;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
  .xs-items-baseline-center {
    align-items: baseline;
    -webkit-align-items: baseline;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .xs-items-baseline-end {
    align-items: baseline;
    -webkit-align-items: baseline;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }
  .xs-items-baseline-baseline {
    align-items: baseline;
    -webkit-align-items: baseline;
    justify-content: baseline;
    -webkit-justify-content: baseline;
  }
  .xs-items-baseline-stretch {
    align-items: baseline;
    -webkit-align-items: baseline;
    justify-content: stretch;
    -webkit-justify-content: stretch;
  }
  .xs-items-baseline-between {
    align-items: baseline;
    -webkit-align-items: baseline;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .xs-items-baseline-evenly {
    align-items: baseline;
    -webkit-align-items: baseline;
    justify-content: space-evenly;
    -webkit-justify-content: space-evenly;
  }
  .xs-items-baseline-around {
    align-items: baseline;
    -webkit-align-items: baseline;
    justify-content: space-around;
    -webkit-justify-content: space-around;
  }
  .xs-self-stretch {
    align-self: stretch;
    -webkit-align-items: stretch;
  }
  .xs-content-stretch {
    align-content: stretch;
    -webkit-align-items: stretch;
  }
  .xs-items-stretch {
    align-items: stretch;
    -webkit-align-items: stretch;
  }
  .xs-justify-stretch {
    justify-content: stretch;
    -webkit-justify-content: stretch;
  }
  .xs-justify-self-stretch {
    justify-self: stretch;
    -webkit-justify-self: stretch;
  }
  .xs-justify-items-stretch {
    justify-items: stretch;
    -webkit-justify-items: stretch;
  }
  .xs-items-stretch-normal {
    align-items: stretch;
    -webkit-align-items: stretch;
    justify-content: normal;
    -webkit-justify-content: normal;
  }
  .xs-items-stretch-start {
    align-items: stretch;
    -webkit-align-items: stretch;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
  .xs-items-stretch-center {
    align-items: stretch;
    -webkit-align-items: stretch;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .xs-items-stretch-end {
    align-items: stretch;
    -webkit-align-items: stretch;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }
  .xs-items-stretch-baseline {
    align-items: stretch;
    -webkit-align-items: stretch;
    justify-content: baseline;
    -webkit-justify-content: baseline;
  }
  .xs-items-stretch-stretch {
    align-items: stretch;
    -webkit-align-items: stretch;
    justify-content: stretch;
    -webkit-justify-content: stretch;
  }
  .xs-items-stretch-between {
    align-items: stretch;
    -webkit-align-items: stretch;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .xs-items-stretch-evenly {
    align-items: stretch;
    -webkit-align-items: stretch;
    justify-content: space-evenly;
    -webkit-justify-content: space-evenly;
  }
  .xs-items-stretch-around {
    align-items: stretch;
    -webkit-align-items: stretch;
    justify-content: space-around;
    -webkit-justify-content: space-around;
  }
  .xs-self-between {
    align-self: space-between;
    -webkit-align-items: space-between;
  }
  .xs-content-between {
    align-content: space-between;
    -webkit-align-items: space-between;
  }
  .xs-items-between {
    align-items: space-between;
    -webkit-align-items: space-between;
  }
  .xs-justify-between {
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .xs-justify-self-between {
    justify-self: space-between;
    -webkit-justify-self: space-between;
  }
  .xs-justify-items-between {
    justify-items: space-between;
    -webkit-justify-items: space-between;
  }
  .xs-items-between-normal {
    align-items: space-between;
    -webkit-align-items: space-between;
    justify-content: normal;
    -webkit-justify-content: normal;
  }
  .xs-items-between-start {
    align-items: space-between;
    -webkit-align-items: space-between;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
  .xs-items-between-center {
    align-items: space-between;
    -webkit-align-items: space-between;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .xs-items-between-end {
    align-items: space-between;
    -webkit-align-items: space-between;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }
  .xs-items-between-baseline {
    align-items: space-between;
    -webkit-align-items: space-between;
    justify-content: baseline;
    -webkit-justify-content: baseline;
  }
  .xs-items-between-stretch {
    align-items: space-between;
    -webkit-align-items: space-between;
    justify-content: stretch;
    -webkit-justify-content: stretch;
  }
  .xs-items-between-between {
    align-items: space-between;
    -webkit-align-items: space-between;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .xs-items-between-evenly {
    align-items: space-between;
    -webkit-align-items: space-between;
    justify-content: space-evenly;
    -webkit-justify-content: space-evenly;
  }
  .xs-items-between-around {
    align-items: space-between;
    -webkit-align-items: space-between;
    justify-content: space-around;
    -webkit-justify-content: space-around;
  }
  .xs-self-evenly {
    align-self: space-evenly;
    -webkit-align-items: space-evenly;
  }
  .xs-content-evenly {
    align-content: space-evenly;
    -webkit-align-items: space-evenly;
  }
  .xs-items-evenly {
    align-items: space-evenly;
    -webkit-align-items: space-evenly;
  }
  .xs-justify-evenly {
    justify-content: space-evenly;
    -webkit-justify-content: space-evenly;
  }
  .xs-justify-self-evenly {
    justify-self: space-evenly;
    -webkit-justify-self: space-evenly;
  }
  .xs-justify-items-evenly {
    justify-items: space-evenly;
    -webkit-justify-items: space-evenly;
  }
  .xs-items-evenly-normal {
    align-items: space-evenly;
    -webkit-align-items: space-evenly;
    justify-content: normal;
    -webkit-justify-content: normal;
  }
  .xs-items-evenly-start {
    align-items: space-evenly;
    -webkit-align-items: space-evenly;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
  .xs-items-evenly-center {
    align-items: space-evenly;
    -webkit-align-items: space-evenly;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .xs-items-evenly-end {
    align-items: space-evenly;
    -webkit-align-items: space-evenly;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }
  .xs-items-evenly-baseline {
    align-items: space-evenly;
    -webkit-align-items: space-evenly;
    justify-content: baseline;
    -webkit-justify-content: baseline;
  }
  .xs-items-evenly-stretch {
    align-items: space-evenly;
    -webkit-align-items: space-evenly;
    justify-content: stretch;
    -webkit-justify-content: stretch;
  }
  .xs-items-evenly-between {
    align-items: space-evenly;
    -webkit-align-items: space-evenly;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .xs-items-evenly-evenly {
    align-items: space-evenly;
    -webkit-align-items: space-evenly;
    justify-content: space-evenly;
    -webkit-justify-content: space-evenly;
  }
  .xs-items-evenly-around {
    align-items: space-evenly;
    -webkit-align-items: space-evenly;
    justify-content: space-around;
    -webkit-justify-content: space-around;
  }
  .xs-self-around {
    align-self: space-around;
    -webkit-align-items: space-around;
  }
  .xs-content-around {
    align-content: space-around;
    -webkit-align-items: space-around;
  }
  .xs-items-around {
    align-items: space-around;
    -webkit-align-items: space-around;
  }
  .xs-justify-around {
    justify-content: space-around;
    -webkit-justify-content: space-around;
  }
  .xs-justify-self-around {
    justify-self: space-around;
    -webkit-justify-self: space-around;
  }
  .xs-justify-items-around {
    justify-items: space-around;
    -webkit-justify-items: space-around;
  }
  .xs-items-around-normal {
    align-items: space-around;
    -webkit-align-items: space-around;
    justify-content: normal;
    -webkit-justify-content: normal;
  }
  .xs-items-around-start {
    align-items: space-around;
    -webkit-align-items: space-around;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
  .xs-items-around-center {
    align-items: space-around;
    -webkit-align-items: space-around;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .xs-items-around-end {
    align-items: space-around;
    -webkit-align-items: space-around;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }
  .xs-items-around-baseline {
    align-items: space-around;
    -webkit-align-items: space-around;
    justify-content: baseline;
    -webkit-justify-content: baseline;
  }
  .xs-items-around-stretch {
    align-items: space-around;
    -webkit-align-items: space-around;
    justify-content: stretch;
    -webkit-justify-content: stretch;
  }
  .xs-items-around-between {
    align-items: space-around;
    -webkit-align-items: space-around;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .xs-items-around-evenly {
    align-items: space-around;
    -webkit-align-items: space-around;
    justify-content: space-evenly;
    -webkit-justify-content: space-evenly;
  }
  .xs-items-around-around {
    align-items: space-around;
    -webkit-align-items: space-around;
    justify-content: space-around;
    -webkit-justify-content: space-around;
  }
  .xs-flex-wrap {
    flex-wrap: wrap;
  }
  .xs-flex-nowrap {
    flex-wrap: nowrap;
  }
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-column {
  flex-direction: column;
}

.flex-column-reverse {
  flex-direction: column-reverse;
}

@media screen and (max-width: 1199px) {
  .md-flex-row {
    flex-direction: row;
  }
  .md-flex-row-reverse {
    flex-direction: row-reverse;
  }
  .md-flex-column {
    flex-direction: column;
  }
  .md-flex-column-reverse {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 767px) {
  .xs-flex-row {
    flex-direction: row;
  }
  .xs-flex-row-reverse {
    flex-direction: row-reverse;
  }
  .xs-flex-column {
    flex-direction: column;
  }
  .xs-flex-column-reverse {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 991px) {
  .sm-flex-row {
    flex-direction: row;
  }
  .sm-flex-row-reverse {
    flex-direction: row-reverse;
  }
  .sm-flex-column {
    flex-direction: column;
  }
  .sm-flex-column-reverse {
    flex-direction: column-reverse;
  }
}

.checkbox {
  cursor: pointer;
  padding-left: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.checkbox.checkbox-inline {
  margin: 0 1em 0 0;
}

.checkbox.checkbox-inline .checkbox__inner {
  border-bottom: 0;
}

.checkbox__button {
  width: 1.286em;
  height: 1.286em;
  content: '';
  display: inline-block;
  flex: 0 0 auto;
  margin-left: 1px;
  margin-right: 0.5em;
  background-color: #fff;
  border-radius: 20%;
  border: 2px solid #ccc;
}

.checkbox__button::after {
  width: 0.5em;
  height: 0.83em;
  content: '';
  display: block;
  position: relative;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  left: 4px;
  margin-right: 0.6em;
  top: 0;
}

.checkbox__button--select-all {
  background-color: #ccc;
}

.checkbox__button--select-all::after {
  width: 10px;
  height: 2px;
  content: '';
  display: block;
  position: relative;
  margin: 0;
  border: none;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(0);
  background-color: #fff;
}

.checkbox__inner {
  padding: 0.5em 0 0;
}

@media screen and (max-width: 991px) {
  .checkbox__inner {
    padding-bottom: 0.7em;
  }
}

@media screen and (max-width: 767px) {
  .checkbox__inner {
    border-bottom: 1px solid #ebebeb;
  }
}

.checkbox__label {
  grid-area: checkbox;
  display: flex;
}

.checkbox__label:hover .checkbox__text {
  color: #FF9913;
}

.checkbox__label:hover .checkbox__button {
  border-color: #FF9913;
}

.checkbox__label:hover .checkbox__button--select-all {
  background-color: #FF9913;
}

.checkbox__text {
  margin-left: 1px;
  margin-top: 0;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .checkbox__text {
    align-items: center;
    display: flex;
  }
}

.checkbox input[type='checkbox'] {
  opacity: 0;
  position: absolute;
}

.checkbox input[type='checkbox']:checked ~ .checkbox__label .checkbox__button {
  background-color: #FF9913;
  border-color: #FF9913;
}

.checkbox input[type='checkbox']:focus ~ .checkbox__label .checkbox__button {
  border-color: #FF9913;
  box-shadow: 0px 0px 4px 4px rgba(0, 128, 244, 0.3);
}

.checkbox:last-of-type .checkbox__inner {
  border-bottom: 0;
}

.radio {
  cursor: pointer;
}

.radio:last-of-type {
  border-bottom: 0;
}

.radio .inner-label {
  width: auto;
}

.radio label {
  display: flex;
}

@media screen and (min-width: 768px) {
  .radio:hover .radio__label,
.radio:hover .radio__label span,
.radio:hover .radio__label span > strong {
    color: #FF9913;
  }
}

.radio .radio__label:hover .radio__text {
  color: #262626;
}

@media screen and (min-width: 768px) {
  .radio .radio__label:hover .radio__text {
    color: #FF9913;
  }
}

.radio .radio__label:hover .radio__button {
  border-color: #FF9913;
}

.radio .radio__label .radio__text {
  margin-bottom: auto;
  margin-top: auto;
  vertical-align: middle;
}

.radio .radio__label .radio__description {
  display: block;
  font-weight: 400;
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  .radio .radio__label {
    min-height: 44px;
  }
}

.radio:hover {
  color: #FF9913;
}

.radio .radio__button {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  background-color: #fff;
  border-radius: 100%;
  border: 2px solid #ccc;
  display: inline-block;
  vertical-align: middle;
  padding: 3px;
  margin: auto 0.5em auto 0;
}

.radio .radio__button::after {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 100%;
  content: '';
  display: block;
}

.radio__hint {
  max-width: 288px;
  padding-left: 27px;
  margin: 4px 0 6px;
}

@media screen and (max-width: 767px) {
  .radio__hint {
    margin: -6px 0 16px;
  }
}

.radio input[type='radio'] {
  opacity: 0;
  position: absolute;
}

.radio input[type='radio']:checked ~ .radio__button, .radio input[type='radio']:checked ~ label .radio__button {
  border-color: #FF9913;
}

.radio input[type='radio']:checked ~ label {
  color: #262626;
}

.radio input[type='radio']:checked ~ .radio__button:after, .radio input[type='radio']:checked ~ label .radio__button:after {
  background-color: #FF9913;
}

.radio input[type='radio']:focus ~ .radio__button, .radio input[type='radio']:focus ~ label .radio__button {
  border-color: #FF9913;
  box-shadow: 0px 0px 4px 4px rgba(0, 128, 244, 0.3);
}

#file-field-hidden {
  position: absolute;
  left: -9999em;
}

.range-input {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  height: 4px;
  width: 100%;
  position: absolute;
  background-color: #C6C6C6;
  pointer-events: none;
}

.range-input::-moz-range-thumb {
  height: 18px;
  width: 18px;
  border: 3px solid #707070;
  border-radius: 100%;
  background-color: #fff;
  position: relative;
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
  pointer-events: all;
  box-shadow: 0 1px 4px 0.5px rgba(0, 0, 0, 0.25);
  z-index: 1;
  box-sizing: border-box;
}

.range-input::-moz-range-thumb:hover {
  border-color: #262626;
}

.range-input::-moz-range-thumb:active {
  box-shadow: 0px 0px 0px 5px rgba(202, 205, 207, 0.65);
}

.range-input::-webkit-slider-thumb {
  height: 18px;
  width: 18px;
  border: 3px solid #707070;
  border-radius: 100%;
  background-color: #fff;
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
  pointer-events: all;
  box-shadow: 0 1px 4px 0.5px rgba(0, 0, 0, 0.25);
  z-index: 1;
  box-sizing: border-box;
}

.range-input::-webkit-slider-thumb:hover {
  border-color: #262626;
}

.range-input::-webkit-slider-thumb:active {
  box-shadow: 0px 0px 0px 5px rgba(202, 205, 207, 0.65);
}

.date-select {
  display: inline;
  width: auto;
}

.error {
  color: #a94442;
}

textarea {
  resize: none;
}

.field_with_errors {
  display: inline;
}

/* add required field asterisk */
label.required:after {
  content: "*";
}

a {
  color: #FF9913;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: underline;
}

a.no-decoration:hover, a.no-decoration:focus {
  text-decoration: none;
}

.link {
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  color: #FF9913;
}

.link:hover:not(.no-decoration), .link:focus:not(.no-decoration) {
  text-decoration: underline;
}

.link-icon {
  display: flex;
  align-items: center;
}

.link-icon svg {
  margin-right: 4px;
  flex-shrink: 0;
}

.link-icon svg.link-icon__icon-last {
  margin-left: 10px;
}

.link-icon svg, .link-icon svg *[fill] {
  fill: #FF9913;
}

.link-block {
  color: #262626;
  text-decoration: none;
}

.link-block:hover {
  color: #FF9913;
}

.link-black {
  color: #262626;
}

.link-black svg:not(.svg-no-fill),
.link-black svg:not(.svg-no-fill) *[fill] {
  fill: #262626;
}

.link-brand {
  color: #dd5502;
}

.link-brand svg:not(.svg-no-fill),
.link-brand svg:not(.svg-no-fill) *[fill] {
  fill: #dd5502;
}

.link-brand:hover, .link-brand:focus-visible {
  color: #b73806;
}

.link-brand:hover svg:not(.svg-no-fill),
.link-brand:hover svg:not(.svg-no-fill) *[fill], .link-brand:focus-visible svg:not(.svg-no-fill),
.link-brand:focus-visible svg:not(.svg-no-fill) *[fill] {
  fill: #b73806;
}

.link-brand.active {
  color: #942a0c;
}

.link-brand.active svg:not(.svg-no-fill),
.link-brand.active svg:not(.svg-no-fill) *[fill] {
  fill: #942a0c;
}

.link-brand:focus-visible {
  border: 1px solid #3b82f6;
  border-radius: 2px;
}

.link-brand.disabled {
  color: #9ca3af;
}

.link-brand.disabled svg:not(.svg-no-fill),
.link-brand.disabled svg:not(.svg-no-fill) *[fill] {
  fill: #9ca3af;
}

.elevation-none {
  box-shadow: none !important;
}

.elevation-20 {
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
}

.elevation-30 {
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.15);
}

.elevation-35 {
  box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.2);
}

.elevation-40 {
  box-shadow: 0px 24px 40px rgba(0, 0, 0, 0.15);
}

.elevation-50 {
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
}

.elevation-white-40 {
  box-shadow: 0px 24px 40px rgba(255, 255, 255, 0.2);
}

.elevation-s {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.03), 0px 6px 6px rgba(0, 0, 0, 0.02), 0px 13px 8px rgba(0, 0, 0, 0.01), 0px 23px 9px rgba(0, 0, 0, 0), 0px 37px 10px rgba(0, 0, 0, 0);
}

.elevation-m {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.04), 0px 6px 6px rgba(0, 0, 0, 0.03), 0px 13px 8px rgba(0, 0, 0, 0.02), 0px 24px 10px rgba(0, 0, 0, 0.01), 0px 37px 10px rgba(0, 0, 0, 0);
}

.elevation-l {
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.04), 0px 9px 9px rgba(0, 0, 0, 0.03), 0px 19px 12px rgba(0, 0, 0, 0.02), 0px 35px 14px rgba(0, 0, 0, 0.01), 0px 54px 15px rgba(0, 0, 0, 0);
}

.elevation-xl {
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05), 0px 10px 10px rgba(0, 0, 0, 0.04), 0px 22px 13px rgba(0, 0, 0, 0.03), 0px 38px 15px rgba(0, 0, 0, 0.01), 0px 60px 17px rgba(0, 0, 0, 0);
}

.elevation-2xl {
  box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.06), 0px 16px 16px rgba(0, 0, 0, 0.05), 0px 36px 22px rgba(0, 0, 0, 0.03), 0px 64px 26px rgba(0, 0, 0, 0.01), 0px 100px 28px rgba(0, 0, 0, 0);
}

@media screen and (max-width: 1199px) {
  .md-elevation-none {
    box-shadow: none !important;
  }
  .md-elevation-20 {
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
  }
  .md-elevation-30 {
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.15);
  }
  .md-elevation-35 {
    box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.2);
  }
  .md-elevation-40 {
    box-shadow: 0px 24px 40px rgba(0, 0, 0, 0.15);
  }
  .md-elevation-50 {
    box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
  }
  .md-elevation-white-40 {
    box-shadow: 0px 24px 40px rgba(255, 255, 255, 0.2);
  }
  .md-elevation-s {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.03), 0px 6px 6px rgba(0, 0, 0, 0.02), 0px 13px 8px rgba(0, 0, 0, 0.01), 0px 23px 9px rgba(0, 0, 0, 0), 0px 37px 10px rgba(0, 0, 0, 0);
  }
  .md-elevation-m {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.04), 0px 6px 6px rgba(0, 0, 0, 0.03), 0px 13px 8px rgba(0, 0, 0, 0.02), 0px 24px 10px rgba(0, 0, 0, 0.01), 0px 37px 10px rgba(0, 0, 0, 0);
  }
  .md-elevation-l {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.04), 0px 9px 9px rgba(0, 0, 0, 0.03), 0px 19px 12px rgba(0, 0, 0, 0.02), 0px 35px 14px rgba(0, 0, 0, 0.01), 0px 54px 15px rgba(0, 0, 0, 0);
  }
  .md-elevation-xl {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05), 0px 10px 10px rgba(0, 0, 0, 0.04), 0px 22px 13px rgba(0, 0, 0, 0.03), 0px 38px 15px rgba(0, 0, 0, 0.01), 0px 60px 17px rgba(0, 0, 0, 0);
  }
  .md-elevation-2xl {
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.06), 0px 16px 16px rgba(0, 0, 0, 0.05), 0px 36px 22px rgba(0, 0, 0, 0.03), 0px 64px 26px rgba(0, 0, 0, 0.01), 0px 100px 28px rgba(0, 0, 0, 0);
  }
}

@media screen and (max-width: 991px) {
  .sm-elevation-none {
    box-shadow: none !important;
  }
  .sm-elevation-20 {
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
  }
  .sm-elevation-30 {
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.15);
  }
  .sm-elevation-35 {
    box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.2);
  }
  .sm-elevation-40 {
    box-shadow: 0px 24px 40px rgba(0, 0, 0, 0.15);
  }
  .sm-elevation-50 {
    box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
  }
  .sm-elevation-white-40 {
    box-shadow: 0px 24px 40px rgba(255, 255, 255, 0.2);
  }
  .sm-elevation-s {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.03), 0px 6px 6px rgba(0, 0, 0, 0.02), 0px 13px 8px rgba(0, 0, 0, 0.01), 0px 23px 9px rgba(0, 0, 0, 0), 0px 37px 10px rgba(0, 0, 0, 0);
  }
  .sm-elevation-m {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.04), 0px 6px 6px rgba(0, 0, 0, 0.03), 0px 13px 8px rgba(0, 0, 0, 0.02), 0px 24px 10px rgba(0, 0, 0, 0.01), 0px 37px 10px rgba(0, 0, 0, 0);
  }
  .sm-elevation-l {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.04), 0px 9px 9px rgba(0, 0, 0, 0.03), 0px 19px 12px rgba(0, 0, 0, 0.02), 0px 35px 14px rgba(0, 0, 0, 0.01), 0px 54px 15px rgba(0, 0, 0, 0);
  }
  .sm-elevation-xl {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05), 0px 10px 10px rgba(0, 0, 0, 0.04), 0px 22px 13px rgba(0, 0, 0, 0.03), 0px 38px 15px rgba(0, 0, 0, 0.01), 0px 60px 17px rgba(0, 0, 0, 0);
  }
  .sm-elevation-2xl {
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.06), 0px 16px 16px rgba(0, 0, 0, 0.05), 0px 36px 22px rgba(0, 0, 0, 0.03), 0px 64px 26px rgba(0, 0, 0, 0.01), 0px 100px 28px rgba(0, 0, 0, 0);
  }
}

@media screen and (max-width: 767px) {
  .xs-elevation-none {
    box-shadow: none !important;
  }
  .xs-elevation-20 {
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
  }
  .xs-elevation-30 {
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.15);
  }
  .xs-elevation-35 {
    box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.2);
  }
  .xs-elevation-40 {
    box-shadow: 0px 24px 40px rgba(0, 0, 0, 0.15);
  }
  .xs-elevation-50 {
    box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
  }
  .xs-elevation-white-40 {
    box-shadow: 0px 24px 40px rgba(255, 255, 255, 0.2);
  }
  .xs-elevation-s {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.03), 0px 6px 6px rgba(0, 0, 0, 0.02), 0px 13px 8px rgba(0, 0, 0, 0.01), 0px 23px 9px rgba(0, 0, 0, 0), 0px 37px 10px rgba(0, 0, 0, 0);
  }
  .xs-elevation-m {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.04), 0px 6px 6px rgba(0, 0, 0, 0.03), 0px 13px 8px rgba(0, 0, 0, 0.02), 0px 24px 10px rgba(0, 0, 0, 0.01), 0px 37px 10px rgba(0, 0, 0, 0);
  }
  .xs-elevation-l {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.04), 0px 9px 9px rgba(0, 0, 0, 0.03), 0px 19px 12px rgba(0, 0, 0, 0.02), 0px 35px 14px rgba(0, 0, 0, 0.01), 0px 54px 15px rgba(0, 0, 0, 0);
  }
  .xs-elevation-xl {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05), 0px 10px 10px rgba(0, 0, 0, 0.04), 0px 22px 13px rgba(0, 0, 0, 0.03), 0px 38px 15px rgba(0, 0, 0, 0.01), 0px 60px 17px rgba(0, 0, 0, 0);
  }
  .xs-elevation-2xl {
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.06), 0px 16px 16px rgba(0, 0, 0, 0.05), 0px 36px 22px rgba(0, 0, 0, 0.03), 0px 64px 26px rgba(0, 0, 0, 0.01), 0px 100px 28px rgba(0, 0, 0, 0);
  }
}

.size-8 {
  width: 8px;
  height: 8px;
}

.wsize-8 {
  width: 8px;
}

.hsize-8 {
  height: 8px;
}

.size-16 {
  width: 16px;
  height: 16px;
}

.wsize-16 {
  width: 16px;
}

.hsize-16 {
  height: 16px;
}

.size-18 {
  width: 18px;
  height: 18px;
}

.wsize-18 {
  width: 18px;
}

.hsize-18 {
  height: 18px;
}

.size-20 {
  width: 20px;
  height: 20px;
}

.wsize-20 {
  width: 20px;
}

.hsize-20 {
  height: 20px;
}

.size-24 {
  width: 24px;
  height: 24px;
}

.wsize-24 {
  width: 24px;
}

.hsize-24 {
  height: 24px;
}

.size-28 {
  width: 28px;
  height: 28px;
}

.wsize-28 {
  width: 28px;
}

.hsize-28 {
  height: 28px;
}

.size-32 {
  width: 32px;
  height: 32px;
}

.wsize-32 {
  width: 32px;
}

.hsize-32 {
  height: 32px;
}

.size-36 {
  width: 36px;
  height: 36px;
}

.wsize-36 {
  width: 36px;
}

.hsize-36 {
  height: 36px;
}

.size-40 {
  width: 40px;
  height: 40px;
}

.wsize-40 {
  width: 40px;
}

.hsize-40 {
  height: 40px;
}

.size-44 {
  width: 44px;
  height: 44px;
}

.wsize-44 {
  width: 44px;
}

.hsize-44 {
  height: 44px;
}

.size-48 {
  width: 48px;
  height: 48px;
}

.wsize-48 {
  width: 48px;
}

.hsize-48 {
  height: 48px;
}

.size-56 {
  width: 56px;
  height: 56px;
}

.wsize-56 {
  width: 56px;
}

.hsize-56 {
  height: 56px;
}

.size-60 {
  width: 60px;
  height: 60px;
}

.wsize-60 {
  width: 60px;
}

.hsize-60 {
  height: 60px;
}

.size-64 {
  width: 64px;
  height: 64px;
}

.wsize-64 {
  width: 64px;
}

.hsize-64 {
  height: 64px;
}

.size-68 {
  width: 68px;
  height: 68px;
}

.wsize-68 {
  width: 68px;
}

.hsize-68 {
  height: 68px;
}

.size-80 {
  width: 80px;
  height: 80px;
}

.wsize-80 {
  width: 80px;
}

.hsize-80 {
  height: 80px;
}

.size-84 {
  width: 84px;
  height: 84px;
}

.wsize-84 {
  width: 84px;
}

.hsize-84 {
  height: 84px;
}

.size-88 {
  width: 88px;
  height: 88px;
}

.wsize-88 {
  width: 88px;
}

.hsize-88 {
  height: 88px;
}

.size-100 {
  width: 100px;
  height: 100px;
}

.wsize-100 {
  width: 100px;
}

.hsize-100 {
  height: 100px;
}

.size-110 {
  width: 110px;
  height: 110px;
}

.wsize-110 {
  width: 110px;
}

.hsize-110 {
  height: 110px;
}

.size-120 {
  width: 120px;
  height: 120px;
}

.wsize-120 {
  width: 120px;
}

.hsize-120 {
  height: 120px;
}

@media screen and (max-width: 991px) {
  .sm-size-8 {
    width: 8px;
    height: 8px;
  }
  .sm-wsize-8 {
    width: 8px;
  }
  .sm-hsize-8 {
    height: 8px;
  }
  .sm-size-16 {
    width: 16px;
    height: 16px;
  }
  .sm-wsize-16 {
    width: 16px;
  }
  .sm-hsize-16 {
    height: 16px;
  }
  .sm-size-18 {
    width: 18px;
    height: 18px;
  }
  .sm-wsize-18 {
    width: 18px;
  }
  .sm-hsize-18 {
    height: 18px;
  }
  .sm-size-20 {
    width: 20px;
    height: 20px;
  }
  .sm-wsize-20 {
    width: 20px;
  }
  .sm-hsize-20 {
    height: 20px;
  }
  .sm-size-24 {
    width: 24px;
    height: 24px;
  }
  .sm-wsize-24 {
    width: 24px;
  }
  .sm-hsize-24 {
    height: 24px;
  }
  .sm-size-28 {
    width: 28px;
    height: 28px;
  }
  .sm-wsize-28 {
    width: 28px;
  }
  .sm-hsize-28 {
    height: 28px;
  }
  .sm-size-32 {
    width: 32px;
    height: 32px;
  }
  .sm-wsize-32 {
    width: 32px;
  }
  .sm-hsize-32 {
    height: 32px;
  }
  .sm-size-36 {
    width: 36px;
    height: 36px;
  }
  .sm-wsize-36 {
    width: 36px;
  }
  .sm-hsize-36 {
    height: 36px;
  }
  .sm-size-40 {
    width: 40px;
    height: 40px;
  }
  .sm-wsize-40 {
    width: 40px;
  }
  .sm-hsize-40 {
    height: 40px;
  }
  .sm-size-44 {
    width: 44px;
    height: 44px;
  }
  .sm-wsize-44 {
    width: 44px;
  }
  .sm-hsize-44 {
    height: 44px;
  }
  .sm-size-48 {
    width: 48px;
    height: 48px;
  }
  .sm-wsize-48 {
    width: 48px;
  }
  .sm-hsize-48 {
    height: 48px;
  }
  .sm-size-56 {
    width: 56px;
    height: 56px;
  }
  .sm-wsize-56 {
    width: 56px;
  }
  .sm-hsize-56 {
    height: 56px;
  }
  .sm-size-60 {
    width: 60px;
    height: 60px;
  }
  .sm-wsize-60 {
    width: 60px;
  }
  .sm-hsize-60 {
    height: 60px;
  }
  .sm-size-64 {
    width: 64px;
    height: 64px;
  }
  .sm-wsize-64 {
    width: 64px;
  }
  .sm-hsize-64 {
    height: 64px;
  }
  .sm-size-68 {
    width: 68px;
    height: 68px;
  }
  .sm-wsize-68 {
    width: 68px;
  }
  .sm-hsize-68 {
    height: 68px;
  }
  .sm-size-80 {
    width: 80px;
    height: 80px;
  }
  .sm-wsize-80 {
    width: 80px;
  }
  .sm-hsize-80 {
    height: 80px;
  }
  .sm-size-84 {
    width: 84px;
    height: 84px;
  }
  .sm-wsize-84 {
    width: 84px;
  }
  .sm-hsize-84 {
    height: 84px;
  }
  .sm-size-88 {
    width: 88px;
    height: 88px;
  }
  .sm-wsize-88 {
    width: 88px;
  }
  .sm-hsize-88 {
    height: 88px;
  }
  .sm-size-100 {
    width: 100px;
    height: 100px;
  }
  .sm-wsize-100 {
    width: 100px;
  }
  .sm-hsize-100 {
    height: 100px;
  }
  .sm-size-110 {
    width: 110px;
    height: 110px;
  }
  .sm-wsize-110 {
    width: 110px;
  }
  .sm-hsize-110 {
    height: 110px;
  }
  .sm-size-120 {
    width: 120px;
    height: 120px;
  }
  .sm-wsize-120 {
    width: 120px;
  }
  .sm-hsize-120 {
    height: 120px;
  }
}

@media screen and (max-width: 767px) {
  .xs-size-8 {
    width: 8px;
    height: 8px;
  }
  .xs-wsize-8 {
    width: 8px;
  }
  .xs-hsize-8 {
    height: 8px;
  }
  .xs-size-16 {
    width: 16px;
    height: 16px;
  }
  .xs-wsize-16 {
    width: 16px;
  }
  .xs-hsize-16 {
    height: 16px;
  }
  .xs-size-18 {
    width: 18px;
    height: 18px;
  }
  .xs-wsize-18 {
    width: 18px;
  }
  .xs-hsize-18 {
    height: 18px;
  }
  .xs-size-20 {
    width: 20px;
    height: 20px;
  }
  .xs-wsize-20 {
    width: 20px;
  }
  .xs-hsize-20 {
    height: 20px;
  }
  .xs-size-24 {
    width: 24px;
    height: 24px;
  }
  .xs-wsize-24 {
    width: 24px;
  }
  .xs-hsize-24 {
    height: 24px;
  }
  .xs-size-28 {
    width: 28px;
    height: 28px;
  }
  .xs-wsize-28 {
    width: 28px;
  }
  .xs-hsize-28 {
    height: 28px;
  }
  .xs-size-32 {
    width: 32px;
    height: 32px;
  }
  .xs-wsize-32 {
    width: 32px;
  }
  .xs-hsize-32 {
    height: 32px;
  }
  .xs-size-36 {
    width: 36px;
    height: 36px;
  }
  .xs-wsize-36 {
    width: 36px;
  }
  .xs-hsize-36 {
    height: 36px;
  }
  .xs-size-40 {
    width: 40px;
    height: 40px;
  }
  .xs-wsize-40 {
    width: 40px;
  }
  .xs-hsize-40 {
    height: 40px;
  }
  .xs-size-44 {
    width: 44px;
    height: 44px;
  }
  .xs-wsize-44 {
    width: 44px;
  }
  .xs-hsize-44 {
    height: 44px;
  }
  .xs-size-48 {
    width: 48px;
    height: 48px;
  }
  .xs-wsize-48 {
    width: 48px;
  }
  .xs-hsize-48 {
    height: 48px;
  }
  .xs-size-56 {
    width: 56px;
    height: 56px;
  }
  .xs-wsize-56 {
    width: 56px;
  }
  .xs-hsize-56 {
    height: 56px;
  }
  .xs-size-60 {
    width: 60px;
    height: 60px;
  }
  .xs-wsize-60 {
    width: 60px;
  }
  .xs-hsize-60 {
    height: 60px;
  }
  .xs-size-64 {
    width: 64px;
    height: 64px;
  }
  .xs-wsize-64 {
    width: 64px;
  }
  .xs-hsize-64 {
    height: 64px;
  }
  .xs-size-68 {
    width: 68px;
    height: 68px;
  }
  .xs-wsize-68 {
    width: 68px;
  }
  .xs-hsize-68 {
    height: 68px;
  }
  .xs-size-80 {
    width: 80px;
    height: 80px;
  }
  .xs-wsize-80 {
    width: 80px;
  }
  .xs-hsize-80 {
    height: 80px;
  }
  .xs-size-84 {
    width: 84px;
    height: 84px;
  }
  .xs-wsize-84 {
    width: 84px;
  }
  .xs-hsize-84 {
    height: 84px;
  }
  .xs-size-88 {
    width: 88px;
    height: 88px;
  }
  .xs-wsize-88 {
    width: 88px;
  }
  .xs-hsize-88 {
    height: 88px;
  }
  .xs-size-100 {
    width: 100px;
    height: 100px;
  }
  .xs-wsize-100 {
    width: 100px;
  }
  .xs-hsize-100 {
    height: 100px;
  }
  .xs-size-110 {
    width: 110px;
    height: 110px;
  }
  .xs-wsize-110 {
    width: 110px;
  }
  .xs-hsize-110 {
    height: 110px;
  }
  .xs-size-120 {
    width: 120px;
    height: 120px;
  }
  .xs-wsize-120 {
    width: 120px;
  }
  .xs-hsize-120 {
    height: 120px;
  }
}

.ma-auto {
  margin: auto;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.mt-auto {
  margin-top: auto;
}

.mr-auto {
  margin-right: auto;
}

.mb-auto {
  margin-bottom: auto;
}

.ml-auto {
  margin-left: auto;
}

.ma-0 {
  margin: 0px;
}

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.mx-0 {
  margin-right: 0px;
  margin-left: 0px;
}

.mt-0 {
  margin-top: 0px;
}

.mr-0 {
  margin-right: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.ml-0 {
  margin-left: 0px;
}

.ma-4 {
  margin: 4px;
}

.my-4 {
  margin-top: 4px;
  margin-bottom: 4px;
}

.mx-4 {
  margin-right: 4px;
  margin-left: 4px;
}

.mt-4 {
  margin-top: 4px;
}

.mr-4 {
  margin-right: 4px;
}

.mb-4 {
  margin-bottom: 4px;
}

.ml-4 {
  margin-left: 4px;
}

.ma-8 {
  margin: 8px;
}

.my-8 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.mx-8 {
  margin-right: 8px;
  margin-left: 8px;
}

.mt-8 {
  margin-top: 8px;
}

.mr-8 {
  margin-right: 8px;
}

.mb-8 {
  margin-bottom: 8px;
}

.ml-8 {
  margin-left: 8px;
}

.ma-12 {
  margin: 12px;
}

.my-12 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.mx-12 {
  margin-right: 12px;
  margin-left: 12px;
}

.mt-12 {
  margin-top: 12px;
}

.mr-12 {
  margin-right: 12px;
}

.mb-12 {
  margin-bottom: 12px;
}

.ml-12 {
  margin-left: 12px;
}

.ma-16 {
  margin: 16px;
}

.my-16 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.mx-16 {
  margin-right: 16px;
  margin-left: 16px;
}

.mt-16 {
  margin-top: 16px;
}

.mr-16 {
  margin-right: 16px;
}

.mb-16 {
  margin-bottom: 16px;
}

.ml-16 {
  margin-left: 16px;
}

.ma-20 {
  margin: 20px;
}

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mx-20 {
  margin-right: 20px;
  margin-left: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.ma-24 {
  margin: 24px;
}

.my-24 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.mx-24 {
  margin-right: 24px;
  margin-left: 24px;
}

.mt-24 {
  margin-top: 24px;
}

.mr-24 {
  margin-right: 24px;
}

.mb-24 {
  margin-bottom: 24px;
}

.ml-24 {
  margin-left: 24px;
}

.ma-28 {
  margin: 28px;
}

.my-28 {
  margin-top: 28px;
  margin-bottom: 28px;
}

.mx-28 {
  margin-right: 28px;
  margin-left: 28px;
}

.mt-28 {
  margin-top: 28px;
}

.mr-28 {
  margin-right: 28px;
}

.mb-28 {
  margin-bottom: 28px;
}

.ml-28 {
  margin-left: 28px;
}

.ma-32 {
  margin: 32px;
}

.my-32 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.mx-32 {
  margin-right: 32px;
  margin-left: 32px;
}

.mt-32 {
  margin-top: 32px;
}

.mr-32 {
  margin-right: 32px;
}

.mb-32 {
  margin-bottom: 32px;
}

.ml-32 {
  margin-left: 32px;
}

.ma-36 {
  margin: 36px;
}

.my-36 {
  margin-top: 36px;
  margin-bottom: 36px;
}

.mx-36 {
  margin-right: 36px;
  margin-left: 36px;
}

.mt-36 {
  margin-top: 36px;
}

.mr-36 {
  margin-right: 36px;
}

.mb-36 {
  margin-bottom: 36px;
}

.ml-36 {
  margin-left: 36px;
}

.ma-40 {
  margin: 40px;
}

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mx-40 {
  margin-right: 40px;
  margin-left: 40px;
}

.mt-40 {
  margin-top: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.ma-44 {
  margin: 44px;
}

.my-44 {
  margin-top: 44px;
  margin-bottom: 44px;
}

.mx-44 {
  margin-right: 44px;
  margin-left: 44px;
}

.mt-44 {
  margin-top: 44px;
}

.mr-44 {
  margin-right: 44px;
}

.mb-44 {
  margin-bottom: 44px;
}

.ml-44 {
  margin-left: 44px;
}

.ma-48 {
  margin: 48px;
}

.my-48 {
  margin-top: 48px;
  margin-bottom: 48px;
}

.mx-48 {
  margin-right: 48px;
  margin-left: 48px;
}

.mt-48 {
  margin-top: 48px;
}

.mr-48 {
  margin-right: 48px;
}

.mb-48 {
  margin-bottom: 48px;
}

.ml-48 {
  margin-left: 48px;
}

.ma-52 {
  margin: 52px;
}

.my-52 {
  margin-top: 52px;
  margin-bottom: 52px;
}

.mx-52 {
  margin-right: 52px;
  margin-left: 52px;
}

.mt-52 {
  margin-top: 52px;
}

.mr-52 {
  margin-right: 52px;
}

.mb-52 {
  margin-bottom: 52px;
}

.ml-52 {
  margin-left: 52px;
}

.ma-56 {
  margin: 56px;
}

.my-56 {
  margin-top: 56px;
  margin-bottom: 56px;
}

.mx-56 {
  margin-right: 56px;
  margin-left: 56px;
}

.mt-56 {
  margin-top: 56px;
}

.mr-56 {
  margin-right: 56px;
}

.mb-56 {
  margin-bottom: 56px;
}

.ml-56 {
  margin-left: 56px;
}

.ma-60 {
  margin: 60px;
}

.my-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.mx-60 {
  margin-right: 60px;
  margin-left: 60px;
}

.mt-60 {
  margin-top: 60px;
}

.mr-60 {
  margin-right: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.ml-60 {
  margin-left: 60px;
}

.ma-64 {
  margin: 64px;
}

.my-64 {
  margin-top: 64px;
  margin-bottom: 64px;
}

.mx-64 {
  margin-right: 64px;
  margin-left: 64px;
}

.mt-64 {
  margin-top: 64px;
}

.mr-64 {
  margin-right: 64px;
}

.mb-64 {
  margin-bottom: 64px;
}

.ml-64 {
  margin-left: 64px;
}

.ma-68 {
  margin: 68px;
}

.my-68 {
  margin-top: 68px;
  margin-bottom: 68px;
}

.mx-68 {
  margin-right: 68px;
  margin-left: 68px;
}

.mt-68 {
  margin-top: 68px;
}

.mr-68 {
  margin-right: 68px;
}

.mb-68 {
  margin-bottom: 68px;
}

.ml-68 {
  margin-left: 68px;
}

.ma-72 {
  margin: 72px;
}

.my-72 {
  margin-top: 72px;
  margin-bottom: 72px;
}

.mx-72 {
  margin-right: 72px;
  margin-left: 72px;
}

.mt-72 {
  margin-top: 72px;
}

.mr-72 {
  margin-right: 72px;
}

.mb-72 {
  margin-bottom: 72px;
}

.ml-72 {
  margin-left: 72px;
}

.ma-76 {
  margin: 76px;
}

.my-76 {
  margin-top: 76px;
  margin-bottom: 76px;
}

.mx-76 {
  margin-right: 76px;
  margin-left: 76px;
}

.mt-76 {
  margin-top: 76px;
}

.mr-76 {
  margin-right: 76px;
}

.mb-76 {
  margin-bottom: 76px;
}

.ml-76 {
  margin-left: 76px;
}

.ma-80 {
  margin: 80px;
}

.my-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.mx-80 {
  margin-right: 80px;
  margin-left: 80px;
}

.mt-80 {
  margin-top: 80px;
}

.mr-80 {
  margin-right: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.ml-80 {
  margin-left: 80px;
}

.ma-98 {
  margin: 98px;
}

.my-98 {
  margin-top: 98px;
  margin-bottom: 98px;
}

.mx-98 {
  margin-right: 98px;
  margin-left: 98px;
}

.mt-98 {
  margin-top: 98px;
}

.mr-98 {
  margin-right: 98px;
}

.mb-98 {
  margin-bottom: 98px;
}

.ml-98 {
  margin-left: 98px;
}

.ma-100 {
  margin: 100px;
}

.my-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.mx-100 {
  margin-right: 100px;
  margin-left: 100px;
}

.mt-100 {
  margin-top: 100px;
}

.mr-100 {
  margin-right: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.ml-100 {
  margin-left: 100px;
}

.ma-120 {
  margin: 120px;
}

.my-120 {
  margin-top: 120px;
  margin-bottom: 120px;
}

.mx-120 {
  margin-right: 120px;
  margin-left: 120px;
}

.mt-120 {
  margin-top: 120px;
}

.mr-120 {
  margin-right: 120px;
}

.mb-120 {
  margin-bottom: 120px;
}

.ml-120 {
  margin-left: 120px;
}

.ma-200 {
  margin: 200px;
}

.my-200 {
  margin-top: 200px;
  margin-bottom: 200px;
}

.mx-200 {
  margin-right: 200px;
  margin-left: 200px;
}

.mt-200 {
  margin-top: 200px;
}

.mr-200 {
  margin-right: 200px;
}

.mb-200 {
  margin-bottom: 200px;
}

.ml-200 {
  margin-left: 200px;
}

.ma-240 {
  margin: 240px;
}

.my-240 {
  margin-top: 240px;
  margin-bottom: 240px;
}

.mx-240 {
  margin-right: 240px;
  margin-left: 240px;
}

.mt-240 {
  margin-top: 240px;
}

.mr-240 {
  margin-right: 240px;
}

.mb-240 {
  margin-bottom: 240px;
}

.ml-240 {
  margin-left: 240px;
}

.pa-auto {
  padding: auto;
}

.py-auto {
  padding-top: auto;
  padding-bottom: auto;
}

.px-auto {
  padding-right: auto;
  padding-left: auto;
}

.pt-auto {
  padding-top: auto;
}

.pr-auto {
  padding-right: auto;
}

.pb-auto {
  padding-bottom: auto;
}

.pl-auto {
  padding-left: auto;
}

.pa-0 {
  padding: 0px;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.px-0 {
  padding-right: 0px;
  padding-left: 0px;
}

.pt-0 {
  padding-top: 0px;
}

.pr-0 {
  padding-right: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pl-0 {
  padding-left: 0px;
}

.pa-4 {
  padding: 4px;
}

.py-4 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.px-4 {
  padding-right: 4px;
  padding-left: 4px;
}

.pt-4 {
  padding-top: 4px;
}

.pr-4 {
  padding-right: 4px;
}

.pb-4 {
  padding-bottom: 4px;
}

.pl-4 {
  padding-left: 4px;
}

.pa-8 {
  padding: 8px;
}

.py-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.px-8 {
  padding-right: 8px;
  padding-left: 8px;
}

.pt-8 {
  padding-top: 8px;
}

.pr-8 {
  padding-right: 8px;
}

.pb-8 {
  padding-bottom: 8px;
}

.pl-8 {
  padding-left: 8px;
}

.pa-12 {
  padding: 12px;
}

.py-12 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.px-12 {
  padding-right: 12px;
  padding-left: 12px;
}

.pt-12 {
  padding-top: 12px;
}

.pr-12 {
  padding-right: 12px;
}

.pb-12 {
  padding-bottom: 12px;
}

.pl-12 {
  padding-left: 12px;
}

.pa-16 {
  padding: 16px;
}

.py-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.px-16 {
  padding-right: 16px;
  padding-left: 16px;
}

.pt-16 {
  padding-top: 16px;
}

.pr-16 {
  padding-right: 16px;
}

.pb-16 {
  padding-bottom: 16px;
}

.pl-16 {
  padding-left: 16px;
}

.pa-20 {
  padding: 20px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.px-20 {
  padding-right: 20px;
  padding-left: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.pa-24 {
  padding: 24px;
}

.py-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.px-24 {
  padding-right: 24px;
  padding-left: 24px;
}

.pt-24 {
  padding-top: 24px;
}

.pr-24 {
  padding-right: 24px;
}

.pb-24 {
  padding-bottom: 24px;
}

.pl-24 {
  padding-left: 24px;
}

.pa-28 {
  padding: 28px;
}

.py-28 {
  padding-top: 28px;
  padding-bottom: 28px;
}

.px-28 {
  padding-right: 28px;
  padding-left: 28px;
}

.pt-28 {
  padding-top: 28px;
}

.pr-28 {
  padding-right: 28px;
}

.pb-28 {
  padding-bottom: 28px;
}

.pl-28 {
  padding-left: 28px;
}

.pa-32 {
  padding: 32px;
}

.py-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.px-32 {
  padding-right: 32px;
  padding-left: 32px;
}

.pt-32 {
  padding-top: 32px;
}

.pr-32 {
  padding-right: 32px;
}

.pb-32 {
  padding-bottom: 32px;
}

.pl-32 {
  padding-left: 32px;
}

.pa-36 {
  padding: 36px;
}

.py-36 {
  padding-top: 36px;
  padding-bottom: 36px;
}

.px-36 {
  padding-right: 36px;
  padding-left: 36px;
}

.pt-36 {
  padding-top: 36px;
}

.pr-36 {
  padding-right: 36px;
}

.pb-36 {
  padding-bottom: 36px;
}

.pl-36 {
  padding-left: 36px;
}

.pa-40 {
  padding: 40px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.px-40 {
  padding-right: 40px;
  padding-left: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.pa-44 {
  padding: 44px;
}

.py-44 {
  padding-top: 44px;
  padding-bottom: 44px;
}

.px-44 {
  padding-right: 44px;
  padding-left: 44px;
}

.pt-44 {
  padding-top: 44px;
}

.pr-44 {
  padding-right: 44px;
}

.pb-44 {
  padding-bottom: 44px;
}

.pl-44 {
  padding-left: 44px;
}

.pa-48 {
  padding: 48px;
}

.py-48 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.px-48 {
  padding-right: 48px;
  padding-left: 48px;
}

.pt-48 {
  padding-top: 48px;
}

.pr-48 {
  padding-right: 48px;
}

.pb-48 {
  padding-bottom: 48px;
}

.pl-48 {
  padding-left: 48px;
}

.pa-52 {
  padding: 52px;
}

.py-52 {
  padding-top: 52px;
  padding-bottom: 52px;
}

.px-52 {
  padding-right: 52px;
  padding-left: 52px;
}

.pt-52 {
  padding-top: 52px;
}

.pr-52 {
  padding-right: 52px;
}

.pb-52 {
  padding-bottom: 52px;
}

.pl-52 {
  padding-left: 52px;
}

.pa-56 {
  padding: 56px;
}

.py-56 {
  padding-top: 56px;
  padding-bottom: 56px;
}

.px-56 {
  padding-right: 56px;
  padding-left: 56px;
}

.pt-56 {
  padding-top: 56px;
}

.pr-56 {
  padding-right: 56px;
}

.pb-56 {
  padding-bottom: 56px;
}

.pl-56 {
  padding-left: 56px;
}

.pa-60 {
  padding: 60px;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.px-60 {
  padding-right: 60px;
  padding-left: 60px;
}

.pt-60 {
  padding-top: 60px;
}

.pr-60 {
  padding-right: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pl-60 {
  padding-left: 60px;
}

.pa-64 {
  padding: 64px;
}

.py-64 {
  padding-top: 64px;
  padding-bottom: 64px;
}

.px-64 {
  padding-right: 64px;
  padding-left: 64px;
}

.pt-64 {
  padding-top: 64px;
}

.pr-64 {
  padding-right: 64px;
}

.pb-64 {
  padding-bottom: 64px;
}

.pl-64 {
  padding-left: 64px;
}

.pa-68 {
  padding: 68px;
}

.py-68 {
  padding-top: 68px;
  padding-bottom: 68px;
}

.px-68 {
  padding-right: 68px;
  padding-left: 68px;
}

.pt-68 {
  padding-top: 68px;
}

.pr-68 {
  padding-right: 68px;
}

.pb-68 {
  padding-bottom: 68px;
}

.pl-68 {
  padding-left: 68px;
}

.pa-72 {
  padding: 72px;
}

.py-72 {
  padding-top: 72px;
  padding-bottom: 72px;
}

.px-72 {
  padding-right: 72px;
  padding-left: 72px;
}

.pt-72 {
  padding-top: 72px;
}

.pr-72 {
  padding-right: 72px;
}

.pb-72 {
  padding-bottom: 72px;
}

.pl-72 {
  padding-left: 72px;
}

.pa-76 {
  padding: 76px;
}

.py-76 {
  padding-top: 76px;
  padding-bottom: 76px;
}

.px-76 {
  padding-right: 76px;
  padding-left: 76px;
}

.pt-76 {
  padding-top: 76px;
}

.pr-76 {
  padding-right: 76px;
}

.pb-76 {
  padding-bottom: 76px;
}

.pl-76 {
  padding-left: 76px;
}

.pa-80 {
  padding: 80px;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.px-80 {
  padding-right: 80px;
  padding-left: 80px;
}

.pt-80 {
  padding-top: 80px;
}

.pr-80 {
  padding-right: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pl-80 {
  padding-left: 80px;
}

.pa-98 {
  padding: 98px;
}

.py-98 {
  padding-top: 98px;
  padding-bottom: 98px;
}

.px-98 {
  padding-right: 98px;
  padding-left: 98px;
}

.pt-98 {
  padding-top: 98px;
}

.pr-98 {
  padding-right: 98px;
}

.pb-98 {
  padding-bottom: 98px;
}

.pl-98 {
  padding-left: 98px;
}

.pa-100 {
  padding: 100px;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.px-100 {
  padding-right: 100px;
  padding-left: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pr-100 {
  padding-right: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pl-100 {
  padding-left: 100px;
}

.pa-120 {
  padding: 120px;
}

.py-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.px-120 {
  padding-right: 120px;
  padding-left: 120px;
}

.pt-120 {
  padding-top: 120px;
}

.pr-120 {
  padding-right: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pl-120 {
  padding-left: 120px;
}

.pa-200 {
  padding: 200px;
}

.py-200 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.px-200 {
  padding-right: 200px;
  padding-left: 200px;
}

.pt-200 {
  padding-top: 200px;
}

.pr-200 {
  padding-right: 200px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pl-200 {
  padding-left: 200px;
}

.pa-240 {
  padding: 240px;
}

.py-240 {
  padding-top: 240px;
  padding-bottom: 240px;
}

.px-240 {
  padding-right: 240px;
  padding-left: 240px;
}

.pt-240 {
  padding-top: 240px;
}

.pr-240 {
  padding-right: 240px;
}

.pb-240 {
  padding-bottom: 240px;
}

.pl-240 {
  padding-left: 240px;
}

.rgap-auto {
  row-gap: auto;
}

.cgap-auto {
  -moz-column-gap: auto;
       column-gap: auto;
}

.gap-auto {
  gap: auto;
}

.rgap-0 {
  row-gap: 0px;
}

.cgap-0 {
  -moz-column-gap: 0px;
       column-gap: 0px;
}

.gap-0 {
  gap: 0px;
}

.rgap-4 {
  row-gap: 4px;
}

.cgap-4 {
  -moz-column-gap: 4px;
       column-gap: 4px;
}

.gap-4 {
  gap: 4px;
}

.rgap-8 {
  row-gap: 8px;
}

.cgap-8 {
  -moz-column-gap: 8px;
       column-gap: 8px;
}

.gap-8 {
  gap: 8px;
}

.rgap-12 {
  row-gap: 12px;
}

.cgap-12 {
  -moz-column-gap: 12px;
       column-gap: 12px;
}

.gap-12 {
  gap: 12px;
}

.rgap-16 {
  row-gap: 16px;
}

.cgap-16 {
  -moz-column-gap: 16px;
       column-gap: 16px;
}

.gap-16 {
  gap: 16px;
}

.rgap-20 {
  row-gap: 20px;
}

.cgap-20 {
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.gap-20 {
  gap: 20px;
}

.rgap-24 {
  row-gap: 24px;
}

.cgap-24 {
  -moz-column-gap: 24px;
       column-gap: 24px;
}

.gap-24 {
  gap: 24px;
}

.rgap-28 {
  row-gap: 28px;
}

.cgap-28 {
  -moz-column-gap: 28px;
       column-gap: 28px;
}

.gap-28 {
  gap: 28px;
}

.rgap-32 {
  row-gap: 32px;
}

.cgap-32 {
  -moz-column-gap: 32px;
       column-gap: 32px;
}

.gap-32 {
  gap: 32px;
}

.rgap-36 {
  row-gap: 36px;
}

.cgap-36 {
  -moz-column-gap: 36px;
       column-gap: 36px;
}

.gap-36 {
  gap: 36px;
}

.rgap-40 {
  row-gap: 40px;
}

.cgap-40 {
  -moz-column-gap: 40px;
       column-gap: 40px;
}

.gap-40 {
  gap: 40px;
}

.rgap-44 {
  row-gap: 44px;
}

.cgap-44 {
  -moz-column-gap: 44px;
       column-gap: 44px;
}

.gap-44 {
  gap: 44px;
}

.rgap-48 {
  row-gap: 48px;
}

.cgap-48 {
  -moz-column-gap: 48px;
       column-gap: 48px;
}

.gap-48 {
  gap: 48px;
}

.rgap-52 {
  row-gap: 52px;
}

.cgap-52 {
  -moz-column-gap: 52px;
       column-gap: 52px;
}

.gap-52 {
  gap: 52px;
}

.rgap-56 {
  row-gap: 56px;
}

.cgap-56 {
  -moz-column-gap: 56px;
       column-gap: 56px;
}

.gap-56 {
  gap: 56px;
}

.rgap-60 {
  row-gap: 60px;
}

.cgap-60 {
  -moz-column-gap: 60px;
       column-gap: 60px;
}

.gap-60 {
  gap: 60px;
}

.rgap-64 {
  row-gap: 64px;
}

.cgap-64 {
  -moz-column-gap: 64px;
       column-gap: 64px;
}

.gap-64 {
  gap: 64px;
}

.rgap-68 {
  row-gap: 68px;
}

.cgap-68 {
  -moz-column-gap: 68px;
       column-gap: 68px;
}

.gap-68 {
  gap: 68px;
}

.rgap-72 {
  row-gap: 72px;
}

.cgap-72 {
  -moz-column-gap: 72px;
       column-gap: 72px;
}

.gap-72 {
  gap: 72px;
}

.rgap-76 {
  row-gap: 76px;
}

.cgap-76 {
  -moz-column-gap: 76px;
       column-gap: 76px;
}

.gap-76 {
  gap: 76px;
}

.rgap-80 {
  row-gap: 80px;
}

.cgap-80 {
  -moz-column-gap: 80px;
       column-gap: 80px;
}

.gap-80 {
  gap: 80px;
}

.rgap-98 {
  row-gap: 98px;
}

.cgap-98 {
  -moz-column-gap: 98px;
       column-gap: 98px;
}

.gap-98 {
  gap: 98px;
}

.rgap-100 {
  row-gap: 100px;
}

.cgap-100 {
  -moz-column-gap: 100px;
       column-gap: 100px;
}

.gap-100 {
  gap: 100px;
}

.rgap-120 {
  row-gap: 120px;
}

.cgap-120 {
  -moz-column-gap: 120px;
       column-gap: 120px;
}

.gap-120 {
  gap: 120px;
}

.rgap-200 {
  row-gap: 200px;
}

.cgap-200 {
  -moz-column-gap: 200px;
       column-gap: 200px;
}

.gap-200 {
  gap: 200px;
}

.rgap-240 {
  row-gap: 240px;
}

.cgap-240 {
  -moz-column-gap: 240px;
       column-gap: 240px;
}

.gap-240 {
  gap: 240px;
}

@media screen and (max-width: 1199px) {
  .md-ma-auto {
    margin: auto;
  }
  .md-my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .md-mx-auto {
    margin-right: auto;
    margin-left: auto;
  }
  .md-mt-auto {
    margin-top: auto;
  }
  .md-mr-auto {
    margin-right: auto;
  }
  .md-mb-auto {
    margin-bottom: auto;
  }
  .md-ml-auto {
    margin-left: auto;
  }
  .md-ma-0 {
    margin: 0px;
  }
  .md-my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .md-mx-0 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .md-mt-0 {
    margin-top: 0px;
  }
  .md-mr-0 {
    margin-right: 0px;
  }
  .md-mb-0 {
    margin-bottom: 0px;
  }
  .md-ml-0 {
    margin-left: 0px;
  }
  .md-ma-4 {
    margin: 4px;
  }
  .md-my-4 {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .md-mx-4 {
    margin-right: 4px;
    margin-left: 4px;
  }
  .md-mt-4 {
    margin-top: 4px;
  }
  .md-mr-4 {
    margin-right: 4px;
  }
  .md-mb-4 {
    margin-bottom: 4px;
  }
  .md-ml-4 {
    margin-left: 4px;
  }
  .md-ma-8 {
    margin: 8px;
  }
  .md-my-8 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .md-mx-8 {
    margin-right: 8px;
    margin-left: 8px;
  }
  .md-mt-8 {
    margin-top: 8px;
  }
  .md-mr-8 {
    margin-right: 8px;
  }
  .md-mb-8 {
    margin-bottom: 8px;
  }
  .md-ml-8 {
    margin-left: 8px;
  }
  .md-ma-12 {
    margin: 12px;
  }
  .md-my-12 {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .md-mx-12 {
    margin-right: 12px;
    margin-left: 12px;
  }
  .md-mt-12 {
    margin-top: 12px;
  }
  .md-mr-12 {
    margin-right: 12px;
  }
  .md-mb-12 {
    margin-bottom: 12px;
  }
  .md-ml-12 {
    margin-left: 12px;
  }
  .md-ma-16 {
    margin: 16px;
  }
  .md-my-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .md-mx-16 {
    margin-right: 16px;
    margin-left: 16px;
  }
  .md-mt-16 {
    margin-top: 16px;
  }
  .md-mr-16 {
    margin-right: 16px;
  }
  .md-mb-16 {
    margin-bottom: 16px;
  }
  .md-ml-16 {
    margin-left: 16px;
  }
  .md-ma-20 {
    margin: 20px;
  }
  .md-my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .md-mx-20 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .md-mt-20 {
    margin-top: 20px;
  }
  .md-mr-20 {
    margin-right: 20px;
  }
  .md-mb-20 {
    margin-bottom: 20px;
  }
  .md-ml-20 {
    margin-left: 20px;
  }
  .md-ma-24 {
    margin: 24px;
  }
  .md-my-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .md-mx-24 {
    margin-right: 24px;
    margin-left: 24px;
  }
  .md-mt-24 {
    margin-top: 24px;
  }
  .md-mr-24 {
    margin-right: 24px;
  }
  .md-mb-24 {
    margin-bottom: 24px;
  }
  .md-ml-24 {
    margin-left: 24px;
  }
  .md-ma-28 {
    margin: 28px;
  }
  .md-my-28 {
    margin-top: 28px;
    margin-bottom: 28px;
  }
  .md-mx-28 {
    margin-right: 28px;
    margin-left: 28px;
  }
  .md-mt-28 {
    margin-top: 28px;
  }
  .md-mr-28 {
    margin-right: 28px;
  }
  .md-mb-28 {
    margin-bottom: 28px;
  }
  .md-ml-28 {
    margin-left: 28px;
  }
  .md-ma-32 {
    margin: 32px;
  }
  .md-my-32 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .md-mx-32 {
    margin-right: 32px;
    margin-left: 32px;
  }
  .md-mt-32 {
    margin-top: 32px;
  }
  .md-mr-32 {
    margin-right: 32px;
  }
  .md-mb-32 {
    margin-bottom: 32px;
  }
  .md-ml-32 {
    margin-left: 32px;
  }
  .md-ma-36 {
    margin: 36px;
  }
  .md-my-36 {
    margin-top: 36px;
    margin-bottom: 36px;
  }
  .md-mx-36 {
    margin-right: 36px;
    margin-left: 36px;
  }
  .md-mt-36 {
    margin-top: 36px;
  }
  .md-mr-36 {
    margin-right: 36px;
  }
  .md-mb-36 {
    margin-bottom: 36px;
  }
  .md-ml-36 {
    margin-left: 36px;
  }
  .md-ma-40 {
    margin: 40px;
  }
  .md-my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .md-mx-40 {
    margin-right: 40px;
    margin-left: 40px;
  }
  .md-mt-40 {
    margin-top: 40px;
  }
  .md-mr-40 {
    margin-right: 40px;
  }
  .md-mb-40 {
    margin-bottom: 40px;
  }
  .md-ml-40 {
    margin-left: 40px;
  }
  .md-ma-44 {
    margin: 44px;
  }
  .md-my-44 {
    margin-top: 44px;
    margin-bottom: 44px;
  }
  .md-mx-44 {
    margin-right: 44px;
    margin-left: 44px;
  }
  .md-mt-44 {
    margin-top: 44px;
  }
  .md-mr-44 {
    margin-right: 44px;
  }
  .md-mb-44 {
    margin-bottom: 44px;
  }
  .md-ml-44 {
    margin-left: 44px;
  }
  .md-ma-48 {
    margin: 48px;
  }
  .md-my-48 {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .md-mx-48 {
    margin-right: 48px;
    margin-left: 48px;
  }
  .md-mt-48 {
    margin-top: 48px;
  }
  .md-mr-48 {
    margin-right: 48px;
  }
  .md-mb-48 {
    margin-bottom: 48px;
  }
  .md-ml-48 {
    margin-left: 48px;
  }
  .md-ma-52 {
    margin: 52px;
  }
  .md-my-52 {
    margin-top: 52px;
    margin-bottom: 52px;
  }
  .md-mx-52 {
    margin-right: 52px;
    margin-left: 52px;
  }
  .md-mt-52 {
    margin-top: 52px;
  }
  .md-mr-52 {
    margin-right: 52px;
  }
  .md-mb-52 {
    margin-bottom: 52px;
  }
  .md-ml-52 {
    margin-left: 52px;
  }
  .md-ma-56 {
    margin: 56px;
  }
  .md-my-56 {
    margin-top: 56px;
    margin-bottom: 56px;
  }
  .md-mx-56 {
    margin-right: 56px;
    margin-left: 56px;
  }
  .md-mt-56 {
    margin-top: 56px;
  }
  .md-mr-56 {
    margin-right: 56px;
  }
  .md-mb-56 {
    margin-bottom: 56px;
  }
  .md-ml-56 {
    margin-left: 56px;
  }
  .md-ma-60 {
    margin: 60px;
  }
  .md-my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .md-mx-60 {
    margin-right: 60px;
    margin-left: 60px;
  }
  .md-mt-60 {
    margin-top: 60px;
  }
  .md-mr-60 {
    margin-right: 60px;
  }
  .md-mb-60 {
    margin-bottom: 60px;
  }
  .md-ml-60 {
    margin-left: 60px;
  }
  .md-ma-64 {
    margin: 64px;
  }
  .md-my-64 {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .md-mx-64 {
    margin-right: 64px;
    margin-left: 64px;
  }
  .md-mt-64 {
    margin-top: 64px;
  }
  .md-mr-64 {
    margin-right: 64px;
  }
  .md-mb-64 {
    margin-bottom: 64px;
  }
  .md-ml-64 {
    margin-left: 64px;
  }
  .md-ma-68 {
    margin: 68px;
  }
  .md-my-68 {
    margin-top: 68px;
    margin-bottom: 68px;
  }
  .md-mx-68 {
    margin-right: 68px;
    margin-left: 68px;
  }
  .md-mt-68 {
    margin-top: 68px;
  }
  .md-mr-68 {
    margin-right: 68px;
  }
  .md-mb-68 {
    margin-bottom: 68px;
  }
  .md-ml-68 {
    margin-left: 68px;
  }
  .md-ma-72 {
    margin: 72px;
  }
  .md-my-72 {
    margin-top: 72px;
    margin-bottom: 72px;
  }
  .md-mx-72 {
    margin-right: 72px;
    margin-left: 72px;
  }
  .md-mt-72 {
    margin-top: 72px;
  }
  .md-mr-72 {
    margin-right: 72px;
  }
  .md-mb-72 {
    margin-bottom: 72px;
  }
  .md-ml-72 {
    margin-left: 72px;
  }
  .md-ma-76 {
    margin: 76px;
  }
  .md-my-76 {
    margin-top: 76px;
    margin-bottom: 76px;
  }
  .md-mx-76 {
    margin-right: 76px;
    margin-left: 76px;
  }
  .md-mt-76 {
    margin-top: 76px;
  }
  .md-mr-76 {
    margin-right: 76px;
  }
  .md-mb-76 {
    margin-bottom: 76px;
  }
  .md-ml-76 {
    margin-left: 76px;
  }
  .md-ma-80 {
    margin: 80px;
  }
  .md-my-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .md-mx-80 {
    margin-right: 80px;
    margin-left: 80px;
  }
  .md-mt-80 {
    margin-top: 80px;
  }
  .md-mr-80 {
    margin-right: 80px;
  }
  .md-mb-80 {
    margin-bottom: 80px;
  }
  .md-ml-80 {
    margin-left: 80px;
  }
  .md-ma-98 {
    margin: 98px;
  }
  .md-my-98 {
    margin-top: 98px;
    margin-bottom: 98px;
  }
  .md-mx-98 {
    margin-right: 98px;
    margin-left: 98px;
  }
  .md-mt-98 {
    margin-top: 98px;
  }
  .md-mr-98 {
    margin-right: 98px;
  }
  .md-mb-98 {
    margin-bottom: 98px;
  }
  .md-ml-98 {
    margin-left: 98px;
  }
  .md-ma-100 {
    margin: 100px;
  }
  .md-my-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .md-mx-100 {
    margin-right: 100px;
    margin-left: 100px;
  }
  .md-mt-100 {
    margin-top: 100px;
  }
  .md-mr-100 {
    margin-right: 100px;
  }
  .md-mb-100 {
    margin-bottom: 100px;
  }
  .md-ml-100 {
    margin-left: 100px;
  }
  .md-ma-120 {
    margin: 120px;
  }
  .md-my-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .md-mx-120 {
    margin-right: 120px;
    margin-left: 120px;
  }
  .md-mt-120 {
    margin-top: 120px;
  }
  .md-mr-120 {
    margin-right: 120px;
  }
  .md-mb-120 {
    margin-bottom: 120px;
  }
  .md-ml-120 {
    margin-left: 120px;
  }
  .md-ma-200 {
    margin: 200px;
  }
  .md-my-200 {
    margin-top: 200px;
    margin-bottom: 200px;
  }
  .md-mx-200 {
    margin-right: 200px;
    margin-left: 200px;
  }
  .md-mt-200 {
    margin-top: 200px;
  }
  .md-mr-200 {
    margin-right: 200px;
  }
  .md-mb-200 {
    margin-bottom: 200px;
  }
  .md-ml-200 {
    margin-left: 200px;
  }
  .md-ma-240 {
    margin: 240px;
  }
  .md-my-240 {
    margin-top: 240px;
    margin-bottom: 240px;
  }
  .md-mx-240 {
    margin-right: 240px;
    margin-left: 240px;
  }
  .md-mt-240 {
    margin-top: 240px;
  }
  .md-mr-240 {
    margin-right: 240px;
  }
  .md-mb-240 {
    margin-bottom: 240px;
  }
  .md-ml-240 {
    margin-left: 240px;
  }
  .md-pa-auto {
    padding: auto;
  }
  .md-py-auto {
    padding-top: auto;
    padding-bottom: auto;
  }
  .md-px-auto {
    padding-right: auto;
    padding-left: auto;
  }
  .md-pt-auto {
    padding-top: auto;
  }
  .md-pr-auto {
    padding-right: auto;
  }
  .md-pb-auto {
    padding-bottom: auto;
  }
  .md-pl-auto {
    padding-left: auto;
  }
  .md-pa-0 {
    padding: 0px;
  }
  .md-py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .md-px-0 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .md-pt-0 {
    padding-top: 0px;
  }
  .md-pr-0 {
    padding-right: 0px;
  }
  .md-pb-0 {
    padding-bottom: 0px;
  }
  .md-pl-0 {
    padding-left: 0px;
  }
  .md-pa-4 {
    padding: 4px;
  }
  .md-py-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .md-px-4 {
    padding-right: 4px;
    padding-left: 4px;
  }
  .md-pt-4 {
    padding-top: 4px;
  }
  .md-pr-4 {
    padding-right: 4px;
  }
  .md-pb-4 {
    padding-bottom: 4px;
  }
  .md-pl-4 {
    padding-left: 4px;
  }
  .md-pa-8 {
    padding: 8px;
  }
  .md-py-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .md-px-8 {
    padding-right: 8px;
    padding-left: 8px;
  }
  .md-pt-8 {
    padding-top: 8px;
  }
  .md-pr-8 {
    padding-right: 8px;
  }
  .md-pb-8 {
    padding-bottom: 8px;
  }
  .md-pl-8 {
    padding-left: 8px;
  }
  .md-pa-12 {
    padding: 12px;
  }
  .md-py-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .md-px-12 {
    padding-right: 12px;
    padding-left: 12px;
  }
  .md-pt-12 {
    padding-top: 12px;
  }
  .md-pr-12 {
    padding-right: 12px;
  }
  .md-pb-12 {
    padding-bottom: 12px;
  }
  .md-pl-12 {
    padding-left: 12px;
  }
  .md-pa-16 {
    padding: 16px;
  }
  .md-py-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .md-px-16 {
    padding-right: 16px;
    padding-left: 16px;
  }
  .md-pt-16 {
    padding-top: 16px;
  }
  .md-pr-16 {
    padding-right: 16px;
  }
  .md-pb-16 {
    padding-bottom: 16px;
  }
  .md-pl-16 {
    padding-left: 16px;
  }
  .md-pa-20 {
    padding: 20px;
  }
  .md-py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .md-px-20 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .md-pt-20 {
    padding-top: 20px;
  }
  .md-pr-20 {
    padding-right: 20px;
  }
  .md-pb-20 {
    padding-bottom: 20px;
  }
  .md-pl-20 {
    padding-left: 20px;
  }
  .md-pa-24 {
    padding: 24px;
  }
  .md-py-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .md-px-24 {
    padding-right: 24px;
    padding-left: 24px;
  }
  .md-pt-24 {
    padding-top: 24px;
  }
  .md-pr-24 {
    padding-right: 24px;
  }
  .md-pb-24 {
    padding-bottom: 24px;
  }
  .md-pl-24 {
    padding-left: 24px;
  }
  .md-pa-28 {
    padding: 28px;
  }
  .md-py-28 {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .md-px-28 {
    padding-right: 28px;
    padding-left: 28px;
  }
  .md-pt-28 {
    padding-top: 28px;
  }
  .md-pr-28 {
    padding-right: 28px;
  }
  .md-pb-28 {
    padding-bottom: 28px;
  }
  .md-pl-28 {
    padding-left: 28px;
  }
  .md-pa-32 {
    padding: 32px;
  }
  .md-py-32 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .md-px-32 {
    padding-right: 32px;
    padding-left: 32px;
  }
  .md-pt-32 {
    padding-top: 32px;
  }
  .md-pr-32 {
    padding-right: 32px;
  }
  .md-pb-32 {
    padding-bottom: 32px;
  }
  .md-pl-32 {
    padding-left: 32px;
  }
  .md-pa-36 {
    padding: 36px;
  }
  .md-py-36 {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .md-px-36 {
    padding-right: 36px;
    padding-left: 36px;
  }
  .md-pt-36 {
    padding-top: 36px;
  }
  .md-pr-36 {
    padding-right: 36px;
  }
  .md-pb-36 {
    padding-bottom: 36px;
  }
  .md-pl-36 {
    padding-left: 36px;
  }
  .md-pa-40 {
    padding: 40px;
  }
  .md-py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .md-px-40 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .md-pt-40 {
    padding-top: 40px;
  }
  .md-pr-40 {
    padding-right: 40px;
  }
  .md-pb-40 {
    padding-bottom: 40px;
  }
  .md-pl-40 {
    padding-left: 40px;
  }
  .md-pa-44 {
    padding: 44px;
  }
  .md-py-44 {
    padding-top: 44px;
    padding-bottom: 44px;
  }
  .md-px-44 {
    padding-right: 44px;
    padding-left: 44px;
  }
  .md-pt-44 {
    padding-top: 44px;
  }
  .md-pr-44 {
    padding-right: 44px;
  }
  .md-pb-44 {
    padding-bottom: 44px;
  }
  .md-pl-44 {
    padding-left: 44px;
  }
  .md-pa-48 {
    padding: 48px;
  }
  .md-py-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .md-px-48 {
    padding-right: 48px;
    padding-left: 48px;
  }
  .md-pt-48 {
    padding-top: 48px;
  }
  .md-pr-48 {
    padding-right: 48px;
  }
  .md-pb-48 {
    padding-bottom: 48px;
  }
  .md-pl-48 {
    padding-left: 48px;
  }
  .md-pa-52 {
    padding: 52px;
  }
  .md-py-52 {
    padding-top: 52px;
    padding-bottom: 52px;
  }
  .md-px-52 {
    padding-right: 52px;
    padding-left: 52px;
  }
  .md-pt-52 {
    padding-top: 52px;
  }
  .md-pr-52 {
    padding-right: 52px;
  }
  .md-pb-52 {
    padding-bottom: 52px;
  }
  .md-pl-52 {
    padding-left: 52px;
  }
  .md-pa-56 {
    padding: 56px;
  }
  .md-py-56 {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .md-px-56 {
    padding-right: 56px;
    padding-left: 56px;
  }
  .md-pt-56 {
    padding-top: 56px;
  }
  .md-pr-56 {
    padding-right: 56px;
  }
  .md-pb-56 {
    padding-bottom: 56px;
  }
  .md-pl-56 {
    padding-left: 56px;
  }
  .md-pa-60 {
    padding: 60px;
  }
  .md-py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .md-px-60 {
    padding-right: 60px;
    padding-left: 60px;
  }
  .md-pt-60 {
    padding-top: 60px;
  }
  .md-pr-60 {
    padding-right: 60px;
  }
  .md-pb-60 {
    padding-bottom: 60px;
  }
  .md-pl-60 {
    padding-left: 60px;
  }
  .md-pa-64 {
    padding: 64px;
  }
  .md-py-64 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .md-px-64 {
    padding-right: 64px;
    padding-left: 64px;
  }
  .md-pt-64 {
    padding-top: 64px;
  }
  .md-pr-64 {
    padding-right: 64px;
  }
  .md-pb-64 {
    padding-bottom: 64px;
  }
  .md-pl-64 {
    padding-left: 64px;
  }
  .md-pa-68 {
    padding: 68px;
  }
  .md-py-68 {
    padding-top: 68px;
    padding-bottom: 68px;
  }
  .md-px-68 {
    padding-right: 68px;
    padding-left: 68px;
  }
  .md-pt-68 {
    padding-top: 68px;
  }
  .md-pr-68 {
    padding-right: 68px;
  }
  .md-pb-68 {
    padding-bottom: 68px;
  }
  .md-pl-68 {
    padding-left: 68px;
  }
  .md-pa-72 {
    padding: 72px;
  }
  .md-py-72 {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .md-px-72 {
    padding-right: 72px;
    padding-left: 72px;
  }
  .md-pt-72 {
    padding-top: 72px;
  }
  .md-pr-72 {
    padding-right: 72px;
  }
  .md-pb-72 {
    padding-bottom: 72px;
  }
  .md-pl-72 {
    padding-left: 72px;
  }
  .md-pa-76 {
    padding: 76px;
  }
  .md-py-76 {
    padding-top: 76px;
    padding-bottom: 76px;
  }
  .md-px-76 {
    padding-right: 76px;
    padding-left: 76px;
  }
  .md-pt-76 {
    padding-top: 76px;
  }
  .md-pr-76 {
    padding-right: 76px;
  }
  .md-pb-76 {
    padding-bottom: 76px;
  }
  .md-pl-76 {
    padding-left: 76px;
  }
  .md-pa-80 {
    padding: 80px;
  }
  .md-py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .md-px-80 {
    padding-right: 80px;
    padding-left: 80px;
  }
  .md-pt-80 {
    padding-top: 80px;
  }
  .md-pr-80 {
    padding-right: 80px;
  }
  .md-pb-80 {
    padding-bottom: 80px;
  }
  .md-pl-80 {
    padding-left: 80px;
  }
  .md-pa-98 {
    padding: 98px;
  }
  .md-py-98 {
    padding-top: 98px;
    padding-bottom: 98px;
  }
  .md-px-98 {
    padding-right: 98px;
    padding-left: 98px;
  }
  .md-pt-98 {
    padding-top: 98px;
  }
  .md-pr-98 {
    padding-right: 98px;
  }
  .md-pb-98 {
    padding-bottom: 98px;
  }
  .md-pl-98 {
    padding-left: 98px;
  }
  .md-pa-100 {
    padding: 100px;
  }
  .md-py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .md-px-100 {
    padding-right: 100px;
    padding-left: 100px;
  }
  .md-pt-100 {
    padding-top: 100px;
  }
  .md-pr-100 {
    padding-right: 100px;
  }
  .md-pb-100 {
    padding-bottom: 100px;
  }
  .md-pl-100 {
    padding-left: 100px;
  }
  .md-pa-120 {
    padding: 120px;
  }
  .md-py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .md-px-120 {
    padding-right: 120px;
    padding-left: 120px;
  }
  .md-pt-120 {
    padding-top: 120px;
  }
  .md-pr-120 {
    padding-right: 120px;
  }
  .md-pb-120 {
    padding-bottom: 120px;
  }
  .md-pl-120 {
    padding-left: 120px;
  }
  .md-pa-200 {
    padding: 200px;
  }
  .md-py-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .md-px-200 {
    padding-right: 200px;
    padding-left: 200px;
  }
  .md-pt-200 {
    padding-top: 200px;
  }
  .md-pr-200 {
    padding-right: 200px;
  }
  .md-pb-200 {
    padding-bottom: 200px;
  }
  .md-pl-200 {
    padding-left: 200px;
  }
  .md-pa-240 {
    padding: 240px;
  }
  .md-py-240 {
    padding-top: 240px;
    padding-bottom: 240px;
  }
  .md-px-240 {
    padding-right: 240px;
    padding-left: 240px;
  }
  .md-pt-240 {
    padding-top: 240px;
  }
  .md-pr-240 {
    padding-right: 240px;
  }
  .md-pb-240 {
    padding-bottom: 240px;
  }
  .md-pl-240 {
    padding-left: 240px;
  }
}

@media screen and (max-width: 991px) {
  .sm-ma-auto {
    margin: auto;
  }
  .sm-my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .sm-mx-auto {
    margin-right: auto;
    margin-left: auto;
  }
  .sm-mt-auto {
    margin-top: auto;
  }
  .sm-mr-auto {
    margin-right: auto;
  }
  .sm-mb-auto {
    margin-bottom: auto;
  }
  .sm-ml-auto {
    margin-left: auto;
  }
  .sm-ma-0 {
    margin: 0px;
  }
  .sm-my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .sm-mx-0 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .sm-mt-0 {
    margin-top: 0px;
  }
  .sm-mr-0 {
    margin-right: 0px;
  }
  .sm-mb-0 {
    margin-bottom: 0px;
  }
  .sm-ml-0 {
    margin-left: 0px;
  }
  .sm-ma-4 {
    margin: 4px;
  }
  .sm-my-4 {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .sm-mx-4 {
    margin-right: 4px;
    margin-left: 4px;
  }
  .sm-mt-4 {
    margin-top: 4px;
  }
  .sm-mr-4 {
    margin-right: 4px;
  }
  .sm-mb-4 {
    margin-bottom: 4px;
  }
  .sm-ml-4 {
    margin-left: 4px;
  }
  .sm-ma-8 {
    margin: 8px;
  }
  .sm-my-8 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .sm-mx-8 {
    margin-right: 8px;
    margin-left: 8px;
  }
  .sm-mt-8 {
    margin-top: 8px;
  }
  .sm-mr-8 {
    margin-right: 8px;
  }
  .sm-mb-8 {
    margin-bottom: 8px;
  }
  .sm-ml-8 {
    margin-left: 8px;
  }
  .sm-ma-12 {
    margin: 12px;
  }
  .sm-my-12 {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .sm-mx-12 {
    margin-right: 12px;
    margin-left: 12px;
  }
  .sm-mt-12 {
    margin-top: 12px;
  }
  .sm-mr-12 {
    margin-right: 12px;
  }
  .sm-mb-12 {
    margin-bottom: 12px;
  }
  .sm-ml-12 {
    margin-left: 12px;
  }
  .sm-ma-16 {
    margin: 16px;
  }
  .sm-my-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .sm-mx-16 {
    margin-right: 16px;
    margin-left: 16px;
  }
  .sm-mt-16 {
    margin-top: 16px;
  }
  .sm-mr-16 {
    margin-right: 16px;
  }
  .sm-mb-16 {
    margin-bottom: 16px;
  }
  .sm-ml-16 {
    margin-left: 16px;
  }
  .sm-ma-20 {
    margin: 20px;
  }
  .sm-my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .sm-mx-20 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .sm-mt-20 {
    margin-top: 20px;
  }
  .sm-mr-20 {
    margin-right: 20px;
  }
  .sm-mb-20 {
    margin-bottom: 20px;
  }
  .sm-ml-20 {
    margin-left: 20px;
  }
  .sm-ma-24 {
    margin: 24px;
  }
  .sm-my-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .sm-mx-24 {
    margin-right: 24px;
    margin-left: 24px;
  }
  .sm-mt-24 {
    margin-top: 24px;
  }
  .sm-mr-24 {
    margin-right: 24px;
  }
  .sm-mb-24 {
    margin-bottom: 24px;
  }
  .sm-ml-24 {
    margin-left: 24px;
  }
  .sm-ma-28 {
    margin: 28px;
  }
  .sm-my-28 {
    margin-top: 28px;
    margin-bottom: 28px;
  }
  .sm-mx-28 {
    margin-right: 28px;
    margin-left: 28px;
  }
  .sm-mt-28 {
    margin-top: 28px;
  }
  .sm-mr-28 {
    margin-right: 28px;
  }
  .sm-mb-28 {
    margin-bottom: 28px;
  }
  .sm-ml-28 {
    margin-left: 28px;
  }
  .sm-ma-32 {
    margin: 32px;
  }
  .sm-my-32 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .sm-mx-32 {
    margin-right: 32px;
    margin-left: 32px;
  }
  .sm-mt-32 {
    margin-top: 32px;
  }
  .sm-mr-32 {
    margin-right: 32px;
  }
  .sm-mb-32 {
    margin-bottom: 32px;
  }
  .sm-ml-32 {
    margin-left: 32px;
  }
  .sm-ma-36 {
    margin: 36px;
  }
  .sm-my-36 {
    margin-top: 36px;
    margin-bottom: 36px;
  }
  .sm-mx-36 {
    margin-right: 36px;
    margin-left: 36px;
  }
  .sm-mt-36 {
    margin-top: 36px;
  }
  .sm-mr-36 {
    margin-right: 36px;
  }
  .sm-mb-36 {
    margin-bottom: 36px;
  }
  .sm-ml-36 {
    margin-left: 36px;
  }
  .sm-ma-40 {
    margin: 40px;
  }
  .sm-my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .sm-mx-40 {
    margin-right: 40px;
    margin-left: 40px;
  }
  .sm-mt-40 {
    margin-top: 40px;
  }
  .sm-mr-40 {
    margin-right: 40px;
  }
  .sm-mb-40 {
    margin-bottom: 40px;
  }
  .sm-ml-40 {
    margin-left: 40px;
  }
  .sm-ma-44 {
    margin: 44px;
  }
  .sm-my-44 {
    margin-top: 44px;
    margin-bottom: 44px;
  }
  .sm-mx-44 {
    margin-right: 44px;
    margin-left: 44px;
  }
  .sm-mt-44 {
    margin-top: 44px;
  }
  .sm-mr-44 {
    margin-right: 44px;
  }
  .sm-mb-44 {
    margin-bottom: 44px;
  }
  .sm-ml-44 {
    margin-left: 44px;
  }
  .sm-ma-48 {
    margin: 48px;
  }
  .sm-my-48 {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .sm-mx-48 {
    margin-right: 48px;
    margin-left: 48px;
  }
  .sm-mt-48 {
    margin-top: 48px;
  }
  .sm-mr-48 {
    margin-right: 48px;
  }
  .sm-mb-48 {
    margin-bottom: 48px;
  }
  .sm-ml-48 {
    margin-left: 48px;
  }
  .sm-ma-52 {
    margin: 52px;
  }
  .sm-my-52 {
    margin-top: 52px;
    margin-bottom: 52px;
  }
  .sm-mx-52 {
    margin-right: 52px;
    margin-left: 52px;
  }
  .sm-mt-52 {
    margin-top: 52px;
  }
  .sm-mr-52 {
    margin-right: 52px;
  }
  .sm-mb-52 {
    margin-bottom: 52px;
  }
  .sm-ml-52 {
    margin-left: 52px;
  }
  .sm-ma-56 {
    margin: 56px;
  }
  .sm-my-56 {
    margin-top: 56px;
    margin-bottom: 56px;
  }
  .sm-mx-56 {
    margin-right: 56px;
    margin-left: 56px;
  }
  .sm-mt-56 {
    margin-top: 56px;
  }
  .sm-mr-56 {
    margin-right: 56px;
  }
  .sm-mb-56 {
    margin-bottom: 56px;
  }
  .sm-ml-56 {
    margin-left: 56px;
  }
  .sm-ma-60 {
    margin: 60px;
  }
  .sm-my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .sm-mx-60 {
    margin-right: 60px;
    margin-left: 60px;
  }
  .sm-mt-60 {
    margin-top: 60px;
  }
  .sm-mr-60 {
    margin-right: 60px;
  }
  .sm-mb-60 {
    margin-bottom: 60px;
  }
  .sm-ml-60 {
    margin-left: 60px;
  }
  .sm-ma-64 {
    margin: 64px;
  }
  .sm-my-64 {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .sm-mx-64 {
    margin-right: 64px;
    margin-left: 64px;
  }
  .sm-mt-64 {
    margin-top: 64px;
  }
  .sm-mr-64 {
    margin-right: 64px;
  }
  .sm-mb-64 {
    margin-bottom: 64px;
  }
  .sm-ml-64 {
    margin-left: 64px;
  }
  .sm-ma-68 {
    margin: 68px;
  }
  .sm-my-68 {
    margin-top: 68px;
    margin-bottom: 68px;
  }
  .sm-mx-68 {
    margin-right: 68px;
    margin-left: 68px;
  }
  .sm-mt-68 {
    margin-top: 68px;
  }
  .sm-mr-68 {
    margin-right: 68px;
  }
  .sm-mb-68 {
    margin-bottom: 68px;
  }
  .sm-ml-68 {
    margin-left: 68px;
  }
  .sm-ma-72 {
    margin: 72px;
  }
  .sm-my-72 {
    margin-top: 72px;
    margin-bottom: 72px;
  }
  .sm-mx-72 {
    margin-right: 72px;
    margin-left: 72px;
  }
  .sm-mt-72 {
    margin-top: 72px;
  }
  .sm-mr-72 {
    margin-right: 72px;
  }
  .sm-mb-72 {
    margin-bottom: 72px;
  }
  .sm-ml-72 {
    margin-left: 72px;
  }
  .sm-ma-76 {
    margin: 76px;
  }
  .sm-my-76 {
    margin-top: 76px;
    margin-bottom: 76px;
  }
  .sm-mx-76 {
    margin-right: 76px;
    margin-left: 76px;
  }
  .sm-mt-76 {
    margin-top: 76px;
  }
  .sm-mr-76 {
    margin-right: 76px;
  }
  .sm-mb-76 {
    margin-bottom: 76px;
  }
  .sm-ml-76 {
    margin-left: 76px;
  }
  .sm-ma-80 {
    margin: 80px;
  }
  .sm-my-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .sm-mx-80 {
    margin-right: 80px;
    margin-left: 80px;
  }
  .sm-mt-80 {
    margin-top: 80px;
  }
  .sm-mr-80 {
    margin-right: 80px;
  }
  .sm-mb-80 {
    margin-bottom: 80px;
  }
  .sm-ml-80 {
    margin-left: 80px;
  }
  .sm-ma-98 {
    margin: 98px;
  }
  .sm-my-98 {
    margin-top: 98px;
    margin-bottom: 98px;
  }
  .sm-mx-98 {
    margin-right: 98px;
    margin-left: 98px;
  }
  .sm-mt-98 {
    margin-top: 98px;
  }
  .sm-mr-98 {
    margin-right: 98px;
  }
  .sm-mb-98 {
    margin-bottom: 98px;
  }
  .sm-ml-98 {
    margin-left: 98px;
  }
  .sm-ma-100 {
    margin: 100px;
  }
  .sm-my-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .sm-mx-100 {
    margin-right: 100px;
    margin-left: 100px;
  }
  .sm-mt-100 {
    margin-top: 100px;
  }
  .sm-mr-100 {
    margin-right: 100px;
  }
  .sm-mb-100 {
    margin-bottom: 100px;
  }
  .sm-ml-100 {
    margin-left: 100px;
  }
  .sm-ma-120 {
    margin: 120px;
  }
  .sm-my-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .sm-mx-120 {
    margin-right: 120px;
    margin-left: 120px;
  }
  .sm-mt-120 {
    margin-top: 120px;
  }
  .sm-mr-120 {
    margin-right: 120px;
  }
  .sm-mb-120 {
    margin-bottom: 120px;
  }
  .sm-ml-120 {
    margin-left: 120px;
  }
  .sm-ma-200 {
    margin: 200px;
  }
  .sm-my-200 {
    margin-top: 200px;
    margin-bottom: 200px;
  }
  .sm-mx-200 {
    margin-right: 200px;
    margin-left: 200px;
  }
  .sm-mt-200 {
    margin-top: 200px;
  }
  .sm-mr-200 {
    margin-right: 200px;
  }
  .sm-mb-200 {
    margin-bottom: 200px;
  }
  .sm-ml-200 {
    margin-left: 200px;
  }
  .sm-ma-240 {
    margin: 240px;
  }
  .sm-my-240 {
    margin-top: 240px;
    margin-bottom: 240px;
  }
  .sm-mx-240 {
    margin-right: 240px;
    margin-left: 240px;
  }
  .sm-mt-240 {
    margin-top: 240px;
  }
  .sm-mr-240 {
    margin-right: 240px;
  }
  .sm-mb-240 {
    margin-bottom: 240px;
  }
  .sm-ml-240 {
    margin-left: 240px;
  }
  .sm-pa-auto {
    padding: auto;
  }
  .sm-py-auto {
    padding-top: auto;
    padding-bottom: auto;
  }
  .sm-px-auto {
    padding-right: auto;
    padding-left: auto;
  }
  .sm-pt-auto {
    padding-top: auto;
  }
  .sm-pr-auto {
    padding-right: auto;
  }
  .sm-pb-auto {
    padding-bottom: auto;
  }
  .sm-pl-auto {
    padding-left: auto;
  }
  .sm-pa-0 {
    padding: 0px;
  }
  .sm-py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .sm-px-0 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .sm-pt-0 {
    padding-top: 0px;
  }
  .sm-pr-0 {
    padding-right: 0px;
  }
  .sm-pb-0 {
    padding-bottom: 0px;
  }
  .sm-pl-0 {
    padding-left: 0px;
  }
  .sm-pa-4 {
    padding: 4px;
  }
  .sm-py-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .sm-px-4 {
    padding-right: 4px;
    padding-left: 4px;
  }
  .sm-pt-4 {
    padding-top: 4px;
  }
  .sm-pr-4 {
    padding-right: 4px;
  }
  .sm-pb-4 {
    padding-bottom: 4px;
  }
  .sm-pl-4 {
    padding-left: 4px;
  }
  .sm-pa-8 {
    padding: 8px;
  }
  .sm-py-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .sm-px-8 {
    padding-right: 8px;
    padding-left: 8px;
  }
  .sm-pt-8 {
    padding-top: 8px;
  }
  .sm-pr-8 {
    padding-right: 8px;
  }
  .sm-pb-8 {
    padding-bottom: 8px;
  }
  .sm-pl-8 {
    padding-left: 8px;
  }
  .sm-pa-12 {
    padding: 12px;
  }
  .sm-py-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .sm-px-12 {
    padding-right: 12px;
    padding-left: 12px;
  }
  .sm-pt-12 {
    padding-top: 12px;
  }
  .sm-pr-12 {
    padding-right: 12px;
  }
  .sm-pb-12 {
    padding-bottom: 12px;
  }
  .sm-pl-12 {
    padding-left: 12px;
  }
  .sm-pa-16 {
    padding: 16px;
  }
  .sm-py-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .sm-px-16 {
    padding-right: 16px;
    padding-left: 16px;
  }
  .sm-pt-16 {
    padding-top: 16px;
  }
  .sm-pr-16 {
    padding-right: 16px;
  }
  .sm-pb-16 {
    padding-bottom: 16px;
  }
  .sm-pl-16 {
    padding-left: 16px;
  }
  .sm-pa-20 {
    padding: 20px;
  }
  .sm-py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .sm-px-20 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .sm-pt-20 {
    padding-top: 20px;
  }
  .sm-pr-20 {
    padding-right: 20px;
  }
  .sm-pb-20 {
    padding-bottom: 20px;
  }
  .sm-pl-20 {
    padding-left: 20px;
  }
  .sm-pa-24 {
    padding: 24px;
  }
  .sm-py-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .sm-px-24 {
    padding-right: 24px;
    padding-left: 24px;
  }
  .sm-pt-24 {
    padding-top: 24px;
  }
  .sm-pr-24 {
    padding-right: 24px;
  }
  .sm-pb-24 {
    padding-bottom: 24px;
  }
  .sm-pl-24 {
    padding-left: 24px;
  }
  .sm-pa-28 {
    padding: 28px;
  }
  .sm-py-28 {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .sm-px-28 {
    padding-right: 28px;
    padding-left: 28px;
  }
  .sm-pt-28 {
    padding-top: 28px;
  }
  .sm-pr-28 {
    padding-right: 28px;
  }
  .sm-pb-28 {
    padding-bottom: 28px;
  }
  .sm-pl-28 {
    padding-left: 28px;
  }
  .sm-pa-32 {
    padding: 32px;
  }
  .sm-py-32 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .sm-px-32 {
    padding-right: 32px;
    padding-left: 32px;
  }
  .sm-pt-32 {
    padding-top: 32px;
  }
  .sm-pr-32 {
    padding-right: 32px;
  }
  .sm-pb-32 {
    padding-bottom: 32px;
  }
  .sm-pl-32 {
    padding-left: 32px;
  }
  .sm-pa-36 {
    padding: 36px;
  }
  .sm-py-36 {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .sm-px-36 {
    padding-right: 36px;
    padding-left: 36px;
  }
  .sm-pt-36 {
    padding-top: 36px;
  }
  .sm-pr-36 {
    padding-right: 36px;
  }
  .sm-pb-36 {
    padding-bottom: 36px;
  }
  .sm-pl-36 {
    padding-left: 36px;
  }
  .sm-pa-40 {
    padding: 40px;
  }
  .sm-py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .sm-px-40 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .sm-pt-40 {
    padding-top: 40px;
  }
  .sm-pr-40 {
    padding-right: 40px;
  }
  .sm-pb-40 {
    padding-bottom: 40px;
  }
  .sm-pl-40 {
    padding-left: 40px;
  }
  .sm-pa-44 {
    padding: 44px;
  }
  .sm-py-44 {
    padding-top: 44px;
    padding-bottom: 44px;
  }
  .sm-px-44 {
    padding-right: 44px;
    padding-left: 44px;
  }
  .sm-pt-44 {
    padding-top: 44px;
  }
  .sm-pr-44 {
    padding-right: 44px;
  }
  .sm-pb-44 {
    padding-bottom: 44px;
  }
  .sm-pl-44 {
    padding-left: 44px;
  }
  .sm-pa-48 {
    padding: 48px;
  }
  .sm-py-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .sm-px-48 {
    padding-right: 48px;
    padding-left: 48px;
  }
  .sm-pt-48 {
    padding-top: 48px;
  }
  .sm-pr-48 {
    padding-right: 48px;
  }
  .sm-pb-48 {
    padding-bottom: 48px;
  }
  .sm-pl-48 {
    padding-left: 48px;
  }
  .sm-pa-52 {
    padding: 52px;
  }
  .sm-py-52 {
    padding-top: 52px;
    padding-bottom: 52px;
  }
  .sm-px-52 {
    padding-right: 52px;
    padding-left: 52px;
  }
  .sm-pt-52 {
    padding-top: 52px;
  }
  .sm-pr-52 {
    padding-right: 52px;
  }
  .sm-pb-52 {
    padding-bottom: 52px;
  }
  .sm-pl-52 {
    padding-left: 52px;
  }
  .sm-pa-56 {
    padding: 56px;
  }
  .sm-py-56 {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .sm-px-56 {
    padding-right: 56px;
    padding-left: 56px;
  }
  .sm-pt-56 {
    padding-top: 56px;
  }
  .sm-pr-56 {
    padding-right: 56px;
  }
  .sm-pb-56 {
    padding-bottom: 56px;
  }
  .sm-pl-56 {
    padding-left: 56px;
  }
  .sm-pa-60 {
    padding: 60px;
  }
  .sm-py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .sm-px-60 {
    padding-right: 60px;
    padding-left: 60px;
  }
  .sm-pt-60 {
    padding-top: 60px;
  }
  .sm-pr-60 {
    padding-right: 60px;
  }
  .sm-pb-60 {
    padding-bottom: 60px;
  }
  .sm-pl-60 {
    padding-left: 60px;
  }
  .sm-pa-64 {
    padding: 64px;
  }
  .sm-py-64 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .sm-px-64 {
    padding-right: 64px;
    padding-left: 64px;
  }
  .sm-pt-64 {
    padding-top: 64px;
  }
  .sm-pr-64 {
    padding-right: 64px;
  }
  .sm-pb-64 {
    padding-bottom: 64px;
  }
  .sm-pl-64 {
    padding-left: 64px;
  }
  .sm-pa-68 {
    padding: 68px;
  }
  .sm-py-68 {
    padding-top: 68px;
    padding-bottom: 68px;
  }
  .sm-px-68 {
    padding-right: 68px;
    padding-left: 68px;
  }
  .sm-pt-68 {
    padding-top: 68px;
  }
  .sm-pr-68 {
    padding-right: 68px;
  }
  .sm-pb-68 {
    padding-bottom: 68px;
  }
  .sm-pl-68 {
    padding-left: 68px;
  }
  .sm-pa-72 {
    padding: 72px;
  }
  .sm-py-72 {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .sm-px-72 {
    padding-right: 72px;
    padding-left: 72px;
  }
  .sm-pt-72 {
    padding-top: 72px;
  }
  .sm-pr-72 {
    padding-right: 72px;
  }
  .sm-pb-72 {
    padding-bottom: 72px;
  }
  .sm-pl-72 {
    padding-left: 72px;
  }
  .sm-pa-76 {
    padding: 76px;
  }
  .sm-py-76 {
    padding-top: 76px;
    padding-bottom: 76px;
  }
  .sm-px-76 {
    padding-right: 76px;
    padding-left: 76px;
  }
  .sm-pt-76 {
    padding-top: 76px;
  }
  .sm-pr-76 {
    padding-right: 76px;
  }
  .sm-pb-76 {
    padding-bottom: 76px;
  }
  .sm-pl-76 {
    padding-left: 76px;
  }
  .sm-pa-80 {
    padding: 80px;
  }
  .sm-py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .sm-px-80 {
    padding-right: 80px;
    padding-left: 80px;
  }
  .sm-pt-80 {
    padding-top: 80px;
  }
  .sm-pr-80 {
    padding-right: 80px;
  }
  .sm-pb-80 {
    padding-bottom: 80px;
  }
  .sm-pl-80 {
    padding-left: 80px;
  }
  .sm-pa-98 {
    padding: 98px;
  }
  .sm-py-98 {
    padding-top: 98px;
    padding-bottom: 98px;
  }
  .sm-px-98 {
    padding-right: 98px;
    padding-left: 98px;
  }
  .sm-pt-98 {
    padding-top: 98px;
  }
  .sm-pr-98 {
    padding-right: 98px;
  }
  .sm-pb-98 {
    padding-bottom: 98px;
  }
  .sm-pl-98 {
    padding-left: 98px;
  }
  .sm-pa-100 {
    padding: 100px;
  }
  .sm-py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .sm-px-100 {
    padding-right: 100px;
    padding-left: 100px;
  }
  .sm-pt-100 {
    padding-top: 100px;
  }
  .sm-pr-100 {
    padding-right: 100px;
  }
  .sm-pb-100 {
    padding-bottom: 100px;
  }
  .sm-pl-100 {
    padding-left: 100px;
  }
  .sm-pa-120 {
    padding: 120px;
  }
  .sm-py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .sm-px-120 {
    padding-right: 120px;
    padding-left: 120px;
  }
  .sm-pt-120 {
    padding-top: 120px;
  }
  .sm-pr-120 {
    padding-right: 120px;
  }
  .sm-pb-120 {
    padding-bottom: 120px;
  }
  .sm-pl-120 {
    padding-left: 120px;
  }
  .sm-pa-200 {
    padding: 200px;
  }
  .sm-py-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .sm-px-200 {
    padding-right: 200px;
    padding-left: 200px;
  }
  .sm-pt-200 {
    padding-top: 200px;
  }
  .sm-pr-200 {
    padding-right: 200px;
  }
  .sm-pb-200 {
    padding-bottom: 200px;
  }
  .sm-pl-200 {
    padding-left: 200px;
  }
  .sm-pa-240 {
    padding: 240px;
  }
  .sm-py-240 {
    padding-top: 240px;
    padding-bottom: 240px;
  }
  .sm-px-240 {
    padding-right: 240px;
    padding-left: 240px;
  }
  .sm-pt-240 {
    padding-top: 240px;
  }
  .sm-pr-240 {
    padding-right: 240px;
  }
  .sm-pb-240 {
    padding-bottom: 240px;
  }
  .sm-pl-240 {
    padding-left: 240px;
  }
  .sm-rgap-auto {
    row-gap: auto;
  }
  .sm-cgap-auto {
    -moz-column-gap: auto;
         column-gap: auto;
  }
  .sm-gap-auto {
    gap: auto;
  }
  .sm-rgap-0 {
    row-gap: 0px;
  }
  .sm-cgap-0 {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
  .sm-gap-0 {
    gap: 0px;
  }
  .sm-rgap-4 {
    row-gap: 4px;
  }
  .sm-cgap-4 {
    -moz-column-gap: 4px;
         column-gap: 4px;
  }
  .sm-gap-4 {
    gap: 4px;
  }
  .sm-rgap-8 {
    row-gap: 8px;
  }
  .sm-cgap-8 {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  .sm-gap-8 {
    gap: 8px;
  }
  .sm-rgap-12 {
    row-gap: 12px;
  }
  .sm-cgap-12 {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .sm-gap-12 {
    gap: 12px;
  }
  .sm-rgap-16 {
    row-gap: 16px;
  }
  .sm-cgap-16 {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  .sm-gap-16 {
    gap: 16px;
  }
  .sm-rgap-20 {
    row-gap: 20px;
  }
  .sm-cgap-20 {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .sm-gap-20 {
    gap: 20px;
  }
  .sm-rgap-24 {
    row-gap: 24px;
  }
  .sm-cgap-24 {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
  .sm-gap-24 {
    gap: 24px;
  }
  .sm-rgap-28 {
    row-gap: 28px;
  }
  .sm-cgap-28 {
    -moz-column-gap: 28px;
         column-gap: 28px;
  }
  .sm-gap-28 {
    gap: 28px;
  }
  .sm-rgap-32 {
    row-gap: 32px;
  }
  .sm-cgap-32 {
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
  .sm-gap-32 {
    gap: 32px;
  }
  .sm-rgap-36 {
    row-gap: 36px;
  }
  .sm-cgap-36 {
    -moz-column-gap: 36px;
         column-gap: 36px;
  }
  .sm-gap-36 {
    gap: 36px;
  }
  .sm-rgap-40 {
    row-gap: 40px;
  }
  .sm-cgap-40 {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .sm-gap-40 {
    gap: 40px;
  }
  .sm-rgap-44 {
    row-gap: 44px;
  }
  .sm-cgap-44 {
    -moz-column-gap: 44px;
         column-gap: 44px;
  }
  .sm-gap-44 {
    gap: 44px;
  }
  .sm-rgap-48 {
    row-gap: 48px;
  }
  .sm-cgap-48 {
    -moz-column-gap: 48px;
         column-gap: 48px;
  }
  .sm-gap-48 {
    gap: 48px;
  }
  .sm-rgap-52 {
    row-gap: 52px;
  }
  .sm-cgap-52 {
    -moz-column-gap: 52px;
         column-gap: 52px;
  }
  .sm-gap-52 {
    gap: 52px;
  }
  .sm-rgap-56 {
    row-gap: 56px;
  }
  .sm-cgap-56 {
    -moz-column-gap: 56px;
         column-gap: 56px;
  }
  .sm-gap-56 {
    gap: 56px;
  }
  .sm-rgap-60 {
    row-gap: 60px;
  }
  .sm-cgap-60 {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
  .sm-gap-60 {
    gap: 60px;
  }
  .sm-rgap-64 {
    row-gap: 64px;
  }
  .sm-cgap-64 {
    -moz-column-gap: 64px;
         column-gap: 64px;
  }
  .sm-gap-64 {
    gap: 64px;
  }
  .sm-rgap-68 {
    row-gap: 68px;
  }
  .sm-cgap-68 {
    -moz-column-gap: 68px;
         column-gap: 68px;
  }
  .sm-gap-68 {
    gap: 68px;
  }
  .sm-rgap-72 {
    row-gap: 72px;
  }
  .sm-cgap-72 {
    -moz-column-gap: 72px;
         column-gap: 72px;
  }
  .sm-gap-72 {
    gap: 72px;
  }
  .sm-rgap-76 {
    row-gap: 76px;
  }
  .sm-cgap-76 {
    -moz-column-gap: 76px;
         column-gap: 76px;
  }
  .sm-gap-76 {
    gap: 76px;
  }
  .sm-rgap-80 {
    row-gap: 80px;
  }
  .sm-cgap-80 {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
  .sm-gap-80 {
    gap: 80px;
  }
  .sm-rgap-98 {
    row-gap: 98px;
  }
  .sm-cgap-98 {
    -moz-column-gap: 98px;
         column-gap: 98px;
  }
  .sm-gap-98 {
    gap: 98px;
  }
  .sm-rgap-100 {
    row-gap: 100px;
  }
  .sm-cgap-100 {
    -moz-column-gap: 100px;
         column-gap: 100px;
  }
  .sm-gap-100 {
    gap: 100px;
  }
  .sm-rgap-120 {
    row-gap: 120px;
  }
  .sm-cgap-120 {
    -moz-column-gap: 120px;
         column-gap: 120px;
  }
  .sm-gap-120 {
    gap: 120px;
  }
  .sm-rgap-200 {
    row-gap: 200px;
  }
  .sm-cgap-200 {
    -moz-column-gap: 200px;
         column-gap: 200px;
  }
  .sm-gap-200 {
    gap: 200px;
  }
  .sm-rgap-240 {
    row-gap: 240px;
  }
  .sm-cgap-240 {
    -moz-column-gap: 240px;
         column-gap: 240px;
  }
  .sm-gap-240 {
    gap: 240px;
  }
}

@media screen and (max-width: 767px) {
  .xs-ma-auto {
    margin: auto;
  }
  .xs-my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .xs-mx-auto {
    margin-right: auto;
    margin-left: auto;
  }
  .xs-mt-auto {
    margin-top: auto;
  }
  .xs-mr-auto {
    margin-right: auto;
  }
  .xs-mb-auto {
    margin-bottom: auto;
  }
  .xs-ml-auto {
    margin-left: auto;
  }
  .xs-ma-0 {
    margin: 0px;
  }
  .xs-my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .xs-mx-0 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .xs-mt-0 {
    margin-top: 0px;
  }
  .xs-mr-0 {
    margin-right: 0px;
  }
  .xs-mb-0 {
    margin-bottom: 0px;
  }
  .xs-ml-0 {
    margin-left: 0px;
  }
  .xs-ma-4 {
    margin: 4px;
  }
  .xs-my-4 {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .xs-mx-4 {
    margin-right: 4px;
    margin-left: 4px;
  }
  .xs-mt-4 {
    margin-top: 4px;
  }
  .xs-mr-4 {
    margin-right: 4px;
  }
  .xs-mb-4 {
    margin-bottom: 4px;
  }
  .xs-ml-4 {
    margin-left: 4px;
  }
  .xs-ma-8 {
    margin: 8px;
  }
  .xs-my-8 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .xs-mx-8 {
    margin-right: 8px;
    margin-left: 8px;
  }
  .xs-mt-8 {
    margin-top: 8px;
  }
  .xs-mr-8 {
    margin-right: 8px;
  }
  .xs-mb-8 {
    margin-bottom: 8px;
  }
  .xs-ml-8 {
    margin-left: 8px;
  }
  .xs-ma-12 {
    margin: 12px;
  }
  .xs-my-12 {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .xs-mx-12 {
    margin-right: 12px;
    margin-left: 12px;
  }
  .xs-mt-12 {
    margin-top: 12px;
  }
  .xs-mr-12 {
    margin-right: 12px;
  }
  .xs-mb-12 {
    margin-bottom: 12px;
  }
  .xs-ml-12 {
    margin-left: 12px;
  }
  .xs-ma-16 {
    margin: 16px;
  }
  .xs-my-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .xs-mx-16 {
    margin-right: 16px;
    margin-left: 16px;
  }
  .xs-mt-16 {
    margin-top: 16px;
  }
  .xs-mr-16 {
    margin-right: 16px;
  }
  .xs-mb-16 {
    margin-bottom: 16px;
  }
  .xs-ml-16 {
    margin-left: 16px;
  }
  .xs-ma-20 {
    margin: 20px;
  }
  .xs-my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .xs-mx-20 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .xs-mt-20 {
    margin-top: 20px;
  }
  .xs-mr-20 {
    margin-right: 20px;
  }
  .xs-mb-20 {
    margin-bottom: 20px;
  }
  .xs-ml-20 {
    margin-left: 20px;
  }
  .xs-ma-24 {
    margin: 24px;
  }
  .xs-my-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .xs-mx-24 {
    margin-right: 24px;
    margin-left: 24px;
  }
  .xs-mt-24 {
    margin-top: 24px;
  }
  .xs-mr-24 {
    margin-right: 24px;
  }
  .xs-mb-24 {
    margin-bottom: 24px;
  }
  .xs-ml-24 {
    margin-left: 24px;
  }
  .xs-ma-28 {
    margin: 28px;
  }
  .xs-my-28 {
    margin-top: 28px;
    margin-bottom: 28px;
  }
  .xs-mx-28 {
    margin-right: 28px;
    margin-left: 28px;
  }
  .xs-mt-28 {
    margin-top: 28px;
  }
  .xs-mr-28 {
    margin-right: 28px;
  }
  .xs-mb-28 {
    margin-bottom: 28px;
  }
  .xs-ml-28 {
    margin-left: 28px;
  }
  .xs-ma-32 {
    margin: 32px;
  }
  .xs-my-32 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .xs-mx-32 {
    margin-right: 32px;
    margin-left: 32px;
  }
  .xs-mt-32 {
    margin-top: 32px;
  }
  .xs-mr-32 {
    margin-right: 32px;
  }
  .xs-mb-32 {
    margin-bottom: 32px;
  }
  .xs-ml-32 {
    margin-left: 32px;
  }
  .xs-ma-36 {
    margin: 36px;
  }
  .xs-my-36 {
    margin-top: 36px;
    margin-bottom: 36px;
  }
  .xs-mx-36 {
    margin-right: 36px;
    margin-left: 36px;
  }
  .xs-mt-36 {
    margin-top: 36px;
  }
  .xs-mr-36 {
    margin-right: 36px;
  }
  .xs-mb-36 {
    margin-bottom: 36px;
  }
  .xs-ml-36 {
    margin-left: 36px;
  }
  .xs-ma-40 {
    margin: 40px;
  }
  .xs-my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .xs-mx-40 {
    margin-right: 40px;
    margin-left: 40px;
  }
  .xs-mt-40 {
    margin-top: 40px;
  }
  .xs-mr-40 {
    margin-right: 40px;
  }
  .xs-mb-40 {
    margin-bottom: 40px;
  }
  .xs-ml-40 {
    margin-left: 40px;
  }
  .xs-ma-44 {
    margin: 44px;
  }
  .xs-my-44 {
    margin-top: 44px;
    margin-bottom: 44px;
  }
  .xs-mx-44 {
    margin-right: 44px;
    margin-left: 44px;
  }
  .xs-mt-44 {
    margin-top: 44px;
  }
  .xs-mr-44 {
    margin-right: 44px;
  }
  .xs-mb-44 {
    margin-bottom: 44px;
  }
  .xs-ml-44 {
    margin-left: 44px;
  }
  .xs-ma-48 {
    margin: 48px;
  }
  .xs-my-48 {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .xs-mx-48 {
    margin-right: 48px;
    margin-left: 48px;
  }
  .xs-mt-48 {
    margin-top: 48px;
  }
  .xs-mr-48 {
    margin-right: 48px;
  }
  .xs-mb-48 {
    margin-bottom: 48px;
  }
  .xs-ml-48 {
    margin-left: 48px;
  }
  .xs-ma-52 {
    margin: 52px;
  }
  .xs-my-52 {
    margin-top: 52px;
    margin-bottom: 52px;
  }
  .xs-mx-52 {
    margin-right: 52px;
    margin-left: 52px;
  }
  .xs-mt-52 {
    margin-top: 52px;
  }
  .xs-mr-52 {
    margin-right: 52px;
  }
  .xs-mb-52 {
    margin-bottom: 52px;
  }
  .xs-ml-52 {
    margin-left: 52px;
  }
  .xs-ma-56 {
    margin: 56px;
  }
  .xs-my-56 {
    margin-top: 56px;
    margin-bottom: 56px;
  }
  .xs-mx-56 {
    margin-right: 56px;
    margin-left: 56px;
  }
  .xs-mt-56 {
    margin-top: 56px;
  }
  .xs-mr-56 {
    margin-right: 56px;
  }
  .xs-mb-56 {
    margin-bottom: 56px;
  }
  .xs-ml-56 {
    margin-left: 56px;
  }
  .xs-ma-60 {
    margin: 60px;
  }
  .xs-my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .xs-mx-60 {
    margin-right: 60px;
    margin-left: 60px;
  }
  .xs-mt-60 {
    margin-top: 60px;
  }
  .xs-mr-60 {
    margin-right: 60px;
  }
  .xs-mb-60 {
    margin-bottom: 60px;
  }
  .xs-ml-60 {
    margin-left: 60px;
  }
  .xs-ma-64 {
    margin: 64px;
  }
  .xs-my-64 {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .xs-mx-64 {
    margin-right: 64px;
    margin-left: 64px;
  }
  .xs-mt-64 {
    margin-top: 64px;
  }
  .xs-mr-64 {
    margin-right: 64px;
  }
  .xs-mb-64 {
    margin-bottom: 64px;
  }
  .xs-ml-64 {
    margin-left: 64px;
  }
  .xs-ma-68 {
    margin: 68px;
  }
  .xs-my-68 {
    margin-top: 68px;
    margin-bottom: 68px;
  }
  .xs-mx-68 {
    margin-right: 68px;
    margin-left: 68px;
  }
  .xs-mt-68 {
    margin-top: 68px;
  }
  .xs-mr-68 {
    margin-right: 68px;
  }
  .xs-mb-68 {
    margin-bottom: 68px;
  }
  .xs-ml-68 {
    margin-left: 68px;
  }
  .xs-ma-72 {
    margin: 72px;
  }
  .xs-my-72 {
    margin-top: 72px;
    margin-bottom: 72px;
  }
  .xs-mx-72 {
    margin-right: 72px;
    margin-left: 72px;
  }
  .xs-mt-72 {
    margin-top: 72px;
  }
  .xs-mr-72 {
    margin-right: 72px;
  }
  .xs-mb-72 {
    margin-bottom: 72px;
  }
  .xs-ml-72 {
    margin-left: 72px;
  }
  .xs-ma-76 {
    margin: 76px;
  }
  .xs-my-76 {
    margin-top: 76px;
    margin-bottom: 76px;
  }
  .xs-mx-76 {
    margin-right: 76px;
    margin-left: 76px;
  }
  .xs-mt-76 {
    margin-top: 76px;
  }
  .xs-mr-76 {
    margin-right: 76px;
  }
  .xs-mb-76 {
    margin-bottom: 76px;
  }
  .xs-ml-76 {
    margin-left: 76px;
  }
  .xs-ma-80 {
    margin: 80px;
  }
  .xs-my-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .xs-mx-80 {
    margin-right: 80px;
    margin-left: 80px;
  }
  .xs-mt-80 {
    margin-top: 80px;
  }
  .xs-mr-80 {
    margin-right: 80px;
  }
  .xs-mb-80 {
    margin-bottom: 80px;
  }
  .xs-ml-80 {
    margin-left: 80px;
  }
  .xs-ma-98 {
    margin: 98px;
  }
  .xs-my-98 {
    margin-top: 98px;
    margin-bottom: 98px;
  }
  .xs-mx-98 {
    margin-right: 98px;
    margin-left: 98px;
  }
  .xs-mt-98 {
    margin-top: 98px;
  }
  .xs-mr-98 {
    margin-right: 98px;
  }
  .xs-mb-98 {
    margin-bottom: 98px;
  }
  .xs-ml-98 {
    margin-left: 98px;
  }
  .xs-ma-100 {
    margin: 100px;
  }
  .xs-my-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .xs-mx-100 {
    margin-right: 100px;
    margin-left: 100px;
  }
  .xs-mt-100 {
    margin-top: 100px;
  }
  .xs-mr-100 {
    margin-right: 100px;
  }
  .xs-mb-100 {
    margin-bottom: 100px;
  }
  .xs-ml-100 {
    margin-left: 100px;
  }
  .xs-ma-120 {
    margin: 120px;
  }
  .xs-my-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .xs-mx-120 {
    margin-right: 120px;
    margin-left: 120px;
  }
  .xs-mt-120 {
    margin-top: 120px;
  }
  .xs-mr-120 {
    margin-right: 120px;
  }
  .xs-mb-120 {
    margin-bottom: 120px;
  }
  .xs-ml-120 {
    margin-left: 120px;
  }
  .xs-ma-200 {
    margin: 200px;
  }
  .xs-my-200 {
    margin-top: 200px;
    margin-bottom: 200px;
  }
  .xs-mx-200 {
    margin-right: 200px;
    margin-left: 200px;
  }
  .xs-mt-200 {
    margin-top: 200px;
  }
  .xs-mr-200 {
    margin-right: 200px;
  }
  .xs-mb-200 {
    margin-bottom: 200px;
  }
  .xs-ml-200 {
    margin-left: 200px;
  }
  .xs-ma-240 {
    margin: 240px;
  }
  .xs-my-240 {
    margin-top: 240px;
    margin-bottom: 240px;
  }
  .xs-mx-240 {
    margin-right: 240px;
    margin-left: 240px;
  }
  .xs-mt-240 {
    margin-top: 240px;
  }
  .xs-mr-240 {
    margin-right: 240px;
  }
  .xs-mb-240 {
    margin-bottom: 240px;
  }
  .xs-ml-240 {
    margin-left: 240px;
  }
  .xs-pa-auto {
    padding: auto;
  }
  .xs-py-auto {
    padding-top: auto;
    padding-bottom: auto;
  }
  .xs-px-auto {
    padding-right: auto;
    padding-left: auto;
  }
  .xs-pt-auto {
    padding-top: auto;
  }
  .xs-pr-auto {
    padding-right: auto;
  }
  .xs-pb-auto {
    padding-bottom: auto;
  }
  .xs-pl-auto {
    padding-left: auto;
  }
  .xs-pa-0 {
    padding: 0px;
  }
  .xs-py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .xs-px-0 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .xs-pt-0 {
    padding-top: 0px;
  }
  .xs-pr-0 {
    padding-right: 0px;
  }
  .xs-pb-0 {
    padding-bottom: 0px;
  }
  .xs-pl-0 {
    padding-left: 0px;
  }
  .xs-pa-4 {
    padding: 4px;
  }
  .xs-py-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .xs-px-4 {
    padding-right: 4px;
    padding-left: 4px;
  }
  .xs-pt-4 {
    padding-top: 4px;
  }
  .xs-pr-4 {
    padding-right: 4px;
  }
  .xs-pb-4 {
    padding-bottom: 4px;
  }
  .xs-pl-4 {
    padding-left: 4px;
  }
  .xs-pa-8 {
    padding: 8px;
  }
  .xs-py-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .xs-px-8 {
    padding-right: 8px;
    padding-left: 8px;
  }
  .xs-pt-8 {
    padding-top: 8px;
  }
  .xs-pr-8 {
    padding-right: 8px;
  }
  .xs-pb-8 {
    padding-bottom: 8px;
  }
  .xs-pl-8 {
    padding-left: 8px;
  }
  .xs-pa-12 {
    padding: 12px;
  }
  .xs-py-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .xs-px-12 {
    padding-right: 12px;
    padding-left: 12px;
  }
  .xs-pt-12 {
    padding-top: 12px;
  }
  .xs-pr-12 {
    padding-right: 12px;
  }
  .xs-pb-12 {
    padding-bottom: 12px;
  }
  .xs-pl-12 {
    padding-left: 12px;
  }
  .xs-pa-16 {
    padding: 16px;
  }
  .xs-py-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .xs-px-16 {
    padding-right: 16px;
    padding-left: 16px;
  }
  .xs-pt-16 {
    padding-top: 16px;
  }
  .xs-pr-16 {
    padding-right: 16px;
  }
  .xs-pb-16 {
    padding-bottom: 16px;
  }
  .xs-pl-16 {
    padding-left: 16px;
  }
  .xs-pa-20 {
    padding: 20px;
  }
  .xs-py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .xs-px-20 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .xs-pt-20 {
    padding-top: 20px;
  }
  .xs-pr-20 {
    padding-right: 20px;
  }
  .xs-pb-20 {
    padding-bottom: 20px;
  }
  .xs-pl-20 {
    padding-left: 20px;
  }
  .xs-pa-24 {
    padding: 24px;
  }
  .xs-py-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .xs-px-24 {
    padding-right: 24px;
    padding-left: 24px;
  }
  .xs-pt-24 {
    padding-top: 24px;
  }
  .xs-pr-24 {
    padding-right: 24px;
  }
  .xs-pb-24 {
    padding-bottom: 24px;
  }
  .xs-pl-24 {
    padding-left: 24px;
  }
  .xs-pa-28 {
    padding: 28px;
  }
  .xs-py-28 {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .xs-px-28 {
    padding-right: 28px;
    padding-left: 28px;
  }
  .xs-pt-28 {
    padding-top: 28px;
  }
  .xs-pr-28 {
    padding-right: 28px;
  }
  .xs-pb-28 {
    padding-bottom: 28px;
  }
  .xs-pl-28 {
    padding-left: 28px;
  }
  .xs-pa-32 {
    padding: 32px;
  }
  .xs-py-32 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .xs-px-32 {
    padding-right: 32px;
    padding-left: 32px;
  }
  .xs-pt-32 {
    padding-top: 32px;
  }
  .xs-pr-32 {
    padding-right: 32px;
  }
  .xs-pb-32 {
    padding-bottom: 32px;
  }
  .xs-pl-32 {
    padding-left: 32px;
  }
  .xs-pa-36 {
    padding: 36px;
  }
  .xs-py-36 {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .xs-px-36 {
    padding-right: 36px;
    padding-left: 36px;
  }
  .xs-pt-36 {
    padding-top: 36px;
  }
  .xs-pr-36 {
    padding-right: 36px;
  }
  .xs-pb-36 {
    padding-bottom: 36px;
  }
  .xs-pl-36 {
    padding-left: 36px;
  }
  .xs-pa-40 {
    padding: 40px;
  }
  .xs-py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .xs-px-40 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .xs-pt-40 {
    padding-top: 40px;
  }
  .xs-pr-40 {
    padding-right: 40px;
  }
  .xs-pb-40 {
    padding-bottom: 40px;
  }
  .xs-pl-40 {
    padding-left: 40px;
  }
  .xs-pa-44 {
    padding: 44px;
  }
  .xs-py-44 {
    padding-top: 44px;
    padding-bottom: 44px;
  }
  .xs-px-44 {
    padding-right: 44px;
    padding-left: 44px;
  }
  .xs-pt-44 {
    padding-top: 44px;
  }
  .xs-pr-44 {
    padding-right: 44px;
  }
  .xs-pb-44 {
    padding-bottom: 44px;
  }
  .xs-pl-44 {
    padding-left: 44px;
  }
  .xs-pa-48 {
    padding: 48px;
  }
  .xs-py-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .xs-px-48 {
    padding-right: 48px;
    padding-left: 48px;
  }
  .xs-pt-48 {
    padding-top: 48px;
  }
  .xs-pr-48 {
    padding-right: 48px;
  }
  .xs-pb-48 {
    padding-bottom: 48px;
  }
  .xs-pl-48 {
    padding-left: 48px;
  }
  .xs-pa-52 {
    padding: 52px;
  }
  .xs-py-52 {
    padding-top: 52px;
    padding-bottom: 52px;
  }
  .xs-px-52 {
    padding-right: 52px;
    padding-left: 52px;
  }
  .xs-pt-52 {
    padding-top: 52px;
  }
  .xs-pr-52 {
    padding-right: 52px;
  }
  .xs-pb-52 {
    padding-bottom: 52px;
  }
  .xs-pl-52 {
    padding-left: 52px;
  }
  .xs-pa-56 {
    padding: 56px;
  }
  .xs-py-56 {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .xs-px-56 {
    padding-right: 56px;
    padding-left: 56px;
  }
  .xs-pt-56 {
    padding-top: 56px;
  }
  .xs-pr-56 {
    padding-right: 56px;
  }
  .xs-pb-56 {
    padding-bottom: 56px;
  }
  .xs-pl-56 {
    padding-left: 56px;
  }
  .xs-pa-60 {
    padding: 60px;
  }
  .xs-py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .xs-px-60 {
    padding-right: 60px;
    padding-left: 60px;
  }
  .xs-pt-60 {
    padding-top: 60px;
  }
  .xs-pr-60 {
    padding-right: 60px;
  }
  .xs-pb-60 {
    padding-bottom: 60px;
  }
  .xs-pl-60 {
    padding-left: 60px;
  }
  .xs-pa-64 {
    padding: 64px;
  }
  .xs-py-64 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .xs-px-64 {
    padding-right: 64px;
    padding-left: 64px;
  }
  .xs-pt-64 {
    padding-top: 64px;
  }
  .xs-pr-64 {
    padding-right: 64px;
  }
  .xs-pb-64 {
    padding-bottom: 64px;
  }
  .xs-pl-64 {
    padding-left: 64px;
  }
  .xs-pa-68 {
    padding: 68px;
  }
  .xs-py-68 {
    padding-top: 68px;
    padding-bottom: 68px;
  }
  .xs-px-68 {
    padding-right: 68px;
    padding-left: 68px;
  }
  .xs-pt-68 {
    padding-top: 68px;
  }
  .xs-pr-68 {
    padding-right: 68px;
  }
  .xs-pb-68 {
    padding-bottom: 68px;
  }
  .xs-pl-68 {
    padding-left: 68px;
  }
  .xs-pa-72 {
    padding: 72px;
  }
  .xs-py-72 {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .xs-px-72 {
    padding-right: 72px;
    padding-left: 72px;
  }
  .xs-pt-72 {
    padding-top: 72px;
  }
  .xs-pr-72 {
    padding-right: 72px;
  }
  .xs-pb-72 {
    padding-bottom: 72px;
  }
  .xs-pl-72 {
    padding-left: 72px;
  }
  .xs-pa-76 {
    padding: 76px;
  }
  .xs-py-76 {
    padding-top: 76px;
    padding-bottom: 76px;
  }
  .xs-px-76 {
    padding-right: 76px;
    padding-left: 76px;
  }
  .xs-pt-76 {
    padding-top: 76px;
  }
  .xs-pr-76 {
    padding-right: 76px;
  }
  .xs-pb-76 {
    padding-bottom: 76px;
  }
  .xs-pl-76 {
    padding-left: 76px;
  }
  .xs-pa-80 {
    padding: 80px;
  }
  .xs-py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .xs-px-80 {
    padding-right: 80px;
    padding-left: 80px;
  }
  .xs-pt-80 {
    padding-top: 80px;
  }
  .xs-pr-80 {
    padding-right: 80px;
  }
  .xs-pb-80 {
    padding-bottom: 80px;
  }
  .xs-pl-80 {
    padding-left: 80px;
  }
  .xs-pa-98 {
    padding: 98px;
  }
  .xs-py-98 {
    padding-top: 98px;
    padding-bottom: 98px;
  }
  .xs-px-98 {
    padding-right: 98px;
    padding-left: 98px;
  }
  .xs-pt-98 {
    padding-top: 98px;
  }
  .xs-pr-98 {
    padding-right: 98px;
  }
  .xs-pb-98 {
    padding-bottom: 98px;
  }
  .xs-pl-98 {
    padding-left: 98px;
  }
  .xs-pa-100 {
    padding: 100px;
  }
  .xs-py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .xs-px-100 {
    padding-right: 100px;
    padding-left: 100px;
  }
  .xs-pt-100 {
    padding-top: 100px;
  }
  .xs-pr-100 {
    padding-right: 100px;
  }
  .xs-pb-100 {
    padding-bottom: 100px;
  }
  .xs-pl-100 {
    padding-left: 100px;
  }
  .xs-pa-120 {
    padding: 120px;
  }
  .xs-py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .xs-px-120 {
    padding-right: 120px;
    padding-left: 120px;
  }
  .xs-pt-120 {
    padding-top: 120px;
  }
  .xs-pr-120 {
    padding-right: 120px;
  }
  .xs-pb-120 {
    padding-bottom: 120px;
  }
  .xs-pl-120 {
    padding-left: 120px;
  }
  .xs-pa-200 {
    padding: 200px;
  }
  .xs-py-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .xs-px-200 {
    padding-right: 200px;
    padding-left: 200px;
  }
  .xs-pt-200 {
    padding-top: 200px;
  }
  .xs-pr-200 {
    padding-right: 200px;
  }
  .xs-pb-200 {
    padding-bottom: 200px;
  }
  .xs-pl-200 {
    padding-left: 200px;
  }
  .xs-pa-240 {
    padding: 240px;
  }
  .xs-py-240 {
    padding-top: 240px;
    padding-bottom: 240px;
  }
  .xs-px-240 {
    padding-right: 240px;
    padding-left: 240px;
  }
  .xs-pt-240 {
    padding-top: 240px;
  }
  .xs-pr-240 {
    padding-right: 240px;
  }
  .xs-pb-240 {
    padding-bottom: 240px;
  }
  .xs-pl-240 {
    padding-left: 240px;
  }
  .xs-rgap-auto {
    row-gap: auto;
  }
  .xs-cgap-auto {
    -moz-column-gap: auto;
         column-gap: auto;
  }
  .xs-gap-auto {
    gap: auto;
  }
  .xs-rgap-0 {
    row-gap: 0px;
  }
  .xs-cgap-0 {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
  .xs-gap-0 {
    gap: 0px;
  }
  .xs-rgap-4 {
    row-gap: 4px;
  }
  .xs-cgap-4 {
    -moz-column-gap: 4px;
         column-gap: 4px;
  }
  .xs-gap-4 {
    gap: 4px;
  }
  .xs-rgap-8 {
    row-gap: 8px;
  }
  .xs-cgap-8 {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  .xs-gap-8 {
    gap: 8px;
  }
  .xs-rgap-12 {
    row-gap: 12px;
  }
  .xs-cgap-12 {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .xs-gap-12 {
    gap: 12px;
  }
  .xs-rgap-16 {
    row-gap: 16px;
  }
  .xs-cgap-16 {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  .xs-gap-16 {
    gap: 16px;
  }
  .xs-rgap-20 {
    row-gap: 20px;
  }
  .xs-cgap-20 {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .xs-gap-20 {
    gap: 20px;
  }
  .xs-rgap-24 {
    row-gap: 24px;
  }
  .xs-cgap-24 {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
  .xs-gap-24 {
    gap: 24px;
  }
  .xs-rgap-28 {
    row-gap: 28px;
  }
  .xs-cgap-28 {
    -moz-column-gap: 28px;
         column-gap: 28px;
  }
  .xs-gap-28 {
    gap: 28px;
  }
  .xs-rgap-32 {
    row-gap: 32px;
  }
  .xs-cgap-32 {
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
  .xs-gap-32 {
    gap: 32px;
  }
  .xs-rgap-36 {
    row-gap: 36px;
  }
  .xs-cgap-36 {
    -moz-column-gap: 36px;
         column-gap: 36px;
  }
  .xs-gap-36 {
    gap: 36px;
  }
  .xs-rgap-40 {
    row-gap: 40px;
  }
  .xs-cgap-40 {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .xs-gap-40 {
    gap: 40px;
  }
  .xs-rgap-44 {
    row-gap: 44px;
  }
  .xs-cgap-44 {
    -moz-column-gap: 44px;
         column-gap: 44px;
  }
  .xs-gap-44 {
    gap: 44px;
  }
  .xs-rgap-48 {
    row-gap: 48px;
  }
  .xs-cgap-48 {
    -moz-column-gap: 48px;
         column-gap: 48px;
  }
  .xs-gap-48 {
    gap: 48px;
  }
  .xs-rgap-52 {
    row-gap: 52px;
  }
  .xs-cgap-52 {
    -moz-column-gap: 52px;
         column-gap: 52px;
  }
  .xs-gap-52 {
    gap: 52px;
  }
  .xs-rgap-56 {
    row-gap: 56px;
  }
  .xs-cgap-56 {
    -moz-column-gap: 56px;
         column-gap: 56px;
  }
  .xs-gap-56 {
    gap: 56px;
  }
  .xs-rgap-60 {
    row-gap: 60px;
  }
  .xs-cgap-60 {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
  .xs-gap-60 {
    gap: 60px;
  }
  .xs-rgap-64 {
    row-gap: 64px;
  }
  .xs-cgap-64 {
    -moz-column-gap: 64px;
         column-gap: 64px;
  }
  .xs-gap-64 {
    gap: 64px;
  }
  .xs-rgap-68 {
    row-gap: 68px;
  }
  .xs-cgap-68 {
    -moz-column-gap: 68px;
         column-gap: 68px;
  }
  .xs-gap-68 {
    gap: 68px;
  }
  .xs-rgap-72 {
    row-gap: 72px;
  }
  .xs-cgap-72 {
    -moz-column-gap: 72px;
         column-gap: 72px;
  }
  .xs-gap-72 {
    gap: 72px;
  }
  .xs-rgap-76 {
    row-gap: 76px;
  }
  .xs-cgap-76 {
    -moz-column-gap: 76px;
         column-gap: 76px;
  }
  .xs-gap-76 {
    gap: 76px;
  }
  .xs-rgap-80 {
    row-gap: 80px;
  }
  .xs-cgap-80 {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
  .xs-gap-80 {
    gap: 80px;
  }
  .xs-rgap-98 {
    row-gap: 98px;
  }
  .xs-cgap-98 {
    -moz-column-gap: 98px;
         column-gap: 98px;
  }
  .xs-gap-98 {
    gap: 98px;
  }
  .xs-rgap-100 {
    row-gap: 100px;
  }
  .xs-cgap-100 {
    -moz-column-gap: 100px;
         column-gap: 100px;
  }
  .xs-gap-100 {
    gap: 100px;
  }
  .xs-rgap-120 {
    row-gap: 120px;
  }
  .xs-cgap-120 {
    -moz-column-gap: 120px;
         column-gap: 120px;
  }
  .xs-gap-120 {
    gap: 120px;
  }
  .xs-rgap-200 {
    row-gap: 200px;
  }
  .xs-cgap-200 {
    -moz-column-gap: 200px;
         column-gap: 200px;
  }
  .xs-gap-200 {
    gap: 200px;
  }
  .xs-rgap-240 {
    row-gap: 240px;
  }
  .xs-cgap-240 {
    -moz-column-gap: 240px;
         column-gap: 240px;
  }
  .xs-gap-240 {
    gap: 240px;
  }
}

.wbreak-normal {
  overflow-wrap: normal;
  word-break: normal;
  word-wrap: normal;
}

.input-field__label, .stripe-form__label {
  white-space: nowrap;
}

.input-field__label, .stripe-form__label,
.input-field__outline-gap,
.input-field__control,
.stripe-form__input {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.text-h0, .text-h1, .text-h2, .text-h3, .text-h4, .text-h5 {
  font-weight: 700;
}

.text-btn, .text-btn-14, .text-btn-20 {
  font-weight: 500;
  line-height: 100%;
}

.text-compact {
  font-weight: 500;
}

.text-h1 {
  font-size: 2rem;
  line-height: 2.25rem;
}

.text-h2 {
  font-size: 1.75rem;
  line-height: 1.875rem;
}

.text-h3 {
  font-size: 1.5rem;
  line-height: 1.625rem;
}

.text-h4 {
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.text-h5 {
  font-size: 1rem;
  line-height: 1.125rem;
}

.text-h0 {
  font-size: 3rem;
  line-height: 3.125rem;
}

.text-default {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-extra {
  font-size: 1.125rem;
  line-height: 1.6875rem;
}

.text-small {
  font-size: 0.875rem;
  line-height: 1.3125rem;
}

.text-compact {
  font-size: 0.75rem;
  line-height: 0.875rem;
  letter-spacing: 0.04em;
}

.text-disclaimer {
  font-size: 0.625rem;
  line-height: 0.875rem;
}

.text-btn {
  font-size: 1rem;
}

.text-btn-14 {
  font-size: 0.875rem;
}

.text-btn-20 {
  font-size: 1.25rem;
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 130%;
}

.text-5xl {
  font-size: 3rem;
  line-height: 130%;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 130%;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 130%;
}

.text-2xl, .ui-widget.ui-datepicker .ui-datepicker-title {
  font-size: 1.5rem;
  line-height: 130%;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 150%;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 150%;
}

.text-base {
  font-size: 1rem;
  line-height: 150%;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 130%;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 130%;
}

.lh-font {
  line-height: 100%;
}

.lh-120 {
  line-height: 120%;
}

.lh-130 {
  line-height: 130%;
}

.lh-150 {
  line-height: 150%;
}

.lh-175 {
  line-height: 175%;
}

.ta-center {
  text-align: center;
}

.ta-justify {
  text-align: justify;
}

.ta-left {
  text-align: left;
}

.ta-right {
  text-align: right;
}

.ta-start {
  text-align: start;
}

.ta-end {
  text-align: end;
}

.va-top {
  vertical-align: top;
}

.va-middle {
  vertical-align: middle;
}

.va-bottom {
  vertical-align: bottom;
}

.va-text-bottom {
  vertical-align: text-bottom;
}

@media screen and (max-width: 1199px) {
  .md-text-h1 {
    font-size: 2rem;
    line-height: 2.25rem;
  }
  .md-text-h2 {
    font-size: 1.75rem;
    line-height: 1.875rem;
  }
  .md-text-h3 {
    font-size: 1.5rem;
    line-height: 1.625rem;
  }
  .md-text-h4 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
  .md-text-h5 {
    font-size: 1rem;
    line-height: 1.125rem;
  }
  .md-text-h0 {
    font-size: 3rem;
    line-height: 3.125rem;
  }
  .md-text-default {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .md-text-extra {
    font-size: 1.125rem;
    line-height: 1.6875rem;
  }
  .md-text-small {
    font-size: 0.875rem;
    line-height: 1.3125rem;
  }
  .md-text-compact {
    font-size: 0.75rem;
    line-height: 0.875rem;
    letter-spacing: 0.04em;
  }
  .md-text-disclaimer {
    font-size: 0.625rem;
    line-height: 0.875rem;
  }
  .md-text-btn {
    font-size: 1rem;
  }
  .md-text-btn-14 {
    font-size: 0.875rem;
  }
  .md-text-btn-20 {
    font-size: 1.25rem;
  }
  .md-text-6xl {
    font-size: 3.75rem;
    line-height: 130%;
  }
  .md-text-5xl {
    font-size: 3rem;
    line-height: 130%;
  }
  .md-text-4xl {
    font-size: 2.25rem;
    line-height: 130%;
  }
  .md-text-3xl {
    font-size: 1.875rem;
    line-height: 130%;
  }
  .md-text-2xl {
    font-size: 1.5rem;
    line-height: 130%;
  }
  .md-text-xl {
    font-size: 1.25rem;
    line-height: 150%;
  }
  .md-text-lg {
    font-size: 1.125rem;
    line-height: 150%;
  }
  .md-text-base {
    font-size: 1rem;
    line-height: 150%;
  }
  .md-text-sm {
    font-size: 0.875rem;
    line-height: 130%;
  }
  .md-text-xs {
    font-size: 0.75rem;
    line-height: 130%;
  }
  .md-lh-font {
    line-height: 100%;
  }
  .md-lh-120 {
    line-height: 120%;
  }
  .md-lh-130 {
    line-height: 130%;
  }
  .md-lh-150 {
    line-height: 150%;
  }
  .md-lh-175 {
    line-height: 175%;
  }
  .md-ta-center {
    text-align: center;
  }
  .md-ta-justify {
    text-align: justify;
  }
  .md-ta-left {
    text-align: left;
  }
  .md-ta-right {
    text-align: right;
  }
  .md-ta-start {
    text-align: start;
  }
  .md-ta-end {
    text-align: end;
  }
  .md-va-top {
    vertical-align: top;
  }
  .md-va-middle {
    vertical-align: middle;
  }
  .md-va-bottom {
    vertical-align: bottom;
  }
  .md-va-text-bottom {
    vertical-align: text-bottom;
  }
}

@media screen and (max-width: 991px) {
  .sm-text-h1 {
    font-size: 2rem;
    line-height: 2.25rem;
  }
  .sm-text-h2 {
    font-size: 1.75rem;
    line-height: 1.875rem;
  }
  .sm-text-h3 {
    font-size: 1.5rem;
    line-height: 1.625rem;
  }
  .sm-text-h4 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
  .sm-text-h5 {
    font-size: 1rem;
    line-height: 1.125rem;
  }
  .sm-text-h0 {
    font-size: 3rem;
    line-height: 3.125rem;
  }
  .sm-text-default {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .sm-text-extra {
    font-size: 1.125rem;
    line-height: 1.6875rem;
  }
  .sm-text-small {
    font-size: 0.875rem;
    line-height: 1.3125rem;
  }
  .sm-text-compact {
    font-size: 0.75rem;
    line-height: 0.875rem;
    letter-spacing: 0.04em;
  }
  .sm-text-disclaimer {
    font-size: 0.625rem;
    line-height: 0.875rem;
  }
  .sm-text-btn {
    font-size: 1rem;
  }
  .sm-text-btn-14 {
    font-size: 0.875rem;
  }
  .sm-text-btn-20 {
    font-size: 1.25rem;
  }
  .sm-text-6xl {
    font-size: 3.75rem;
    line-height: 130%;
  }
  .sm-text-5xl {
    font-size: 3rem;
    line-height: 130%;
  }
  .sm-text-4xl {
    font-size: 2.25rem;
    line-height: 130%;
  }
  .sm-text-3xl {
    font-size: 1.875rem;
    line-height: 130%;
  }
  .sm-text-2xl {
    font-size: 1.5rem;
    line-height: 130%;
  }
  .sm-text-xl {
    font-size: 1.25rem;
    line-height: 150%;
  }
  .sm-text-lg {
    font-size: 1.125rem;
    line-height: 150%;
  }
  .sm-text-base {
    font-size: 1rem;
    line-height: 150%;
  }
  .sm-text-sm {
    font-size: 0.875rem;
    line-height: 130%;
  }
  .sm-text-xs {
    font-size: 0.75rem;
    line-height: 130%;
  }
  .sm-lh-font {
    line-height: 100%;
  }
  .sm-lh-120 {
    line-height: 120%;
  }
  .sm-lh-130 {
    line-height: 130%;
  }
  .sm-lh-150 {
    line-height: 150%;
  }
  .sm-lh-175 {
    line-height: 175%;
  }
  .sm-ta-center {
    text-align: center;
  }
  .sm-ta-justify {
    text-align: justify;
  }
  .sm-ta-left {
    text-align: left;
  }
  .sm-ta-right {
    text-align: right;
  }
  .sm-ta-start {
    text-align: start;
  }
  .sm-ta-end {
    text-align: end;
  }
  .sm-va-top {
    vertical-align: top;
  }
  .sm-va-middle {
    vertical-align: middle;
  }
  .sm-va-bottom {
    vertical-align: bottom;
  }
  .sm-va-text-bottom {
    vertical-align: text-bottom;
  }
}

@media screen and (max-width: 767px) {
  .xs-text-h1 {
    font-size: 2rem;
    line-height: 2.25rem;
  }
  .xs-text-h2 {
    font-size: 1.75rem;
    line-height: 1.875rem;
  }
  .xs-text-h3 {
    font-size: 1.5rem;
    line-height: 1.625rem;
  }
  .xs-text-h4 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
  .xs-text-h5 {
    font-size: 1rem;
    line-height: 1.125rem;
  }
  .xs-text-h0 {
    font-size: 3rem;
    line-height: 3.125rem;
  }
  .xs-text-default {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .xs-text-extra {
    font-size: 1.125rem;
    line-height: 1.6875rem;
  }
  .xs-text-small {
    font-size: 0.875rem;
    line-height: 1.3125rem;
  }
  .xs-text-compact {
    font-size: 0.75rem;
    line-height: 0.875rem;
    letter-spacing: 0.04em;
  }
  .xs-text-disclaimer {
    font-size: 0.625rem;
    line-height: 0.875rem;
  }
  .xs-text-btn {
    font-size: 1rem;
  }
  .xs-text-btn-14 {
    font-size: 0.875rem;
  }
  .xs-text-btn-20 {
    font-size: 1.25rem;
  }
  .xs-text-6xl {
    font-size: 3.75rem;
    line-height: 130%;
  }
  .xs-text-5xl {
    font-size: 3rem;
    line-height: 130%;
  }
  .xs-text-4xl {
    font-size: 2.25rem;
    line-height: 130%;
  }
  .xs-text-3xl {
    font-size: 1.875rem;
    line-height: 130%;
  }
  .xs-text-2xl {
    font-size: 1.5rem;
    line-height: 130%;
  }
  .xs-text-xl {
    font-size: 1.25rem;
    line-height: 150%;
  }
  .xs-text-lg {
    font-size: 1.125rem;
    line-height: 150%;
  }
  .xs-text-base {
    font-size: 1rem;
    line-height: 150%;
  }
  .xs-text-sm {
    font-size: 0.875rem;
    line-height: 130%;
  }
  .xs-text-xs {
    font-size: 0.75rem;
    line-height: 130%;
  }
  .xs-lh-font {
    line-height: 100%;
  }
  .xs-lh-120 {
    line-height: 120%;
  }
  .xs-lh-130 {
    line-height: 130%;
  }
  .xs-lh-150 {
    line-height: 150%;
  }
  .xs-lh-175 {
    line-height: 175%;
  }
  .xs-ta-center {
    text-align: center;
  }
  .xs-ta-justify {
    text-align: justify;
  }
  .xs-ta-left {
    text-align: left;
  }
  .xs-ta-right {
    text-align: right;
  }
  .xs-ta-start {
    text-align: start;
  }
  .xs-ta-end {
    text-align: end;
  }
  .xs-va-top {
    vertical-align: top;
  }
  .xs-va-middle {
    vertical-align: middle;
  }
  .xs-va-bottom {
    vertical-align: bottom;
  }
  .xs-va-text-bottom {
    vertical-align: text-bottom;
  }
}

h1 {
  font-size: 2rem;
  line-height: 2.25rem;
  font-weight: 700;
}

h2 {
  font-size: 1.75rem;
  line-height: 1.875rem;
  font-weight: 700;
}

h3 {
  font-size: 1.5rem;
  line-height: 1.625rem;
  font-weight: 700;
}

h4 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 700;
}

h5 {
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: 700;
}

p {
  font-size: 1rem;
  line-height: 1.5rem;
}

.fw-regular {
  font-weight: 400;
}

.fw-medium {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

.fw-bold, .ui-widget.ui-datepicker .ui-datepicker-title {
  font-weight: 700;
}

.ws-nowrap {
  white-space: nowrap;
}

.ws-normal {
  white-space: normal;
}

.ws-prewrap {
  white-space: pre-wrap;
}

.text-wrap {
  text-wrap: wrap;
}

.underlined {
  text-decoration: underline;
}

.line-through {
  text-decoration: line-through;
}

.no-decoration {
  text-decoration: none;
}

.u-no-decoration {
  text-decoration: none !important;
}

.fs-italic {
  font-style: italic;
}

.uppercase {
  text-transform: uppercase;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tracking-normal {
  letter-spacing: normal;
}

.typewriter {
  letter-spacing: 0.2rem;
}

.line {
  margin: 10px 0;
  border-bottom: 1px solid #e7e7e7;
  box-shadow: 0px 1px 0px #fff;
}

.cancel-link {
  cursor: pointer;
  padding: 0 20px;
}

.chip {
  display: inline-block;
  padding: 0.4em 0.7em;
  border-radius: 1em;
  font-size: 15px;
  font-weight: 400;
}

.account-page__section-title {
  padding-right: 24px;
}

.account-page__max-title-content {
  grid-template-columns: [first-line] 210px [second-line] 340px [third-line];
}

.row-group {
  display: contents;
  vertical-align: center;
}

.grid-item-title {
  border: none;
  border-bottom-left-radius: 0.5em;
  border-top-left-radius: 0.5em;
}

.grid-item-title-with-button {
  border: none;
  border-top-left-radius: 0.5em;
}

.grid-item-value {
  border: none;
  border-bottom-right-radius: 0.5em;
  border-top-right-radius: 0.5em;
  text-align: right;
  padding-right: 12px;
  justify-content: flex-end;
}

.grid-item-value-with-button {
  border: none;
  border-top-right-radius: 0.5em;
  text-align: right;
  padding-right: 12px;
  justify-content: flex-end;
}

.grid-item:nth-child(3) {
  grid-column: first-line / third-line;
}

.grid-item-bottom-space {
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}

.row-group:nth-of-type(odd) > * {
  background-color: #f3f4f6;
}

@media screen and (max-width: 767px) {
  .account-page__section-title {
    flex: 0 0 auto;
    padding-right: 0;
  }
  .account-page__max-title-content {
    grid-template-columns: [first-line] 1fr [second-line] 1fr [third-line];
  }
}

.payment-method-item {
  align-items: center;
  gap: 8px;
  justify-content: flex-end;
}

.payment-method-item--default {
  color: #6d7280;
}

.payment-method-item--other {
  color: #9ca3af;
}

.payment-method-item:not(:last-of-type) {
  margin-bottom: 8px;
}

.payment-method-item__default-badge {
  background-color: #e5e7eb;
  color: #6d7280;
  font-size: 0.75rem;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .payment-method-item--default {
    border-bottom: 1px solid #d2d5da;
    padding-bottom: 8px;
  }
}

.panel-component {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-component__title {
  border-radius: 4px 4px 0 0;
  border-bottom: 1px solid #DEE0E2;
  background: #f5f5f5;
}

@media screen and (max-width: 767px) {
  .panel-component {
    box-shadow: none;
  }
  .panel-component__title {
    background: none;
  }
}

.guides__article-card:hover {
  background: #F6F7FA;
  border-color: #F6F7FA;
}

.guides__article-card .card-teaser {
  display: -webkit-box;
  max-height: 3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}

.browser-update-item {
  width: 216px;
  height: 216px;
  flex: 0 0 216px;
}

.browser-update-item__image {
  width: 104px;
  height: 104px;
}

.browser-update-item:hover {
  background-color: rgba(255, 153, 19, 0.1);
}

.limit-discount__divider {
  align-self: stretch;
  width: 1px;
}

.limit-discount__mobile-banner {
  box-shadow: 0px -4px 20px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 320px) {
  .limit-discount__mobile-banner {
    padding: 8px;
  }
  .limit-discount__divider {
    margin: 0 4px;
  }
}

.loyalty-discount-banner:hover {
  background: #fdfaf4;
}

.loyalty-discount-banner.compact {
  height: 96px;
  padding-right: 130px;
}

.loyalty-discount-banner.compact svg {
  position: absolute;
  right: 0;
}

@media screen and (max-width: 767px) {
  .loyalty-discount-banner:not(.compact) {
    border-radius: 0;
  }
}

.recommended-services__card {
  height: 180px;
}

.recommended-services__card.compact {
  height: 96px;
}

.recommended-services__card.compact svg {
  bottom: unset;
  scale: 0.8;
  top: -30%;
  right: -20px;
}

.recommended-services__card:hover {
  text-decoration: none;
}

.recommended-services__card-title {
  max-width: 55%;
}

.recommended-services__carousel {
  padding-right: 358px;
  margin-right: -358px;
}

.recommended-services__carousel > * {
  width: 358px;
}

.recommended-services__thumb {
  width: 8px;
  height: 8px;
}

.recommended-services__thumb.active {
  background: #374151;
}

.recommended-services__babysitting {
  background: linear-gradient(180deg, #f3fcfc 0%, #bdf0f2 100%);
}

.recommended-services__babysitting .recommended-services__card-title {
  color: #157789;
}

.recommended-services__babysitting .recommended-services__card-title svg:not(.svg-no-fill),
.recommended-services__babysitting .recommended-services__card-title svg:not(.svg-no-fill) *[fill] {
  fill: #157789;
}

.recommended-services__babysitting .recommended-services__card-title .recommended-services__arrow-svg {
  transition: transform .2s ease;
}

.recommended-services__babysitting:hover {
  background: #f3fcfc;
}

.recommended-services__babysitting:hover .recommended-services__card-title {
  color: #1a6070;
}

.recommended-services__babysitting:hover .recommended-services__card-title svg:not(.svg-no-fill),
.recommended-services__babysitting:hover .recommended-services__card-title svg:not(.svg-no-fill) *[fill] {
  fill: #1a6070;
}

.recommended-services__babysitting:hover .recommended-services__card-title .recommended-services__arrow-svg {
  transform: translateX(8px);
}

.recommended-services__cleaning {
  background: linear-gradient(180deg, #f3faf9 0%, #ade2df 100%);
}

.recommended-services__cleaning .recommended-services__card-title {
  color: #265b5f;
}

.recommended-services__cleaning .recommended-services__card-title svg:not(.svg-no-fill),
.recommended-services__cleaning .recommended-services__card-title svg:not(.svg-no-fill) *[fill] {
  fill: #265b5f;
}

.recommended-services__cleaning .recommended-services__card-title .recommended-services__arrow-svg {
  transition: transform .2s ease;
}

.recommended-services__cleaning:hover {
  background: #f3faf9;
}

.recommended-services__cleaning:hover .recommended-services__card-title {
  color: #224a4d;
}

.recommended-services__cleaning:hover .recommended-services__card-title svg:not(.svg-no-fill),
.recommended-services__cleaning:hover .recommended-services__card-title svg:not(.svg-no-fill) *[fill] {
  fill: #224a4d;
}

.recommended-services__cleaning:hover .recommended-services__card-title .recommended-services__arrow-svg {
  transform: translateX(8px);
}

.recommended-services__dating_general {
  background: linear-gradient(180deg, #fff6f6 0%, #ffccce 100%);
}

.recommended-services__dating_general .recommended-services__card-title {
  color: #c11419;
}

.recommended-services__dating_general .recommended-services__card-title svg:not(.svg-no-fill),
.recommended-services__dating_general .recommended-services__card-title svg:not(.svg-no-fill) *[fill] {
  fill: #c11419;
}

.recommended-services__dating_general .recommended-services__card-title .recommended-services__arrow-svg {
  transition: transform .2s ease;
}

.recommended-services__dating_general:hover {
  background: #fff6f6;
}

.recommended-services__dating_general:hover .recommended-services__card-title {
  color: #a01418;
}

.recommended-services__dating_general:hover .recommended-services__card-title svg:not(.svg-no-fill),
.recommended-services__dating_general:hover .recommended-services__card-title svg:not(.svg-no-fill) *[fill] {
  fill: #a01418;
}

.recommended-services__dating_general:hover .recommended-services__card-title .recommended-services__arrow-svg {
  transform: translateX(8px);
}

.recommended-services__dating_senior {
  background: linear-gradient(180deg, #f3faf3 0%, #c8eac9 100%);
}

.recommended-services__dating_senior .recommended-services__card-title {
  color: #2d6830;
}

.recommended-services__dating_senior .recommended-services__card-title svg:not(.svg-no-fill),
.recommended-services__dating_senior .recommended-services__card-title svg:not(.svg-no-fill) *[fill] {
  fill: #2d6830;
}

.recommended-services__dating_senior .recommended-services__card-title .recommended-services__arrow-svg {
  transition: transform .2s ease;
}

.recommended-services__dating_senior:hover {
  background: #f3faf3;
}

.recommended-services__dating_senior:hover .recommended-services__card-title {
  color: #275429;
}

.recommended-services__dating_senior:hover .recommended-services__card-title svg:not(.svg-no-fill),
.recommended-services__dating_senior:hover .recommended-services__card-title svg:not(.svg-no-fill) *[fill] {
  fill: #275429;
}

.recommended-services__dating_senior:hover .recommended-services__card-title .recommended-services__arrow-svg {
  transform: translateX(8px);
}

.recommended-services__gardening {
  background: linear-gradient(180deg, #fdfaf4 0%, #ffdfa5 100%);
}

.recommended-services__gardening .recommended-services__card-title {
  color: #b73806;
}

.recommended-services__gardening .recommended-services__card-title svg:not(.svg-no-fill),
.recommended-services__gardening .recommended-services__card-title svg:not(.svg-no-fill) *[fill] {
  fill: #b73806;
}

.recommended-services__gardening .recommended-services__card-title .recommended-services__arrow-svg {
  transition: transform .2s ease;
}

.recommended-services__gardening:hover {
  background: #fdfaf4;
}

.recommended-services__gardening:hover .recommended-services__card-title {
  color: #942a0c;
}

.recommended-services__gardening:hover .recommended-services__card-title svg:not(.svg-no-fill),
.recommended-services__gardening:hover .recommended-services__card-title svg:not(.svg-no-fill) *[fill] {
  fill: #942a0c;
}

.recommended-services__gardening:hover .recommended-services__card-title .recommended-services__arrow-svg {
  transform: translateX(8px);
}

.recommended-services__petsitting {
  background: linear-gradient(180deg, #f3faf3 0%, #c7ebc8 100%);
}

.recommended-services__petsitting .recommended-services__card-title {
  color: #2a6b2c;
}

.recommended-services__petsitting .recommended-services__card-title svg:not(.svg-no-fill),
.recommended-services__petsitting .recommended-services__card-title svg:not(.svg-no-fill) *[fill] {
  fill: #2a6b2c;
}

.recommended-services__petsitting .recommended-services__card-title .recommended-services__arrow-svg {
  transition: transform .2s ease;
}

.recommended-services__petsitting:hover {
  background: #f3faf3;
}

.recommended-services__petsitting:hover .recommended-services__card-title {
  color: #265528;
}

.recommended-services__petsitting:hover .recommended-services__card-title svg:not(.svg-no-fill),
.recommended-services__petsitting:hover .recommended-services__card-title svg:not(.svg-no-fill) *[fill] {
  fill: #265528;
}

.recommended-services__petsitting:hover .recommended-services__card-title .recommended-services__arrow-svg {
  transform: translateX(8px);
}

.recommended-services__senior_care {
  background: linear-gradient(180deg, #f2f7fd 0%, #c3daf4 100%);
}

.recommended-services__senior_care .recommended-services__card-title {
  color: #1c5599;
}

.recommended-services__senior_care .recommended-services__card-title svg:not(.svg-no-fill),
.recommended-services__senior_care .recommended-services__card-title svg:not(.svg-no-fill) *[fill] {
  fill: #1c5599;
}

.recommended-services__senior_care .recommended-services__card-title .recommended-services__arrow-svg {
  transition: transform .2s ease;
}

.recommended-services__senior_care:hover {
  background: #f2f7fd;
}

.recommended-services__senior_care:hover .recommended-services__card-title {
  color: #194373;
}

.recommended-services__senior_care:hover .recommended-services__card-title svg:not(.svg-no-fill),
.recommended-services__senior_care:hover .recommended-services__card-title svg:not(.svg-no-fill) *[fill] {
  fill: #194373;
}

.recommended-services__senior_care:hover .recommended-services__card-title .recommended-services__arrow-svg {
  transform: translateX(8px);
}

.recommended-services__tutoring {
  background: linear-gradient(180deg, #f1fcff 0%, #c7f3ff 100%);
}

.recommended-services__tutoring .recommended-services__card-title {
  color: #057fe3;
}

.recommended-services__tutoring .recommended-services__card-title svg:not(.svg-no-fill),
.recommended-services__tutoring .recommended-services__card-title svg:not(.svg-no-fill) *[fill] {
  fill: #057fe3;
}

.recommended-services__tutoring .recommended-services__card-title .recommended-services__arrow-svg {
  transition: transform .2s ease;
}

.recommended-services__tutoring:hover {
  background: #f1fcff;
}

.recommended-services__tutoring:hover .recommended-services__card-title {
  color: #0c6ac1;
}

.recommended-services__tutoring:hover .recommended-services__card-title svg:not(.svg-no-fill),
.recommended-services__tutoring:hover .recommended-services__card-title svg:not(.svg-no-fill) *[fill] {
  fill: #0c6ac1;
}

.recommended-services__tutoring:hover .recommended-services__card-title .recommended-services__arrow-svg {
  transform: translateX(8px);
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .recommended-services__carousel-tablet {
    overflow: hidden;
    padding-right: 355px;
    margin-right: -355px;
  }
  .recommended-services__carousel-tablet > * {
    width: 355px;
  }
}

@media screen and (max-width: 767px) {
  .recommended-services {
    overflow-x: auto;
  }
  .recommended-services__card {
    width: 248px;
    height: 279px;
  }
  .recommended-services__card-title {
    max-width: unset;
  }
  .recommended-services__card.compact {
    width: 100%;
  }
}

.review-requests-component {
  background: rgba(255, 153, 19, 0.1);
}

@media screen and (max-width: 991px) {
  .review-requests-component {
    border-radius: 0;
  }
}

@media screen and (max-width: 767px) {
  .review-requests-component-copy {
    max-width: 80%;
  }
  .review-requests-component-image {
    max-width: 160px;
    margin-right: -34px;
  }
  .review-requests-component-rating-label {
    max-width: 140px;
  }
}

.search-role-switcher {
  background: rgba(255, 153, 19, 0.1);
}

.side-image-banner__contents--gradient {
  background: linear-gradient(90deg, #fff 75%, rgba(255, 255, 255, 0) 100%);
}

.side-image-banner__image {
  width: 250px;
}

.side-image-banner__image > svg, .side-image-banner__image > img {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1.2);
  transform-origin: bottom left;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .side-image-banner__image {
    max-width: 250px;
  }
}

@media screen and (max-width: 767px) {
  .side-image-banner {
    flex-direction: column;
  }
  .side-image-banner__contents--gradient {
    background: none;
  }
  .side-image-banner__gradient {
    background: linear-gradient(180deg, #fff 80%, rgba(255, 255, 255, 0) 100%);
  }
  .side-image-banner__image {
    position: absolute;
    bottom: 0;
    right: -32px;
    max-width: 180px;
  }
  .side-image-banner__image > svg, .side-image-banner__image > img {
    transform: none;
  }
}

.welcome-gift {
  padding: 24px;
  border-radius: 8px;
}

.welcome-gift__content {
  display: flex;
  align-items: center;
}

.welcome-gift__actions {
  margin-top: 12px;
}

.welcome-gift__text h3 {
  margin-bottom: 4px;
}

.welcome-gift__image {
  margin-right: 24px;
}

.welcome-gift__image, .welcome-gift__image svg {
  min-width: 96px;
  min-height: 91px;
  width: 96px;
  height: 91px;
}

@media screen and (min-width: 992px) {
  .no-padding .welcome-gift {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .welcome-gift {
    padding: 12px;
  }
  .welcome-gift__image {
    margin-right: 12px;
  }
  .welcome-gift__image, .welcome-gift__image svg {
    min-width: 72px;
    min-height: 64px;
    width: 72px;
    height: 64px;
  }
}

@media screen and (max-width: 320px) {
  .welcome-gift__header--de {
    font-size: 0.875rem;
  }
}

.breadcrumbs-component {
  list-style: none;
}

.breadcrumbs-component li + li::before {
  content: "/ ";
  color: #6d7280;
}

.dialog {
  z-index: 960;
}

.dialog-overlay {
  background-color: rgba(17, 24, 39, 0.64);
  z-index: 961;
}

.dialog-overlay.blurred-overlay {
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

.dialog-wrapper {
  max-height: calc(100% - 64px);
  max-width: 736px;
  z-index: 962;
}

.dialog-wrapper__content:not(.with-image) {
  width: 544px;
}

.dialog-wrapper__content.with-image {
  width: 448px;
}

.dialog-wrapper__image-box {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  width: 288px;
  overflow: hidden;
}

.dialog-wrapper__dismiss-button {
  transform: translate(35%, -35%);
  z-index: 963;
  transition: border-color .2s;
}

.dialog-wrapper__dismiss-button > svg {
  transition: color .3s;
}

.dialog-wrapper__dismiss-button:hover, .dialog-wrapper__dismiss-button:focus {
  border-color: #f3f4f6;
  background-color: #f3f4f6;
}

.dialog-wrapper__dismiss-button:hover > svg, .dialog-wrapper__dismiss-button:focus > svg {
  color: #374151;
}

.dialog-wrapper__dismiss-button:active {
  border-color: #e5e7eb;
  background-color: #e5e7eb;
}

.dialog-wrapper__dismiss-button:active > svg {
  color: #1f2937;
}

.dialog-wrapper__notification {
  bottom: calc(100% + 12px);
  z-index: 960;
}

.dialog-wrapper .notifications-component {
  min-width: unset;
}

.dialog-wrapper.with-outer-notification {
  margin-top: 8rem;
}

@media screen and (max-width: 991px) {
  .dialog-wrapper {
    max-width: 544px;
  }
  .dialog-wrapper__body {
    max-height: 55dvh;
  }
  .dialog-wrapper__body:not(.overflowy-unset) {
    overflow-y: auto;
  }
  .dialog-wrapper__content:not(.with-image), .dialog-wrapper__content.with-image {
    width: 352px;
  }
  .dialog-wrapper__image-box {
    width: 192px;
  }
}

@media screen and (max-width: 767px) {
  .dialog-wrapper {
    height: auto !important;
    max-width: 336px;
    width: 100%;
    margin: 0 16px;
  }
  .dialog-wrapper__body {
    padding-bottom: 1px;
  }
  .dialog-wrapper__content:not(.with-image), .dialog-wrapper__content.with-image {
    width: 100%;
    max-width: 336px;
  }
  .dialog-wrapper__image-box {
    width: 100%;
    height: 160px;
    border-bottom-right-radius: 0;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }
  .dialog-wrapper__notification {
    bottom: 100%;
  }
}

.dropdown.open .dropdown-menu {
  display: block;
}

.dropdown-menu {
  right: 0;
  position: absolute;
  z-index: 3000;
  display: none;
  min-width: 160px;
  list-style: none;
  overflow: auto;
}

.dropdown-menu::-webkit-scrollbar {
  width: 4px;
}

.dropdown-menu::-webkit-scrollbar-thumb {
  background: #FF9913;
}

.dropdown-item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
  color: #262626;
}

.dropdown-item:hover, .dropdown-item:focus {
  text-decoration: none;
  background-color: #f3f4f6;
}

.dropdown-item:active {
  background-color: #e5e7eb;
}

.dropdown-item.icon-hoverable:hover svg:not(.svg-no-fill),
.dropdown-item.icon-hoverable:hover svg:not(.svg-no-fill) *[fill] {
  fill: #1f2937;
}

.dropdown .dropdown-toggle-icon {
  transition: 0.2s;
}

.dropdown.open .dropdown-toggle-icon {
  transform: rotate(-90deg);
}

.dropdown:hover:not(.open) svg.dropdown-toggle-icon *[fill] {
  fill: #dd5502;
}

@keyframes translateX-50-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.infinite-scroll__container {
  width: -moz-fit-content;
  width: fit-content;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: translateX-50-left;
  animation-delay: 10ms;
}

.infinite-scroll__container--right {
  animation-direction: reverse;
}

.nav {
  padding: 0;
}

.side-menu.nav {
  display: block;
  margin-bottom: 10px;
}

.side-menu.nav .nav-item {
  border-bottom: 1px solid #e7e7e7;
}

.side-menu.nav .nav-item:hover:not(.no-hover) {
  background-color: #eeeeee;
}

.side-menu.nav .nav-link {
  padding: 10 15px;
}

.side-menu.nav .nested-1 .nav-link {
  padding-left: calc(15px * 1);
}

.side-menu.nav .nested-2 .nav-link {
  padding-left: calc(15px * 2);
}

.side-menu.nav .nested-3 .nav-link {
  padding-left: calc(15px * 3);
}

.pills.nav .nav-link {
  color: #337ab7;
  border-radius: 4px;
  position: relative;
  display: block;
  padding: 10px 15px;
}

.pills.nav .nav-link.active {
  color: #fff;
  background-color: #337ab7;
}

.tabs.nav {
  border-bottom: 1px solid #DEE0E2;
}

.tabs.nav .nav-item {
  margin-bottom: -1px;
}

.tabs.nav .nav-link {
  border-radius: 4px 4px 0 0;
  display: block;
  padding: 10px 15px;
}

.tabs.nav .nav-link.active {
  color: #555555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  outline: 0;
}

.swipe-icon {
  width: 100px;
}

.swipe-icon__svg {
  animation: slide-with-pause 2s infinite, fade-with-pause 2s infinite;
}

.toggler input {
  opacity: 0;
  width: 0;
  height: 0;
}

.toggler__button {
  background-color: #999;
  transition: .4s;
}

.toggler__button:before {
  background-color: white;
  left: 2px;
  bottom: 2px;
  position: absolute;
  width: 20px;
  height: 20px;
  content: "";
  transition: .7s;
  border-radius: 50%;
}

.toggler input[type=checkbox]:checked + .toggler__button,
.toggler input[type=radio][checked] + .toggler__button {
  background-color: #16a34a;
}

.toggler input:focus + .toggler__button {
  box-shadow: 0 0 1px #2196F3;
}

.toggler input[type=checkbox]:checked + .toggler__button:before,
.toggler input[type=radio][checked] + .toggler__button:before {
  transform: translateX(20px);
}

.toggler-big .toggler__button::before {
  width: 24px;
  height: 24px;
}

.toggler-big input[type=checkbox]:checked + .toggler__button:before,
.toggler-big input[type=radio][checked] + .toggler__button:before {
  transform: translateX(28px);
}

.tooltip-wrapper.right .tooltip-arrow, .tooltip-wrapper.left .tooltip-arrow, .tooltip-wrapper.bottom .tooltip-arrow {
  border-top: 7px solid transparent;
  top: auto;
}

.tooltip-wrapper.right .tooltip, .tooltip-wrapper.left .tooltip, .tooltip-wrapper.bottom .tooltip {
  bottom: auto;
}

.tooltip-wrapper.right .tooltip-arrow {
  border-right: 11px solid rgba(36, 36, 36, 0.9);
  right: -19px;
}

.tooltip-wrapper.right .tooltip {
  left: calc(100% + 10px + 9px);
}

.tooltip-wrapper.left .tooltip-arrow {
  border-left: 11px solid rgba(36, 36, 36, 0.9);
  left: -19px;
}

.tooltip-wrapper.left .tooltip {
  right: calc(100% + 10px + 9px);
}

.tooltip-wrapper.bottom .tooltip-arrow {
  border-bottom: 11px solid rgba(36, 36, 36, 0.9);
  bottom: -19px;
}

.tooltip-wrapper.bottom .tooltip {
  top: calc(100% + 10px + 9px);
}

.tooltipped {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.tooltipped:hover .tooltip,
.tooltipped:hover .tooltip-arrow, .tooltipped:focus .tooltip,
.tooltipped:focus .tooltip-arrow {
  display: block;
}

.tooltip-arrow {
  z-index: 21;
  display: none;
  top: -19px;
  border: 7px solid transparent;
  border-top: 11px solid rgba(36, 36, 36, 0.9);
}

.tooltip {
  z-index: 1;
  display: none;
  width: -moz-max-content;
  width: max-content;
  background: rgba(36, 36, 36, 0.9);
  bottom: calc(100% + 10px + 9px);
}

.conversations-nav-link {
  border-width: 0 0 2px 0;
}

.conversations-nav-link:hover .conversations-nav-link__name:not(.color-grayscale-body) {
  color: #4b5563;
}

.conversations-nav-mobile .btn:focus {
  background: none;
}

.conversations-nav-mobile .dropdown-menu {
  top: 58px;
}

.conversations-nav-mobile .dropdown-item {
  color: #6d7280;
  font-weight: 400;
}

.conversations-nav-mobile .dropdown-item:hover .conversations-nav-link__name {
  color: #1f2937;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .conversations-nav-link:not(.conversations-nav-mobile) {
    width: 50%;
  }
}

.upgrade-to-premium {
  background: linear-gradient(180deg, #fdfaf4 0%, #ffdfa5 100%);
}

@media screen and (max-width: 767px) {
  .upgrade-to-premium__img {
    width: 75%;
    position: absolute;
    top: -30px;
  }
}

.discount_check_component__price-block {
  position: relative;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  box-shadow: -1px 7px 17px 0px #0000001A, -5px 30px 30px 0px #00000017, -11px 67px 41px 0px #0000000D, -20px 118px 48px 0px #00000003, -31px 185px 53px 0px #00000000;
  /* Shadow to overlap semicircle cut mask */
}

.discount_check_component__price-block h4 {
  background: linear-gradient(90deg, #942a0c 0%, #dd5502 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.discount_check_component__price-block::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 30px;
  width: 100%;
  box-shadow: 0px 25px 15px 2px #d2d5da;
}

.discount_check_component__divider {
  /* Semicircle cut */
  -webkit-mask: radial-gradient(10px at 10px 50%, #0000 calc(99% - 1px), #000) -10px 0;
  mask: radial-gradient(10px at 10px 50%, #0000 calc(99% - 1px), #000) -10px 0;
  position: relative;
  /* Dashes */
}

.discount_check_component__divider::before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(to left, #9ca3af 50%, transparent 50%);
  background-repeat: repeat;
  background-size: 22px 4px;
}

.discount_check_component__action-block {
  position: relative;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  box-shadow: -1px 16px 17px 0px #0000001A, -5px 30px 30px 0px #00000017, -11px 67px 41px 0px #0000000D, -20px 118px 48px 0px #00000003, -31px 185px 53px 0px #00000000;
}

.allowed-list {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
  grid-gap: 16px;
}

.allowed-list__badge {
  top: -11px;
  right: 10px;
  position: absolute;
}

.allowed-list__item {
  min-height: 64px;
  box-sizing: border-box;
}

.allowed-list__item:hover {
  border: 1px solid #FF9913;
}

.allowed-list__radio {
  display: none;
}

.allowed-list__radio:checked + .allowed-list__item {
  border: 1px solid #FF9913;
  color: #FF9913;
}

.allowed-list__radio:checked + .allowed-list__item path {
  fill: #FF9913;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .allowed-list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
  }
}

@media screen and (max-width: 767px) {
  .allowed-list {
    grid-template-columns: 1, 1fr;
    grid-template-columns: auto;
    grid-gap: 8px;
  }
  .allowed-list__item {
    min-height: 48px;
  }
  .allowed-list__badge {
    position: static;
    margin-left: auto;
  }
}

.existed-documents__item:hover {
  background-color: #EAEDEF;
}

.existed-documents__item--delete {
  background-color: transparent;
}

.existed-documents__item--delete:hover #trash-svg-mask {
  fill: #C92525;
}

.upload-form-component__file {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.upload-form-component__file:hover:not(.error, .uploading) {
  border-color: #FF9913;
}

.upload-form-component__file--remove:hover path {
  fill: #C92525;
}

.upload-form-component__file--uploaded, .upload-form-component__file--uploading, .upload-form-component__file--error {
  display: none;
}

.upload-form-component__file--uploading-icon {
  animation: .8s linear 0s infinite rotate-360;
}

.loading-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(17, 24, 39, 0.64);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  z-index: 9998;
}

.loading-modal {
  width: 544px;
  height: 152px;
  padding: 32px 24px;
  display: none;
  position: fixed;
  gap: 16px;
  color: #111827;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  border-radius: 16px;
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.loading-modal span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  width: 496px;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
}

.loading-modal .loading-indicator {
  margin: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .loading-modal {
    width: 354px;
    height: 183px;
    margin-bottom: 20px;
    gap: 8px;
  }
  .loading-modal span {
    height: 63px;
    width: 304px;
  }
}

@media screen and (max-width: 375px) {
  .loading-modal {
    width: 336px;
    height: 158px;
    margin-bottom: 20px;
    padding: 32px 24px;
    gap: 16px;
  }
  .loading-modal span {
    height: 54px;
    width: 288px;
    font-size: 18px;
    line-height: 150%;
  }
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.rotating-svg {
  animation: rotate 300ms linear infinite;
  width: 48px;
  height: 48px;
}

.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.profile-edition a[data-open-dialog] {
  color: #262626 !important;
  text-decoration: none !important;
}

.profile-edition__inner {
  display: grid;
  grid-template-areas: "content icon" "readmore readmore";
  align-items: center;
  justify-content: space-between;
}

.profile-edition__inner:hover {
  background-color: #EAEDEF;
  cursor: pointer;
  transition: background-color 0.3s;
  margin: 0 -12px;
  padding: 0 12px;
}

.profile-edition__link:hover * {
  color: #FF9913;
}

.profile-edition .unscalable .profile-edition__inner:hover {
  margin: 0;
  padding: 0;
}

.profile-edition .unscalable .profile-edition__icon {
  margin-right: 12px;
}

.profile-edition .icon-top .profile-edition__icon {
  top: 16px;
  right: 4px;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .profile-edition__inner {
    margin: 0 -8px;
    padding: 0 8px;
  }
  .profile-edition .icon-top--availability-table .profile-edition__icon {
    top: 0;
    right: 6px;
    position: absolute;
    transform: translateY(-150%);
  }
}

.autocomplete-component__list-item svg {
  margin-right: 8px;
}

.autocomplete-component__clear-icon, .autocomplete-component__loading-icon {
  display: none;
}

.autocomplete-component__clear-icon.visible, .autocomplete-component__loading-icon.visible {
  display: block;
}

.autocomplete-component ul.ui-autocomplete {
  cursor: default;
  list-style: none;
  margin: 0;
  position: absolute;
  z-index: 3000;
}

.autocomplete-component .ui-menu-item .ui-menu-item-wrapper {
  color: #6d7280 !important;
  padding: 10px 12px;
}

.autocomplete-component .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
  background: #f3f4f6 !important;
  border: none !important;
  color: #1f2937 !important;
}

.autocomplete-component .ui-helper-hidden-accessible {
  display: none;
}

.btn-group-select__icon {
  display: none;
}

.btn-group-select__option {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease-in-out;
  background-color: rgba(255, 153, 19, 0.1);
}

.btn-group-select__option:hover {
  background-color: rgba(255, 153, 19, 0.2);
}

.btn-group-select__option.selected {
  background-color: #FF9913;
}

.btn-group-select__option.selected .btn-group-select__label {
  color: #fff;
}

.btn-group-select__option.selected .btn-group-select__icon {
  display: block;
}

.checkbox-area:hover, .checkbox-area--checked {
  border-color: #262626;
  box-shadow: 0 0 0 1px #262626;
}

.checkbox-area__tooltip:hover {
  fill: #FF9913;
}

.has-error .checkbox-area {
  border-color: #C92525;
}

.checkbox-field__label {
  display: flex;
  align-items: flex-start;
  padding-left: 0;
}

.checkbox-field__text {
  flex: 1 1 auto;
  color: #707070;
  font-weight: 500;
}

.checkbox-field__text-caption {
  margin-top: 2px;
}

.checkbox-field__button {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
  border-radius: 2px;
  background-color: #fff;
  border: 2px solid #999;
  margin-right: 0.5em;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.checkbox-field__input {
  opacity: 0;
  position: absolute;
  width: 0px;
  height: 0px;
}

.checkbox-field__input:checked + .checkbox-field__label .checkbox-field__text {
  color: #262626;
}

.checkbox-field__input:checked + .checkbox-field__label .checkbox-field__button {
  border-color: #FF9913;
  background-color: #FF9913;
}

.checkbox-field__input:disabled + .checkbox-field__label .checkbox-field__text, .checkbox-field.disabled .checkbox-field__input + .checkbox-field__label .checkbox-field__text {
  color: #999;
}

.checkbox-field__input:disabled + .checkbox-field__label .checkbox-field__button, .checkbox-field.disabled .checkbox-field__input + .checkbox-field__label .checkbox-field__button {
  border-color: #CACDCF;
}

.checkbox-field__input:disabled + .checkbox-field__label:hover, .checkbox-field.disabled .checkbox-field__input + .checkbox-field__label:hover {
  cursor: unset;
}

.checkbox-field__input:disabled:checked + .checkbox-field__label .checkbox-field__button, .checkbox-field.disabled .checkbox-field__input:checked + .checkbox-field__label .checkbox-field__button {
  background-color: #CACDCF;
}

.checkbox-field__label:hover, .checkbox-field.hovered .checkbox-field__label {
  cursor: pointer;
}

.checkbox-field__label:hover .checkbox-field__button, .checkbox-field.hovered .checkbox-field__label .checkbox-field__button {
  border-color: #FF8112;
}

.checkbox-field__input:not(:disabled) + .checkbox-field__label:active .checkbox-field__button, .checkbox-field.pressed .checkbox-field__input:not(:disabled) + .checkbox-field__label .checkbox-field__button {
  border-color: #EB7100;
}

.checkbox-field__input:not(:disabled):checked + .checkbox-field__label:active .checkbox-field__button, .checkbox-field.pressed .checkbox-field__input:not(:disabled):checked + .checkbox-field__label .checkbox-field__button {
  background-color: #EB7100;
}

.checkbox-field.disabled, .checkbox-field__input:disabled + .checkbox-field__label {
  pointer-events: none;
}

.checkbox-field__text {
  display: flex;
  flex-direction: column;
}

.checkbox-field.brand-checkbox .checkbox-field__text {
  color: #4b5563;
  padding-top: 3px;
  font-weight: 400;
}

.checkbox-field.brand-checkbox .checkbox-field__text-caption {
  margin-top: 4px;
  font-weight: 400;
}

.checkbox-field.brand-checkbox .checkbox-field__input:checked + .checkbox-field__label .checkbox-field__text {
  font-weight: 500;
}

.checkbox-field.brand-checkbox .checkbox-field__button {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border-width: 1px;
  padding: 3px;
}

.checkbox-field.brand-checkbox .checkbox-field__input:disabled + .checkbox-field__label {
  color: #9ca3af;
}

.checkbox-field.brand-checkbox .checkbox-field__input:disabled + .checkbox-field__label .checkbox-field__text {
  font-weight: 400;
}

.checkbox-field.brand-checkbox .checkbox-field__input:disabled + .checkbox-field__label .checkbox-field__button {
  background-color: #e5e7eb;
  border: 2px solid #e5e7eb;
}

.checkbox-field.brand-checkbox .checkbox-field__input:disabled + .checkbox-field__label .checkbox-field__button svg *[stroke] {
  stroke: #e5e7eb;
}

.checkbox-field.brand-checkbox .checkbox-field__input:disabled:checked + .checkbox-field__label .checkbox-field__button svg *[stroke] {
  stroke: #9ca3af;
}

.checkbox-field.brand-checkbox .checkbox-field__label:hover .checkbox-field__button {
  border-color: #942a0c;
}

.checkbox-field.brand-checkbox .checkbox-field__input:checked:not(:disabled) + .checkbox-field__label .checkbox-field__button {
  border-color: #b73806;
  background-color: #b73806;
}

.checkbox-field.brand-checkbox .checkbox-field__input:checked:not(:disabled) + .checkbox-field__label:hover .checkbox-field__button {
  background-color: #942a0c;
}

.checkbox-field.brand-checkbox .checkbox-field__input:focus-visible + .checkbox-field__label .checkbox-field__button {
  outline: 2px solid #3b82f6;
}

.checkbox-field.brand-checkbox .checkbox-field__input:focus-visible:checked + .checkbox-field__label .checkbox-field__button {
  background-color: #942a0c;
}

.has-error .checkbox-field__text {
  color: #C92525;
}

.has-error .checkbox-field__button {
  border-color: #C92525;
}

.datepicker-input .input-field.disabled {
  pointer-events: none;
}

.datepicker-input .input-field.disabled svg * {
  fill: #DEE0E2;
}

.datepicker-input .input-field.has-error svg * {
  fill: #C92525;
}

.datepicker-input .form-control {
  min-height: 38px;
}

.datepicker-input-icon {
  pointer-events: none;
}

.mobile-date-dialog {
  z-index: 970;
}

.mobile-date-dialog h5 {
  font-size: 1.25rem;
}

.files-upload-component__file {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.files-upload-component__file--remove:hover path {
  fill: #C92525;
}

.files-upload-component__file--upload {
  border: 1px dashed #dd5502;
}

.files-upload-component__file--upload:hover {
  border-color: #b73806;
  background-color: #fdfaf4;
}

.files-upload-component__file--upload:hover svg:not(.svg-no-fill),
.files-upload-component__file--upload:hover svg:not(.svg-no-fill) *[fill] {
  fill: #b73806;
}

.files-upload-component__file--upload:hover .upload-text {
  color: #b73806;
}

.files-upload-component__file--upload:active {
  border: 1px solid #942a0c;
  color: #942a0c;
  background-color: #fff4e0;
}

.files-upload-component__file--upload:active svg:not(.svg-no-fill),
.files-upload-component__file--upload:active svg:not(.svg-no-fill) *[fill] {
  fill: #942a0c;
}

.files-upload-component__file--upload:active .upload-text {
  color: #942a0c;
}

.files-upload-component__file--upload.error {
  color: #dc2626;
  border-color: #dc2626;
}

.files-upload-component__file--upload.error svg:not(.svg-no-fill),
.files-upload-component__file--upload.error svg:not(.svg-no-fill) *[fill] {
  fill: #dc2626;
}

.files-upload-component__file--upload.error .upload-text {
  color: #dc2626;
}

.files-upload-component__file--upload.error:hover {
  background-color: #fef2f2;
}

.files-upload-component__file--uploaded, .files-upload-component__file--uploading {
  display: none;
}

.files-upload-component__file--uploading-icon {
  animation: .8s linear 0s infinite rotate-360;
}

.files-upload-component .file-group {
  display: contents;
  vertical-align: center;
}

.files-upload-component .file-item {
  margin: 8px 0;
  padding: 8px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 18px;
}

.files-upload-component .files-upload-component__file--fileError {
  color: #C92525;
}

.files-upload-component .files-upload-component__file--name:hover {
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
}

.icon-input {
  width: 110px;
}

.icon-input__label {
  width: 110px;
  height: 110px;
}

.icon-input__label svg *[stroke] {
  stroke: #999;
}

@media screen and (max-width: 767px) {
  .icon-input__label {
    width: 80px;
    height: 80px;
  }
}

.icon-input__check {
  top: -6px;
  right: 24px;
  position: absolute;
  width: 24px;
  height: 24px;
  display: none;
}

@media screen and (max-width: 767px) {
  .icon-input__check {
    top: -6px;
    right: 18px;
    position: absolute;
    width: 18px;
    height: 18px;
  }
}

input:checked + .icon-input__label .icon-input__check {
  display: block;
}

input:checked + .icon-input__label {
  border-color: #262626;
  box-shadow: 0 0 0 1px #262626;
}

input:checked + .icon-input__label svg *[stroke] {
  stroke: #262626;
}

@media (hover: hover) {
  .icon-input__label:hover {
    border-color: #262626;
    box-shadow: 0 0 0 1px #262626;
  }
  .icon-input__label:hover svg *[stroke] {
    stroke: #262626;
  }
}

@media screen and (max-width: 767px) {
  .icon-input {
    width: 25%;
    word-break: break-word;
  }
  .icon-input__label {
    width: 80px;
    height: 80px;
  }
}

.has-error .icon-input__label {
  border-color: #C92525;
}

.multiselect-component__placeholder {
  caret-color: transparent;
}

.multiselect-component__item.checked {
  background-color: rgba(255, 153, 19, 0.1);
}

.multiselect-component__item.checked .checkbox__text {
  color: #FF9913;
}

.multiselect-component .input-field__outline, .multiselect-component .input-field__extra-content {
  cursor: pointer;
}

.multiselect-component .js-clear-icon {
  color: rgba(38, 38, 38, 0.6);
  transition: color .3s;
  display: none;
}

.multiselect-component .js-clear-icon:hover {
  color: #262626;
}

.multiselect-component .js-clear-icon.visible {
  display: block;
}

.multiselect-component .js-dropdown-icon {
  transition: transform .3s;
}

.multiselect-component .dropdown.open .js-dropdown-icon {
  transform: rotate(90deg);
}

.multiselect-component .dropdown:not(.open) .js-dropdown-icon {
  transform: rotate(270deg);
}

.option-area--checked {
  background: #e5e7eb;
  border-color: #e5e7eb;
}

.option-area .radiobutton, .option-area .checkbox-field {
  pointer-events: none;
}

.option-area:focus-within {
  outline: 2px solid #3b82f6;
}

.option-area:focus-within .checkbox-field__button, .option-area:focus-within .radiobutton__button {
  outline: unset !important;
}

@media screen and (min-width: 992px) {
  .option-area:hover, .option-area--checked:hover {
    background: #f3f4f6;
    border-color: #f3f4f6;
  }
}

.radiobutton__label {
  display: flex;
  align-items: flex-start;
  padding-left: 0;
}

.radiobutton__text {
  color: #707070;
  font-weight: 500;
}

.radiobutton__text-caption {
  margin-top: 2px;
}

.radiobutton__button {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 100%;
  border: 2px solid #999;
  display: flex;
  padding: 3px;
  margin-right: 0.5em;
}

.radiobutton__button::after {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 100%;
  content: '';
  display: block;
}

.radiobutton__input {
  opacity: 0;
  position: absolute;
}

.radiobutton__input:checked + .radiobutton__label .radiobutton__text {
  color: #262626;
}

.radiobutton__input:checked + .radiobutton__label .radiobutton__button {
  border-color: #EB7100;
}

.radiobutton__input:checked + .radiobutton__label .radiobutton__button::after {
  background-color: #EB7100;
}

.radiobutton__input:disabled + .radiobutton__label .radiobutton__text, .radiobutton.disabled .radiobutton__input + .radiobutton__label .radiobutton__text {
  color: #999;
}

.radiobutton__input:disabled + .radiobutton__label .radiobutton__button, .radiobutton.disabled .radiobutton__input + .radiobutton__label .radiobutton__button {
  border-color: #CACDCF;
}

.radiobutton__input:disabled + .radiobutton__label:hover, .radiobutton.disabled .radiobutton__input + .radiobutton__label:hover {
  cursor: unset;
}

.radiobutton__input:disabled:checked + .radiobutton__label .radiobutton__button::after, .radiobutton.disabled .radiobutton__input:checked + .radiobutton__label .radiobutton__button::after {
  background-color: #CACDCF;
}

.radiobutton__label:hover, .radiobutton.hovered .radiobutton__label {
  cursor: pointer;
}

.radiobutton__label:hover .radiobutton__button, .radiobutton.hovered .radiobutton__label .radiobutton__button {
  border-color: #FF8112;
}

.radiobutton__input:not(:disabled) + .radiobutton__label:active .radiobutton__button, .radiobutton.pressed .radiobutton__input:not(:disabled) + .radiobutton__label .radiobutton__button {
  border-color: #EB7100;
}

.radiobutton__input:not(:disabled):checked + .radiobutton__label:active .radiobutton__button::after, .radiobutton.pressed .radiobutton__input:not(:disabled):checked + .radiobutton__label .radiobutton__button::after {
  background-color: #EB7100;
}

.radiobutton.disabled, .radiobutton .radiobutton__input:disabled + .radiobutton__label {
  pointer-events: none;
}

.radiobutton.brand-radiobutton .radiobutton__button {
  width: 24px;
  height: 24px;
  padding: 6px;
  border: 1px solid #9ca3af;
}

.radiobutton.brand-radiobutton .radiobutton__text {
  color: #1f2937;
  padding-top: 3px;
  font-weight: 400;
}

.radiobutton.brand-radiobutton .radiobutton__text-caption {
  color: #6d7280;
  margin-top: 4px;
  font-weight: 400;
}

.radiobutton.brand-radiobutton .radiobutton__input:checked + .radiobutton__label .radiobutton__text:not(.radiobutton__text-caption) {
  font-weight: 500;
}

.radiobutton.brand-radiobutton .radiobutton__input:focus-visible + .radiobutton__label .radiobutton__button {
  outline: 2px solid #3b82f6;
}

.radiobutton.brand-radiobutton .radiobutton__label:hover .radiobutton__button {
  background: #f9fafb;
}

.radiobutton.brand-radiobutton .radiobutton__label:hover .radiobutton__button::after {
  background: #f9fafb;
}

.radiobutton.brand-radiobutton .radiobutton__input:disabled + .radiobutton__label .radiobutton__button {
  background: #e5e7eb;
  border-color: #e5e7eb;
}

.radiobutton.brand-radiobutton .radiobutton__input:disabled + .radiobutton__label .radiobutton__button::after {
  background: #e5e7eb;
}

.radiobutton.brand-radiobutton .radiobutton__input:disabled + .radiobutton__label .radiobutton__text, .radiobutton.brand-radiobutton .radiobutton__input:disabled + .radiobutton__label .radiobutton__text-caption {
  color: #9ca3af;
}

.radiobutton.brand-radiobutton .radiobutton__input:disabled:checked + .radiobutton__label .radiobutton__button::after {
  background: #9ca3af;
}

.radiobutton.brand-radiobutton .radiobutton__input:checked:not(:disabled) + .radiobutton__label .radiobutton__button {
  border-color: #b73806;
}

.radiobutton.brand-radiobutton .radiobutton__input:checked:not(:disabled) + .radiobutton__label .radiobutton__button::after {
  background: #b73806;
}

.radiobutton.brand-radiobutton .radiobutton__input:checked:not(:disabled) + .radiobutton__label:hover .radiobutton__button::after {
  background: #942a0c;
}

.radiobutton.brand-radiobutton .radiobutton__label:hover .radiobutton__button {
  border-color: #942a0c;
}

.has-error .radiobutton__text {
  color: #C92525;
}

.has-error .radiobutton__button {
  border-color: #C92525 !important;
}

.select-component__placeholder {
  caret-color: transparent;
}

.select-component__item.checked {
  background-color: rgba(255, 153, 19, 0.1);
  color: #FF9913;
}

.select-component__item:not(.checked) svg {
  opacity: 0;
}

.select-component .input-field__outline, .select-component .input-field__extra-content {
  cursor: pointer;
}

.select-component .js-clear-icon {
  color: rgba(38, 38, 38, 0.6);
  transition: color .3s;
  display: none;
}

.select-component .js-clear-icon:hover {
  color: #262626;
}

.select-component .js-clear-icon.visible {
  display: block;
}

.select-component .js-dropdown-icon {
  transition: transform .3s;
}

.select-component .dropdown.open .js-dropdown-icon {
  transform: rotate(90deg);
}

.select-component .dropdown:not(.open) .js-dropdown-icon {
  transform: rotate(270deg);
}

.tag-component:not(:last-child) {
  margin-right: 4px;
}

.tag-component__chip {
  transition-duration: .2s;
  transition-property: background-color, border, outline;
}

.tag-component input[type="checkbox"]:checked + .tag-component__chip,
.tag-component input[type="radio"]:checked + .tag-component__chip {
  border-color: #262626;
  box-shadow: 0 0 0 1px #262626;
}

.has-error .tag-component__chip {
  border-color: #C92525;
}

@media screen and (min-width: 992px) {
  .tag-component__chip:hover {
    background-color: #DEE0E2;
  }
  .has-error .tag-component__chip:hover {
    border-color: #DEE0E2;
  }
}

.text-area__box.input-field__box > .text-area__control-wrapper:last-child, .text-area__box.stripe-form__input > .text-area__control-wrapper:last-child {
  margin-right: -14px;
}

.text-area__box.input-field__box > .text-area__control-wrapper:last-child .text-area__control, .text-area__box.stripe-form__input > .text-area__control-wrapper:last-child .text-area__control {
  padding-right: 14px;
}

.text-area__control.input-field__control, .text-area__control.stripe-form__input {
  min-height: 52px;
  overflow: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  resize: vertical;
}

.text-area__control.input-field__control.autosize, .text-area__control.autosize.stripe-form__input {
  resize: none;
}

.text-area__label.input-field__label, .text-area__label.stripe-form__label {
  top: 16px;
  transform: none;
}

@media screen and (max-width: 767px) {
  .text-area__control.input-field__control, .text-area__control.stripe-form__input {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .text-area__label.input-field__label, .text-area__label.stripe-form__label {
    top: 12px;
  }
}

.input-field {
  display: flex;
  flex-direction: row;
  align-items: normal;
  justify-content: normal;
  align-items: flex-start;
  border-radius: 3px;
  width: 100%;
}

.input-field__main-content {
  display: flex;
  flex-direction: column;
  align-items: normal;
  justify-content: normal;
  flex: 1 1 auto;
  border-radius: inherit;
}

.input-field__box, .stripe-form__input {
  display: flex;
  flex-direction: row;
  align-items: normal;
  justify-content: normal;
  cursor: text;
  flex: 1 1 auto;
  min-height: 56px;
  padding: 2px 16px;
  position: relative;
  background: #fff;
  border-radius: inherit;
}

.input-field__outline {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: normal;
  justify-content: normal;
  border-radius: inherit;
}

.input-field__outline-start, .input-field__outline-end {
  border: 1px solid #CACDCF;
  transition: border-color 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}

.input-field__outline-start {
  flex: 0 0 auto;
  width: 12px;
  border-right: none;
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}

.input-field__outline-gap {
  flex: 0 0 auto;
  overflow: hidden;
  border-bottom: 1px solid #CACDCF;
  transition: border-color 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  max-width: calc(100% - 24px);
}

.input-field__outline-label {
  min-width: -moz-fit-content;
  min-width: fit-content;
  white-space: nowrap;
  margin-left: 0;
  border-top: 1px solid #CACDCF;
  transition: margin-left 0.3s cubic-bezier(0.65, 0, 0.35, 1), border-color 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}

.input-field__outline-label > span {
  opacity: 0;
  font-size: 0.75em;
  margin: 0 4px;
}

.input-field__outline-end {
  flex: 1 1 auto;
  border-left: none;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
}

.input-field__control-wrapper {
  display: flex;
  flex-direction: row;
  align-items: normal;
  justify-content: normal;
  flex: 1 1 auto;
  min-width: 0;
  position: relative;
}

.input-field__control::-moz-placeholder, .stripe-form__input::-moz-placeholder {
  color: #999;
}

.input-field__label, .stripe-form__label, .input-field__control::placeholder, .stripe-form__input::placeholder {
  color: #999;
}

.input-field__label, .stripe-form__label {
  --left-after-animation: 0;
  top: 49%;
  left: 0;
  position: absolute;
  transform: translateY(-50%);
  pointer-events: none;
  transform-origin: top left;
  transition: top 0.3s cubic-bezier(0.65, 0, 0.35, 1), left 0.3s cubic-bezier(0.65, 0, 0.35, 1), transform 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.input-field__label.activated, .activated.stripe-form__label {
  top: -9px;
  left: var(--left-after-animation);
  transform: scale(0.75);
  background: #fff;
  padding: 0 2px;
}

.input-field__control, .stripe-form__input {
  background: rgba(255, 255, 255, 0);
  border: 0;
  caret-color: #262626;
  color: #262626;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}

.input-field__control:focus, .stripe-form__input:focus {
  outline: 0;
}

.input-field__control::-ms-clear, .stripe-form__input::-ms-clear, .input-field__control::-ms-reveal, .stripe-form__input::-ms-reveal {
  display: none;
}

.input-field__details {
  display: flex;
  flex-direction: row;
  align-items: normal;
  justify-content: normal;
  color: #999;
  flex: 0 0 auto;
  font-size: 0.75rem;
  line-height: 0.875rem;
  margin-top: 2px;
  padding: 0 16px;
}

.input-field__hints {
  display: flex;
  flex-direction: column;
  align-items: normal;
  justify-content: normal;
  flex: 1 1 auto;
}

.input-field__counter {
  flex: 0 0 auto;
  margin-left: 8px;
}

.input-field__extra-content {
  display: flex;
  flex-direction: row;
  align-items: normal;
  justify-content: normal;
  position: relative;
  align-items: center;
  align-self: flex-start;
  flex: 0 0 auto;
}

.input-field__extra-content.append {
  margin-left: 8px;
}

.input-field__extra-content.prepend {
  margin-right: 8px;
}

.input-field__extra-content.inner {
  margin-top: 14px;
  min-height: 24px;
}

.input-field__extra-content.outer {
  min-height: 56px;
}

.input-field__action {
  display: flex;
  flex-direction: row;
  align-items: normal;
  justify-content: normal;
  background-color: rgba(255, 255, 255, 0);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  margin: -8px;
  padding: 8px;
  transition: background-color 0.2s cubic-bezier(0.65, 0, 0.35, 1);
}

.input-field__action:focus, .input-field__action:hover {
  background-color: #EAEDEF;
}

.input-field__action.clicked {
  background-color: #DEE0E2;
}

.input-field__action:focus {
  outline: none;
}

.input-field__icon {
  width: 24px;
  height: 24px;
}

.input-field.disabled .input-field__box, .input-field.disabled .stripe-form__input {
  cursor: default;
}

.input-field.disabled .input-field__outline-start, .input-field.disabled .input-field__outline-gap, .input-field.disabled .input-field__outline-end {
  border-color: #DEE0E2;
}

.input-field.disabled .input-field__control::-moz-placeholder, .input-field.disabled .stripe-form__input::-moz-placeholder {
  color: #CACDCF;
}

.input-field.disabled .input-field__details,
.input-field.disabled .input-field__control,
.input-field.disabled .stripe-form__input,
.input-field.disabled .input-field__label,
.input-field.disabled .stripe-form__label,
.input-field.disabled .input-field__control::placeholder,
.input-field.disabled .stripe-form__input::placeholder {
  color: #CACDCF;
}

.input-field.success .input-field__outline-start, .input-field.success .input-field__outline-gap, .input-field.success .input-field__outline-end, .input-field.success .input-field__outline-label {
  border-color: #25C966;
}

.input-field.success .input-field__label.activated, .input-field.success .activated.stripe-form__label,
.input-field.success .input-field__details {
  color: #25C966;
}

.input-field.error .input-field__outline-start, .input-field.error .input-field__outline-gap, .input-field.error .input-field__outline-end, .input-field.error .input-field__outline-label, .input-field.has-error .input-field__outline-start, .input-field.has-error .input-field__outline-gap, .input-field.has-error .input-field__outline-end, .input-field.has-error .input-field__outline-label {
  border-color: #C92525;
}

.input-field.error .input-field__label.activated, .input-field.error .activated.stripe-form__label,
.input-field.error .input-field__details, .input-field.has-error .input-field__label.activated, .input-field.has-error .activated.stripe-form__label,
.input-field.has-error .input-field__details {
  color: #C92525;
}

.input-field:not(.disabled):not(.error):not(.success):not(.has-error) .input-field__box:hover .input-field__outline-start, .input-field:not(.disabled):not(.error):not(.success):not(.has-error) .stripe-form__input:hover .input-field__outline-start, .input-field:not(.disabled):not(.error):not(.success):not(.has-error) .input-field__box:hover .input-field__outline-gap, .input-field:not(.disabled):not(.error):not(.success):not(.has-error) .stripe-form__input:hover .input-field__outline-gap, .input-field:not(.disabled):not(.error):not(.success):not(.has-error) .input-field__box:hover .input-field__outline-end, .input-field:not(.disabled):not(.error):not(.success):not(.has-error) .stripe-form__input:hover .input-field__outline-end, .input-field:not(.disabled):not(.error):not(.success):not(.has-error) .input-field__box:hover .input-field__outline-label, .input-field:not(.disabled):not(.error):not(.success):not(.has-error) .stripe-form__input:hover .input-field__outline-label {
  border-color: #262626;
}

.input-field.activated:not(.disabled):not(.error):not(.success):not(.has-error) .input-field__outline-start, .input-field.activated:not(.disabled):not(.error):not(.success):not(.has-error) .input-field__outline-gap, .input-field.activated:not(.disabled):not(.error):not(.success):not(.has-error) .input-field__outline-end, .input-field.activated:not(.disabled):not(.error):not(.success):not(.has-error) .input-field__outline-label {
  border-color: #262626;
}

.input-field.activated:not(.disabled):not(.error):not(.success):not(.has-error) .input-field__label.activated, .input-field.activated:not(.disabled):not(.error):not(.success):not(.has-error) .activated.stripe-form__label {
  color: #262626;
}

.input-field.activated:not(.disabled) .input-field__outline-start, .input-field.activated:not(.disabled) .input-field__outline-gap, .input-field.activated:not(.disabled) .input-field__outline-end, .input-field.activated:not(.disabled) .input-field__outline-label {
  border-width: 2px;
}

.sign-up-transparent-pricing {
  padding: 16px 0 50px;
  position: relative;
}

.sign-up-transparent-pricing__content {
  max-width: 530px;
  width: 100%;
}

.sign-up-transparent-pricing__pricing-btn.btn-icon {
  padding: 0 2rem 0 calc(2rem + 24px);
}

.sign-up-transparent-pricing__pricing-btn.btn-icon svg {
  transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}

.sign-up-transparent-pricing__plan {
  min-width: 100%;
  min-height: 72px;
}

.sign-up-transparent-pricing__plan:not(:last-child) {
  border-bottom: 1px solid #EAEDEF;
}

.sign-up-transparent-pricing__plan > * {
  flex: 1 1 50%;
}

.sign-up-transparent-pricing__benefit p {
  max-width: 286px;
}

.sign-up-transparent-pricing__benefit .svg-landing-page-list-style-icon {
  width: 24px;
  height: 24px;
}

.sign-up-transparent-pricing__benefit .svg-landing-page-list-style-icon__background {
  fill: #25C966;
  opacity: 0.2;
}

.sign-up-transparent-pricing__benefit .svg-landing-page-list-style-icon__checkmark {
  fill: #25C966;
}

@media screen and (max-width: 767px) {
  .sign-up-transparent-pricing {
    padding: 16px 0 32px;
  }
  .sign-up-transparent-pricing__content {
    margin-bottom: 24px;
  }
  .sign-up-transparent-pricing__sticky-btn {
    margin-top: 16px;
  }
  .sign-up-transparent-pricing__sticky-btn.sticky-actions--stuck {
    margin-left: -24px;
    width: calc(100% + 48px);
  }
  .sign-up-transparent-pricing__contact-text {
    min-width: 250px;
  }
  .sign-up-transparent-pricing__plan > h5 {
    flex: 0 1 40%;
  }
}

@media screen and (max-width: 320px) {
  .sign-up-transparent-pricing__plan > * {
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 992px) {
  .home-experiences-compact__card {
    width: 30%;
  }
}

.home-experiences-compact {
  background: rgba(255, 153, 19, 0.1);
  min-width: 0;
}

.home-experiences-compact-thumbs > *.active, .home-experiences-compact-thumbs--desktop > *.active {
  background-color: #FF9913;
}

@media screen and (max-width: 767px) {
  .home-experiences-compact .home-title {
    text-align: left;
    margin-left: 12px;
  }
}

.section-faq__content {
  width: 60%;
  max-width: 615px;
}

.section-faq__image {
  top: 16px;
  right: 145px;
  position: relative;
  width: 107%;
}

.section-faq__chevron {
  transform: rotate(-90deg);
  transition: transform 0.35s;
}

.section-faq__question {
  box-sizing: border-box;
  padding-top: 23px;
  color: #262626;
  border-top: 1px solid #262626;
}

.section-faq__question:hover, .section-faq__question:focus {
  text-decoration: none;
}

.section-faq__question:first-child {
  border-top: 1px solid transparent;
}

.section-faq__question.collapsed:not(.transitioning) {
  border-top: 1px solid transparent;
  border-bottom: 1px solid #DEE0E2;
}

.section-faq__question.collapsed:not(.transitioning):nth-last-child(2) {
  border-bottom: 0;
}

.section-faq__question:not(.collapsed) .section-faq__chevron {
  transform: rotate(-270deg);
}

.section-faq__answer.open:not(:last-child), .section-faq__answer.transitioning:not(:last-child) {
  border-bottom: 1px solid #262626;
}

.section-faq__answer.open:not(:last-child) + .section-faq__question, .section-faq__answer.transitioning:not(:last-child) + .section-faq__question {
  border-top: 0;
}

@media screen and (max-width: 991px) {
  .section-faq__content {
    max-width: none;
    width: auto;
  }
  .section-faq__image {
    position: static;
    width: 104px;
    margin-right: -15px;
  }
}

@media screen and (max-width: 767px) {
  .section-faq__question {
    padding-top: 15px;
  }
  .section-faq__image {
    width: 82px;
  }
  .section-faq__question-column + .section-faq__question-column .section-faq__question:first-child {
    border-top: 1px solid #262626;
  }
  .section-faq__question-column + .section-faq__question-column .section-faq__question.collapsed:first-child:not(.transitioning) {
    border-top: 1px solid #DEE0E2;
  }
  .section-faq__question-column:first-child .section-faq__answer.open:last-child,
.section-faq__question-column:first-child .section-faq__answer.transitioning:last-child {
    border-bottom: 1px solid #262626;
  }
}

.media-publication-logos {
  padding: 25px 0;
}

.media-publication-logos__col {
  margin-bottom: 25px;
}

@media screen and (min-width: 992px) {
  .media-publication-logos__col {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.media-publication-logos__logo {
  display: block;
  height: 75px;
  width: 100%;
  max-width: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}

.media-publication-logos__logo--grayscale {
  filter: grayscale(1);
}

@media screen and (max-width: 320px) {
  .media-publication-logos__logo {
    height: 25px;
  }
}

@media screen and (min-width: 768px) {
  .media-publication-logos__logo {
    height: 75px;
  }
}

@media screen and (min-width: 1200px) {
  .media-publication-logos__logo {
    height: 60px;
  }
}

.media-publication-logos__logos {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 0 -10px -25px;
}

@media screen and (min-width: 992px) {
  .media-publication-logos__logos {
    margin-left: -50px;
    margin-right: -50px;
  }
}

.media-publication-logos__thumbs > *.active {
  background-color: #999;
}

.home-search-in-cities {
  grid-template-columns: repeat(auto-fit, minmax(227px, 1fr));
}

.home-search-in-cities > a {
  border-radius: 50px;
}

.home-search-in-cities > a:hover {
  color: #FF9913;
}

.seen-on-tv-badge {
  width: 153px;
  height: 153px;
  margin-top: 50%;
  margin-left: 0;
}

.seen-on-tv-badge span b {
  font-size: 29px;
  line-height: 30px;
}

@media screen and (min-width: 1600px) {
  .seen-on-tv-badge {
    margin-top: 28%;
    margin-left: 16%;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .seen-on-tv-badge {
    margin-top: 70%;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .seen-on-tv-badge {
    margin-top: 18%;
    margin-left: 6%;
  }
}

@media screen and (max-width: 767px) {
  .seen-on-tv-badge {
    margin-top: 20%;
    margin-left: 3%;
  }
  .seen-on-tv-badge, .seen-on-tv-badge svg {
    width: 115px;
    height: 115px;
  }
  .seen-on-tv-badge span b {
    font-size: 20px;
    line-height: 22px;
  }
}

@media screen and (max-width: 767px) {
  .how-it-works-step:first-of-type {
    margin-bottom: 6px;
  }
}

.price-badge-component {
  width: 180px;
  height: 180px;
  top: 32px;
  left: 32px;
}

.price-badge-component__copy {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(10deg);
  line-height: 90%;
  -webkit-font-smoothing: antialiased;
}

.price-badge-component__rate-rounded {
  font-size: 74px;
}

.price-badge-component__rate-rounded-eur {
  font-size: 60px;
}

.price-badge-component__rate-decimal {
  font-size: 51px;
  line-height: 115%;
}

.price-badge-component__rate-decimal-eur {
  font-size: 44px;
  line-height: 115%;
}

@media screen and (max-width: 991px) {
  .price-badge-component {
    width: 135px;
    height: 135px;
    top: 24px;
    left: 24px;
  }
  .price-badge-component__rate-rounded {
    font-size: 55px;
  }
  .price-badge-component__rate-rounded-eur {
    font-size: 44px;
  }
  .price-badge-component__rate-decimal {
    font-size: 38px;
    line-height: 115%;
  }
  .price-badge-component__rate-decimal-eur {
    font-size: 33px;
    line-height: 105%;
  }
}

@media screen and (max-width: 767px) {
  .price-badge-component {
    width: 90px;
    height: 90px;
  }
  .price-badge-component__copy {
    line-height: 80%;
  }
  .price-badge-component__rate-rounded {
    font-size: 36px;
  }
  .price-badge-component__rate-rounded-eur {
    font-size: 30px;
  }
  .price-badge-component__rate-decimal {
    font-size: 25px;
    line-height: 115%;
  }
  .price-badge-component__rate-decimal-eur {
    font-size: 22px;
    line-height: 105%;
  }
  .price-badge-component .xs-text-8px {
    font-size: 8px;
  }
  .price-badge-component .xs-text-8-5px {
    font-size: 8.5px;
  }
  .price-badge-component .xs-text-10px {
    font-size: 10px;
  }
}

.burger__content {
  transition: transform 0.3s;
  transform: translateX(-100%);
  width: 100vw;
  height: 100vh;
  z-index: 2001;
}

.burger__menu {
  overflow-y: scroll;
  transition: transform 0.3s;
  transform: translateX(-100%);
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  max-width: Min(85vw, 368px);
}

.burger__link.brand:hover {
  background-color: #fff4e0;
}

.burger__link.brand:hover svg:not(.svg-no-fill),
.burger__link.brand:hover svg:not(.svg-no-fill) *[fill] {
  fill: #b73806;
}

.burger__link.green:hover {
  background-color: #e4f7eb;
}

.burger__link.green:hover svg:not(.svg-no-fill),
.burger__link.green:hover svg:not(.svg-no-fill) *[fill] {
  fill: #15803d;
}

.burger__link:hover {
  background-color: #f3f4f6;
}

.burger__link:hover svg:not(.svg-no-fill),
.burger__link:hover svg:not(.svg-no-fill) *[fill] {
  fill: #374151;
}

.burger__trigger:checked ~ .burger__content {
  transition: background-color 0.2s, -webkit-backdrop-filter 0.2s;
  transition: backdrop-filter 0.2s, background-color 0.2s;
  transition: backdrop-filter 0.2s, background-color 0.2s, -webkit-backdrop-filter 0.2s;
  transform: translateX(0);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  background-color: rgba(17, 24, 39, 0.64);
}

.burger__trigger:checked ~ .burger__content .burger__menu {
  transform: translateX(0);
}

.language-selector-mobile-menu {
  z-index: 3000;
}

.language-selector-mobile-link {
  height: 40px;
}

.language-selector-mobile-link:hover {
  background-color: #F6F7FA;
}

.nav-search__trigger-desktop {
  border: 1px solid #d2d5da;
  color: #6d7280;
  min-width: 376px;
}

.nav-search__trigger-desktop svg:not(.svg-no-fill),
.nav-search__trigger-desktop svg:not(.svg-no-fill) *[fill] {
  fill: #6d7280;
}

.nav-search__trigger-desktop:hover {
  background-color: unset;
  border: 1px solid #1f2937;
  color: #1f2937;
  font-weight: 500;
}

.nav-search__trigger-desktop:hover svg:not(.svg-no-fill),
.nav-search__trigger-desktop:hover svg:not(.svg-no-fill) *[fill] {
  fill: #1f2937;
}

.nav-search__roles label {
  border-bottom: 2px solid #fff;
  transition: .2s;
}

.nav-search__roles label:hover {
  font-weight: 700;
  color: #6d7280;
}

.nav-search__roles input[type="radio"] {
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

.nav-search__roles input[type="radio"]:checked + label {
  border-color: #f97a07;
  color: #1f2937;
  font-weight: 700;
}

.nav-search .nav-search__form {
  border-radius: 0 0 16px 16px;
  top: -8px;
  display: none;
  z-index: 961;
}

.nav-search .nav-search__form-background {
  display: none;
  background: rgba(17, 24, 39, 0.64);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  z-index: 960;
  top: 64px;
}

@media screen and (max-width: 991px) {
  .nav-search {
    position: unset;
    display: contents;
  }
  .nav-search .nav-search__form, .nav-search .nav-search__form-background {
    top: 0;
  }
  .nav-search .nav-search__form {
    transition: 0.3s;
    transform: translateY(-100%);
  }
  .nav-search .nav-search__form.mobile-open {
    transform: translateY(0);
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .nav-search__trigger-desktop {
    min-width: 300px;
  }
}

.mobile-nav-menu-dropdown {
  top: 0px;
  position: sticky;
  margin-bottom: -15px;
  z-index: 2;
}

.mobile-nav-menu-dropdown__menu {
  border-radius: 0;
  border: none;
  margin-top: -1px;
  padding-top: 0;
}

.mobile-nav-menu-dropdown__icon {
  transition: transform 0.1s;
}

.mobile-nav-menu-dropdown.open .mobile-nav-menu-dropdown__show-more-label {
  display: none;
}

.mobile-nav-menu-dropdown.open .mobile-nav-menu-dropdown__icon {
  transform: rotate(90deg);
}

.mobile-nav-menu-dropdown:not(.open) .mobile-nav-menu-dropdown__show-less-label {
  display: none;
}

.read-more-banner {
  height: 111px;
}

@media screen and (max-width: 767px) {
  .read-more-banner {
    height: 88px;
  }
}

.notifications-component {
  max-width: 768px;
  max-height: auto;
  min-width: 350px;
  min-height: auto;
}

.notifications-component__container {
  z-index: 1000;
}

.notifications-component:not(.permanent) {
  top: 100px;
  opacity: 0;
}

.notifications-component__btn:hover {
  background: #ffffff;
}

.notifications-component__btn:hover svg:not(.svg-no-fill),
.notifications-component__btn:hover svg:not(.svg-no-fill) *[fill] {
  fill: #111827;
}

.notifications-component__btn:active {
  background: #e5e7eb;
}

.notifications-component__gradient {
  width: 100%;
  height: 4px;
  left: -100%;
  bottom: 0;
  position: absolute;
  background: linear-gradient(90deg, #ffffff 90%, #111827 100%);
}

.notifications-component--alert .notifications-component__gradient {
  background: linear-gradient(90deg, #6d7280 90%, #f9fafb 100%);
}

.notifications-component--alert .notifications-component__btn:hover svg:not(.svg-no-fill),
.notifications-component--alert .notifications-component__btn:hover svg:not(.svg-no-fill) *[fill] {
  fill: #6d7280;
}

.notifications-component--alert .notifications-component__btn:active {
  background: #e5e7eb;
}

.notifications-component--error .notifications-component__gradient {
  background: linear-gradient(90deg, #ef4444 90%, #fef2f2 100%);
}

.notifications-component--error .notifications-component__btn:hover svg:not(.svg-no-fill),
.notifications-component--error .notifications-component__btn:hover svg:not(.svg-no-fill) *[fill] {
  fill: #ef4444;
}

.notifications-component--error .notifications-component__btn:active {
  background: #fecaca;
}

.notifications-component--notice .notifications-component__gradient {
  background: linear-gradient(90deg, #22c55e 90%, #f3f7f4 100%);
}

.notifications-component--notice .notifications-component__btn:hover svg:not(.svg-no-fill),
.notifications-component--notice .notifications-component__btn:hover svg:not(.svg-no-fill) *[fill] {
  fill: #22c55e;
}

.notifications-component--notice .notifications-component__btn:active {
  background: #bbf7d0;
}

.notifications-component--interest .notifications-component__gradient {
  background: linear-gradient(90deg, #f97316 90%, #fff7ed 100%);
}

.notifications-component--interest .notifications-component__btn:hover svg:not(.svg-no-fill),
.notifications-component--interest .notifications-component__btn:hover svg:not(.svg-no-fill) *[fill] {
  fill: #f97316;
}

.notifications-component--interest .notifications-component__btn:active {
  background: #fed7aa;
}

@media screen and (max-width: 767px) {
  .notifications-component {
    min-width: 100%;
  }
}

.payments-table {
  table-layout: fixed;
}

.payments-table__invoice-link:hover .payments-table__invoice-link-svg {
  fill: #FF9913;
}

.payments-table__swipe-icon {
  bottom: -12px;
  right: 12px;
  position: absolute;
}

.payments-table.short-table {
  overflow-y: hidden;
}

.payments-success {
  max-width: 650px;
}

@media screen and (min-width: 768px) {
  .payments-success__actions > * {
    flex-basis: 50%;
  }
}

@media screen and (max-width: 767px) {
  .payments-success {
    max-width: initial;
  }
}

.contact-card:hover {
  border-color: #262626;
}

.contact-card:hover .contact-card__name {
  color: #FF9913;
}

.contact-card:hover .contact-card__icon path {
  fill: #FF9913;
}

@media screen and (max-width: 767px) {
  .contact-card {
    border: none;
    border-radius: 0;
  }
}

.pending-request {
  grid-template-columns: repeat(2, auto);
  grid-template-rows: 20px 50px repeat(2, auto);
  grid-auto-flow: row;
  padding: 16px;
  border-bottom: 1px solid #DEE0E2;
}

.pending-request:last-child {
  border-bottom: none;
}

.pending-request__image {
  grid-area: 1 / 1 / 4 / 2;
}

.pending-request__image img {
  width: 90px;
  height: 90px;
}

.pending-request__date {
  grid-area: 3 / 1 / 4 / 2;
}

.pending-request__content {
  grid-area: 2 / 2 / 4 / 3;
}

.pending-request__name {
  grid-area: 1 / 2 / 2 / 3;
}

.pending-request--rejected {
  grid-template-columns: 90px auto;
  grid-template-rows: repeat(2, auto);
  padding: 16px;
  border-bottom: none;
  background-color: white;
  margin-top: 16px;
}

.pending-request--rejected .pending-request__date {
  display: none;
}

.pending-request--rejected .pending-request__name {
  display: none;
}

.pending-request--rejected .pending-request__image {
  grid-area: 1 / 1 / 3 / 2;
}

.pending-request--rejected .pending-request__image img {
  width: 90px;
  height: 90px;
}

.pending-request--rejected .pending-request__acknowledge-button {
  grid-area: 2 / 2 / 3 / 3;
}

.pending-request--rejected .pending-request__content {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (max-width: 991px) {
  .pending-request {
    grid-template-rows: 24px 46px auto;
  }
}

@media screen and (max-width: 767px) {
  .pending-request {
    grid-template-rows: 24px 46px auto;
  }
}

@media screen and (max-width: 991px) {
  .users-list-wrapper:not(.only-bottom-line) > * {
    border-top: 1px solid #DEE0E2;
  }
  .users-list-wrapper:not(.only-bottom-line) > *:last-child {
    border-bottom: 1px solid #DEE0E2;
  }
  .users-list-wrapper.only-bottom-line > * {
    border-bottom: 1px solid #DEE0E2;
  }
}

.pending-requests.border-top {
  border-top: 1px solid #DEE0E2;
}

.rate-star-container.selected .rate-star, .rate-star-container.selected .rate-star-border {
  background: #FF9913;
}

.rate-star-border {
  background: #707070;
  -webkit-mask: url(/assets/icons/star-non-filled-5460478c24122248bd445f05b32406352dbd2f0beaaea19be8cf2ce24a3ae434.svg);
          mask: url(/assets/icons/star-non-filled-5460478c24122248bd445f05b32406352dbd2f0beaaea19be8cf2ce24a3ae434.svg);
}

.rate-star {
  -webkit-mask: url(/assets/icons/star-full-filled-9a9efede0fc92701ba935e58e3d3e53259130137fbfee83275d07ed84690c508.svg);
          mask: url(/assets/icons/star-full-filled-9a9efede0fc92701ba935e58e3d3e53259130137fbfee83275d07ed84690c508.svg);
}

.stars-container {
  --non-filled-color: #CACDCF;
  --filled-color: #FFDD2C;
}

.stars-container.cramped > * {
  margin-left: -2px;
  margin-right: -2px;
}

.star-border {
  background: var(--non-filled-color);
  -webkit-mask: url(/assets/icons/star-non-filled-5460478c24122248bd445f05b32406352dbd2f0beaaea19be8cf2ce24a3ae434.svg);
          mask: url(/assets/icons/star-non-filled-5460478c24122248bd445f05b32406352dbd2f0beaaea19be8cf2ce24a3ae434.svg);
}

.star-border.filling {
  background: var(--filled-color);
}

.star {
  -webkit-mask: url(/assets/icons/star-full-filled-9a9efede0fc92701ba935e58e3d3e53259130137fbfee83275d07ed84690c508.svg);
          mask: url(/assets/icons/star-full-filled-9a9efede0fc92701ba935e58e3d3e53259130137fbfee83275d07ed84690c508.svg);
}

.hourly-wage-extended__title {
  flex: 1 1 150px;
}

.hourly-wage-extended__value {
  flex: 1 1 300px;
}

.hourly-wage-extended__trigger.collapsed > .open, .hourly-wage-extended__trigger:not(.collapsed) > .collapsed {
  display: none;
}

.activities__box {
  height: 2.75rem;
}

@media screen and (max-width: 767px) {
  .activities__box {
    border: 0;
    height: 3rem;
  }
}

.photo-editor__button {
  top: -13px;
  position: relative;
  box-shadow: 0px 8px 16px rgba(38, 38, 38, 0.15);
  color: #262626;
  padding: 20px 30px;
}

.photo-editor__button:active, .photo-editor__button:focus {
  background: #EAEDEF;
  box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
  color: #FF9913;
}

.photo-editor__button:hover {
  background: #F6F7FA;
  color: #FF9913;
}

@media screen and (max-width: 320px) {
  .photo-editor__button {
    padding: 20px;
  }
}

.photo-editor__button-icon {
  width: 30px;
  height: 30px;
  display: block;
}

.photo-editor__controls {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  margin: auto 1rem;
}

.photo-editor__controls > *:not(:last-child) {
  margin: 0;
  margin-right: 16px;
}

.photo-editor__link + .photo-editor__link {
  margin-left: 1.5em;
}

.photo-editor__links {
  display: flex;
  justify-content: flex-end;
  margin-top: 1rem;
}

.photo-editor__links > *:first-child {
  margin-left: 25%;
}

.photo-editor .guillotine-window {
  border-radius: 8px;
}

@media screen and (max-width: 767px) {
  .photo-editor__button-icon {
    width: 25px;
    height: 25px;
  }
  .guillotine-window {
    overflow: scroll !important;
    /* Hide scrollbar for IE, Edge and Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }
  /* Hide scrollbar for Chrome, Safari and Opera */
  .guillotine-window::-webkit-scrollbar {
    display: none;
  }
}

.attachments-list {
  align-items: center;
  background: #F6F7FA;
  display: -ms-flexbox;
  display: grid;
  flex-wrap: wrap;
  grid-gap: 50px 30px;
  grid-template-columns: repeat(5, minmax(100px, auto));
  justify-content: center;
  list-style: none;
  margin-top: 12px;
  padding: 44px 32px;
}

.attachments-list__item {
  max-width: 120px;
}

.attachments-list__item:first-child .item-preview {
  /* box-shadow is used to paint outline outside element, not shadow actually */
  box-shadow: 0 0 0 4px #FF9913;
}

.attachments-list__item .item-icon {
  max-height: 20px;
}

.attachments-list__item .item-preview {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.attachments-list .item-button {
  background: #fff;
  box-shadow: 0px 8px 16px rgba(38, 38, 38, 0.25);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.attachments-list .item-button:not(.edit) {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.attachments-list .item-button:hover {
  background: #F6F7FA;
}

.attachments-list .item-button.delete {
  top: -17px;
  right: -10px;
  position: absolute;
}

.attachments-list .item-button.drag-and-drop {
  top: -17px;
  left: -10px;
  position: absolute;
  cursor: move;
}

.attachments-list .item-button.drag-and-drop:hover svg circle {
  fill: #262626;
}

.attachments-list .item-button.edit {
  left: 8%;
  bottom: -20px;
  position: absolute;
  width: 84%;
}

.attachments-list .item-button.edit:hover {
  color: #FF9913;
}

@media screen and (max-width: 1199px) {
  .attachments-list {
    grid-template-columns: repeat(auto-fill, minmax(100px, auto));
  }
}

.upload-photo-step-component__area {
  max-width: 520px;
  align-items: center;
}

.upload-photo-step-component__area:hover {
  border-color: #FF9913;
  border-width: 2px;
  padding: 47px 19px 47px 19px;
}

@media screen and (max-width: 767px) {
  .upload-photo-step-component__wrapper {
    border-style: none;
  }
  .upload-photo-step-component__area:hover {
    border-color: #FF9913;
    border-width: 2px;
    padding-top: 39px;
    padding-bottom: 39px;
  }
}

.availability-table-component {
  width: -moz-fit-content;
  width: fit-content;
}

.availability-table-component__check + label .availability-table-component__available {
  display: none;
}

.availability-table-component__check + label.clickable .availability-table-component__unavailable:hover {
  border-color: #262626;
}

.availability-table-component__check:checked + label .availability-table-component__available {
  display: block;
}

.availability-table-component__check:checked + label .availability-table-component__unavailable {
  display: none;
}

.availability-table-component__title:checked + label {
  border-color: #262626;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .availability-table-component {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .availability-table-component {
    border: none;
    width: 100%;
  }
}

.profile-badge-component {
  align-items: center;
  display: inline-flex;
  flex-shrink: 0;
  justify-content: center;
  order: 0;
}

.profile-badge-component__label {
  margin-left: 4px;
}

.provider-description-suggestion {
  background-color: rgba(255, 153, 19, 0.2);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.provider-description-suggestion__suggestion {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.provider-description-suggestion__avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  min-width: 40px;
  min-height: 40px;
}

.provider-description-suggestion__thumbs .thumb.active {
  background-color: #FF9913;
}

@media screen and (max-width: 767px) {
  .provider-description-suggestion__avatar {
    width: 40px;
    height: 40px;
  }
}

.profile-documents__item {
  display: flex;
  flex-direction: row;
  align-items: normal;
  justify-content: normal;
  width: 474px;
  height: 64px;
  align-items: center;
  text-decoration: none;
}

.profile-documents__item svg {
  width: 32px;
  height: 32px;
}

.profile-documents a.profile-documents__item:hover {
  background-color: #F6F7FA;
  transition: 0.3s;
}

.profile-documents__description {
  flex: 1;
}

@media screen and (max-width: 767px) {
  .profile-documents__item {
    width: 100%;
    height: 64px;
  }
  .profile-documents__item svg {
    width: 28px;
    height: 28px;
  }
}

.engagement-copy_info svg * {
  fill: #999;
}

.engagement-copy_info.hovered svg *, .engagement-copy_info:hover svg * {
  fill: #FF9913;
}

@media screen and (max-width: 767px) {
  .engagement-copy__divider {
    margin-right: -15px;
    margin-left: -15px;
    border-top: 1px solid #DEE0E2;
  }
}

.fairboss-promo-banner-component {
  background: #E1F3FD;
  min-height: 181px;
}

.fairboss-promo-banner-component__compact {
  max-width: 380px;
}

.fairboss-promo-banner-component__img {
  width: 146px;
  transform: scaleX(-1);
  right: -30px;
  bottom: -14px;
}

.fairboss-promo-banner-component__img-compact {
  width: 90px;
}

@media screen and (max-width: 991px) {
  .fairboss-promo-banner-component__compact {
    max-width: unset;
  }
  .fairboss-promo-banner-component__img {
    right: -35px;
    bottom: -12px;
    width: 136px;
  }
}

@media screen and (max-width: 767px) {
  .fairboss-promo-banner-component {
    border-radius: unset;
  }
}

.profile-missing__description ol li::marker {
  font-weight: bold;
}

.photo-upload-recommendation-block {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .photo-upload-recommendation-block {
    display: flex;
    flex-direction: row;
    align-items: normal;
    justify-content: normal;
    align-items: center;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.15);
    margin: 0 0 16px;
  }
  .photo-upload-recommendation-block--glued {
    margin-top: -32px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .photo-upload-recommendation-block {
    flex-direction: column;
    padding: 16px 12px 12px;
  }
  .photo-upload-recommendation-block__sentence {
    margin-bottom: 8px;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .photo-upload-recommendation-block {
    padding: 16px;
    min-height: auto;
  }
  .photo-upload-recommendation-block__sentence {
    margin-right: 8px;
  }
}

.user-photos-thumbs > *.active {
  background-color: #fff;
}

.profile-progress-bar__gradient {
  background: linear-gradient(90deg, #139690 3.35%, #1DDB68 54.1%);
}

.profile-progress-bar__notification {
  margin-bottom: -24px;
}

.profile-progress-bar__notification .profile-edition__link {
  margin-top: 8px;
}

.profile-progress-bar__notification .profile-edition__link svg path {
  fill: #262626;
}

.profile-progress-bar__notification .profile-edition__link:hover svg path {
  fill: #FF9913;
}

.profile-progress-bar--disabled *:not(.add-photo-link, .tooltip) > span,
.profile-progress-bar--disabled *:not(.add-photo-link, .tooltip) > svg path {
  cursor: not-allowed;
  color: #999;
  fill: #999;
}

@media screen and (max-width: 767px) {
  .profile-progress-bar .profile-fullfilled {
    bottom: 24px;
    right: 24px;
    position: absolute;
  }
}

.report-and-block-menu {
  border-top: 1px solid #DEE0E2;
}

.report-and-block-menu__content {
  bottom: 55px;
  position: absolute;
  display: none;
  z-index: 1;
}

.report-and-block-menu__link:hover, .report-and-block-menu__report-block-btn:hover {
  background-color: #F6F7FA;
}

.report-and-block-menu__report-block-btn {
  width: auto;
}

.report-and-block-menu__report-block-btn:focus {
  background-color: #EAEDEF;
}

@media screen and (max-width: 1199px) {
  .report-and-block-menu {
    border-top: none;
  }
}

@media screen and (max-width: 767px) {
  .report-and-block-menu__report-block-btn {
    justify-content: left;
    width: 100%;
  }
}

@media screen and (max-width: 320px) {
  .report-and-block-menu__report-block-btn {
    width: auto;
  }
}

.profile-review:not(:last-child) {
  border-bottom: 1px solid #DEE0E2;
}

@media screen and (min-width: 768px) {
  .profile-review__reply-button {
    min-width: 146px;
  }
}

.profile-reviews.border-top {
  border-top: 1px solid #DEE0E2;
}

.favourite-button--conversations-interface-recipient {
  width: 16.66%;
  height: 16.66%;
  top: 4px;
  right: 8px;
  position: absolute;
  display: block;
}

.favourite-button.active svg, .favourite-button.active *[fill] {
  fill: #FF9913;
}

@media screen and (max-width: 991px) {
  .favourite-button:not(.favourite-button--users-page) svg {
    width: 24px;
    height: 24px;
  }
}

.user-card-image {
  width: 110px;
  height: 110px;
}

.user-card-image--placeholder {
  height: auto;
}

@media screen and (max-width: 767px) {
  .user-card-image {
    width: 90px;
    height: 90px;
  }
  .user-card-image--placeholder {
    height: auto;
  }
}

.consumer-card-component__additional_info {
  display: -webkit-box;
  max-height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}

.dashboard-error-notification-wrapper.compact {
  padding: 24px;
}

.dashboard-error-notification-wrapper .dashboard-error-notification {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 991px) {
  .dashboard-error-notification-wrapper.compact {
    padding: 16px;
    border: none;
  }
}

@media screen and (max-width: 767px) {
  .dashboard-error-notification-wrapper {
    border-radius: 0;
    border-width: 1px 0 0 0;
  }
}

.provider-card-component__avatar {
  width: 90px;
  height: 90px;
  margin-right: 12px;
}

.provider-card-component__avatar img {
  max-width: 90px;
  max-height: 90px;
}

.provider-card-component__info {
  display: -webkit-box;
  max-height: 4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}

.provider-card-component__info .profile__featured-field--compact:not(:last-child)::after {
  content: '\2022';
  margin-right: 2px;
  margin-left: 2px;
}

@media screen and (max-width: 320px) {
  .provider-card-component__info {
    margin-top: 0;
  }
  .provider-card-component__bottom-info {
    margin-top: 0;
  }
}

.js-antiflicker {
  visibility: hidden;
  overflow: hidden;
}

.js-antiflicker.antiflicker-loading {
  position: relative;
}

.js-antiflicker.antiflicker-loading:before {
  top: 24px;
  left: 50%;
  position: absolute;
  width: 48px;
  height: 48px;
  margin-left: -24px;
  visibility: visible;
  content: url(/assets/icons/uploading-4686151731e73b2a4d298e3001a4817f881b72474a6fba03fdbcebde50dfc1c8.svg);
  animation: .8s linear 0s infinite rotate-360;
}

.js-stepper-step {
  display: none;
}

#CookiebotSessionPixel {
  display: none;
}

.new-role-selection-fields__radio-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #DEE0E2;
  border-radius: 4px;
  color: #999;
}

.new-role-selection-fields__radio-label .radio__button {
  background: transparent;
  border-color: #DEE0E2;
  margin: 0 1rem 0 0;
}

.new-role-selection-fields__radio-label .radio__button::after {
  background: transparent;
}

.new-role-selection-fields__radio-label:hover {
  border-color: #FF9913;
  color: #FF9913;
}

.new-role-selection-fields__radio-label:hover .radio__button {
  border-color: #FF9913;
}

.new-role-selection-fields input[type='radio']:checked ~ label {
  border-color: transparent;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.15);
  color: #FF9913;
  transition: box-shadow 0.3s cubic-bezier(0, 0, 0.58, 1);
}

.new-role-selection-fields__next-button {
  box-sizing: content-box;
  height: 3.5rem;
  width: 298px;
}

.new-role-selection-fields__next-button--lp {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .new-role-selection-fields {
    width: 100%;
  }
  .new-role-selection-fields__next-button {
    width: 100%;
  }
}

.new-register-form {
  max-width: 536px;
  width: 100%;
}

.new-register-form__role-selection-fields {
  margin-top: 44px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .new-register-form__role-selection-fields {
    margin-top: 32px;
  }
}

@media screen and (max-width: 767px) {
  .new-register-form__role-selection-fields {
    margin-top: 20px;
  }
}

.review-form__avatar {
  width: 160px;
  height: 160px;
}

.review-form__submit {
  max-width: 248px;
}

@media screen and (max-width: 767px) {
  .review-form__navigation {
    bottom: 0;
    position: fixed;
    z-index: 2000;
    border-top: 1px solid #DEE0E2;
  }
  .review-form__avatar {
    width: 120px;
    height: 120px;
  }
}

.show-password {
  opacity: 0.6;
  z-index: 3;
}

.show-password--absolute {
  top: 18px;
  right: 12px;
  position: absolute;
  width: 23px;
  height: 20px;
  cursor: pointer;
  display: flex;
  fill: #333;
  justify-content: flex-end;
  transform: translateY(-50%);
}

.show-password:hover, .show-password:focus {
  opacity: 1;
}

.show-password--with-strength-indicator {
  right: 22px;
  top: 29px;
}

@media screen and (max-width: 1199px) {
  .show-password--with-strength-indicator {
    top: 18px;
  }
}

.show-password__icon {
  width: auto;
  height: 100%;
  display: block;
}

.password-strength {
  top: 50%;
  right: 10px;
  position: absolute;
  display: flex;
  flex-direction: column;
  margin-top: -9px;
}

.password-strength--no-position {
  position: static;
  top: auto;
  right: auto;
}

.password-strength .weak {
  background-color: #f00;
  border-color: #f00;
}

.password-strength .good {
  background-color: #ffd400;
  border-color: #ffd400;
}

.password-strength .strong {
  background-color: #4caf50;
  border-color: #4caf50;
}

.password-strength span {
  width: 5px;
  height: 5px;
  border: 1px solid #ccc;
  border-radius: 100%;
  display: inline-block;
  margin-bottom: 1px;
}

.control-label {
  padding-right: 24px;
  text-align: left;
  word-break: normal;
  word-wrap: normal;
  font-weight: 700;
}

.form-control {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #CACDCF;
  border-radius: 4px;
  outline: none;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.help-block {
  font-size: 0.875rem;
  color: #707070;
}

.has-error .control-label, .has-error .help-block {
  color: #C92525;
}

.has-error .form-control {
  border-color: #C92525;
}

.has-error .field_with_errors {
  display: contents;
}

.wizard .control-label {
  padding-right: 16px;
}

.account-page {
  max-width: 728px;
}

.account-page__setting:hover {
  background: #EAEDEF;
}

.account-page__section-title {
  flex: 0 0 230px;
  padding-right: 24px;
}

.account-page__delete--btn:hover {
  background: rgba(201, 37, 37, 0.1);
}

@media screen and (max-width: 991px) {
  .account-page {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .account-page__section-title {
    flex: 0 0 auto;
    padding-right: 0;
  }
}

.attachments-content {
  display: flex;
  flex-direction: column;
  align-items: normal;
  justify-content: normal;
}

.attachments-content--with-list {
  flex-direction: row;
}

.attachments-content--with-list > .attachments-content__section + .attachments-content__section {
  margin-left: 40px;
}

.attachments-content--with-list > div:only-child {
  width: 100%;
}

@media screen and (max-width: 991px), screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .attachments-content {
    display: block;
  }
  .attachments-content--with-list {
    flex-direction: column;
  }
  .attachments-content--with-list > .attachments-content__section + .attachments-content__section {
    margin-left: 0;
  }
}

.attachments-examples--reordered {
  margin-left: 20px;
  order: 2;
}

.attachments-examples__picture {
  margin: 12px;
  max-width: 25%;
  position: relative;
}

.attachments-examples__picture:first-child {
  margin-left: 0;
}

.attachments-examples__picture--invalid:before, .attachments-examples__picture--valid:before {
  top: -16%;
  right: -17%;
  position: absolute;
  width: 32%;
  height: 32%;
  content: "";
  background-repeat: no-repeat;
  background-size: 100%;
}

.attachments-examples__picture--invalid:before {
  background-image: url(/assets/attachments/invalid_item_check-284909927c4da24b94f5d173660d8b738c0870832e3c5135c40c86c29bd77528.svg);
}

.attachments-examples__picture--valid:before {
  background-image: url(/assets/attachments/valid_item_check-394ca86583605bb2c12679586a3a650d8129b4be8cf01a3ea3ebdd16f41322af.svg);
}

.attachments-examples__picture > img {
  max-width: 100%;
}

.attachments-examples__row {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px), screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .attachments-examples {
    width: 100%;
  }
  .attachments-examples__picture:first-child {
    margin-left: 12px;
  }
  .attachments-examples--reordered {
    margin-left: 0;
    order: 0;
  }
}

.attachments-form__description {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.attachments-form__info-message {
  display: flex;
  flex-direction: column;
  align-items: normal;
  justify-content: normal;
}

.attachments-form__info-panel {
  align-items: center;
  background: #F6F7FA;
  display: flex;
  justify-content: space-between;
  padding: 12px 32px;
}

.attachments-form__note {
  max-width: 500px;
  margin-right: 90px;
}

.attachments-form__spinner-icon {
  width: 20px;
  height: 20px;
}

.attachments-form__upload-button {
  min-width: 160px;
}

.attachments-form__upload-button.disabled {
  background-color: #FF9913;
  border-color: #FF9913;
}

.attachments-form__upload-button--image {
  background: none;
  padding: 0;
  min-width: unset;
}

.attachments-form__upload-component {
  margin-left: 32px;
}

@media screen and (max-width: 991px) {
  .attachments-form {
    margin-right: auto;
  }
  .attachments-form__info-panel {
    flex-direction: column;
  }
  .attachments-form__upload-button {
    min-width: 120px;
  }
  .attachments-form__upload-button--image {
    min-width: unset;
  }
  .attachments-form__info-message, .attachments-form__note {
    width: 100%;
  }
  .attachments-form__description svg {
    width: 54px;
    height: 54px;
  }
  .attachments-form__upload-component {
    margin: 0;
    width: 100%;
  }
}

.attachments-guidelines {
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex: 0 0 auto;
}

.attachments-guidelines--with-list {
  flex-direction: column;
}

.attachments-guidelines__item {
  left: -3px;
  position: relative;
  align-items: center;
  display: flex;
  list-style-type: none;
  margin-bottom: 16px;
}

.attachments-guidelines__item:before {
  width: 24px;
  height: 24px;
  content: url(/assets/icons/check-555640da5946fe28544c9e26380e5f00e13b0db8badedff08eea4f5d29068ce0.svg);
  margin-right: 20px;
}

.attachments-guidelines__list {
  margin-top: 10px;
  padding: 0;
}

.fancy-attachments-guidelines ul li::marker {
  font-size: 8px;
}

.fancy-attachments-guidelines ul.marker-red li::marker {
  color: #dc2626;
}

.fancy-attachments-guidelines ul.marker-green li::marker {
  color: #16a34a;
}

@media screen and (max-width: 767px), screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .attachments-guidelines {
    align-items: flex-start;
    flex-direction: column;
  }
}

.attachments-navigation {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .attachments-container {
    max-width: 470px;
    margin: 0 auto;
  }
}

.profile-side-banner {
  background: linear-gradient(to right, rgba(255, 153, 19, 0.1), rgba(255, 129, 18, 0.3));
}

.special-discount-banner {
  background: linear-gradient(to right, #FA4B55, #EB7100);
}

.special-discount-banner--mobile .special-discount-banner__image {
  top: 0;
  bottom: -25%;
  right: -43px;
  position: absolute;
}

.special-discount-banner__content {
  z-index: 2;
}

.special-discount-banner__image {
  width: 90px;
  background-size: 90px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(/assets/transparent_percentage-42c224ae46082c266965f1e1450886f42b123dc10ff9b93cd47b2e388f85f2f8.png);
  z-index: 0;
  flex: 0 0 auto;
}

.special-discount-banner__button {
  background-color: #fff;
}

.special-discount-banner__button:hover {
  background-color: #f2f2f2;
}

.special-discount-banner__button:active {
  background-color: #e6e6e6;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .special-discount-banner {
    max-width: 606px;
  }
}

.profile-company-info {
  border-radius: 8px;
  display: flex;
  padding: 16px;
}

.profile-company-info__items {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  flex: 1;
  flex-direction: column;
}

.profile-company-info__item {
  align-items: center;
  display: flex;
}

.profile-company-info__item:not(:last-child) {
  margin-bottom: 16px;
}

.profile-company-info__item-icon {
  width: 24px;
  height: 24px;
  margin-right: 16px;
}

.profile-company-info__item-text {
  align-items: baseline;
  display: flex;
}

.profile-company-info__item-text span {
  white-space: pre;
}

.profile-company-info__item--rate {
  border-bottom: 1px solid #DEE0E2;
  padding-bottom: 16px;
}

.profile-company-info__website-link {
  color: #FF9913 !important;
}

.profile-company-info__hourly-rate {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #DEE0E2;
  flex-direction: column;
  margin-left: 16px;
  padding-left: 16px;
}

.profile-company-info__hourly-rate div + div {
  margin-top: 6px;
}

@media screen and (max-width: 1199px) {
  .profile-company-info--conversation .profile-company-info__item--location {
    margin: 0;
  }
  .profile-company-info--conversation .profile-company-info__item--website {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .icons-field-wrapper {
    margin-left: -8px;
    margin-right: -8px;
  }
}

.scheduler-date-wrapper {
  width: 150px;
}

.scheduler-time-field {
  display: flex;
  align-items: center;
}

.scheduler-time-field__label {
  margin: 0 20px;
}

.scheduler-time-field__field {
  flex: 1;
}

.scheduler-frequency-wrapper .icons-field-wrapper {
  justify-content: center;
  -moz-column-gap: 27px;
       column-gap: 27px;
}

@media screen and (max-width: 767px) {
  .scheduler-frequency-wrapper {
    margin: 0 -16px;
    border-bottom: 1px solid #DEE0E2;
  }
  .scheduler-frequency-wrapper .icons-field-wrapper {
    justify-content: space-between;
    -moz-column-gap: 0;
         column-gap: 0;
    margin: 0;
  }
  .scheduler-frequency-wrapper .icons-field-wrapper .icon-input {
    width: 30%;
    margin-bottom: 0;
  }
}

.scheduler-wrapper .radio {
  border-bottom: none;
}

.scheduler-wrapper .datepicker-input .input-field {
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .scheduler-wrapper {
    margin: 0 -16px;
  }
}

.hint-block {
  color: #737373;
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-top: 5px;
  line-height: 1;
}

#profile_form .hint,
.fields-edition__form .hint {
  color: #737373;
  margin: -5px 0 20px 0;
}

#profile_form.has-error .availability-table th:first-child,
.fields-edition__form.has-error .availability-table th:first-child {
  border-left: 1px solid #a94442;
  border-top: 1px solid #a94442;
}

#profile_form.has-error .availability-table th:not(:first-child),
.fields-edition__form.has-error .availability-table th:not(:first-child) {
  border-top: 1px solid #a94442;
}

#profile_form.has-error .availability-table th:last-child,
#profile_form.has-error .availability-table td:last-child,
.fields-edition__form.has-error .availability-table th:last-child,
.fields-edition__form.has-error .availability-table td:last-child {
  border-right: 1px solid #a94442;
}

#profile_form.has-error .availability-table tr:last-child th,
#profile_form.has-error .availability-table tr:last-child td,
.fields-edition__form.has-error .availability-table tr:last-child th,
.fields-edition__form.has-error .availability-table tr:last-child td {
  border-bottom: 1px solid #a94442;
}

.private-individual-label {
  padding-top: 7px;
  margin-bottom: 15px;
}

.domestic-help-too-expensive-dialog .dialog-wrapper__image-box svg {
  scale: 2;
  top: 20%;
  left: 22%;
}

@media screen and (max-width: 991px) {
  .domestic-help-too-expensive-dialog .dialog-wrapper__image-box svg {
    left: 32%;
  }
}

@media screen and (max-width: 767px) {
  .domestic-help-too-expensive-dialog .dialog-wrapper__image-box svg {
    position: unset;
    scale: unset;
  }
}

.enough-applications-dialog .dialog-wrapper__image-box svg {
  height: 95%;
  width: auto;
  bottom: 10px;
  left: -25%;
}

@media screen and (max-width: 991px) {
  .enough-applications-dialog .dialog-wrapper__image-box svg {
    bottom: 0;
    left: -45%;
  }
}

@media screen and (max-width: 767px) {
  .enough-applications-dialog .dialog-wrapper__image-box svg {
    position: unset;
  }
}

.hiding-profile-reason-dialog__link:hover, .hiding-profile-reason-dialog__link:active {
  border-color: #FF9913;
}

.hiding-profile-reason-dialog__link:hover svg *[stroke], .hiding-profile-reason-dialog__link:active svg *[stroke] {
  stroke: #FF9913;
}

.hiding-profile-reason-dialog__link:hover .hiding-profile-reason-dialog__link-text, .hiding-profile-reason-dialog__link:active .hiding-profile-reason-dialog__link-text {
  color: #FF9913;
}

.hiding-profile-reason-dialog__link:hover .hiding-profile-reason-dialog__arrow-img *[fill], .hiding-profile-reason-dialog__link:active .hiding-profile-reason-dialog__arrow-img *[fill] {
  fill: #FF9913;
}

.found-help-dialog .provider-card-component {
  border-width: 2px;
}

.found-help-dialog__link:hover .provider-card-component, .found-help-dialog__link:active .provider-card-component {
  border-color: #FF9913;
}

.found-help-dialog__link:hover h3, .found-help-dialog__link:active h3 {
  color: #FF9913;
}

.membership-too-expensive-dialog.with-discount .dialog-wrapper__image-box svg {
  height: 80%;
  width: auto;
  bottom: 40px;
  left: -45%;
}

.membership-too-expensive-dialog.without-discount .dialog-wrapper__image-box svg {
  scale: 2.4;
  left: 30%;
  top: 20%;
}

@media screen and (max-width: 991px) {
  .membership-too-expensive-dialog.with-discount .dialog-wrapper__image-box svg {
    height: 75%;
    top: 50%;
    left: -74%;
    transform: translateY(-50%);
  }
  .membership-too-expensive-dialog.without-discount .dialog-wrapper__image-box svg {
    scale: 1.8;
  }
}

@media screen and (max-width: 767px) {
  .membership-too-expensive-dialog.with-discount .dialog-wrapper__image-box svg, .membership-too-expensive-dialog.without-discount .dialog-wrapper__image-box svg {
    height: 100%;
    width: 100%;
    transform: unset;
    position: unset;
    scale: unset;
  }
}

.cross-selling-tierio-photo {
  bottom: 0;
  right: -60px;
  position: absolute;
  width: auto;
  height: 98px;
}

@media screen and (max-width: 767px) {
  .other-reason-feedback-dialog .dialog-wrapper__image-box svg {
    position: absolute;
    top: 16px;
  }
}

.thanks-for-feedback-dialog .dialog-wrapper__image-box svg {
  height: 95%;
  width: auto;
  bottom: 10px;
  left: -25%;
}

@media screen and (max-width: 991px) {
  .thanks-for-feedback-dialog .dialog-wrapper__image-box svg {
    bottom: 0;
    left: -45%;
  }
}

@media screen and (max-width: 767px) {
  .thanks-for-feedback-dialog .dialog-wrapper__image-box svg {
    position: unset;
  }
}

.profile-visibility-modal .radio__label:hover svg, .profile-visibility-modal .radio__label:hover h5, .profile-visibility-modal .radio__label:active svg, .profile-visibility-modal .radio__label:active h5 {
  color: #FF9913;
}

.profile-visibility-modal .radio input[type=radio]:checked ~ .radio__label {
  border-color: #FF9913;
}

.profile-visibility-modal .radio input[type=radio]:checked ~ .radio__label svg, .profile-visibility-modal .radio input[type=radio]:checked ~ .radio__label h5 {
  color: #FF9913;
}

.profile-main-content {
  padding: 2rem 16px;
  display: grid;
  grid-template-areas: "side progres" "side main";
}

.profile-main-content .profile-side-column {
  grid-area: side;
}

.profile-main-content .profile-main-column {
  grid-area: main;
}

.profile-main-content .profile-progress-bar {
  grid-area: progres;
}

@media screen and (min-width: 992px) {
  .profile-main-content {
    grid-column-gap: 56px;
    grid-template-rows: minmax(0px, auto) auto;
  }
  .profile-main-content .profile-main-column {
    padding-bottom: 104px;
  }
}

@media screen and (max-width: 991px) {
  .profile-main-content {
    grid-template-columns: 1fr;
    grid-template-areas: "progres" "main";
  }
}

@media screen and (max-width: 767px) {
  .profile-main-content {
    padding: 0 16px;
  }
  .profile-main-column {
    background-color: #F6F7FA;
    margin: 0 -16px;
    padding: 32px 16px;
  }
}

.message-same-role-alert {
  padding: 22px 24px;
}

@media screen and (max-width: 991px) {
  .message-same-role-alert {
    padding: 18px 24px;
  }
}

.profile-missing {
  display: flex;
  flex-direction: column;
  align-items: normal;
  justify-content: normal;
  align-items: center;
  min-height: 100vh;
  padding-top: 12px;
  text-align: center;
}

.profile-missing__image, .profile-missing__image svg {
  width: 445px;
  height: 161px;
}

.profile-missing__image {
  margin-bottom: 16px;
}

.profile-missing__header {
  /* important to fix line 103, app/assets/stylesheets/collections/logged-in.scss */
  margin-bottom: 24px !important;
  max-width: 400px;
}

.profile-missing__description {
  margin-bottom: 40px;
  max-width: 512px;
}

.profile-missing__action {
  margin-bottom: 8px;
  margin-top: 0;
  max-width: 284px;
}

@media screen and (max-width: 767px) {
  .profile-missing__image, .profile-missing__image svg {
    width: 281px;
    height: 103px;
  }
  .profile-missing__image {
    margin-bottom: 24px;
  }
}

.mobile-fixed-buttons {
  width: 100vw;
  box-shadow: 0 0 8px 0 rgba(51, 51, 51, 0.25);
}

@media screen and (min-width: 992px) {
  .mobile-fixed-buttons {
    display: none;
  }
}

.profile__navigation-container {
  padding: 0;
  position: sticky;
  top: 0;
  z-index: 12;
}

.profile__highlighted-info-container {
  display: flex;
  flex-direction: column;
  margin: 0 -16px 0;
  padding: 16px;
}

.profile__highlighted-info-container > div:not(:last-child) {
  margin-bottom: 24px;
}

.profile-navigation {
  border-bottom: 1px solid #DEE0E2;
  display: flex;
  justify-content: space-between;
  padding: 1.25rem 0 0.5rem;
}

.profile-navigation__buttons-wrapper {
  display: flex;
  flex-basis: 19.5rem;
}

@media screen and (min-width: 768px) {
  .profile__navigation-container {
    padding: 0 15px 0;
  }
  .profile-navigation__buttons-wrapper .btn-ghost:not(:last-child)::after {
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    width: 1px;
    height: 100%;
    background: #DEE0E2;
    content: '';
    margin: auto;
  }
}

@media screen and (max-width: 767px) {
  .profile__highlighted-info-container {
    margin-top: 12px;
  }
  .profile__highlighted-info-container > div:not(:last-child) {
    margin-bottom: 16px;
  }
  .profile-navigation {
    padding: 0.5rem;
  }
  .profile-navigation__buttons-wrapper {
    flex-basis: 6.5rem;
  }
  .profile-navigation__buttons-wrapper .btn-ghost {
    padding: 0 !important;
  }
  .profile-navigation__buttons-wrapper .btn-ghost > span {
    display: none;
  }
  .profile-navigation__buttons-wrapper .btn-ghost i {
    position: static !important;
  }
}

.add-photo-block, .add-photo-block-animated {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}

.add-photo-block__icon, .add-photo-block-animated__icon {
  width: 156px;
  height: 80px;
}

.add-photo-block-animated {
  margin: -149px 0 40px;
  animation: animate-add-photo-block 0.5s;
  animation-delay: calc(var(--scroll) * -0.5s);
  animation-play-state: paused;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

@keyframes animate-add-photo-block {
  0% {
    margin: -149px 0 40px;
  }
  100% {
    margin: unset;
  }
}

@media screen and (max-width: 991px) {
  .add-photo-block {
    display: flex;
    flex-direction: row;
    align-items: normal;
    justify-content: normal;
    align-items: center;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.15);
    margin: -32px 0 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .add-photo-block {
    flex-direction: column;
    padding: 16px 12px 12px;
  }
}

@media screen and (max-width: 767px) {
  .add-photo-block {
    padding: 16px;
    min-height: auto;
  }
}

.report-dialog__arguments-checkbox--selected {
  color: #FF9913;
  border: 2px solid #FF9913;
}

.profile-value-boxes.small {
  font-size: 1rem;
}

.profile-value-boxes.small .profile-value-boxes__value {
  font-size: 1.125rem;
}

.profile-values-group {
  display: grid;
  grid-auto-flow: row;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
}

.profile-values-group--compact {
  display: grid;
  grid-auto-flow: column;
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 0;
}

@media screen and (max-width: 767px) {
  .profile-values-group--compact {
    display: grid;
    grid-auto-flow: row;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 0;
  }
}

.profile-values-group-default-field {
  padding: 16px 0;
  position: relative;
}

.profile-values-group-default-field--with-icon {
  padding-left: 0;
  border-bottom: 0;
}

.profile-values-group-default-field__icon {
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
}

.profile-values-group-default-field__label {
  margin-bottom: 4px;
}

.profile-values-group-default-field__value--capitalize {
  display: inline-block;
  text-transform: lowercase;
}

.profile-values-group-default-field__value--capitalize:first-letter {
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .profile-values-group-default-field {
    padding: 12px 0;
  }
  .profile-values-group-default-field__icon {
    width: 40px;
    height: 40px;
  }
}

.profile-values-group-compact-field {
  align-items: center;
  display: flex;
  min-height: 64px;
  padding: 4px 0;
}

.profile-values-group-compact-field__icon {
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
}

.profile-values-group-compact-field__value {
  line-height: 150%;
}

@media screen and (max-width: 767px) {
  .profile-values-group-compact-field {
    min-height: 48px;
  }
  .profile-values-group-compact-field__icon {
    width: 40px;
    height: 40px;
  }
  .profile-values-group-compact-field__value {
    line-height: 120%;
  }
}

.profile-animation {
  height: auto;
}

.profile-animation__picture {
  animation: picture-collapse 1s ease-in-out;
  animation-delay: calc(var(--scroll) * -1.8s);
  animation-play-state: paused;
  animation-iteration-count: 1;
  animation-fill-mode: both;
  z-index: 1;
  width: 100%;
  height: auto;
}

.profile-animation__essential-details:not(:only-child) {
  animation: essential-details-with-image-collapse 0.6s ease-in-out;
  animation-delay: calc(var(--scroll) * -1s);
  animation-play-state: paused;
  animation-iteration-count: 1;
  animation-fill-mode: both;
  max-height: 0;
  opacity: 0;
  transform: translateX(-300px);
}

.profile-animation__essential-details:only-child {
  animation: essential-details-only-child-collapse 1s ease-in-out;
  animation-delay: calc(var(--scroll) * -1.8s);
  animation-play-state: paused;
  animation-iteration-count: 1;
  animation-fill-mode: both;
  max-height: 0;
  opacity: 0;
  transform: translateX(-30px);
  margin-bottom: 0;
}

@keyframes picture-collapse {
  0% {
    width: 100%;
  }
  100% {
    width: 30%;
  }
}

@keyframes essential-details-with-image-collapse {
  0% {
    max-height: 0;
    opacity: 0;
    margin-left: 0;
    transform: translateX(-300px);
  }
  15% {
    opacity: 0;
    transform: translateX(-300px);
  }
  50% {
    opacity: 0;
  }
  100% {
    max-height: 200px;
    opacity: 1;
    margin-left: 16px;
    transform: translateX(0);
  }
}

@keyframes essential-details-only-child-collapse {
  0% {
    max-height: 0;
    opacity: 0;
    transform: translateX(-30px);
    margin-bottom: 0;
  }
  15% {
    opacity: 0;
  }
  100% {
    max-height: 200px;
    opacity: 1;
    transform: translateX(0);
    margin-bottom: 24px;
  }
}

.profile-block {
  padding: 20px 0;
}

.profile-block--values {
  padding-bottom: 8px;
}

.profile-block__header-container {
  align-items: baseline;
}

.profile-block__manage {
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .profile-block {
    background-color: #fff;
    margin: 0 -16px 4px;
    padding: 16px;
  }
  .profile-block--values {
    padding-bottom: 8px;
  }
  .profile-block__header-container {
    flex-direction: column;
  }
  .profile-block__header {
    position: relative;
    padding-right: 52px;
  }
  .profile-block__header::after {
    bottom: calc(1.875rem / 2 - 2px);
    position: absolute;
    width: 36px;
    height: 2px;
    background-color: #FF9913;
    content: '';
    margin-left: 16px;
  }
}

.essential-details__profile-header {
  display: -webkit-box;
  max-height: 6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  min-width: 230px;
}

@media screen and (min-width: 768px) {
  .profile__header-info {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}

.profile__localisation-info-item {
  display: inline-block;
}

.profile__localisation-info-item:not(:last-child) {
  margin-right: 5px;
}

.profile__welcome-gift {
  margin-bottom: 12px;
}

.profile__welcome-gift .welcome-gift {
  padding: 12px;
}

@media screen and (max-width: 320px) {
  .profile__welcome-gift .welcome-gift__image, .profile__welcome-gift .welcome-gift__image svg {
    min-width: 58px;
    min-height: 51px;
    width: 58px;
    height: 51px;
  }
}

.profile__header {
  position: relative;
}

@media screen and (min-width: 768px) {
  .profile__header {
    display: flex;
  }
}

.profile__header img {
  border: none;
}

.profile__headline {
  display: flex;
  margin-bottom: 4px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .profile__headline {
    flex-direction: column;
  }
}

.profile__headline h1 {
  display: inline-flex;
}

@media screen and (max-width: 767px) {
  .profile__headline h1 {
    justify-content: center;
    text-align: center;
  }
}

.profile__headline .profile-badge-component {
  display: inline-flex;
}

@media screen and (max-width: 767px) {
  .profile__headline .profile-badge-component {
    display: flex;
    justify-content: center;
    margin: 0 0 8px;
    order: -1;
  }
}

.profile__headline-text {
  word-wrap: break-word;
}

@media screen and (max-width: 767px) {
  .profile__headline-text {
    text-align: center;
    line-height: 21px;
    margin-bottom: 0;
  }
  .profile__headline-text + .message-same-role-alert {
    margin-top: 12px;
  }
}

.profile__description-wrapper {
  background-image: linear-gradient(360deg, #fff 30%, rgba(255, 255, 255, 0.1));
  background-repeat: repeat-x;
  bottom: 0;
  height: 150px;
  left: 0;
  position: absolute;
  right: 0;
}

.profile__description {
  position: relative;
}

.profile__description p {
  margin: 0;
}

.profile__description p:not(:last-child) {
  margin-bottom: 1.875em;
}

.profile__description--hidden {
  overflow: hidden;
  max-height: 20.222rem;
}

.discount-banner-default {
  background: linear-gradient(95.01deg, #EB7100 4.15%, #FF9913 100%);
}

.discount-banner-default__notice {
  top: 15px;
  left: 40px;
  position: absolute;
}

.discount-banner-default__content {
  padding: 55px 166px 40px 40px;
}

.discount-banner-default__cta {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  min-width: 166px;
}

.discount-banner-default__image {
  bottom: -11px;
  right: -71px;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .discount-banner-default__notice {
    left: 32px;
  }
  .discount-banner-default__content {
    padding: 54px 32px 212px;
  }
  .discount-banner-default__cta {
    min-width: 216px;
  }
  .discount-banner-default__image {
    width: 100%;
    height: auto;
    max-width: 344px;
    right: 0;
    bottom: -56px;
  }
}

.money-back-guarantee {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 24px 24px 24px 32px;
}

.money-back-guarantee img {
  width: 56px;
  height: 56px;
  flex: 0 0 auto;
  margin: 0 32px 0 0;
}

.money-back-guarantee--small {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  padding: 16px 24px;
}

.money-back-guarantee--small img {
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  margin: 0 18px 0 0;
}

@media screen and (max-width: 767px) {
  .money-back-guarantee {
    align-items: flex-start;
    flex-direction: column;
    padding: 24px;
  }
  .money-back-guarantee h4 {
    margin-bottom: 12px;
  }
  .money-back-guarantee img {
    margin: 0 0 16px;
  }
}

.dashboard__column-section > * {
  margin-bottom: 56px;
}

@media screen and (max-width: 991px) {
  .dashboard__column-section.dashboard-section-banner > * {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 767px) {
  .dashboard__column-section > * {
    margin-bottom: 40px;
  }
  .dashboard__column-section.dashboard-section-banner > * {
    margin-bottom: 0;
  }
}

.dashboard-message__link {
  text-decoration: none !important;
}

.dashboard-message__link:hover {
  color: #EB7100;
}

.dashboard-tips {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #DEE0E2;
  border-radius: 8px;
}

.dashboard-tips__btn {
  display: flex;
  flex-direction: column;
  align-items: normal;
  justify-content: normal;
}

.dashboard-tips__btn--multiple {
  flex: 1 0 140px;
}

.dashboard-tips__image {
  max-width: 86px;
  max-height: 86px;
}

@media screen and (max-width: 767px) {
  .dashboard-tips {
    align-items: normal;
  }
  .dashboard-tips--column {
    flex-direction: column;
  }
  .dashboard-tips--gray {
    border: none;
    background: #F6F7FA;
  }
  .dashboard-tips__btn:not(.dashboard-tips__btn--multiple) {
    margin-left: -16px;
  }
  .dashboard-tips__btn--multiple {
    flex: 1;
    flex-direction: row-reverse;
  }
  .dashboard-tips__btn--multiple > * {
    flex: 1;
  }
}

.dashboard-search__form {
  max-width: 800px;
  margin-bottom: -28px;
}

.dashboard-search__form:hover {
  background-color: #F6F7FA;
}

.dashboard-search__form:hover .input-field__box, .dashboard-search__form:hover .stripe-form__input, .dashboard-search__form:hover select {
  background-color: #F6F7FA;
}

.dashboard-search__btn {
  min-width: 272px;
}

.dashboard-search__input {
  width: 100%;
  border-right: 1px solid #CACDCF;
  border-radius: 0;
}

.dashboard-search__input:hover .dashboard-search__input-control {
  color: #EB7100;
}

.dashboard-search__input:hover svg {
  fill: #EB7100;
}

.dashboard-search__input .input-field__control, .dashboard-search__input .stripe-form__input {
  font-size: 1.25rem;
}

.dashboard-search__select {
  min-width: 120px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.dashboard-search__input-select {
  min-width: auto;
}

.dashboard-search__dropdown-arrow {
  top: 14px;
  right: 4px;
  position: absolute;
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 991px) {
  .dashboard-search {
    background-color: initial;
  }
}

@media screen and (max-width: 767px) {
  .dashboard-search__firstbox {
    width: 100%;
  }
  .dashboard-search__secondbox {
    width: 100%;
  }
  .dashboard-search__form {
    margin-top: 32px;
  }
}

.article-teaser__title {
  display: -webkit-box;
  max-height: 4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}

.article-teaser__preview {
  display: -webkit-box;
  max-height: 5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}

.my-documents-page {
  max-width: 728px;
}

.my-documents-page__sidebar {
  max-width: 380px;
}

@media screen and (max-width: 1199px) {
  .my-documents-page {
    max-width: 100%;
  }
  .my-documents-page__sidebar {
    max-width: 310px;
  }
}

@media screen and (max-width: 991px) {
  .my-documents-page {
    order: 2;
  }
  .my-documents-page__sidebar {
    order: 1;
    max-width: 100%;
  }
}

.register-promo {
  max-width: 450px;
  padding-top: 44px;
  padding-bottom: 24px;
}

@media screen and (max-width: 991px) {
  .register-promo {
    max-width: 300px;
    padding-top: 64px;
    padding-bottom: 16px;
  }
}

.conversation-banner {
  display: flex;
  align-content: center;
  align-items: center;
  border-radius: 8px;
  place-content: space-between;
}

.conversation-banner__text {
  align-self: center;
  margin-right: 24px;
}

.conversation-banner__image {
  min-width: 64px;
  min-height: 64px;
  width: 64px;
  height: 64px;
  align-self: center;
  margin-right: 24px;
}

@media screen and (max-width: 991px) {
  .conversation-banner__image {
    min-width: 56px;
    min-height: 56px;
    width: 56px;
    height: 56px;
    margin-right: 12px;
  }
}

.typing-indicator {
  display: flex;
  flex-direction: row;
  align-items: normal;
  justify-content: normal;
  left: 0;
  position: absolute;
}

.typing-indicator__icon {
  width: 22px;
  height: 22px;
  margin-right: 12px;
}

.typing-indicator__text {
  font-size: 14px;
}

.conversations-interface {
  display: flex;
  height: 100%;
  font-size: 14px;
}

.conversations-interface__actions {
  background-color: #fff;
  border-top: 1px solid #e2e2e2;
  padding: 20px 30px;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .conversations-interface__actions {
    padding: 10px 30px;
  }
}

@media screen and (max-width: 767px) {
  .conversations-interface__actions {
    padding: 0;
  }
}

.conversations-interface__conversation {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  position: relative;
}

.conversations-interface__conversation .typing-indicator {
  padding: 12px 30px;
  bottom: 0px;
}

.conversations-interface__conversation-inner {
  padding: 15px 30px 44px;
}

@media screen and (max-width: 767px) {
  .conversations-interface__conversation-inner {
    padding: 15px 16px 32px;
  }
}

.conversations-interface__filters {
  flex: 0 0 auto;
  background-color: #f4f4f4;
  border-bottom: 1px solid #e2e2e2;
}

.conversations-interface__main-space {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  height: 100%;
  min-width: 0;
}

.conversations-interface__main-space-scrollable {
  background-color: #f9fafb;
  display: flex;
  flex: 1;
  flex-direction: column;
  overflow-y: auto;
}

.conversations-interface__recipient {
  background-color: #fff;
  border-bottom: 1px solid #e2e2e2;
  padding: 20px 30px 30px 29px;
}

@media screen and (max-width: 1199px) {
  .conversations-interface__recipient {
    height: auto;
    padding: 20px 15px 10px;
  }
}

.conversations-interface__sidebar {
  border-right: 1px solid #e2e2e2;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  width: 340px;
  height: 100%;
}

.conversations-interface__users-list {
  flex: 1;
  overflow-y: auto;
}

.conversations-interface__main_box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  background-color: #f9fafb;
  position: relative;
  height: 100%;
  min-width: 0;
  overflow: hidden;
}

.conversations-interface__spinner {
  top: 50%;
  left: 50%;
  position: absolute;
  display: block;
  font-size: 60px;
}

.conversations-interface__spinner--disabled {
  display: none;
}

.conversations-interface__container {
  min-height: 0;
  flex: 1;
}

.conversations-interface-actions {
  display: flex;
}

.conversations-interface-actions-mobile {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.conversations-interface-actions-mobile__buttons {
  box-sizing: border-box;
  display: flex;
  padding: 16px;
}

.conversations-interface-actions-mobile__button-send {
  background-color: transparent;
  padding-right: 8px !important;
}

.conversations-interface-actions-mobile__button {
  flex: 1;
  margin: 0 10px;
  text-align: center;
}

.conversations-interface-actions-mobile__input {
  border: 0;
  box-shadow: none;
  height: 48px;
  padding: 14px 16px;
}

.conversations-interface-actions-mobile__input:focus {
  box-shadow: none;
  outline: none !important;
}

.conversations-interface-actions__button {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 1200px) {
  .conversations-interface-actions__button:not(:last-child) {
    margin-bottom: 10px;
  }
}

.conversations-interface-actions__button-text {
  margin: 0;
}

.conversations-interface-actions__buttons {
  min-width: unset;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.conversations-interface-actions__input {
  margin-right: 20px;
  max-height: 156px;
  min-height: 100px;
}

.conversations-interface-actions__input--disabled {
  color: #515659;
}

.conversations-interface-actions__input--invalid {
  border-color: #a94442;
}

.conversations-interface-actions__input--invalid::-moz-placeholder {
  color: #a94442;
}

.conversations-interface-actions__input--invalid::placeholder {
  color: #a94442;
}

@media screen and (max-width: 991px) {
  .conversations-interface-actions__input {
    max-height: 120px;
    min-height: 80px;
  }
}

.conversations-interface-message {
  display: flex;
  flex: 0 0 auto;
}

@media screen and (max-width: 991px) {
  .conversations-interface-message {
    margin-bottom: 0px;
  }
}

.conversations-interface-message--left .conversations-interface-message__avatar {
  margin-right: 33px;
}

.conversations-interface-message--left .conversations-interface-message__content {
  background-color: #f4f4f4;
  border-top-left-radius: 0;
}

.conversations-interface-message--left .conversations-interface-message__content::before {
  border-width: 14px 0 0 14px;
  left: -14px;
}

.conversations-interface-message--left .conversations-interface-message__content::after {
  border-top-color: #f4f4f4;
  border-width: 12px 0 0 12px;
  left: -12px;
}

.conversations-interface-message--rejection-left .conversations-interface-message__avatar {
  background-color: #fff;
  margin-right: 33px;
}

.conversations-interface-message--rejection-left .conversations-interface-message__content {
  background-color: #fff1df;
  border-top-left-radius: 0;
}

.conversations-interface-message--rejection-left .conversations-interface-message__content::before {
  border-width: 14px 0 0 14px;
  left: -14px;
}

.conversations-interface-message--rejection-left .conversations-interface-message__content::after {
  border-top-color: #fff1df;
  border-width: 12px 0 0 12px;
  left: -12px;
}

@media screen and (max-width: 991px) {
  .conversations-interface-message--rejection-right {
    padding: 14px 6px 22px 6px;
  }
}

.conversations-interface-message--rejection-right .conversations-interface-message__avatar {
  background-color: #fff;
  margin-left: 33px;
}

.conversations-interface-message--rejection-right .conversations-interface-message__content {
  background-color: #fff1df;
  border-top-right-radius: 0;
}

@media screen and (max-width: 991px) {
  .conversations-interface-message--rejection-right .conversations-interface-message__content {
    padding: 12px;
  }
}

.conversations-interface-message--rejection-right .conversations-interface-message__content::before {
  border-width: 14px 14px 0 0;
  right: -14px;
}

.conversations-interface-message--rejection-right .conversations-interface-message__content::after {
  border-top-color: #fff1df;
  border-width: 12px 12px 0 0px;
  right: -12px;
}

.conversations-interface-message--rejection-right.fancy {
  padding: 0;
}

.conversations-interface-message--rejection-right.fancy .conversations-interface-message__avatar {
  align-self: flex-end;
  margin-left: 16px;
  border-radius: 50%;
}

.conversations-interface-message--rejection-right.fancy .conversations-interface-message__content {
  -webkit-hyphens: unset;
          hyphens: unset;
  margin: 0;
  padding: 12px 16px;
  background: #fff4e0;
  border: none;
  border-radius: 8px;
  border-bottom-right-radius: unset;
}

.conversations-interface-message--rejection-right.fancy .conversations-interface-message__content::after {
  top: unset;
  bottom: 0;
  border-bottom-color: #fff4e0;
  border-width: 0 16px 16px 0;
}

.conversations-interface-message--rejection-right.fancy .conversations-interface-message__content::before {
  display: none;
}

.conversations-interface-message--right {
  justify-content: flex-end;
}

.conversations-interface-message--right .conversations-interface-message__avatar {
  margin-left: 33px;
}

.conversations-interface-message--right .conversations-interface-message__content {
  background-color: #fff;
  border-top-right-radius: 0;
}

.conversations-interface-message--right .conversations-interface-message__content::before {
  border-width: 14px 14px 0 0;
  right: -14px;
}

.conversations-interface-message--right .conversations-interface-message__content::after {
  border-top-color: #fff;
  border-width: 12px 12px 0 0;
  right: -12px;
}

.conversations-interface-message__blurred {
  color: transparent;
  text-shadow: 0 0 12px rgba(38, 38, 38, 0.5);
  cursor: default;
  pointer-events: none;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.conversations-interface-message__content {
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  flex: 1;
  margin-bottom: 5px;
  padding: 5px 7px;
  position: relative;
  -webkit-hyphens: auto;
          hyphens: auto;
  word-break: break-all;
  word-break: break-word;
  /* Non-standard for Webkit */
}

.conversations-interface-message__content::before, .conversations-interface-message__content::after {
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  content: '';
  display: inline-block;
  position: absolute;
}

.conversations-interface-message__content::before {
  border-top-color: #e2e2e2;
  top: -1px;
}

.conversations-interface-message__content::after {
  top: 0;
}

@media screen and (min-width: 1200px) {
  .conversations-interface-message__content {
    border-radius: 10px;
  }
}

.conversations-interface-message__content p {
  font-size: 14px;
  line-height: 20px;
}

.conversations-interface-message__content p:last-child {
  margin-bottom: 0;
}

.conversations-interface-message__avatar {
  background: no-repeat center/cover;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  flex: 0 0 40px;
  height: 40px;
}

@media screen and (min-width: 1200px) {
  .conversations-interface-message__avatar {
    flex-basis: 50px;
    height: 50px;
  }
}

.conversations-interface-mb {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

.conversations-interface-mb__users-list {
  flex: 1;
  overflow-y: auto;
}

.conversations-interface-mb__filters {
  flex: 0 0 auto;
  background-color: #f4f4f4;
}

.conversations-interface-mb__recipient {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 15px;
}

.conversations-interface-pagination > .btn {
  padding: 0 16px;
}

.conversations-interface-recipient--mobile .conversations-interface-recipient__avatar {
  width: 90px;
  height: 90px;
}

.conversations-interface-recipient--mobile .conversations-interface-recipient__inner {
  flex-wrap: wrap;
}

.conversations-interface-recipient--mobile .conversations-interface-recipient__info {
  display: flex;
  flex-direction: column;
  padding-left: 19px;
}

.conversations-interface-recipient--mobile .conversations-interface-recipient__hourly-rate {
  font-size: 17px;
}

.conversations-interface-recipient--mobile .conversations-interface-recipient__left {
  width: auto;
}

.conversations-interface-recipient--mobile .conversations-interface-recipient__reviews-wrapper {
  margin-bottom: 10px;
  margin-top: 3px;
}

.conversations-interface-recipient--mobile .conversations-interface-recipient__values {
  margin-top: 10px;
}

@media screen and (min-width: 1200px) {
  .conversations-interface-recipient--mobile .conversations-interface-recipient__values {
    flex-basis: 100%;
  }
}

.conversations-interface-recipient__avatar {
  width: 120px;
  height: 120px;
  background: no-repeat center/cover;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  position: relative;
}

.conversations-interface-recipient__inner {
  display: flex;
}

.conversations-interface-recipient__left {
  flex: 0 0 auto;
  width: 120px;
}

.conversations-interface-recipient__info {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: -7px;
  min-height: 120px;
  min-width: 0;
  padding-left: 40px;
}

@media screen and (max-width: 375px) {
  .conversations-interface-recipient__info {
    padding-left: 20px;
  }
}

.conversations-interface-recipient__name {
  color: #FF9913;
  display: block;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
  margin-right: auto;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.conversations-interface-recipient__name:hover, .conversations-interface-recipient__name:focus {
  text-decoration: none !important;
}

.conversations-interface-recipient__reviews-wrapper {
  align-items: center;
  display: flex;
  margin-top: 11px;
}

@media screen and (max-width: 1199px) {
  div .conversations-interface-recipient__reviews-wrapper-company {
    transform: scale(0.9);
  }
}

@media screen and (max-width: 1199px) {
  .conversations-interface-recipient__reviews-wrapper {
    transform: translateX(158px) translateY(-70px);
  }
}

@media screen and (max-width: 375px) {
  .conversations-interface-recipient__reviews-wrapper {
    transform: scale(0.9) translateX(168px) translateY(-70px);
  }
}

.conversations-interface-recipient__shortcuts {
  padding-left: 40px;
}

@media screen and (min-width: 1200px) {
  .conversations-interface-recipient__shortcuts {
    align-self: flex-start;
  }
}

.conversations-interface-recipient__values {
  margin-top: 16px;
}

.conversations-interface-recipient__values--company {
  margin-top: 6px;
}

@media screen and (max-width: 1199px) {
  .conversations-interface-recipient__hourly-rate {
    margin-top: 40px;
  }
}

.conversations-interface-shortcuts {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

@media screen and (max-width: 1199px) {
  .conversations-interface-shortcuts {
    flex-direction: row;
  }
}

.conversations-interface-shortcuts__icon {
  align-items: center;
  display: flex;
}

@media screen and (max-width: 1199px) {
  .conversations-interface-shortcuts__icon {
    border: none;
  }
}

.conversations-interface-shortcuts__icon-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #FF9913;
  display: block;
}

.conversations-interface-shortcuts__icon-dot:not(:last-child) {
  margin-bottom: 2px;
}

.conversations-interface-users-list {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.conversations-interface-users-list__empty-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.conversations-interface-users-list__empty-icon {
  margin: 18px 0 18px 0;
}

.conversations-interface-users-list__user {
  border-bottom: 1px solid #efefef;
  color: inherit;
  display: flex;
  flex: 0 0 auto;
  text-decoration: none !important;
}

.conversations-interface-users-list__user:last-child {
  border-bottom: 0;
}

.conversations-interface-users-list__user:hover, .conversations-interface-users-list__user:focus {
  color: inherit;
}

.conversations-interface-users-list__user:focus {
  outline: none;
}

.conversations-interface-users-list__user--unread .conversations-interface-users-list__user-name {
  font-weight: 700;
}

@media screen and (min-width: 1200px) {
  .conversations-interface-users-list__user--active {
    background-color: #f9fafb;
    position: relative;
  }
  .conversations-interface-users-list__user--active::before {
    top: 0;
    left: 0;
    position: absolute;
    width: 3px;
    height: 100%;
    background-color: #FF9913;
    content: '';
    display: block;
  }
}

.conversations-interface-users-list__message-snippet {
  flex: 1 1 auto;
  width: 240px;
}

.conversations-interface-users-list__user-avatar {
  width: 100%;
  height: 100%;
  background: no-repeat center/cover;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
}

.conversations-interface-users-list__user-avatar-wrapper {
  flex: 0 0 80px;
  height: 80px;
  padding: 10px;
}

@media screen and (min-width: 768px) {
  .conversations-interface-users-list__user-avatar-wrapper {
    flex-basis: 70px;
    padding-left: 0;
  }
}

@media screen and (min-width: 1200px) {
  .conversations-interface-users-list__user-avatar-wrapper {
    flex-basis: 80px;
    padding-left: 10px;
  }
}

.conversations-interface-users-list__user-info {
  overflow: hidden;
  padding: 10px 10px 10px 0;
}

@media screen and (min-width: 768px) {
  .conversations-interface-users-list__user-info {
    padding-right: 0;
  }
}

@media screen and (min-width: 1200px) {
  .conversations-interface-users-list__user-info {
    padding-right: 10px;
  }
}

.conversations-interface-users-list__user-info-headline {
  align-items: center;
  display: flex;
  margin: 0 -5px 8px;
  white-space: nowrap;
}

.conversations-interface-users-list__user-last-message-date {
  color: #969696;
  font-size: 12px;
  padding: 0 5px;
}

.conversations-interface-users-list__user-last-messages-counter-wrapper {
  padding: 0 5px;
}

.conversations-interface-users-list__user-last-messages-counter {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  align-items: center;
  background-color: #F1142F;
  color: #fff;
  display: flex;
  font-size: 10px;
  font-weight: 700;
  justify-content: center;
  margin-right: auto;
}

.conversations-interface-users-list__user-last-message-preview-container {
  position: relative;
}

.conversations-interface-users-list__user-last-message-preview-container .typing-indicator {
  top: 0px;
}

.conversations-interface-users-list__user-last-message-preview {
  -webkit-hyphens: auto;
          hyphens: auto;
  word-break: break-all;
  word-break: break-word;
  /* Non-standard for Webkit */
}

.conversations-interface-users-list__user-name {
  font-size: 14px;
  font-weight: 700;
  overflow: hidden;
  padding: 0 5px;
  text-overflow: ellipsis;
}

.html-conversations {
  height: 100%;
}

.conversations {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-y: auto;
}

.conversations__conversations-interface-mb {
  margin-top: 10px;
}

.conversations__interface-container {
  height: 100%;
  overflow: hidden;
}

.external-review-request__link .input-field__box, .external-review-request__link .stripe-form__input {
  background-color: #F6F7FA;
}

@media screen and (max-width: 320px) {
  .external-review-request__link .input-field__control, .external-review-request__link .stripe-form__input {
    font-size: 14px;
  }
}

.fixed-bottom-block {
  z-index: 2000;
}

.home-sign-up {
  max-width: 1140px;
  width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .home-sign-up {
    max-width: 600px;
  }
}

.home-container {
  display: grid;
  grid-auto-flow: row;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 120px;
  overflow: hidden;
}

.home-title {
  font-size: 3rem;
  line-height: 100%;
}

.home-title--56 {
  font-size: 3.5rem;
}

.home-title--64 {
  font-size: 4rem;
}

.home-title--spaced {
  line-height: 130%;
}

.home-provider-reach-more-content h3 {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
  .home-container {
    row-gap: 40px;
  }
  .home-title {
    font-size: 2rem;
    line-height: 2.25rem;
  }
  .home-title--spaced-xs {
    line-height: 130%;
  }
}

.register-layout-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.register-layout-header__logo {
  height: 32px;
}

.register-layout-header__languages {
  display: flex;
  flex-direction: row;
  align-items: normal;
  justify-content: normal;
}

.register-layout-header__languages > *:not(:last-child) {
  margin: 0;
  margin-right: 8px;
}

.register-layout-header__language {
  width: 60px;
  height: 48px;
  color: #262626;
  position: relative;
}

.register-layout-header__language:hover {
  color: #FF9913;
}

.register-layout-header__language:not(:last-child)::after {
  width: 1px;
  height: 30px;
  right: -4px;
  position: absolute;
  background: #DEE0E2;
  content: '';
}

.register-layout-header__language.selected {
  color: #999;
  pointer-events: none;
}

.register-layout-header .dropdown-toggle {
  width: 84px;
  height: 44px;
  border-radius: 48px;
  color: #262626;
}

.register-layout-header .dropdown.open .dropdown-toggle {
  background-color: rgba(255, 153, 19, 0.1);
  color: #FF9913;
  text-decoration: none;
}

.register-layout-header .dropdown-menu {
  min-width: 0;
}

@media screen and (max-width: 767px) {
  .register-layout-header {
    justify-content: space-between;
    padding: 12px 24px;
  }
  .register-layout-header__languages > *:not(:last-child) {
    margin: 0;
    margin-right: 2px;
  }
  .register-layout-header__language {
    width: 44px;
    height: 44px;
  }
  .register-layout-header__language:not(:last-child)::after {
    right: -1px;
    position: absolute;
  }
}

.register-layout {
  min-width: 100%;
  min-height: 100vh;
}

.register-layout__header {
  width: 100%;
  height: 88px;
  height: 88px;
}

@media screen and (min-width: 768px) {
  .register-layout__header {
    max-width: 536px;
    margin: 0 auto;
  }
}

.register-layout__left-column, .register-layout__right-column {
  display: flex;
  flex-direction: column;
  align-items: normal;
  justify-content: normal;
  width: 100%;
  height: 100%;
  max-width: 720px;
}

.register-layout__right-column {
  padding-left: 15%;
}

.register-layout__left-column-content, .register-layout__right-column-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: normal;
}

.register-layout__right-column-content {
  padding-top: 88px;
}

.register-layout__right-column-content > * {
  z-index: 1;
}

.register-layout__character-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
}

.register-layout__character {
  max-height: 472px;
}

@media screen and (min-width: 1200px) {
  .register-layout__character {
    max-height: 670px;
  }
}

@media screen and (min-width: 992px) {
  .register-layout {
    height: 100vh;
  }
  .register-layout__left-column-content {
    overflow: auto;
  }
}

@media screen and (max-width: 991px) {
  .register-layout {
    flex-direction: column;
  }
  .register-layout__right-column {
    height: 550px;
  }
  .register-layout__right-column-content {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .register-layout__header {
    height: auto;
  }
  .register-layout__right-column {
    padding-left: 0;
  }
}

.landing-header-form .radio {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.landing-header-form .radio span {
  margin-left: 0;
}

.landing-header-form .radio__input:checked + .radio__label .radio__text,
.landing-header-form .radio__input:checked + .radio__label .radio__text span,
.landing-header-form .radio__input:checked + .radio__label .radio__text span > strong {
  color: #262626;
}

.landing-header-form .radio__button {
  background-color: rgba(255, 255, 255, 0);
  border-color: #999;
}

.landing-header-form .radio__button::after {
  background-color: rgba(255, 255, 255, 0);
}

.landing-header-form .radio__label {
  min-height: 0;
  padding: 0;
}

.landing-header-form .radio__text {
  line-height: 20px;
}

.landing-header-form__radio-group {
  margin-bottom: 24px;
  margin-left: 17px;
}

.landing-header-form__radio-group > *:not(:last-child) {
  margin: 0;
  margin-bottom: 16px;
}

.landing-header-form__input {
  margin-bottom: 16px;
}

.landing-header-form__input .input-field__box, .landing-header-form__input .stripe-form__input {
  min-height: 3.5rem;
}

.landing-header-form__submit-btn {
  align-items: normal;
  display: inline-block;
  justify-content: normal;
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .landing-header-form__radio-group {
    margin-bottom: 26px;
  }
  .landing-header-form__radio-group > *:not(:last-child) {
    margin: 0;
    margin-bottom: 20px;
  }
  .landing-header-form__input .input-field__extra-content.inner {
    margin-top: 10px;
  }
  .landing-header-form__submit-btn {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 767px), screen and (min-width: 768px) and (max-width: 991px) and (min-aspect-ratio: 13/9) {
  .landing-header-form__radio-group {
    margin-bottom: 18px;
    margin-left: 0;
  }
}

.landing-header-review__count {
  margin-left: 2px;
}

.landing-header-review__stars {
  margin: 0 4px 0 0;
}

@media screen and (max-width: 767px), screen and (min-width: 768px) and (max-width: 991px) and (min-aspect-ratio: 13/9) {
  .landing-header-review {
    flex-wrap: wrap;
  }
  .landing-header-review__stars {
    order: -1;
    width: 100%;
    margin: 0 0 4px;
  }
}

.landing-header {
  background-color: #f9f9fb;
}

.landing-header__container {
  display: flex;
  flex-direction: row-reverse;
  align-items: normal;
  justify-content: normal;
  min-height: 600px;
  flex: 1 1 auto;
  margin-left: 10%;
}

.landing-header__content-col {
  flex: 0 0 35%;
}

.landing-header__content {
  max-width: 450px;
}

.landing-header__content h1 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 48px;
  line-height: 50px;
  font-weight: 700;
}

.landing-header__content h2 {
  line-height: 1.1em;
  display: none;
}

.landing-header__picture {
  flex: 1 1 auto;
  --background-position-y: 24%;
  background: center var(--background-position-y)/cover no-repeat url(/images/services/gardening/home_page_header.jpg);
}

.landing-header__picture-cover {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  background-image: linear-gradient(to right, #f9f9fb 0%, rgba(255, 255, 255, 0) 10%);
}

@media screen and (max-width: 1599px) {
  .landing-header__container {
    min-height: 500px;
  }
  .landing-header__content-col {
    flex: 0 0 45%;
  }
  .landing-header__content {
    margin-right: auto;
  }
  .landing-header__content h1 {
    margin-bottom: 26px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .landing-header__content h1 {
    font-size: 40px;
    line-height: 46px;
  }
}

@media screen and (max-width: 1199px) {
  .landing-header__content-col {
    flex: 0 0 52%;
    padding: 15px;
  }
  .landing-header__content {
    margin-left: 32px;
  }
  .landing-header__container {
    margin-left: 0;
  }
}

@media screen and (max-width: 991px) {
  .landing-header__container {
    min-height: initial;
    min-height: auto;
  }
  .landing-header__content {
    margin-left: auto;
  }
}

@media screen and (max-width: 991px) and (max-aspect-ratio: 13/9) {
  .landing-header__container {
    flex-direction: column;
  }
  .landing-header__content-col {
    flex: 0 0 auto;
    padding-top: 35px;
  }
  .landing-header__content {
    max-width: 520px;
  }
  .landing-header__content h1 {
    margin-bottom: 34px;
  }
  .landing-header__picture {
    flex: 0 0 300px;
  }
  .landing-header__picture-cover {
    background-image: linear-gradient(to top, #f9f9fb 0%, rgba(255, 255, 255, 0) 10%);
  }
}

@media screen and (max-width: 767px) {
  .landing-header__content h2 {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px), screen and (min-width: 768px) and (max-width: 991px) and (min-aspect-ratio: 13/9) {
  .landing-header__content h1 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 26px;
  }
}

@media screen and (max-width: 767px) and (max-aspect-ratio: 13/9) {
  .landing-header__content-col {
    padding-top: 5px;
  }
  .landing-header__picture {
    flex: 0 0 200px;
  }
}

.petsitting_insurance {
  position: relative;
}

.petsitting_insurance::before {
  background: linear-gradient(0deg, #fdfaf4 0%, #ffffff 100%);
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  position: absolute;
  min-height: 100vh;
  width: 100%;
  z-index: -1;
}

.pet-insurance__info {
  max-width: 448px;
}

.pet-insurance__form {
  max-width: 416px;
}

.pet-insurance__download-wrapper {
  width: 448px;
}

.pet-insurance__success-image {
  margin-top: 40px;
  width: 542px;
  height: 240px;
}

.pet-insurance__button {
  width: 340px;
}

.pet-insurance__header {
  margin-top: 56px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .pet-insurance__success-image {
    margin-left: 20px;
    width: 510px;
    height: 225px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .pet-insurance__info {
    max-width: 544px;
  }
  .pet-insurance__header {
    margin-top: 24px;
    width: 544px;
  }
  .pet-insurance__success-actions {
    max-width: 352px;
  }
  .pet-insurance__button {
    width: 314px;
  }
  .pet-insurance__success-image {
    margin-top: 28px;
  }
  .pet-insurance__download-wrapper {
    width: 544px;
  }
}

@media screen and (max-width: 991px) {
  .pet-insurance__download-btn {
    -moz-column-gap: 4px !important;
         column-gap: 4px !important;
  }
}

@media screen and (max-width: 767px) {
  .pet-insurance__info {
    background: linear-gradient(0deg, #fdfaf4 0%, #ffffff 100%);
  }
  .pet-insurance__form-wrapper {
    border-radius: unset;
    box-shadow: none;
  }
  .pet-insurance__header {
    margin-top: 12px;
    width: 335px;
  }
  .pet-insurance__download-wrapper {
    width: 335px;
  }
  .pet-insurance__button {
    width: 247px;
  }
  .pet-insurance__success-image {
    margin-top: 16px;
    width: 335px;
    height: 150px;
  }
}

.referee-register-page {
  position: relative;
}

.referee-register-page::before {
  background: linear-gradient(0deg, #fdfaf4 0%, #ffffff 100%);
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.referee-page__info {
  max-width: 448px;
  align-self: flex-start;
}

.referee-page__form {
  max-width: 544px;
}

.referee-page__form a.js-stepper-backward {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .referee-page__info, .referee-page__form {
    max-width: 544px;
    align-self: center;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .referee-page__info, .referee-page__form {
    max-width: 450px;
  }
}

@media screen and (max-width: 767px) {
  .referee-register-page::before {
    background: linear-gradient(180deg, #ffffff 0%, #fdfaf4 100%);
  }
  .referee-page__form {
    border-radius: unset;
    box-shadow: none;
  }
}

.referrals {
  position: relative;
}

.referrals::before {
  background: linear-gradient(0deg, #fff4e0 0%, #ffffff 100%);
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.referral-share-link .back_link {
  color: #1f2937;
}

.referral-share-link .back_link svg:not(.svg-no-fill),
.referral-share-link .back_link svg:not(.svg-no-fill) *[fill] {
  fill: #1f2937;
}

.referral-share-link .back_link:hover, .referral-share-link .back_link.hovered {
  color: #1f2937;
}

.referral-share-link .link-button {
  border-radius: 0px 8px 8px 0px;
  border: 1px solid #b73806;
  background: #b73806;
}

.referral-share-link .link-button:hover, .referral-share-link .link-button.hovered {
  border: 1px solid #942a0c;
  background: #942a0c;
}

.referral-share-link .link-button:active, .referral-share-link .link-button.pressed {
  border: 1px solid #7a230d;
  background: #7a230d;
}

.referral-share-link .link-text {
  border-radius: 8px 0px 0px 8px;
  border: 1px solid #d2d5da;
  background: #e5e7eb;
}

.referral-share-link a,
.referral-share-link a:hover,
.referral-share-link a:focus {
  color: #dd5502;
}

.referral_info {
  background: #ffffff;
}

.referral_info .headline-text {
  background: linear-gradient(90deg, #942a0c 0%, #dd5502 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.referral_info .info-container {
  max-width: 267px;
}

.referral__link-wrapper, .referral__info-wrapper, .referral__img {
  max-width: 544px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .referral__link-wrapper, .referral__img {
    max-width: 525px;
  }
  .referral_info .info-container {
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .referral__info-wrapper {
    max-width: 416px;
  }
  .referral-share-link .back_link {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .referral__link {
    max-width: 125px;
  }
  .referral__info-wrapper {
    max-width: 100%;
  }
  .referral__img {
    max-width: 100%;
  }
}

.guides__search-form-header {
  background: linear-gradient(270deg, #F6F7FA 14.51%, rgba(255, 153, 19, 0.3) 116.53%);
  height: 320px;
}

.guides__search-form-header .btn-icon {
  width: 56px;
}

.guides__search-form-header form:focus-within {
  border-color: #262626;
}

@media screen and (max-width: 767px) {
  .guides__search-form-header {
    max-height: 204px;
  }
  .guides__search-form-header .input-field__box, .guides__search-form-header .stripe-form__input {
    min-height: 44px;
  }
  .guides__search-form-header .btn-icon {
    max-width: 44px;
    height: 44px;
  }
  .guides__search-form-header .input-field__extra-content.inner {
    margin-top: 8px;
  }
}

.guides-mobile-search .guide-search-form {
  flex-direction: row-reverse;
  padding: 0 12px 0 4px;
  min-width: auto;
}

.guides-mobile-search .guide-search-form-submit {
  padding-right: 0;
  color: #707070;
}

.guide-search-form {
  min-width: 334px;
}

.guide-search-form .input-field {
  align-items: center;
}

.guide-search-form .input-field__box, .guide-search-form .stripe-form__input {
  min-height: 48px;
  padding-right: 0;
}

.guide-search-form .input-field__extra-content.inner {
  margin: auto;
}

.guide-search-form .input-field__action:hover {
  background: none;
}

.guide-search-form:hover, .guide-search-form:focus-within {
  border-color: #262626;
}

.guide-search-form button:hover {
  background: none;
}

.articles-search-results__article:not(:last-child) {
  border-bottom: 1px solid #efefef;
  margin-bottom: 22px;
  padding-bottom: 23px;
}

.articles-search-results__article-highlighted {
  border-radius: 2px;
  font-weight: 700;
}

.article-content p {
  margin-bottom: 12px;
}

.article-content h1, .article-content h2, .article-content h3, .article-content h4, .article-content h5 {
  margin-top: 0;
  margin-bottom: 12px;
}

.wizard .checkbox, .wizard .radio {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  min-height: 0;
}

.wizard .checkbox__label, .wizard .radio__label {
  min-height: 20px !important;
  padding: 10px 0 !important;
}

.wizard .checkbox__hint, .wizard .radio__hint {
  margin-top: 2px;
}

.wizard .checkbox__inner {
  padding: 0;
}

.wizard .checkbox.checkbox-inline,
.wizard .radio.radio-inline {
  padding: 0;
  margin: 0;
  margin-right: 16px;
  display: inline-block;
}

.wizard .checkbox.checkbox-inline:last-of-type,
.wizard .radio.radio-inline:last-of-type {
  margin-right: 0;
}

.role-box {
  margin-bottom: 5px;
}

.has-error .role-box {
  border-color: #b94a48;
}

.email-suggestion-text {
  display: none;
  margin: 10px 0;
}

.email-suggestion-text .email-suggestion-mail span {
  font-weight: 700;
}

#cookies-alert {
  display: none;
}

@media screen and (min-width: 768px) {
  .role-box {
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    padding: 10px;
  }
}

.wizard__invalid-mail-hint strong {
  font-weight: 500;
  color: #262626;
}

.wizard__profile-card {
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.wizard__profile-card img {
  width: 201px;
  height: 201px;
  transform: rotate(-15deg);
  margin: 47px;
}

.wizard:not(.profiles) .search-card, .wizard:not(.profiles) .search-card:hover {
  box-shadow: none;
}

.wizard .welcome-gift {
  background: #fff;
}

.wizard__presentation-group > *:last-child {
  margin-bottom: 0;
}

.wizard__presentation-group .control-label {
  margin-bottom: 10px;
}

.wizard iframe {
  height: auto;
}

.wizard-main-container {
  max-width: 520px;
}

.wizard-congratulations-container {
  max-width: 728px;
}

.wizard-congratulations-container .wizard-visited-profile-wrapper .search-card {
  box-shadow: none;
}

.wizard .help-block {
  margin: 0;
  font-size: 0.75rem;
  line-height: 0.875rem;
}

.wizard .input-field__details {
  min-height: 0;
}

.wizard-check-email__back-container {
  align-items: center;
  background-color: #fff;
  bottom: 0;
  justify-content: center;
}

body.wizard.attachments > div:first-child {
  padding-bottom: 0;
}

@media screen and (min-width: 768px) {
  .wizard-check-email__back-container {
    height: 90px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .wizard-congratulations-container .search-card {
    box-shadow: 0 0 0 1px #CACDCF;
    border-radius: 8px;
    padding: 24px;
    border: none;
  }
}

@media screen and (max-width: 991px) {
  .wizard-delayed__check-email .wizard-check-email__wrapper {
    margin-top: 12px;
  }
  .wizard-delayed__check-email .wizard-check-email__back-container {
    position: unset;
    margin-top: 16px;
  }
}

@media screen and (max-width: 767px) {
  .wizard__profile-card svg {
    width: 234px;
    height: 307px;
  }
  .wizard__profile-card img {
    width: 142px;
    height: 142px;
    margin: 34px;
    border-radius: 6px;
  }
  .wizard-check-email__back-container {
    height: 50px;
  }
  .wizard-congratulations-container {
    max-width: 100%;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .wizard .wizard-premium-offer {
    flex-direction: column;
    row-gap: 24px;
  }
}

.footer {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  position: relative;
}

.footer .links-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .links-list.footer-links li {
  display: flex;
  align-items: center;
}

.footer .links-list.footer-links li a {
  display: inline-block;
  text-align: left;
  color: #374151;
  transition: font-weight 100ms ease-out;
}

.footer .links-list.footer-links li a:active, .footer .links-list.footer-links li a.pressed {
  color: #111827;
  font-weight: bold;
}

.footer .links-list.footer-links li a:focus-visible {
  border: 1px solid #3b82f6;
  color: #111827;
  border-radius: 2px;
  font-weight: bold;
}

.footer .links-list.footer-links li a:focus-visible::before {
  display: none;
}

.footer .links-list.footer-links li a:hover {
  font-weight: bold;
  color: #1f2937;
}

.footer .links-list.footer-links li a::before {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.footer .other-services .links-list {
  justify-content: space-between;
}

.footer .other-services li img {
  height: 23px;
}

.footer .other-services li img.color-logo {
  opacity: 0;
  position: absolute;
  transition: 300ms ease-out;
}

.footer .other-services li img.color-logo:hover {
  background-color: #EAEDEF;
  opacity: 1;
}

.footer .other-services .seniorservice24 {
  width: 140px;
}

.footer .other-services.austrian-service-footer .links-list {
  justify-content: flex-start;
  -moz-column-gap: 80px;
       column-gap: 80px;
}

.footer .ekomi-rating-seal img {
  max-width: 100%;
}

.footer .ekomi-widget-container {
  display: flex;
}

.footer .ekomi-widget-container .ekomi-rating-seal {
  max-width: 80px;
}

.footer .footer-seo-links li, .footer .footer-landing-links li {
  height: 32px;
}

.footer .main-section-container li {
  height: 44px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .footer .other-services .links-list {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(3, auto);
    justify-items: start;
    row-gap: 20px;
  }
  .footer .other-services.austrian-service-footer .links-list {
    justify-content: space-between;
  }
  .footer .footer-seo-links, .footer .footer-landing-links .links-list {
    display: grid;
  }
  .footer .main-section-container li {
    height: 32px;
  }
}

@media screen and (max-width: 767px) {
  .footer .other-services .links-list {
    flex-direction: column;
    align-items: left;
    row-gap: 20px;
  }
  .footer .ekomi-widget-container .ekomi-rating-seal {
    max-width: 60px;
  }
}

@media screen and (min-width: 992px) {
  .sitemap-box .footer-collapse__toggle, .sitemap-box--single .footer-collapse__toggle, .footer-landing-links .footer-collapse__toggle {
    pointer-events: none;
  }
  .sitemap-box .collapse, .sitemap-box--single .collapse, .footer-landing-links .collapse {
    display: block !important;
  }
  .sitemap-box--single .collapse {
    display: flex !important;
  }
}

@media screen and (max-width: 991px) {
  .footer-collapse__toggle {
    cursor: pointer;
  }
  .footer-collapse__toggle-icon {
    transition: 0.2s;
  }
  .collapsed .footer-collapse__toggle-icon {
    transform: rotate(90deg);
  }
}

.body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.users .profile-sidebar,
.unreviewed_users .profile-sidebar {
  position: sticky;
  top: 40px;
}

.users .profile-sidebar .btn,
.unreviewed_users .profile-sidebar .btn {
  white-space: normal;
}

.users .profile-sidebar--under-navigation,
.unreviewed_users .profile-sidebar--under-navigation {
  top: 116px;
}

.content {
  position: relative;
  padding-top: 12px;
  padding-bottom: 25px;
  flex-grow: 1;
}

@media screen and (min-width: 768px) {
  .content {
    padding-bottom: 30px;
    padding-top: 40px;
  }
}

.admin-nav .mobile-menu__close {
  position: relative;
  top: 0;
  right: 0;
}

.admin-nav .mobile-menu__close::before, .admin-nav .mobile-menu__close::after {
  background-color: #262626;
}

.admin-sidebar {
  border-right: 1px solid #DEE0E2;
}

.admin-sidebar .fa.arrow, .admin-sidebar .arrow.btn.dropdown::after {
  float: right;
}

.admin-sidebar .fa.arrow::before {
  content: "\f104";
}

.admin-sidebar [data-show-less] .fa.arrow::before {
  content: "\f107";
}

.admin-sidebar.mobile-menu-visible {
  display: block !important;
  left: 0;
}

@media screen and (max-width: 767px) {
  .admin-sidebar {
    position: initial;
    width: 100%;
    border-top: 1px solid #DEE0E2;
  }
}

body {
  -webkit-animation: bugfix infinite 1s;
}

#drop-search {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.mobile-menu__subnav-list {
  list-style: none;
  padding-left: 20px;
}

.mobile-search__trigger {
  font-size: 1.5em;
  color: #F2F2F2;
  padding: 5px;
  line-height: 1.5em;
}

.mobile-menu--search {
  display: none;
}

.mobile-menu__logo {
  display: table;
  margin: 0 auto 50px;
}

.mobile-menu__dropdown-list {
  border-top: 2px solid rgba(245, 245, 245, 0.15);
  list-style: none;
}

.mobile-menu__search-form {
  background: #fff;
  position: absolute;
  display: none;
  z-index: 21;
  width: 100%;
  left: 0;
  top: 76px;
}

.mobile-menu__nav-item {
  position: relative;
  font-size: 19px;
  line-height: 1.4;
  cursor: pointer;
  text-align: left;
}

.mobile-menu__nav-item:not(:last-child) {
  border-bottom: 2px solid rgba(245, 245, 245, 0.15);
}

.mobile-menu__nav-item .label {
  position: relative;
  bottom: 2px;
  left: 5px;
  font-size: 8px;
}

.mobile-menu__nav-submenu-container {
  border-bottom: none;
}

.mobile-menu__nav-link {
  display: block;
  padding: 16px 0;
  color: #fff;
  letter-spacing: 0.0357em;
  text-decoration: none;
}

.mobile-menu__nav-link:hover, .mobile-menu__nav-link:focus {
  color: #fff;
  text-decoration: none;
}

.mobile-menu__nav-link--badged {
  padding-right: 32px;
  position: relative;
}

.mobile-menu__nav-link--badged .mobile-menu__nav-badge {
  top: 50%;
  right: 0;
  position: absolute;
  margin-top: -11px;
  background: #C92525;
}

.mobile-menu__nav-link--language {
  padding: 10px;
  text-transform: uppercase;
}

.nav-search__input .input-field__outline-gap, .nav-search__input .input-field__label, .nav-search__input .stripe-form__label {
  display: none;
}

.nav-search__input .ui-menu svg *[fill] {
  fill: #dd5502;
}

.nav-search__input .ui-menu .color-primary {
  color: #dd5502;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .mobile-menu__search-form {
    top: 53px;
  }
  .mobile-menu--search {
    display: block;
  }
  input[id='drop-search']:checked ~ .mobile-menu__search-form {
    display: block;
    height: auto;
    box-shadow: 0px 2px 10px rgba(114, 129, 163, 0.3);
  }
}

@media screen and (max-width: 1199px) {
  input[id='drop-search']:checked ~ .mobile-menu__search-form {
    display: block;
    height: auto;
    box-shadow: 0px 2px 10px rgba(114, 129, 163, 0.3);
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .mobile-menu__search-form form {
    display: flex;
  }
  .mobile-menu__search-form .fields-wrapper {
    display: flex;
    flex-grow: 1;
  }
  .mobile-menu__search-form--one-role .fields-wrapper {
    margin-right: 15px;
  }
  .mobile-search__trigger {
    display: none;
  }
  .nav__search-trigger--small {
    line-height: 52px;
    height: 58px;
    padding: 0;
  }
}

@media screen and (min-width: 1200px) {
  .fields-wrapper {
    display: inline-block;
  }
}

.navbar-icon--message, .navbar-icon--search {
  width: 24px;
  height: 24px;
  background-size: cover;
  opacity: 0.6;
}

.navbar-icon--search {
  background-image: url(/navbar-icons/search_icon.png);
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .navbar-icon--search {
    background-image: url(/navbar-icons/search_icon@2x.png);
  }
}

.navbar-icon--message {
  background-image: url(/navbar-icons/message.png);
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .navbar-icon--message {
    background-image: url(/navbar-icons/message@2x.png);
  }
}

.mobile-search__trigger,
input[id='drop-search']:checked ~ .mobile-search__trigger {
  background: #fff;
  color: #FF9913;
}

.nav-user-menu.open .dropdown-toggle, .nav-user-menu .dropdown-toggle:hover {
  border-color: #374151;
}

.mobile-menu {
  width: 375px;
  height: 100%;
  top: 0;
  right: -100%;
  position: fixed;
  z-index: 28;
  transition: 0.7s;
}

.mobile-menu-visible {
  right: 0;
}

.mobile-menu__open:after {
  content: '';
  display: block;
  width: 22px;
  height: 2px;
  background: #262626;
  margin: 10px 7px;
  box-shadow: 0 7px 0 #262626, 0 14px 0 #262626;
}

.mobile-menu__close {
  top: 6px;
  right: 10px;
  position: absolute;
  width: 37px;
  height: 37px;
}

.mobile-menu__close::before, .mobile-menu__close::after {
  top: 50%;
  left: 50%;
  position: absolute;
  width: 24px;
  height: 2px;
  content: '';
  display: block;
  margin: -1px 0 0 -12px;
  background-color: #262626;
}

.mobile-menu__close::before {
  transform: rotate(45deg);
}

.mobile-menu__close::after {
  transform: rotate(-45deg);
}

.landing-header-logo {
  top: 50%;
  position: relative;
  display: block;
  text-indent: -9999px;
  transform: translateY(30%);
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  height: 32px;
  margin-left: -15px;
}

.header-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.lang-links a:not(.active, :hover, :active, :focus-visible) {
  color: #374151;
}

.nav-lang-link {
  transition: font-weight 100ms ease-out;
}

.nav-lang-link.active {
  color: #b73806;
}

.nav-lang-link:focus-visible {
  border: 1px solid #3b82f6;
  border-radius: 2px;
}

.nav-lang-link:hover, .nav-lang-link:focus-visible {
  color: #dd5502;
  font-weight: 700;
}

.nav-lang-link:active, .nav-lang-link.pressed {
  color: #b73806;
}

.nav-lang-link.disabled {
  color: #9ca3af;
}

@media screen and (min-width: 1200px) {
  .landing-header-nav-container {
    max-width: 80%;
  }
}

@media screen and (min-width: 992px) {
  .landing-header-logo {
    background-position: left center;
    min-width: 255px;
  }
  .mobile-menu-visible {
    display: none !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .landing-header-logo {
    margin-left: 32px;
  }
}

@media screen and (max-width: 1199px) {
  .landing-header-nav-container {
    max-width: unset;
  }
}

@media screen and (max-width: 991px) {
  .landing-header-logo {
    margin: 0 auto 0 0;
    height: 24px;
    width: 200px;
    top: 0;
  }
  .header-logo img {
    height: 32px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .mobile-menu {
    width: 100%;
    height: 100%;
    transition: none;
  }
}

.subnavigation__link {
  border-bottom-style: solid;
}

.subnavigation__link:hover, .subnavigation__link.current-page-link {
  border-color: #dd5502;
}

.aboutus-header {
  max-width: 100%;
}

.aboutus-header__image {
  width: 340px;
  height: 340px;
  overflow: hidden;
  border-radius: 24px;
}

.aboutus-header__image img {
  left: -25%;
  position: absolute;
  width: auto;
  height: 100%;
}

@media screen and (min-width: 1600px) {
  .aboutus-header {
    max-width: 2060px;
  }
}

@media screen and (max-width: 991px) {
  .aboutus-header__image {
    width: 160px;
    height: 160px;
    border-radius: 16px;
  }
}

.aboutus-banner-image {
  position: relative;
  width: 350px;
}

.aboutus-banner-image img {
  transform: scale(1.2);
}

@media screen and (min-width: 992px) {
  .aboutus-employees {
    margin-left: -56px;
    padding-left: 56px;
  }
}

@media screen and (max-width: 991px) {
  .aboutus-employees {
    overflow-x: scroll;
  }
}

@media screen and (max-width: 767px) {
  .aboutus-banner-image {
    width: 100%;
    max-width: 345px;
    margin: -30px auto;
    right: 0;
  }
  .aboutus-banner-image img {
    transform: none;
  }
}

/* conditions table */
.table.conditions th {
  text-align: center;
  font-weight: 400;
}

.conditions th p {
  margin: 0;
  color: #666;
}

.conditions tr td:first-child {
  text-align: right;
  font-weight: 700;
}

.conditions tr td.yes {
  background-repeat: no-repeat;
  background-image: url(/assets/icons/accept-2272532cc1a68b2c4aeae4c70dd4129f1f6451dbc911077f1a959eec4f6c0989.png);
  background-position: center;
}

.terms .headline {
  font-weight: 700;
  margin-top: 20px;
}

.terms .entry {
  margin-top: 5px;
}

.terms .entry > * {
  min-width: 0;
}

.header-warning__text {
  flex: 0 1 auto;
  padding: 12px;
  padding-right: 0;
}

.header-warning__link {
  flex: 0 0 auto;
  padding: 12px;
}

.header-warning__link svg {
  margin-left: 12px;
}

@media screen and (min-width: 768px) {
  .header-warning {
    font-size: 1rem;
    line-height: 1.125rem;
  }
}

.search-results-landing-page-seo-text {
  margin-top: 40px;
  font-size: 0.875rem;
  line-height: 150%;
}

.search-results-landing-page-seo-text > h2, .search-results-landing-page-seo-text h3, .search-results-landing-page-seo-text h4, .search-results-landing-page-seo-text h5 {
  margin: 40px 0 15px;
}

.search-results-landing-page-seo-text > p {
  margin-bottom: 20px;
}

.search-results-landing-page-seo-text > h2 {
  font-size: 1.75rem;
  line-height: 1.875rem;
}

.search-results-landing-page-seo-text > h3 {
  font-size: 1.5rem;
  line-height: 1.625rem;
}

.search-results-landing-page-seo-text > h4 {
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.search-results-landing-page-seo-text > h5 {
  font-size: 1rem;
  line-height: 1.125rem;
}

.search-results-landing-page-seo-text a {
  color: #FF9913;
  text-decoration: none;
}

.search-results-landing-page-seo-text a:hover {
  text-decoration: underline;
}

.search-results-landing-page-seo-text.country-landing__seo-text {
  margin-top: 0;
}

.search-results-landing-page-seo-text.country-landing__seo-text h2, .search-results-landing-page-seo-text.country-landing__seo-text h3, .search-results-landing-page-seo-text.country-landing__seo-text h4, .search-results-landing-page-seo-text.country-landing__seo-text h5 {
  margin: 20px 0;
  font-weight: 700;
}

.search-results-landing-page-seo-text.country-landing__seo-text h2 {
  font-size: 2rem;
}

.search-results-landing-page-seo-text.country-landing__seo-text h3 {
  font-size: 1.75rem;
}

.search-results-landing-page-seo-text.country-landing__seo-text h4 {
  font-size: 1.5rem;
}

.search-results-landing-page-seo-text.country-landing__seo-text h5 {
  font-size: 1.25rem;
}

.search-results-landing-page-seo-text.country-landing__seo-text > p {
  color: #000 !important;
  font-size: 0.875rem !important;
}

.country-landing__about-image {
  width: 463px;
  height: 442px;
  background-size: cover;
  background-position: top center;
}

@media screen and (max-width: 1199px) {
  .country-landing__about-image {
    width: 260px;
    height: 240px;
  }
}

@media screen and (max-width: 767px) {
  .country-landing__search-section {
    background: #F6F7FA;
    border-radius: 0;
  }
  .country-landing__about-image {
    width: 100%;
    height: 260px;
    border-radius: 0 !important;
  }
}

.password {
  position: relative;
  border-color: red;
  border: 100px;
}

.password .form-control {
  padding-right: 50px;
  position: relative;
}

.password .form-control::-ms-clear, .password .form-control::-ms-reveal {
  display: none;
}

.what-we-offer-area {
  background-color: #fff;
}

.what-we-offer-area h2:not(.home-title) {
  font-size: 32px;
}

.what-we-offer-area .box p {
  color: #555;
}

.what-we-offer-area h4, .what-we-offer-area p {
  text-align: left;
  margin-bottom: 10px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .what-we-offer-area {
    padding: 30px 0 0;
  }
  .what-we-offer-area .image-wrapper {
    float: left;
    width: 67px;
  }
  .what-we-offer-area .step {
    margin: auto;
    margin-bottom: 60px;
    max-width: 410px;
  }
  .what-we-offer-area img {
    height: 60px;
  }
  .what-we-offer-area h2 {
    margin-bottom: 70px;
  }
  .what-we-offer-area h4, .what-we-offer-area p {
    margin-left: 90px;
  }
}

@media screen and (min-width: 768px) {
  .what-we-offer-area {
    padding: 80px 0 30px 0;
  }
  .what-we-offer-area .image-wrapper {
    float: left;
    width: 98px;
  }
  .what-we-offer-area .step {
    height: 190px;
    margin: auto;
    margin-bottom: 70px;
    max-width: 410px;
  }
  .what-we-offer-area img {
    height: 88px;
  }
  .what-we-offer-area h2 {
    margin-bottom: 90px;
  }
  .what-we-offer-area h4, .what-we-offer-area p {
    margin-left: 120px;
  }
}

#how-it-works-area {
  background: #f5f5f5;
  padding-top: 60px;
  line-height: 20px;
}

#how-it-works-area h2 {
  font-size: 32px;
  margin-bottom: 60px;
}

#how-it-works-area h3, #how-it-works-area h4 {
  font-weight: 500;
}

#how-it-works-area h4, #how-it-works-area p {
  text-align: left;
  margin-bottom: 10px;
}

@media screen and (max-width: 399px) {
  #how-it-works-area .ta-center {
    margin: auto;
  }
  #how-it-works-area .box {
    padding: 0;
  }
}

@media screen and (min-width: 400px) {
  #how-it-works-area .box {
    padding: 0 18px;
  }
}

@media screen and (max-width: 767px) {
  #how-it-works-area {
    padding-top: 40px;
  }
  #how-it-works-area .step {
    margin: auto;
    margin-bottom: 30px;
  }
  #how-it-works-area .action-btn {
    padding: 10px 0 50px;
  }
  #how-it-works-area h2 {
    font-size: 25px;
    margin-bottom: 12px;
  }
}

@media screen and (min-width: 768px) {
  #how-it-works-area h3 {
    margin-bottom: 50px;
  }
  #how-it-works-area .container {
    position: relative;
    padding-bottom: 40px;
  }
  #how-it-works-area .container:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 140px;
    height: 380px;
    border: 1px solid #eeeeee;
  }
  #how-it-works-area .step {
    margin: auto;
    height: 160px;
  }
  #how-it-works-area .action-btn {
    padding: 30px 20px;
  }
}

#how-it-works-area .image-wrapper {
  float: left;
  width: 70px;
}

#how-it-works-area .box {
  background: none;
  border: none;
}

#how-it-works-area .box img {
  height: 60px;
  margin: auto;
}

#how-it-works-area .box img.icon-id {
  height: 50px;
}

#how-it-works-area .box .step {
  max-width: 410px;
}

#how-it-works-area .box .step h4, #how-it-works-area .box .step p {
  margin-left: 100px;
  margin-right: 0;
}

#how-it-works-area .box p {
  color: #555;
}

#how-it-works-area .box .action-btn {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
}

#how-it-works-area .box .action-btn a:hover {
  background: #f98d00;
}

#how-it-works-area .box .action-btn a {
  background-color: #FF9913;
  border: none;
  border-radius: 2px;
  height: 60px;
  margin: auto;
  text-align: center;
  width: 265px;
  line-height: 1.6;
}

.want-to-know-more-area {
  background-color: #f5f5f5;
}

@media screen and (max-width: 767px) {
  .want-to-know-more-area {
    padding: 10px 15px 20px;
  }
  .want-to-know-more-area .container {
    margin-top: 45px;
  }
}

@media screen and (min-width: 768px) {
  .want-to-know-more-area {
    padding: 80px 0 90px;
  }
  .want-to-know-more-area .container {
    margin-top: 75px;
  }
}

.want-to-know-more-area .container h2 {
  color: #333;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  padding-right: 20px;
  position: relative;
}

.want-to-know-more-area p {
  font-size: 14px;
  margin: 0;
}

.want-to-know-more-area .panel-group {
  margin: 0;
}

.want-to-know-more-area .panel-default {
  max-width: 780px;
  margin: auto;
  margin-bottom: 10px;
}

.want-to-know-more-area .panel-default .panel-collapse .panel-body {
  border-top: 0;
  color: #969696;
  padding: 0 30px 20px;
}

.want-to-know-more-area .panel-default a {
  font-weight: 700;
}

.want-to-know-more-area .panel-heading {
  background-color: #fff;
  padding: 15px 12px 15px 30px;
}

.want-to-know-more-area .fa-sort {
  position: absolute;
  right: 0;
  top: 4px;
}

.want-to-know-more-area .fa-sort::after {
  border-bottom: 9px solid #ccc;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 0;
  content: '';
  position: relative;
  top: -10px;
}

.want-to-know-more-area .fa-sort::before {
  content: '';
}

.want-to-know-more-area .panel-heading.collapsed .fa-sort::after {
  border-bottom: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 10px solid #ccc;
  content: '';
  position: relative;
  top: 12px;
}

.want-to-know-more-area .panel-heading:hover {
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .experience-image {
    width: 100vw;
    margin: 0 -15px;
  }
  .fairboss-banner-gradient {
    background: linear-gradient(150deg, #fff 50%, rgba(255, 255, 255, 0) 100%);
  }
}

.section-2col-image__content {
  width: 60%;
  max-width: 615px;
}

.section-2col-image__image {
  right: 68px;
  position: relative;
  max-width: 490px;
}

@media screen and (max-width: 991px) {
  .section-2col-image__content {
    max-width: none;
    width: auto;
  }
  .section-2col-image__image {
    right: auto;
  }
}

@media screen and (max-width: 767px) {
  .section-2col-image__image {
    width: 110%;
  }
}

.content-side-image__image {
  bottom: -40px;
  right: -40px;
  position: absolute;
  width: 0;
  z-index: -1;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .content-side-image__image {
    right: 112px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .content-side-image__image {
    right: 124px;
    bottom: -52px;
  }
}

@media screen and (max-width: 767px) {
  .content-side-image__content {
    width: 68%;
  }
  .content-side-image__image {
    right: 116px;
    top: 30px;
    bottom: auto;
  }
  .content-side-image__image img {
    width: 162px;
  }
  .content-side-image__icon {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 320px) {
  .content-side-image__content {
    width: 75%;
  }
  .content-side-image__image {
    right: 80px;
  }
}

a.pages-row-link {
  color: #262626;
  text-decoration: none;
}

a.pages-row-link:hover {
  color: #FF9913;
  animation: pulse 0.5s cubic-bezier(0, 0, 0.58, 1);
}

a.pages-row-link > .pages-row-image {
  height: 230px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

@media screen and (min-width: 992px) {
  .scroll-pages-row {
    overflow: hidden;
    grid-template-columns: repeat(auto-fill, minmax(366px, 1fr));
    grid-auto-columns: minmax(366px, 1fr);
  }
}

@media screen and (max-width: 1199px) {
  .scroll-pages-row {
    grid-auto-flow: row;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-columns: minmax(50%, 1fr);
  }
}

@media screen and (max-width: 767px) {
  a.pages-row-link > .pages-row-image {
    height: 146px;
  }
  .scroll-pages-row a.pages-row-link > .pages-row-image {
    padding: 10px 20px;
  }
}

.page-paper-table {
  padding-bottom: 80px;
  filter: drop-shadow(0px 8px 12px rgba(0, 0, 0, 0.15));
}

.page-paper-table__row > *:not(:last-child) {
  margin-right: 16px;
}

.page-paper-table__paper-sheet {
  clip-path: polygon(0 76px, 76px 0, 100% 0, 100% 100%, 0 100%);
}

.page-paper-table__paper-sheet:before {
  top: 0;
  left: 0;
  position: absolute;
  width: 76px;
  height: 76px;
  z-index: 1;
  content: '';
  background: linear-gradient(to left top, #ffffff 11%, #E7EAF2 47%);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

.page-paper-table__scrollable {
  overflow-x: auto;
}

.page-paper-table__swipe-icon {
  top: -24px;
  right: 12px;
  position: absolute;
}

.page-paper-table__value {
  flex: 1 0 auto;
}

.page-paper-table__pen {
  bottom: 0;
  right: 16px;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .page-paper-table {
    padding-bottom: 100px;
    margin-right: -15px;
  }
  .page-paper-table__row {
    width: -moz-fit-content;
    width: fit-content;
  }
  .page-paper-table__row > *:not(:last-child) {
    margin-right: 8px;
  }
  .page-paper-table__footer {
    overflow-x: hidden;
  }
  .page-paper-table__pen {
    bottom: 0;
    right: 100px;
    position: absolute;
  }
}

.pages-regular-table {
  overflow-x: auto;
  padding: 40px 0;
  margin: -40px 0;
}

.pages-regular-table__row > * {
  margin: 0 16px;
}

.pages-regular-table__swipe-icon {
  top: 48px;
  right: 12px;
  position: absolute;
}

.pages-regular-table__table-container {
  border-radius: 8px;
}

.pages-regular-table__value {
  flex: 1 0 auto;
}

@media screen and (max-width: 767px) {
  .pages-regular-table {
    margin-right: -15px;
  }
  .pages-regular-table__row > * {
    margin: 0 8px;
  }
  .pages-regular-table__table-container {
    border-radius: 8px 0 0 8px;
  }
}

@media screen and (max-width: 767px) {
  .wage-calculator-form.page-paper-table {
    margin-right: 12px;
  }
}

.charge-banner {
  border: 1px solid #CACDCF;
}

.charge-banner__icon {
  width: 48px;
  height: 48px;
}

.stripe-form__actions {
  place-content: space-between;
}

.stripe-form__error {
  color: #C92525;
}

.stripe-form__input {
  border: 1px solid #CACDCF;
  border-radius: 4px;
  padding: 17px 18px;
}

.stripe-form__input--focus {
  border: 2px solid #262626;
  padding: 16px 17px;
}

.stripe-form__input--invalid {
  border-color: #C92525;
}

.stripe-form__input--complete + .stripe-form__label, .stripe-form__input--focus + .stripe-form__label, .stripe-form__input--invalid + .stripe-form__label, .stripe-form__input--with-static-label + .stripe-form__label {
  top: -7px;
  left: 16px;
  position: absolute;
  background-color: #fff;
  padding: 0 5px;
  transform: scale(0.75);
}

.stripe-form__input--focus + .stripe-form__label {
  color: #262626;
}

.stripe-form__input--invalid + .stripe-form__label {
  color: #C92525;
}

.stripe-form__input-group {
  position: relative;
}

.stripe-form__input-group--cvc, .stripe-form__input-group--expiry {
  display: inline-flex;
  width: 34%;
}

.stripe-form__label {
  left: 16px;
  position: absolute;
}

.stripe-form__label--moved-right {
  left: 50px;
  position: absolute;
}

.stripe-form__stripe-icon {
  width: 116px;
  height: 25px;
}

.stripe-form__submit {
  flex: 0;
}

@media screen and (max-width: 1199px) {
  .stripe-form__actions {
    display: flex;
    flex-direction: column;
    align-items: normal;
    justify-content: normal;
  }
  .stripe-form__input-group--expiry {
    margin-right: 24px;
  }
  .stripe-form__stripe-icon {
    margin-bottom: 20px;
  }
  .stripe-form__submit {
    flex: auto;
  }
}

@media screen and (min-width: 1200px) {
  .stripe-form__charge-details {
    display: flex;
    flex-direction: row;
    align-items: normal;
    justify-content: normal;
    justify-content: space-between;
  }
  .stripe-form__input-group {
    position: relative;
  }
  .stripe-form__input-group--accountholder-name, .stripe-form__input-group--iban {
    flex-basis: 48%;
  }
  .stripe-form__input-group--card-number {
    flex-basis: 60%;
  }
  .stripe-form__input-group--cvc, .stripe-form__input-group--expiry {
    flex-basis: 17%;
    margin-right: 0;
  }
}

.charge__billing-address-column--left {
  flex-basis: 45%;
}

.charge__billing-address-column--right {
  flex-basis: 55%;
}

@media screen and (min-width: 992px) {
  .billing-address__input--first-name, .billing-address__input--last-name {
    width: auto;
  }
  .billing-address__input--first-name {
    margin-right: 16px;
  }
  .billing-address__input--postal-code {
    margin-right: 16px;
    width: 25%;
  }
  .billing-address__input--locality {
    width: auto;
  }
}

.payment-method__box {
  border: 2px solid transparent;
  color: #999;
  padding: 20px;
}

.payment-method__box:hover, .payment-method__box--active {
  border-radius: 8px;
  color: #FF9913;
}

.payment-method__box:hover .radio__button, .payment-method__box--active .radio__button {
  border-color: #FF9913;
}

.payment-method__box:hover {
  background-color: #F6F7FA;
}

.payment-method__box--active {
  border-color: #FF9913;
}

.payment-method__box + .payment-method__box {
  border-top: 1px solid #DEE0E2;
  padding-top: 21px;
}

.payment-method__box + .payment-method__box:hover {
  border-top: 2px solid transparent;
  padding-top: 20px;
}

.payment-method__box + .payment-method__box--active, .payment-method__box + .payment-method__box--active:hover {
  border-top: 2px solid #FF9913;
  padding-top: 20px;
}

.payment-method__box:hover + .payment-method__box, .payment-method__box--active + .payment-method__box {
  border-top: 2px solid transparent;
  padding-top: 20px;
}

.payment-method__box:hover + .payment-method__box--active, .payment-method__box--active + .payment-method__box--active {
  border-top: 2px solid #FF9913;
}

.payment-method__description-box {
  display: none;
  margin: 8px 43px 0;
}

.payment-method__logo {
  max-width: 100%;
  max-height: 30px;
}

.payment-method__radio {
  min-height: auto;
}

@media screen and (min-width: 768px) {
  .payment-method__radio-wrapper {
    align-items: center;
  }
}

.welcome-gift-subscribe-form .checkbox-field__text {
  line-height: 150%;
  margin-left: 3px;
  font-weight: 400;
  margin-top: -4px;
}

.welcome-gift-subscribe-form .checkbox-field.has-error .checkbox-field__text {
  color: #707070;
}

.welcome-gift-subscribe-form .checkbox-field.has-error + .notifications-component {
  display: block !important;
}

@media screen and (max-width: 767px) {
  .welcome-gift-box-img {
    width: 130px;
    height: 130px;
  }
}

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

.checkout__subsection-icon {
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 767px) {
  .checkout__actions {
    display: flex;
    align-items: flex-start;
    flex-direction: column-reverse;
  }
  .checkout__description {
    text-align: start;
  }
}

@media screen and (max-width: 991px) {
  .checkout__summary-panel--right {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .checkout {
    display: flex;
  }
  .checkout__actions {
    align-items: flex-start;
    display: flex;
    flex-direction: column-reverse;
  }
  .checkout__name {
    font-size: 1.25rem;
  }
  .checkout__panel--right {
    margin-left: 35px;
    order: 1;
    width: 330px;
  }
  .checkout__subsection {
    margin-bottom: 20px;
  }
  .checkout__submit {
    flex-basis: auto;
    margin-right: 32px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 992px) {
  .checkout__panel--left {
    margin-left: 60px;
  }
  .checkout__panel--right {
    width: 365px;
  }
  .checkout__subsection {
    margin-left: -60px;
  }
  .checkout__summary-panel--left {
    display: none;
  }
}

.membership-benefits__list > *:not(:last-child) {
  margin: 0;
  margin-bottom: 24px;
}

.membership-benefits__row > *:not(:last-child) {
  margin: 0;
  margin-right: 24px;
}

.membership-benefits__item {
  width: 300px;
}

@media screen and (max-width: 1199px) {
  .membership-benefits__header {
    max-width: 394px;
  }
  .membership-benefits__item {
    width: 220px;
  }
}

@media screen and (max-width: 767px) {
  .membership-benefits__header {
    max-width: none;
  }
  .membership-benefits__list > *:not(:last-child) {
    margin: 0;
    margin-bottom: 12px;
  }
  .membership-benefits__row > *:not(:last-child) {
    margin: 0;
    margin-bottom: 12px;
  }
  .membership-benefits__item {
    width: auto;
  }
}

.membership-info {
  max-width: 650px;
}

@media screen and (min-width: 768px) {
  .membership-info {
    flex: 0 0 auto;
  }
}

@media screen and (max-width: 991px) {
  .membership-info {
    max-width: 612px;
  }
}

.membership-notification {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  box-shadow: 0 24px 32px rgba(0, 0, 0, 0.12);
  margin: auto;
  max-width: 564px;
  padding: 16px;
}

.membership-notification svg {
  min-width: 32px;
  min-height: 32px;
  width: 32px;
  height: 32px;
}

.membership-notification--with-timer {
  max-width: 732px;
  padding: 16px 32px 16px 40px;
}

.membership-notification__timer {
  flex: 0 0 auto;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .membership-notification {
    max-width: 612px;
  }
}

@media screen and (max-width: 767px) {
  .membership-notification--with-timer {
    display: flex;
    flex-direction: column;
    align-items: normal;
    justify-content: normal;
    align-items: flex-start;
    padding: 22px 22px 36px;
  }
  .membership-notification--with-timer > *:not(:last-child) {
    margin: 0;
    margin-bottom: 16px;
  }
}

.membership-plans-desktop {
  display: flex;
  flex-direction: row;
  align-items: normal;
  justify-content: normal;
  justify-content: center;
}

.membership-plans-desktop > *:not(:last-child) {
  margin: 0;
  margin-right: 32px;
}

.membership-plans-desktop__plan {
  display: flex;
  flex-direction: column;
  align-items: normal;
  justify-content: normal;
  width: 250px;
  height: 316px;
  align-items: center;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  justify-content: space-between;
  padding: 40px 16px 16px;
  position: relative;
}

.membership-plans-desktop__best-badge {
  top: -20px;
  position: absolute;
  background: linear-gradient(#fff, #fff), linear-gradient(85.16deg, #FF9913 0%, #FFC170 95.12%);
  border: 2px solid transparent;
  border-radius: 40px;
  padding: 10px 30px;
  white-space: nowrap;
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.membership-plans-desktop__price-decimal {
  font-size: 60px;
  line-height: 72px;
  margin-right: -3px;
}

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .membership-plans-desktop__best-badge {
    transform: translate(-50%, 0);
  }
}

.membership-plans-mobile {
  position: relative;
}

.membership-plans-mobile > *:not(:last-child) {
  margin: 0;
  margin-bottom: 16px;
}

.membership-plans-mobile__plan {
  display: flex;
  flex-direction: column;
  align-items: normal;
  justify-content: normal;
  min-width: 100%;
  min-height: 134px;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.1);
  justify-content: center;
  padding: 20px 24px 12px;
  position: relative;
  z-index: 1;
}

.membership-plans-mobile__plan:hover {
  text-decoration: none;
}

.membership-plans-mobile__plan:focus {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.membership-plans-mobile__plan-content {
  display: flex;
  flex-direction: row;
  align-items: normal;
  justify-content: normal;
  flex-direction: row;
}

.membership-plans-mobile__plan-content > * {
  display: flex;
  flex-direction: column;
  align-items: normal;
  justify-content: normal;
  flex: 1;
  justify-content: center;
}

.membership-plans-mobile__best-badge {
  margin-bottom: 4px;
  margin-top: -18px;
}

.membership-plans-mobile__price-decimal {
  font-size: 48px;
  line-height: 50px;
  margin-right: -3px;
}

.membership-plans-mobile__chevron {
  width: 32px;
  height: 32px;
  right: 9px;
  position: absolute;
  transform: rotate(180deg);
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .membership-plans-mobile {
    max-width: 481px;
    max-height: auto;
    margin: auto;
  }
}

@media screen and (max-width: 320px) {
  .membership-plans-mobile__best-badge.text-compact {
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 0;
    margin-top: -14px;
  }
  .membership-plans-mobile__duration {
    font-size: 20px;
    line-height: 24px;
  }
  .membership-plans-mobile__price-decimal {
    font-size: 32px;
    line-height: 36px;
  }
  .membership-plans-mobile__previous-price {
    margin-bottom: 12px;
  }
}

.redeem-voucher-dialog .dialog-wrapper__image-box {
  background: linear-gradient(138.09deg, #fdfaf4 0%, #ffdfa5 100%);
}

@media screen and (max-width: 767px) {
  .redeem-voucher-dialog .dialog-wrapper__image-box svg {
    width: 80%;
  }
}

.membership {
  min-height: 100vh;
}

.membership__benefits {
  padding: 40px 24px 132px;
}

.membership__notification {
  margin: 30px auto 16px;
}

.membership__plans-desktop {
  margin-top: -92px;
}

.membership__info {
  display: flex;
  flex-direction: row;
  align-items: normal;
  justify-content: normal;
  justify-content: center;
  margin-top: 40px;
  padding: 0 16px 32px;
}

@media screen and (max-width: 991px) {
  .membership__benefits {
    margin-bottom: 90px;
    padding: 24px 16px 0;
  }
  .membership__notification {
    margin: 24px auto 0;
  }
  .membership__plans-mobile {
    bottom: -42px;
    position: relative;
    margin-top: -18px;
  }
  .membership__info {
    margin-top: 0;
  }
}

.payments-index__btn-cancel {
  color: #C92525;
}

.payments-index__btn-cancel:hover {
  background-color: rgba(201, 37, 37, 0.1);
}

.payments-old-price {
  position: relative;
}

.payments-old-price::after {
  top: 50%;
  left: 0;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #C92525;
  content: '';
  transform: rotate(9deg);
}

.payments-cancel__info {
  max-width: 448px;
  -webkit-font-smoothing: antialiased;
}

.payments-cancel__info h2 b {
  color: #f97a07;
}

.payments-cancel__info p b {
  color: #1f2937;
}

.payments-cancel__notification {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .payments-cancel__info {
    max-width: 544px;
  }
  .payments-cancel__info .btn {
    max-width: 352px;
  }
  .payments-cancel__notification {
    max-width: 354px !important;
  }
}

@media screen and (max-width: 767px) {
  .payments-cancel__info svg {
    max-height: 156px;
  }
}

.request-review .external-review-banner {
  flex-direction: column;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .request-review .external-review-banner {
    flex-direction: row;
  }
}

@media screen and (max-width: 767px) {
  .request-review {
    margin: 0 -16px;
  }
  .request-review .external-review-banner {
    flex-direction: column;
    border-radius: 0;
    border-left: none;
    border-right: none;
    border-color: #DEE0E2;
  }
  .request-review .pending-banner {
    border-radius: 0;
  }
}

.reviews__list {
  margin-bottom: 20px;
}

.reviews__list .review__form {
  max-width: 660px;
}

.reviews__summary {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .reviews__summary {
    width: auto;
  }
}

.review {
  margin: 10px 0 15px;
  padding: 0;
}

.review__star {
  margin-left: -4px;
}

.review__star path {
  fill: #FF9913;
}

@media screen and (max-width: 991px) {
  .review__star {
    width: 22px;
    height: 22px;
    margin-left: -3px;
  }
}

.review__text {
  font-size: 16px;
  margin-bottom: 8px !important;
}

@media screen and (max-width: 991px) {
  .review__text {
    font-size: 14px;
  }
}

.review__text-question {
  margin-bottom: 16px !important;
}

.review__box {
  margin: 10px 0;
}

.review__box .form-control {
  border-color: #dee0e2;
}

.review__controls {
  align-items: center;
  display: flex;
  font-size: 16px !important;
  justify-content: center;
  justify-items: flex-end;
  margin-bottom: -5px;
}

.review__content {
  word-break: break-word;
  word-wrap: break-word;
}

.review__details {
  display: flex;
}

.review__form {
  background: #f7f7f7;
  border-radius: 6px;
  margin-top: 14px;
  padding: 16px 22px 1px;
}

@media screen and (max-width: 991px) {
  .review__form {
    margin-top: -9px;
  }
}

.review__reviewer-name {
  color: #FF9913;
  font-weight: 500;
  margin: 0 5px 10px 0;
}

.review__reviewer-name--wrapper {
  display: flex;
}

.review::after {
  border: 1px solid #efefef;
  content: '';
  display: block;
}

.btn-send {
  margin: 0 auto;
}

.btn-send-wrapper {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .btn-send-wrapper {
    font-size: 14px !important;
  }
}

.review-answer__form {
  background: #f9f9f9;
  padding: 10px 30px 10px 10px;
}

.review-answer__block {
  margin-top: 30px;
}

.search-form__hinted-option {
  display: grid;
  grid-template-columns: minmax(min-content, 100%) minmax(min-content, max-content);
  grid-template-areas: "checkbox info" "hint hint";
}

.search-form__hinted-option .checkbox-field {
  grid-area: checkbox;
}

.search-form__hinted-option .js-checkbox-info {
  grid-area: hint;
}

.search-form__hinted-option__info {
  grid-area: info;
}

.search-form__hinted-option__info svg * {
  fill: #999;
}

.search-form__hinted-option__info.hovered svg *, .search-form__hinted-option__info:hover svg * {
  fill: #FF9913;
}

.search-form .input-field__box, .search-form .stripe-form__input {
  min-height: 48px !important;
}

.search-form .input-field__box .inner, .search-form .stripe-form__input .inner {
  margin-top: 10px !important;
}

.search-info {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}

.search-info__headline {
  font-weight: 700;
  letter-spacing: 0.19px;
  margin-bottom: 8px;
}

.search-info__swipe {
  bottom: -12px;
  right: 12px;
  position: absolute;
}

.search-info__labels--scrollable::-webkit-scrollbar {
  display: none;
}

.search-info__labels-wrapper {
  display: flex;
  align-items: flex-end;
  margin-top: 16px;
}

.search-info__text {
  display: inline-block;
  font-size: 16px;
}

.search-info--landing .search-info__main-column {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .search-info__headline {
    font-size: 24px !important;
    letter-spacing: 0;
    margin-bottom: 4px;
  }
  .search-info__labels-wrapper {
    order: 2;
  }
  .search-info__labels-wrapper--sort {
    order: 1;
  }
}

@media screen and (max-width: 767px) {
  .search-info {
    flex-direction: column;
  }
  .search-info__labels--scrollable {
    overflow-x: scroll;
  }
}

.profile__featured-field {
  display: inline-block;
  border-radius: 8px;
  border: 1px solid #CACDCF;
  padding: 6px 8px;
}

.profile__featured-field--compact:not(:last-child)::after {
  content: '\2022';
}

.profile__featured-field__icon {
  height: 1em;
  margin: -3px 0.3em 0 0;
  vertical-align: middle;
  width: 1em;
}

.profile__featured-field__file-icon {
  fill: #444;
  fill-rule: evenodd;
}

.profile__featured-field--sign-up-link {
  color: #333333;
  position: relative;
}

.search-card {
  position: relative;
  box-sizing: border-box;
  box-shadow: 0 0 0 1px #CACDCF;
  border-radius: 8px;
  padding: 24px;
}

.search-card:hover {
  box-shadow: 0 0 0 2px #707070 inset;
}

.search-card:hover .favourite-button:not(.disabled) svg, .search-card:hover .favourite-button:not(.disabled) *[fill] {
  fill-opacity: 1;
}

.search-card .card-avatar {
  width: 140px;
  height: 140px;
  flex: 0 0 140px;
  border-radius: 4px;
}

.search-card .card-avatar img {
  max-width: 140px;
  max-height: 140px;
}

.search-card .card-avatar--premium {
  background: #FF9913;
  box-shadow: 0 0 0 2px #FF9913;
}

.search-card__link:hover {
  cursor: pointer;
}

.search-card__link::after {
  content: '';
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}

.search-card .poke-button,
.search-card .favourite-button {
  z-index: 2;
}

.search-card .favourite-button svg, .search-card .favourite-button *[fill] {
  fill-opacity: 0.5;
}

.search-card .favourite-button:hover svg, .search-card .favourite-button:hover *[fill] {
  fill-opacity: 1;
  fill: #FF9913;
}

.search-card .favourite-button.active svg, .search-card .favourite-button.active *[fill] {
  fill-opacity: 1;
  fill: #FF9913;
}

.search-card .favourite-button.active:hover svg, .search-card .favourite-button.active:hover *[fill] {
  fill-opacity: 0.5;
}

.search-card .js-featured-fields .scrollable-container::-webkit-scrollbar {
  display: none;
}

@media screen and (min-width: 768px) {
  .search-card:hover h4 {
    color: #FF9913;
  }
}

@media screen and (max-width: 991px) {
  .search-card {
    border-radius: 0;
    padding: 16px;
    box-shadow: none;
  }
  .search-card:hover {
    box-shadow: none;
  }
  .search-card .mobile-scrollable-fields::after {
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    pointer-events: none;
    box-shadow: -65px 0px 35px -35px #fff inset;
  }
  .search-card .js-featured-fields {
    position: relative;
    z-index: 2;
  }
}

@media screen and (max-width: 767px) {
  .search-card .card-avatar {
    width: 80px;
    height: 80px;
    flex: 0 0 80px;
  }
  .search-card .card-avatar img {
    max-width: 80px;
    max-height: 80px;
  }
  .search-card .card-headline {
    min-height: 36px;
  }
}

@media screen and (max-width: 414px) {
  .search-card .headline-maxw {
    max-width: -moz-min-content;
    max-width: min-content;
  }
}

.search-user-cards-wrapper {
  grid-auto-rows: auto;
}

.search-user-cards-wrapper .top-banner {
  margin-bottom: 10px;
}

.search-user-cards-wrapper .top-banner .welcome-gift {
  padding: 12px 20px;
}

.search-user-cards-wrapper .top-banner .welcome-gift__image, .search-user-cards-wrapper .top-banner .welcome-gift__image svg {
  width: 58px;
  height: 51px;
}

@media screen and (max-width: 991px) {
  .search-user-cards-wrapper > * {
    border-top: 1px solid #DEE0E2;
  }
  .search-user-cards-wrapper > *:last-child {
    border-bottom: 1px solid #DEE0E2;
  }
}

@media screen and (max-width: 767px) {
  .search-user-cards-wrapper .top-banner .welcome-gift {
    padding: 12px;
  }
  .search-user-cards-wrapper .top-banner .welcome-gift__image, .search-user-cards-wrapper .top-banner .welcome-gift__image svg {
    width: 72px;
    height: 64px;
  }
}

.save-search-form__checkbox:not(:last-child) {
  margin-bottom: 16px;
}

.save-search-form__checkbox-input {
  opacity: 0;
  position: absolute;
}

.save-search-form__checkbox-input:checked + .save-search-form__checkbox .save-search-form__checkbox-icon {
  background-color: #FF9913;
  border-color: #FF9913;
}

.save-search-form__checkbox-label {
  display: flex;
  flex-direction: row;
  align-items: normal;
  justify-content: normal;
  align-items: center;
  margin: 0;
}

.save-search-form__checkbox-icon {
  width: 24px;
  height: 24px;
  background-color: #fff;
  border: 1px solid #FF9913;
  border-radius: 20%;
  content: '';
  display: inline-block;
  flex: 0 0 auto;
  margin-right: 1rem;
}

.save-search-form__checkbox-icon::after {
  width: 8px;
  height: 12px;
  top: 4px;
  left: 7px;
  position: relative;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  content: '';
  display: block;
  transform: rotate(45deg);
}

.save-search-form__filters {
  display: flex;
  flex-direction: row;
  align-items: normal;
  justify-content: normal;
  align-content: space-between;
  flex-wrap: wrap;
}

.save-search-form__filter {
  flex: 0 0 100%;
}

@media screen and (min-width: 992px) {
  .save-search-form__filters {
    margin: 0 -24px 0;
    padding: 24px 24px 8px;
  }
  .save-search-form__filter {
    flex: 0 0 50%;
  }
  .save-search-form__filter:nth-child(odd) {
    padding-right: 32px;
  }
}

@media screen and (max-width: 991px) {
  .save-search-form__filters {
    margin: 0 -24px 0;
    padding: 16px 24px 8px;
  }
}

.save-search-link {
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
}

.save-search-link__icon {
  margin-left: 2px;
}

@media screen and (min-width: 768px) {
  .save-search-link__icon {
    margin-bottom: -2px;
  }
}

@media screen and (max-width: 991px) {
  .save-search-link__icon {
    margin-bottom: -4px;
  }
}

@media screen and (max-width: 767px) {
  .save-search-link .tooltip,
.save-search-link .tooltip-arrow {
    display: none !important;
  }
}

.search-result-text-values {
  display: -webkit-box;
  max-height: 4.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}

.search-result-text-values p {
  margin: 0;
}

@media screen and (max-width: 991px) {
  .search-result-text-values {
    display: -webkit-box;
    max-height: 3.9375rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    /* autoprefixer: ignore next */
    -webkit-box-orient: vertical;
  }
}

.search-header {
  min-height: 525px;
  border-top: 1px solid #CACDCF;
}

.search-header__background {
  width: 60.66%;
}

.search-header__side {
  max-width: 50%;
}

.search-header__content {
  max-width: 570px;
}

.search-header__images-container {
  max-width: 1000px;
}

.search-header__image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 4px;
}

.search-header__image--wide {
  background-position: 90% center;
}

.search-header__swiss-made-logo {
  bottom: 32px;
  right: 32px;
}

@media screen and (max-width: 1599px) {
  .search-header {
    min-height: 450px;
  }
}

@media screen and (max-width: 991px) {
  .search-header {
    min-height: 350px;
  }
}

@media screen and (max-width: 767px) {
  .search-header {
    min-height: 0;
  }
  .search-header__background {
    width: 100%;
  }
  .search-header__side, .search-header__content, .search-header__images-container {
    max-width: none;
  }
  .search-header__images-container {
    height: 250px;
  }
  .search-header__image {
    border-radius: 0;
  }
}

@media screen and (min-width: 992px) {
  .search-results-summary {
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .search .profile-badge-component__label {
    display: none;
  }
}

.svg-badge__gradient-light {
  stop-color: #EB7100;
}

.svg-badge__gradient-dark {
  stop-color: #FA4B55;
}

.svg-balloon__bottom {
  fill: #f97a07;
}

.svg-balloon__gradient-light {
  stop-color: #ffb94a;
}

.svg-balloon__gradient-dark {
  stop-color: #dd5502;
}

.benefit-icon {
  width: 30px;
  height: 30px;
  transform: scale(2);
}

.benefit-icon circle {
  opacity: 0;
}

.svg-character-gift__shade {
  stop-color: #c67000;
}

.svg-character-gift__shade--heavier {
  stop-color: #ac6200;
}

.svg-character-premium-cancel__gradient-light {
  stop-color: #ffb94a;
}

.svg-character-premium-cancel__gradient-dark {
  stop-color: #dd5502;
}

.svg-character-premium-cancel__details {
  fill: #942a0c;
}

.svg-character-premium-crown__gradient-light {
  stop-color: #ffb94a;
}

.svg-character-premium-crown__gradient-dark {
  stop-color: #f97a07;
}

.svg-character-premium-crown__fill-dark {
  fill: #f97a07;
}

.svg-character__clothes-color-first {
  stop-color: #ffc271;
}

.svg-character__clothes-color-second {
  stop-color: #f29112;
}

.svg-happy-people-rounded__man-shirt {
  fill: #f5b880;
}

.svg-happy-people-rounded__woman-shirt-gradient {
  --from-color: #f5b880;
  --to-color: #EB7100;
}

.svg-heart-balloon__gradient-light {
  stop-color: #FF8112;
}

.svg-heart-balloon__gradient-dark {
  stop-color: #EB7100;
}

.svg-landing-page-list-style-icon__background {
  fill: #fdf3e6;
}

.svg-landing-page-list-style-icon__checkmark {
  fill: #FF9913;
}

.svg-referral-page__sleeve-gradient-light {
  stop-color: #ffb94a;
}

.svg-referral-page__sleeve-gradient-dark {
  stop-color: #dd5502;
}

.svg-badge__gradient-light {
  stop-color: #EB7100;
}

.svg-badge__gradient-dark {
  stop-color: #FA4B55;
}

.svg-balloon__bottom {
  fill: #f97a07;
}

.svg-balloon__gradient-light {
  stop-color: #ffb94a;
}

.svg-balloon__gradient-dark {
  stop-color: #dd5502;
}

.benefit-icon {
  width: 30px;
  height: 30px;
  transform: scale(2);
}

.benefit-icon circle {
  opacity: 0;
}

.svg-character-gift__shade {
  stop-color: #c67000;
}

.svg-character-gift__shade--heavier {
  stop-color: #ac6200;
}

.svg-character-premium-cancel__gradient-light {
  stop-color: #ffb94a;
}

.svg-character-premium-cancel__gradient-dark {
  stop-color: #dd5502;
}

.svg-character-premium-cancel__details {
  fill: #942a0c;
}

.svg-character-premium-crown__gradient-light {
  stop-color: #ffb94a;
}

.svg-character-premium-crown__gradient-dark {
  stop-color: #f97a07;
}

.svg-character-premium-crown__fill-dark {
  fill: #f97a07;
}

.svg-character__clothes-color-first {
  stop-color: #ffc271;
}

.svg-character__clothes-color-second {
  stop-color: #f29112;
}

.svg-happy-people-rounded__man-shirt {
  fill: #f5b880;
}

.svg-happy-people-rounded__woman-shirt-gradient {
  --from-color: #f5b880;
  --to-color: #EB7100;
}

.svg-heart-balloon__gradient-light {
  stop-color: #FF8112;
}

.svg-heart-balloon__gradient-dark {
  stop-color: #EB7100;
}

.svg-landing-page-list-style-icon__background {
  fill: #fdf3e6;
}

.svg-landing-page-list-style-icon__checkmark {
  fill: #FF9913;
}

.svg-referral-page__sleeve-gradient-light {
  stop-color: #ffb94a;
}

.svg-referral-page__sleeve-gradient-dark {
  stop-color: #dd5502;
}

.voucher-image__gradient-color-first {
  stop-color: #ffb94a;
}

.voucher-image__gradient-color-second {
  stop-color: #b73806;
}

.voucher-image__gradient-color-first {
  stop-color: #ffb94a;
}

.voucher-image__gradient-color-second {
  stop-color: #b73806;
}

.wizard-congratulations__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px;
}

.wizard-congratulations__text {
  max-width: 520px;
}

.wizard-congratulations__image {
  width: 135px;
  height: 135px;
}

.wizard-congratulations__premium-offer {
  padding: 24px;
  max-width: 630px;
  margin: auto;
}

.wizard-congratulations__visited-profile {
  max-width: 630px;
  width: 100%;
}

.wizard-congratulations__visited-profile + .wizard-congratulations__welcome-gift {
  max-width: 532px;
  margin-top: -28px;
  padding: 0 16px;
}

.wizard-congratulations__visited-profile + .wizard-congratulations__welcome-gift .welcome-gift {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.wizard-congratulations__visited-profile--job-offer {
  margin-bottom: 2.5rem;
}

.wizard-congratulations__welcome-gift {
  margin: 0 auto 20px;
  width: 100%;
  max-width: 630px;
}

.wizard-congratulations__buttons {
  display: flex;
  flex-direction: row;
  align-items: normal;
  justify-content: normal;
  gap: 24px;
}

.wizard-congratulations__button {
  width: 254px;
}

.wizard-congratulations__button .btn {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 16px;
}

@media screen and (max-width: 767px) {
  .wizard-congratulations__content {
    padding: 36px 16px 24px;
  }
  .wizard-congratulations__image {
    width: 105px;
    height: 105px;
  }
  .wizard-congratulations__visited-profile + .wizard-congratulations__welcome-gift {
    padding: 0 8px;
  }
  .wizard-congratulations__text {
    padding: 0 28px;
  }
  .wizard-congratulations__premium-offer {
    padding: 24px 0;
    margin: auto auto 0;
  }
  .wizard-congratulations__welcome-gift {
    margin: 10px 20px;
  }
  .wizard-congratulations__button {
    width: 100%;
  }
  .wizard-congratulations__button:not(:last-child) {
    margin: 0 0 16px;
  }
}

.wizard-description-field-hint {
  margin: 16px -16px 2px;
}

.wizard-description-field-hint p:last-child {
  margin-bottom: 0;
}

.wizard-premium-offer {
  padding: 0 24px;
}

.wizard-premium-offer__text {
  margin-bottom: 24px;
}

.wizard-premium-offer__benefits {
  display: flex;
  flex-direction: column;
  align-items: normal;
  justify-content: normal;
  align-items: flex-start;
  flex: 0 0 220px;
}

.wizard-premium-offer__benefits > *:not(:last-child) {
  margin: 0;
  margin-bottom: 16px;
}

.wizard-premium-offer__benefit {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.wizard-premium-offer__benefit svg {
  min-width: 48px;
  min-height: 48px;
  width: 48px;
  height: 48px;
}

.wizard-premium-offer__benefit svg circle {
  fill: #fff;
  opacity: 1;
}

.wizard-premium-offer__cta {
  max-width: 356px;
  padding: 0 10px;
}

.wizard-premium-banner {
  background: rgba(255, 153, 19, 0.1);
}

@media screen and (max-width: 767px) {
  .wizard-premium-offer {
    flex-direction: column;
    padding: 0 12px;
  }
  .wizard-premium-offer__text {
    margin-bottom: 16px;
  }
  .wizard-premium-offer__benefits {
    flex: 1;
    margin: 24px 0 0;
  }
  .wizard-premium-banner {
    border-radius: unset;
  }
  .wizard-premium-banner__image {
    max-width: 130px;
  }
}

.wizard-visited-profile {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  display: block;
  padding: 24px 24px 16px;
  position: relative;
  text-decoration: none;
}

.wizard-visited-profile__image {
  width: 80px;
  height: 80px;
  margin-right: 24px;
}

.wizard-visited-profile__content {
  min-width: 0;
  padding-right: 128px;
}

.wizard-visited-profile__name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 12px;
}

.wizard-visited-profile__featured-fields {
  line-height: 140%;
}

.wizard-visited-profile__description {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wizard-visited-profile__hourly-rate {
  top: 28px;
  right: 24px;
  position: absolute;
}

a.wizard-visited-profile:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

@media screen and (max-width: 767px) {
  .wizard-visited-profile {
    padding: 12px;
  }
  .wizard-visited-profile__image {
    width: 90px;
    height: 90px;
    margin-right: 12px;
  }
  .wizard-visited-profile__content {
    padding-right: 0;
  }
  .wizard-visited-profile__name {
    margin-bottom: 8px;
  }
  .wizard-visited-profile__featured-fields {
    color: #999;
    line-height: 120%;
  }
  .wizard-visited-profile__featured-fields strong {
    font-weight: normal;
  }
  .wizard-visited-profile__featured-fields .profile__featured-field__file-icon {
    fill: #999;
  }
  .wizard-visited-profile__hourly-rate {
    top: auto;
    bottom: 14px;
    right: 12px;
    position: absolute;
    font-size: 16px;
  }
}

.wizard-visited-job-offer {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  display: block;
  padding: 24px 68px 24px 28px;
  text-decoration: none;
}

.wizard-visited-job-offer__header {
  display: -webkit-box;
  max-height: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  margin-bottom: 4px;
  word-break: break-all;
}

a.wizard-visited-job-offer:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

@media screen and (max-width: 767px) {
  .wizard-visited-job-offer {
    max-width: 100%;
    padding: 24px;
  }
  .wizard-visited-job-offer__header {
    margin-bottom: 12px;
    max-height: 8rem;
    -webkit-line-clamp: 2;
  }
  .wizard-visited-job-offer__featured-fields {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.users-in-area {
  display: flex;
  flex-direction: row;
  align-items: normal;
  justify-content: normal;
  align-items: center;
  margin-top: 10px 0 16px;
}

.users-in-area__icon {
  display: flex;
  flex-direction: row;
  align-items: normal;
  justify-content: normal;
  margin-right: 16px;
}

.users-in-area__icon svg {
  width: 40px;
  height: 40px;
}

.users-in-area__icon svg #users-group-icon-woman {
  stroke: #FF9913;
}

.users-in-area__count {
  display: contents;
}

.verification-step__number {
  width: 56px;
  height: 56px;
}

.verification-step__number-line {
  width: 2px;
  flex: 1;
}

.verification__qr-code {
  min-height: 140px;
  min-width: 140px;
}

@media screen and (min-width: 992px) {
  .verification__search-jobs-button-desktop {
    width: 50%;
  }
}

.verification__pending_image_preview {
  flex-basis: 45%;
}

@media screen and (min-width: 768px) {
  .verification__container {
    padding-top: 100px;
  }
}

.user-guide-nav__link {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: normal;
  justify-content: normal;
  align-items: center;
  padding: 16px 40px 12px;
  background-color: #F6F7FA;
  border: solid #EAEDEF;
  border-width: 0 2px 0 0;
}

.user-guide-nav__link:hover, .user-guide-nav__link:focus {
  text-decoration: none;
}

.user-guide-nav__link:hover .user-guide-nav__title {
  color: #FF9913;
}

.user-guide-nav__link:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.user-guide-nav__link:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-width: 0;
}

@media screen and (max-width: 767px) {
  .user-guide-nav__link {
    flex-direction: row;
    padding: 12px 16px;
    border-width: 0 0 2px 0;
  }
  .user-guide-nav__link:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 8px;
  }
  .user-guide-nav__link:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
  }
}

.user-guide-questions__toggle {
  padding: 24px 0;
  border-top: 1px solid #DEE0E2;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.user-guide-questions__toggle::before {
  content: '';
  top: 0;
  left: -24px;
  bottom: 0;
  right: -24px;
  position: absolute;
  border-radius: 8px 8px 0 0;
}

.user-guide-questions__toggle:not(.collapsed) {
  border-top-color: transparent;
}

.user-guide-questions__toggle:not(.collapsed)::before {
  background-color: #F6F7FA;
}

.user-guide-questions__toggle:not(.collapsed) .user-guide-questions__icon {
  transform: rotate(90deg);
}

.user-guide-questions__toggle:hover .user-guide-questions__title {
  color: #FF9913;
}

.user-guide-questions__toggle:hover .user-guide-questions__icon *[fill] {
  fill: #FF9913;
}

.user-guide-questions__toggle:first-child {
  border-top: none;
}

.user-guide-questions__title {
  flex: 1 1 auto;
}

.user-guide-questions__collapse {
  padding: 0 24px 24px;
  margin: 0 -24px;
  border-radius: 0 0 8px 8px;
}

.user-guide-questions__collapse.transitioning + .user-guide-questions__toggle, .user-guide-questions__collapse.open + .user-guide-questions__toggle {
  border-top-color: transparent;
}

.user-guide-questions__collapse p, .user-guide-questions__collapse ol, .user-guide-questions__collapse ul {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .user-guide-questions__toggle {
    padding: 16px 15px;
    margin: 0 -15px;
  }
  .user-guide-questions__toggle::before {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    border-radius: 0;
  }
  .user-guide-questions__collapse {
    padding: 0 15px 16px;
    margin: 0 -15px;
    border-radius: 0;
  }
}

.browser-update__header h1 {
  max-width: 560px;
}

.browser-update__text {
  max-width: 510px;
}

.browser-update__browsers-panel {
  max-width: 896px;
}

.carousel {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.carousel::-webkit-scrollbar {
  display: none;
}

.carousel > * {
  min-width: 100%;
  scroll-snap-align: center;
}

.pagination__not-allowed {
  pointer-events: initial !important;
  cursor: not-allowed;
}

.pagination .page-btns > * {
  max-width: 40px;
  height: auto;
  margin: 0 2px;
}

.pagination__page-btn {
  color: #262626;
}

.pagination__page-btn:hover {
  color: #FF9913;
}

@media screen and (max-width: 767px) {
  .pagination {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-template-areas: "btn-prev btn-next" "pagination pagination";
    grid-row-gap: 24px;
    grid-column-gap: 16px;
  }
  .pagination .btn-next {
    grid-area: btn-next;
  }
  .pagination .btn-prev {
    grid-area: btn-prev;
  }
  .pagination .page-btns {
    grid-area: pagination;
  }
  .pagination .page-btns > * {
    width: 36px;
    height: 36px;
  }
}

#locations_body table input {
  max-width: 150px;
}

#locations_body table th {
  min-width: 110px;
}

.map-marker {
  background-color: var(--regular-bg-color);
  border-radius: 4px;
  color: #FFFFFF;
  font-size: 12px;
  padding: 4px;
  position: relative;
}

.map-marker::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid var(--regular-bg-color);
}

.map-marker.current {
  background-color: var(--selected-bg-color);
}

.map-marker.current::after {
  border-top: 4px solid var(--selected-bg-color);
}

.map-marker.previous {
  background-color: #FFFFFF;
  color: var(--selected-bg-color);
  border: 1px solid var(--selected-bg-color);
}

.map-marker.previous::after {
  border-top: 4px solid var(--selected-bg-color);
}

.map-marker.zip {
  --regular-bg-color: #af3434;
  --selected-bg-color: #bf9c35;
}

.map-marker.city {
  --regular-bg-color: #1b4da3;
  --selected-bg-color: #1ba09c;
}

.oauth-button {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.16);
}

.search-panel__content {
  display: flex;
  justify-content: flex-end;
}

.search-panel__filter-counter {
  width: 24px;
  height: 16px;
  top: -8px;
  left: -12px;
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #FF9913;
  border: solid 1px #FF9913;
  border-radius: 8px;
  color: #fff;
}

.search-panel__sort-by {
  margin-right: 1.5rem;
}

@media screen and (max-width: 1199px) {
  .search-panel {
    width: 100%;
  }
  .search-panel__sort-by {
    margin: 0 0 0 14px;
    width: 100%;
  }
}

.separator-with-text {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 24px 0;
}

.separator-with-text__text {
  z-index: 1;
  padding: 0 10px;
}

.separator-with-text__line {
  top: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
}

.sort-by {
  font-size: 16px;
  position: relative;
}

.sort-by::after {
  content: '';
  width: 8px;
  height: 8px;
  top: 45%;
  right: 16px;
  position: absolute;
  transform: translateY(-60%) rotate(-45deg);
  border-bottom: 2px solid #FF9913;
  border-left: 2px solid #FF9913;
  pointer-events: none;
}

.sort-by.open::after {
  transform: rotate(-225deg);
}

.sort-by__option {
  height: 40px;
  padding: 0px 12px;
  cursor: pointer;
  min-width: 204px;
  white-space: nowrap;
}

.sort-by__option:hover {
  background-color: #F6F7FA;
}

.sort-by__option--selected {
  color: #FF9913;
  background-color: rgba(255, 153, 19, 0.1);
}

@media screen and (max-width: 991px) {
  .sort-by::after {
    content: none;
  }
  .sort-by__option {
    padding: 0 8px;
  }
  .js-search-filters-actions {
    display: none;
    z-index: 20;
  }
  .js-search-filters-actions__scrolled {
    display: block;
  }
}

.sticky-actions {
  bottom: -1px;
  position: sticky;
  z-index: 20;
}

.sticky-actions--stuck {
  background: #fff;
  box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.12);
  padding: 8px 16px 9px;
  width: calc(100% + 32px);
}

.toggle {
  display: none;
}

.toggle.text-black {
  color: #262626;
}

.toggle.text-black svg:not(.svg-no-fill),
.toggle.text-black svg:not(.svg-no-fill) *[fill] {
  fill: #fff;
}

.toggle.text-black i {
  color: #fff;
}

.toggle.icon-black {
  color: #fff;
}

.toggle.icon-black svg:not(.svg-no-fill),
.toggle.icon-black svg:not(.svg-no-fill) *[fill] {
  fill: #262626;
}

.toggle.icon-black i {
  color: #262626;
}

.toggle svg:not(.svg-no-fill),
.toggle svg:not(.svg-no-fill) *[fill] {
  fill: #fff;
}

.toggle + label {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  color: #FF9913;
  cursor: pointer;
  margin-bottom: 0;
  transition: all 0.3s linear;
}

.toggle + label.disabled, .toggle + label:disabled {
  color: #999;
}

.toggle + label.disabled svg:not(.svg-no-fill),
.toggle + label.disabled svg:not(.svg-no-fill) *[fill], .toggle + label:disabled svg:not(.svg-no-fill),
.toggle + label:disabled svg:not(.svg-no-fill) *[fill] {
  fill: #999;
}

.toggle + label.disabled i, .toggle + label:disabled i {
  color: #999;
}

.toggle:checked + label {
  background-color: #fff;
  color: #262626;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
}

.toggle:checked + label.disabled, .toggle:checked + label:disabled {
  color: #999;
}

.toggle:checked + label.disabled svg:not(.svg-no-fill),
.toggle:checked + label.disabled svg:not(.svg-no-fill) *[fill], .toggle:checked + label:disabled svg:not(.svg-no-fill),
.toggle:checked + label:disabled svg:not(.svg-no-fill) *[fill] {
  fill: #999;
}

.toggle:checked + label.disabled i, .toggle:checked + label:disabled i {
  color: #999;
}

.toggle-wrapper.toggle-wrapper-438 {
  max-width: 438px;
  height: 56px;
  display: flex;
  padding: 4px;
}

.toggle-wrapper.toggle-wrapper-h-56-flex {
  max-width: 100%;
  height: 56px;
  display: flex;
  padding: 4px;
}

.toggle-wrapper.toggle-wrapper-343 {
  max-width: 343px;
  height: 48px;
  display: flex;
  padding: 4px;
}

.toggle-wrapper.toggle-wrapper-h-48-flex {
  max-width: 100%;
  height: 48px;
  display: flex;
  padding: 4px;
}

.toggle-wrapper.toggle-wrapper-mw-none {
  max-width: none;
  height: 48px;
  display: flex;
  padding: 4px;
}

@media screen and (max-width: 991px) {
  .toggle-wrapper.sm-toggle-wrapper-438 {
    max-width: 438px;
    height: 56px;
    display: flex;
    padding: 4px;
  }
  .toggle-wrapper.sm-toggle-wrapper-h-56-flex {
    max-width: 100%;
    height: 56px;
    display: flex;
    padding: 4px;
  }
  .toggle-wrapper.sm-toggle-wrapper-343 {
    max-width: 343px;
    height: 48px;
    display: flex;
    padding: 4px;
  }
  .toggle-wrapper.sm-toggle-wrapper-h-48-flex {
    max-width: 100%;
    height: 48px;
    display: flex;
    padding: 4px;
  }
  .toggle-wrapper.sm-toggle-wrapper-mw-none {
    max-width: none;
    height: 48px;
    display: flex;
    padding: 4px;
  }
}

@media screen and (max-width: 767px) {
  .toggle-wrapper.xs-toggle-wrapper-438 {
    max-width: 438px;
    height: 56px;
    display: flex;
    padding: 4px;
  }
  .toggle-wrapper.xs-toggle-wrapper-h-56-flex {
    max-width: 100%;
    height: 56px;
    display: flex;
    padding: 4px;
  }
  .toggle-wrapper.xs-toggle-wrapper-343 {
    max-width: 343px;
    height: 48px;
    display: flex;
    padding: 4px;
  }
  .toggle-wrapper.xs-toggle-wrapper-h-48-flex {
    max-width: 100%;
    height: 48px;
    display: flex;
    padding: 4px;
  }
  .toggle-wrapper.xs-toggle-wrapper-mw-none {
    max-width: none;
    height: 48px;
    display: flex;
    padding: 4px;
  }
}

.error-page__place-input {
  max-width: 180px;
}

.error-page__role-select {
  border-left: 1px solid;
}

.error-page select {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.error-page select:hover {
  background: #fff !important;
}

@media screen and (max-width: 1199px) {
  .error-page__place-input {
    max-width: 100%;
  }
  .error-page__role-select {
    border-left: none;
  }
}

.faq-page {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}

.faq-page .faq-chevron::after, .faq-page .faq-chevron::before {
  content: '';
  position: absolute;
  width: 18px;
  height: 2px;
  background-color: #262626;
  transition: transform .3s;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
}

.faq-page .faq-chevron::before {
  transform: translate(-50%) rotate(90deg);
}

.faq-page .faq-question:not(.collapsed) .faq-chevron::before {
  transform: translate(-50%) rotate(0deg);
}

.faq-page .faq-chevron:hover::after, .faq-page .faq-chevron:hover::before {
  background-color: #FF9913;
}

.faq-page .faq-question:hover .faq-chevron::before,
.faq-page .faq-question:hover .faq-chevron::after {
  background-color: #FF9913;
}

@media screen and (max-width: 991px) {
  .faq-page {
    padding: 0 16px;
  }
}

.table {
  border: 1px solid #DEE0E2;
  width: 100%;
  max-width: 100%;
}

.table tr > th, .table tr > td {
  border: 1px solid #DEE0E2;
  padding: 8px;
  vertical-align: top;
  line-height: 1.25rem;
}

.table > thead > tr > th, .table > thead > tr > td {
  border-bottom-width: 2px;
  vertical-align: bottom;
}

.table > thead > tr:first-child > td, .table > thead > tr:first-child > th {
  border-top: 0;
}

.table th {
  text-align: left;
}

.table.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #F6F7FA;
}

.table.table-no-border {
  border: none;
}

.table.table-no-border tr > th, .table.table-no-border tr > td {
  border-width: 1px 0 0 0;
}

@media screen and (max-width: 991px) {
  .table-container {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #DEE0E2;
  }
  .table-container > table.table {
    border: 0;
  }
  .table-container > table.table tr > th, .table-container > table.table tr > td {
    white-space: nowrap;
  }
  .table-container > table.table tr > th:first-child, .table-container > table.table tr > td:first-child {
    border-left: 0;
  }
  .table-container > table.table tr > th:last-child, .table-container > table.table tr > td:last-child {
    border-right: 0;
  }
  .table-container > table.table > tbody > tr:last-child > th, .table-container > table.table > tbody > tr:last-child > td, .table-container > table.table > tfoot > tr:last-child > th, .table-container > table.table > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

.admin-discount-statistics .header-row, .admin-discount-statistics tr.row_second {
  background-color: #F6F7FA;
}

.admin-discount-statistics tr.row_third {
  background-color: #EAEDEF !important;
}

.admin-discount-statistics .more-info {
  display: none;
}

.admin-discount-statistics .row_first td.discount:hover, .admin-discount-statistics .row_second td.discount:hover, .admin-discount-statistics .row_third td.discount:hover {
  background-color: #EAEDEF;
}

.admin-discount-statistics .row_first td.discount:hover .more-info, .admin-discount-statistics .row_second td.discount:hover .more-info, .admin-discount-statistics .row_third td.discount:hover .more-info {
  background-color: #fff;
  border: 1px solid #CACDCF;
  display: block;
  margin: 5px;
  padding: 5px;
  position: absolute;
  top: 25px;
  width: 185px;
  z-index: 1;
}

.membership-navigation [data-switcher-active=true] {
  border-color: #FF9913;
}

@media screen and (max-width: 767px) {
  .user-membership-wrapper {
    border-radius: 0;
    border-width: 1px 0;
  }
}
