/*--------------------------------------------------------------
* Fonts
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap");
@keyframes animate-top {
  from {
    top: -30rem;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes rotate_words {
  0%, 100% {
    transform: rotateX(0);
  }
  30% {
    transform: rotateX(120deg);
  }
  45% {
    transform: rotateX(120deg);
  }
  60% {
    transform: rotateX(240deg);
  }
  75% {
    transform: rotateX(240deg);
  }
  90% {
    transform: rotateX(360deg);
  }
  100% {
    transform: rotateX(360deg);
  }
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
/*!
 *  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-face {
  font-family: "FontAwesome";
  src: url("../fonts/icons/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/icons/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/icons/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/icons/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/icons/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/icons/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.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: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.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: #fff;
}

.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;
}

/*--------------------------------------------------------------
* Color
--------------------------------------------------------------*/
/*--------------------------------------------------------------
* Grid
--------------------------------------------------------------*/
/*--------------------------------------------------------------
* Mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
* Breakpoint Mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
* Font
--------------------------------------------------------------*/
/*--------------------------------------------------------------
* All
--------------------------------------------------------------*/
html {
  font-size: 10px;
}

body {
  position: relative;
  height: 100%;
  color: #000000;
  font-family: "Gilroy Medium", Helvetica, Arial, Verdana, sans-serif;
  font-size: 1.6em;
  font-weight: 500;
  line-height: 1.5;
}

.overflow-hidden {
  overflow: hidden;
}

/*--------------------------------------------------------------
* Heading
--------------------------------------------------------------*/
.title {
  font-size: clamp(3.2rem, 3vw, 4.8rem);
  font-weight: 700;
  line-height: 1.6;
  color: #FFFFFF;
}
.title_s_54-42 {
  font-size: clamp(42px, 3vw, 54px);
}
.title_s_42-36 {
  font-size: clamp(36px, 3vw, 42px);
}
.title_s_36-28 {
  font-size: clamp(28px, 3vw, 36px);
}
.title_s_32-28 {
  font-size: clamp(28px, 3vw, 32px);
}
.title_s_26-20 {
  font-size: clamp(20px, 3vw, 26px);
}
.title_s_24-18 {
  font-size: clamp(18px, 3vw, 24px);
}
.title_s_22-18 {
  font-size: clamp(18px, 3vw, 22px);
}
.title_s_20-18 {
  font-size: clamp(18px, 3vw, 20px);
}
.title_s_20-16 {
  font-size: clamp(16px, 3vw, 20px);
}
.title_color_dark-blue {
  color: #3E3A8C;
}

/*--------------------------------------------------------------
* Image
--------------------------------------------------------------*/
img {
  max-width: 100%;
  object-fit: contain;
}

/*--------------------------------------------------------------
* List
--------------------------------------------------------------*/
ul.list {
  list-style: none;
  margin: 0;
}

/*--------------------------------------------------------------
* Links
--------------------------------------------------------------*/
a {
  color: #FFFFFF;
}
a:hover, a:focus, a:visited {
  color: #FFFFFF;
  text-decoration: none;
}

/*--------------------------------------------------------------
* Paragraph
--------------------------------------------------------------*/
.text {
  font-size: clamp(1.8rem, 2vw, 2.4rem);
  color: #4F4F4F;
}

/*--------------------------------------------------------------
* Button
--------------------------------------------------------------*/
button.button.button_bgc_grey {
  background-color: #7c7c7c;
}
button.button.button_bgc_red {
  background-color: #E15151;
}

.page {
  display: flex;
  flex-direction: column;
  height: 100vh;
}
.page main {
  position: relative;
  flex-grow: 1;
}
.page footer {
  margin-top: auto;
}

/*--------------------------------------------------------------
* Container
--------------------------------------------------------------*/
.container {
  max-width: 1518px;
  min-width: 320px;
  margin: 0 auto;
}
.container_medium {
  max-width: 1360px;
}
.container_laptop {
  max-width: 1230px;
}

.toggle-button {
  position: relative;
  display: inline-block;
  width: 4rem;
  height: 2.4rem;
  padding: 0;
  margin: 0;
  border: none;
}
.toggle-button input {
  opacity: 0;
  width: 0;
  height: 0;
}
.toggle-button .toggle-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  background-color: #E15151;
  border-radius: 3.4rem;
  transition: 0.4s;
}
.toggle-button .toggle-slider:before {
  content: "";
  position: absolute;
  left: 0.4rem;
  top: 0.4rem;
  width: 1.6rem;
  height: 1.6rem;
  background-color: white;
  border-radius: 50%;
  transition: 0.4s;
}
.toggle-button input:checked + .toggle-slider {
  background-color: #3E3A8C;
}
.toggle-button input:checked + .toggle-slider:before {
  transform: translateX(1.6rem);
}

.burger-menu-button {
  position: absolute;
  top: 50%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 25px;
  background: none;
  border: unset;
  transform: translateY(-50%);
}
.burger-menu-button span {
  display: block;
  width: 100%;
  height: 2.5px;
  background-color: #3E3A8C;
  transition: all 0.3s ease 0s;
}
.burger-menu-button span:before, .burger-menu-button span:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2.5px;
  background-color: #3E3A8C;
  transition: all 0.3s ease 0s;
}
.burger-menu-button span:before {
  transform: translateY(-8px);
}
.burger-menu-button span:after {
  transform: translateY(8px);
}
.burger-menu-button.active span {
  background-color: transparent;
}
.burger-menu-button.active span:before {
  transform: rotate(45deg);
}
.burger-menu-button.active span:after {
  transform: rotate(-45deg);
}

.accordion-item {
  overflow: hidden;
}
.accordion-toggle {
  display: block;
  cursor: pointer;
  opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
  .accordion-toggle span:hover {
    transform: rotate(180deg);
  }
}
@media (hover: hover) and (pointer: fine) {
  .accordion-toggle.active span:hover {
    transform: rotate(0deg);
  }
}
.accordion-toggle.active span {
  transform: rotate(180deg);
}
.accordion-list {
  max-height: 0;
  transition: all 0.4s ease-out;
  overflow: hidden;
}
.accordion-list.active {
  max-height: 2000px;
  transition: max-height 0.4s ease-in;
}

#checkout-loader .loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9998;
}
#checkout-loader .loader-spinner {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border: 5px solid #ccc;
  border-top-color: #000;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  z-index: 9999;
}

.order-details > .title {
  margin-bottom: 20px;
}
.order-details__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.order-details__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px 0 20px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 18px;
}
.order-details__item:first-child {
  border-top: 1px solid #e5e5e5;
}
.order-details__name, .order-details__price, .order-details__download {
  display: flex;
  align-items: center;
  gap: 10px;
}
.order-details__name .title {
  margin: 0;
}
@media (max-width: 1025px) {
  .order-details__download {
    align-items: flex-start;
  }
}
@media (max-width: 480px) {
  .order-details__download {
    flex-direction: column;
    align-items: flex-start;
  }
}
.order-details__download ul.list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  list-style: none;
}
@media (max-width: 480px) {
  .order-details__download ul.list {
    flex-direction: column;
    align-items: flex-start;
  }
}
.order-details__download ul.list li a.button {
  width: max-content;
  margin: 0;
}

.cart {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.cart--wrapper {
  flex: 0 0 calc(100% - 400px);
}
.cart .cart-sidebar {
  height: max-content;
  margin-top: 58px;
}
@media (max-width: 992px) {
  .cart .cart-sidebar {
    max-width: 100%;
  }
}
.cart .cart-sidebar .cart-price-totals .shop_table {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}
.cart .cart-sidebar .cart-price-totals .shop_table .fee, .cart .cart-sidebar .cart-price-totals .shop_table .cart-original-price, .cart .cart-sidebar .cart-price-totals .shop_table .order-total, .cart .cart-sidebar .cart-price-totals .shop_table .additional-fee {
  display: flex;
  justify-content: space-between;
}
.cart .cart-sidebar .cart-price-totals .shop_table .fee span, .cart .cart-sidebar .cart-price-totals .shop_table .cart-original-price span, .cart .cart-sidebar .cart-price-totals .shop_table .order-total span, .cart .cart-sidebar .cart-price-totals .shop_table .additional-fee span {
  position: relative;
}
.cart .cart-sidebar .cart-price-totals .shop_table .fee span:last-child, .cart .cart-sidebar .cart-price-totals .shop_table .cart-original-price span:last-child, .cart .cart-sidebar .cart-price-totals .shop_table .order-total span:last-child, .cart .cart-sidebar .cart-price-totals .shop_table .additional-fee span:last-child {
  font-weight: 600;
}
.cart .cart-sidebar .cart-price-totals .shop_table .fee:has(.tooltip) .tooltip {
  margin: 0 5px;
}
.cart .cart-sidebar .cart-price-totals .shop_table .fee:has(.tooltip) .tooltip span {
  font-weight: 400;
}
.cart .cart-sidebar .cart-price-totals .shop_table .cart-original-price span:last-child {
  position: relative;
  opacity: 0.7;
}
.cart .cart-sidebar .cart-price-totals .shop_table .cart-original-price span:last-child::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.7);
  transform: translateY(-50%);
}
.cart .cart-sidebar .cart-price-totals .shop_table .additional-fee {
  flex-wrap: wrap;
}
.cart .cart-sidebar .cart-price-totals .shop_table .additional-fee span:first-child {
  flex: 0 0 73%;
}
.cart .cart-sidebar .cart-price-totals .shop_table .additional-fee span strong {
  font-weight: 600;
}
.cart .cart-sidebar .cart-price-totals .shop_table .additional-fee small {
  flex-grow: 1;
}
.cart .cart-sidebar .cart-price-totals .wc-proceed-to-checkout {
  display: flex;
  flex-direction: column;
  margin-top: 0;
}
.cart .cart-sidebar .cart-price-totals .wc-proceed-to-checkout .button {
  margin-right: 0;
  font-size: 18px;
}
.cart .cart-sidebar .cart-price-totals .wc-proceed-to-checkout .button, .cart .cart-sidebar .cart-price-totals .wc-proceed-to-checkout .payment-box #wc-stripe-googlepay-container {
  height: 50px;
}
.cart .cart-sidebar .cart-price-totals .wc-proceed-to-checkout .button .gpay-card-info-animation-container, .cart .cart-sidebar .cart-price-totals .wc-proceed-to-checkout .payment-box #wc-stripe-googlepay-container .gpay-card-info-animation-container {
  left: 0;
  max-width: unset;
  border: unset;
}
.cart .cart-sidebar .cart-price-totals .wc-proceed-to-checkout .button .gpay-card-info-iframe, .cart .cart-sidebar .cart-price-totals .wc-proceed-to-checkout .payment-box #wc-stripe-googlepay-container .gpay-card-info-iframe {
  left: 0;
}
.cart .cart-sidebar .cart-price-totals .wc-proceed-to-checkout .ppc-button-wrapper {
  margin-top: 15px;
}
.cart .cart-sidebar .cart-price-totals .wc-proceed-to-checkout .ppc-button-wrapper #ppc-button-ppcp-gateway {
  width: 100%;
}

.products-template--wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.products-template--wrapper button.remove-selected {
  width: max-content;
  height: 38px;
}
@media (hover: hover) and (pointer: fine) {
  .products-template--wrapper button.remove-selected:hover {
    background-color: #E15151;
  }
}
.products-template--wrapper .card-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  list-style: none;
}
.products-template--wrapper .card-list .card-item {
  flex: 0 0 max(23%, 300px);
}
@media (max-width: 1025px) {
  .products-template--wrapper .card-list .card-item {
    flex: 0 0 calc(50% - 10px);
  }
}
@media (max-width: 480px) {
  .products-template--wrapper .card-list .card-item {
    flex: 0 0 100%;
  }
}

.product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  background-color: #191919;
  border: 1px solid #282828;
  border-radius: 5px;
  overflow: hidden;
}
.product-card--actions {
  position: absolute;
  top: 8px;
  left: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 20px);
  transform: translateX(-50%);
  z-index: 2;
}
.product-card--actions .remove {
  cursor: pointer;
  padding: 3px;
  line-height: 1;
}
.product-card--actions .remove i {
  font-size: 20px;
  line-height: 1;
  color: #0075f8;
  transition: color 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .product-card--actions .remove:hover i {
    color: #E15151;
  }
}
.product-card--actions .select {
  width: 25px;
  height: 25px;
  padding: 5px;
  cursor: pointer;
}
.product-card--image {
  position: relative;
  overflow: hidden;
}
.product-card--image .main-image, .product-card--image .hover-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease;
}
.product-card--image .hover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .product-card--image:hover .main-image {
    opacity: 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .product-card--image:hover .hover-image {
    opacity: 1;
  }
}
.product-card--footer {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 20px;
}
.product-card--footer .name {
  color: #FFFFFF;
}
.product-card--footer .name a {
  color: inherit;
  text-decoration: unset;
}
.product-card--footer .price {
  font-weight: 600;
}

.checkout-form-template {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 40px;
  border-radius: 15px;
}
@media (max-width: 1025px) {
  .checkout-form-template {
    flex-direction: column;
  }
}
.checkout-form-template .products-template {
  flex: 0 0 calc(100% - 450px);
}
@media (max-width: 1025px) {
  .checkout-form-template .products-template {
    flex: 0 0 100%;
    margin-bottom: 15px;
  }
}
.checkout-form-template--form {
  position: sticky;
  top: 120px;
  padding: 40px 20px 20px;
  margin-top: 64px;
  background: #313131;
  border: 1px solid #282828;
  border-radius: 15px;
}
@media (max-width: 1025px) {
  .checkout-form-template--form {
    position: relative;
    top: unset;
    margin-top: 0;
    width: 100%;
  }
}
.checkout-form-template--form form {
  width: 100%;
}
.checkout-form-template--form form .woocommerce-checkout-review-order {
  width: 100%;
}
.checkout-form-template--form form .woocommerce-checkout-review-order-table {
  margin-bottom: 10px;
}
.checkout-form-template--form .order-total {
  display: flex;
  align-items: center;
  gap: 10px;
}
.checkout-form-template--form .order-total .title {
  margin: 0;
}

.thank-you-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.thank-you-block h2, .thank-you-block .button.download-assets, .thank-you-block .extra-text {
  margin: 0;
}

.wishlist-template--wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.wishlist-template--wrapper form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.wishlist-template--actions > div {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .wishlist-template--actions > div {
    flex-direction: column;
    gap: 20px;
  }
}
.wishlist-template--actions > div .tinvwl-to-left.look_in .tinvwl-input-group {
  display: flex;
  gap: 10px;
}
.wishlist-template--actions > div .tinvwl-to-left.look_in .tinvwl-input-group select {
  width: 200px;
  margin: 0;
}
@media (max-width: 480px) {
  .wishlist-template--actions > div .tinvwl-to-left.look_in .tinvwl-input-group select {
    width: 100%;
  }
}
.wishlist-template--actions > div .tinvwl-to-left.look_in .tinvwl-input-group .tinvwl-input-group-btn {
  width: max-content;
  padding: 0;
  margin: 0;
}
.wishlist-template--actions > div .tinvwl-to-left.look_in .tinvwl-input-group .tinvwl-input-group-btn button {
  display: flex;
  align-items: center;
  gap: 5px;
  width: 100%;
  margin: 0;
}
@media (max-width: 992px) {
  .wishlist-template--actions > div .tinvwl-to-left.look_in .tinvwl-input-group .tinvwl-input-group-btn button span {
    display: none;
  }
}
@media (max-width: 992px) {
  .wishlist-template--actions > div .tinvwl-to-right.look_in {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .wishlist-template--actions > div .tinvwl-to-right.look_in {
    display: flex;
    justify-content: space-between;
  }
}
.wishlist-template .wishlist-list .product-card--actions .remove {
  margin: 0;
  background-color: transparent;
  border: unset;
}
.wishlist-template .wishlist-list .product-card--actions .remove svg {
  width: 25px;
  height: 25px;
  fill: #0075f8;
  transition: color 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .wishlist-template .wishlist-list .product-card--actions .remove:hover svg {
    fill: #E15151;
  }
}

.product-filter-types {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .product-filter-types {
    display: none;
  }
}
.product-filter-types--button {
  padding: 8px 15px;
  background: #222;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  transition: background 0.3s;
}
.product-filter-types--button:hover {
  background: #555;
}
.product-filter-types--button.active {
  background: #0075f8;
  color: #FFFFFF;
}

.mobile-icon-filter {
  display: none;
}
@media (max-width: 992px) {
  .mobile-icon-filter {
    position: fixed;
    top: 100px;
    left: 20px;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #303030;
    border-radius: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
  }
}

.mobile-icon-filter-close {
  display: none;
}
@media (max-width: 992px) {
  .mobile-icon-filter-close {
    position: absolute;
    top: 5px;
    right: 23px;
    display: block;
  }
}

article.widget-shop-category-filter {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: calc(var(--the7-vh, 1vh) * 100 - 32px);
  padding: 25px;
  background-color: #303030;
  border-radius: 15px;
  overflow-y: scroll;
  overflow-x: hidden;
}
@media (max-width: 992px) {
  article.widget-shop-category-filter {
    position: fixed;
    top: 60px;
    left: 0;
    width: 90dvw;
    height: calc(100dvh - 60px);
    padding-top: 40px;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    z-index: 10;
  }
}
@media (max-width: 992px) {
  article.widget-shop-category-filter.active {
    transform: translateX(0);
  }
}
article.widget-shop-category-filter .product-type-category,
article.widget-shop-category-filter .product-category {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
article.widget-shop-category-filter .product-type-category li a,
article.widget-shop-category-filter .product-category li a {
  font-size: 18px;
  color: #FFFFFF;
  text-decoration: unset;
  transition: color 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  article.widget-shop-category-filter .product-type-category li a:hover,
  article.widget-shop-category-filter .product-category li a:hover {
    color: #0075f8;
  }
}
article.widget-shop-category-filter .product-type-category li a.active,
article.widget-shop-category-filter .product-category li a.active {
  color: #0075f8;
}
article.widget-shop-category-filter .product-type-category--header > a,
article.widget-shop-category-filter .product-category--header > a {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-transform: uppercase;
}
article.widget-shop-category-filter .product-type-category--header > a span,
article.widget-shop-category-filter .product-category--header > a span {
  color: #FFFFFF;
  transition: transform 0.3s ease;
}
article.widget-shop-category-filter .product-type-category--list,
article.widget-shop-category-filter .product-category--list {
  padding-left: 20px;
}
article.widget-shop-category-filter .product-type-category {
  display: none;
}
@media (max-width: 992px) {
  article.widget-shop-category-filter .product-type-category {
    display: block;
  }
}

.tutorials-slider {
  position: relative;
}
.tutorials-slider .slide {
  padding: 10px 20px;
}
.tutorials-slider .slide a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-decoration: unset;
  text-align: center;
}
.tutorials-slider .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.tutorials-slider .slick-dots li button {
  width: 100%;
  height: 100%;
  background-color: #7c7c7c;
}
.tutorials-slider .slick-dots li button::before {
  display: none;
}
.tutorials-slider .slick-dots li.slick-active {
  width: 12px;
  height: 12px;
}
.tutorials-slider .slick-dots li.slick-active button {
  background-color: #0075f8;
}

.product-categories {
  display: flex;
  justify-content: center;
  padding: 60px 0;
}
.product-categories--container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 99%;
}
.product-categories .category-names-slider .category-name {
  height: 62px;
  padding: 10px;
  margin: 0 2px;
  background-color: #2A2A2A;
  border-radius: unset;
  border: unset;
  outline: unset;
  color: #FFFFFF;
  transition: background-color 0.3s ease;
}
.product-categories .category-names-slider .category-name.active {
  background-color: rgba(42, 42, 42, 0.6);
  collapse: #FFFFFF;
}
@media (hover: hover) and (pointer: fine) {
  .product-categories .category-names-slider .category-name:hover {
    background-color: rgba(42, 42, 42, 0.6);
  }
}
.product-categories .product-category-slider {
  position: relative;
}
.product-categories .product-category-slider .loader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 20;
}
.product-categories .product-category-slider .loader .spinner {
  width: 30px;
  height: 30px;
  border: 4px solid #7c7c7c;
  border-bottom-color: #0075f8;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.product-categories .product-category-slider .slick-slider .slick-list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  height: max-content;
}
.product-categories .product-category-slider .slick-slider .slick-track {
  display: flex;
  margin: 0;
}
.product-categories .product-category-slider .slick-slider .slick-prev, .product-categories .product-category-slider .slick-slider .slick-next {
  top: calc(100% + 30px);
  margin: 0;
  transform: unset;
}
.product-categories .product-category-slider .slick-slider .slick-prev {
  left: calc(50% - 25px);
}
.product-categories .product-category-slider .slick-slider .slick-next {
  right: calc(50% - 25px);
}
.product-categories .product-category-slider .slick-slider .slick-slide {
  margin: 0 5px;
}
.product-categories .product-category-slider .slick-slider .slick-dots {
  margin: 0;
}
.product-categories .product-category-slider .slick-slider .slick-dots li {
  width: 14px;
  height: 14px;
  border-radius: 50%;
}
.product-categories .product-category-slider .slick-slider .slick-dots li button {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 2px solid #7c7c7c;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}
.product-categories .product-category-slider .slick-slider .slick-dots li button::before {
  display: none;
}
.product-categories .product-category-slider .slick-slider .slick-dots li.slick-active button {
  border-color: #FFFFFF;
  background-color: #FFFFFF;
}

.product-categories {
  padding: 60px 0;
}
.product-categories--header, .product-categories--footer {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.product-categories--header a, .product-categories--footer a {
  margin: 0;
}
.product-categories--btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 40px;
  margin: 0;
  background-color: #0066ff;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
}
.product-categories--btn:hover {
  background-color: #0052cc;
  transform: translateY(-2px);
}
.product-categories--grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
@media (max-width: 1440px) {
  .product-categories--grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1025px) {
  .product-categories--grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .product-categories--grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
@media (max-width: 480px) {
  .product-categories--grid {
    grid-template-columns: 1fr;
  }
}
.product-categories--item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background-color: #000000;
  border: 1px solid #282828;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.product-categories--item:hover {
  transform: translateY(-5px);
}
.product-categories--link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.product-categories--image {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  background-color: #1a1a1a;
}
.product-categories--image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.product-categories--item:hover .product-categories--image img {
  transform: scale(1.05);
}
.product-categories--title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  text-align: center;
  background-color: #313131;
}
.product-categories--title span {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 12;
}
.modal--container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  padding: 20px;
  background-color: #191919;
  border: 1px solid #282828;
  border-radius: 5px;
  text-align: center;
}
.modal--container i.fas {
  position: absolute;
  top: -20px;
  right: -20px;
  cursor: pointer;
}
.modal--actions {
  display: flex;
  gap: 30px;
}

.separately-products--list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.separately-products .separately-product {
  flex: 0 1 50%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 50%;
  text-decoration: unset;
}
.separately-products .separately-product--image {
  border-radius: 15px;
  overflow: hidden;
}
.separately-products .separately-product--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.separately-products .separately-product--info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.separately-products .separately-product--info h3 {
  margin: 0;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
}
.separately-products .separately-product--info span {
  font-size: 14px;
  color: #FFFFFF;
}

div.product[id^=product-].product-type-simple {
  position: relative;
}
div.product[id^=product-].product-type-simple .summary.entry-summary {
  position: absolute;
  right: 0;
  grid-area: sumary;
}
@media (max-width: 992px) {
  div.product[id^=product-].product-type-simple .summary.entry-summary {
    position: relative;
    right: unset;
  }
}
div.product[id^=product-].product-type-simple .summary.entry-summary .custom-product-container {
  padding: 20px;
}
div.product[id^=product-].product-type-simple .summary.entry-summary .custom-product-container .price {
  margin: 0;
}
div.product[id^=product-].product-type-simple .summary.entry-summary .custom-product-container .notice {
  margin: 5px 0 0 0;
}
div.product[id^=product-].product-type-simple .summary.entry-summary .custom-product-container form.cart {
  padding: 20px 0;
  margin: 0;
}
div.product[id^=product-].product-type-simple .summary.entry-summary .custom-product-container form.cart button {
  margin: 0;
  height: 43px;
  width: 100%;
}
div.product[id^=product-].product-type-simple .summary.entry-summary .custom-product-container form.cart .wc-stripe-googlepay-product-container .gpay-card-info-animation-container {
  left: 0;
  width: 100%;
  max-width: 100%;
}
div.product[id^=product-].product-type-simple .summary.entry-summary .custom-product-container form.cart .wc-stripe-product-checkout-container {
  margin: 20px 0 0 0;
}
div.product[id^=product-].product-type-simple .product-description-under-gallery {
  max-width: 66%;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  div.product[id^=product-].product-type-simple .product-description-under-gallery {
    max-width: 100%;
  }
}
div.product[id^=product-].product-type-simple section.related.products {
  margin-top: 0;
}

.product-video {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
}

.presentation {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  min-height: 200px;
}
.presentation--description {
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
}
.presentation--description p:last-child {
  margin-bottom: 0;
}

.tooltip {
  position: relative;
  display: inline-flex;
}
.tooltip.show .tooltip--body {
  visibility: visible;
  opacity: 1;
}
.tooltip--trigger {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  padding: 2px;
  border-radius: 50%;
  background-color: #7c7c7c;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
}
.tooltip--body {
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: max-content;
  padding: 5px 10px;
  margin: 0;
  font-size: 12px;
  line-height: 1;
  color: #FFFFFF;
  background-color: rgba(124, 124, 124, 0.95);
  border-radius: 5px;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  z-index: 10;
}
.tooltip--body:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  height: 0;
  width: 0;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent;
  border-top-color: rgba(124, 124, 124, 0.95);
  pointer-events: none;
}
.tooltip--body span {
  font-weight: 400;
}

.search .product {
  overflow: hidden;
}
.search .product .woocom-project .woo-buttons-on-img a img {
  width: 100%;
}
.search .product .woocom-project .woo-buttons-on-img a img:first-child {
  max-width: unset;
}
.search .product .woocom-project .woocom-list-content {
  padding-top: 20px;
}
.search .product .woocom-project .woocom-list-content .metabox {
  margin-bottom: 0;
  border-radius: unset;
}

.shop {
  position: relative;
}
.shop .content .switcher-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.shop .content .switcher-wrap .custom-cart-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}
.shop .content .switcher-wrap .custom-cart-buttons button {
  margin: 0;
}
.shop .content .switcher-wrap .custom-cart-buttons button[disabled] {
  opacity: 0.5;
  pointer-events: none;
  background-color: #BDBDBD;
}
.shop .content .switcher-wrap .filters-sorting {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0;
}
.shop .content .switcher-wrap .filters-sorting .woocommerce-result-count, .shop .content .switcher-wrap .filters-sorting .woocommerce-ordering {
  position: relative;
  right: unset;
  margin: 0;
  order: unset;
}
@media (max-width: 992px) {
  .shop .content .switcher-wrap .filters-sorting .woocommerce-result-count {
    display: none;
  }
}
.shop .content article.product {
  color: #0A246A;
}
.shop .content article.product .custom-cart-checkbox {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
  background-color: white;
  border: 1px solid #ccc;
  padding: 5px;
  cursor: pointer;
  transform: scale(1.5);
  width: 18px;
  height: 18px;
}
.shop .content article.product .woo-buttons:has(a.added) {
  opacity: 1;
}
.shop .content article.product .woo-buttons:has(a.added) a:not(.added) {
  display: none;
}
.shop .content article.product .woo-buttons a.added {
  display: flex !important;
  align-items: center;
  float: unset;
  width: max-content;
  max-width: max-content;
  padding: 5px 10px;
  line-height: 1;
  pointer-events: none;
}
.shop .content article.product .woo-buttons .notice {
  font-size: 12px;
  color: #ffffff;
}
.shop .woocommerce-pagination {
  z-index: unset;
}

.tutorials--container {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 767px) {
  .tutorials--container {
    gap: 10px;
  }
}
.tutorials--container .title {
  margin: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .tutorials--container .description {
    text-align: center;
  }
}
.tutorials--container .tutorials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 1390px) {
  .tutorials--container .tutorials-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .tutorials--container .tutorials-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.tutorials--container .tutorials-grid .tutorial {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px;
  border: 1px solid #282828;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.tutorials--container .tutorials-grid .tutorial--title {
  margin-bottom: 15px;
}
.tutorials--container .tutorials-grid .tutorial--video iframe {
  width: 100%;
  border-radius: 6px;
}

.home #main .wf-wrap:has(.home-template) {
  padding: 0;
}
.home #main .wpb-content-wrapper {
  padding: 0 20px;
}
.home .home-template .promo {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  height: 66vh;
  overflow: hidden;
}
@media (max-width: 1588px) {
  .home .home-template .promo {
    height: 62vh;
  }
}
@media (max-width: 1440px) {
  .home .home-template .promo {
    height: 46vh;
  }
}
.home .home-template .promo__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  pointer-events: none;
}
.home .home-template .promo__content {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  width: 85%;
  padding: 5vw 20px 20px;
  font-family: "Orbitron", sans-serif;
  font-size: 18px;
  line-height: 1.4;
  z-index: 2;
}
@media (max-width: 992px) {
  .home .home-template .promo__content {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 45px;
  }
}
.home .home-template .promo__content .title {
  margin: 0;
}
.home .home-template .promo__content .promo-stat {
  display: flex;
  flex-direction: column;
}
.home .home-template .promo__content .promo-stat strong {
  font-size: 50px;
}
@media (max-width: 992px) {
  .home .home-template .promo__content .promo-stat strong {
    font-size: 36px;
  }
}
.home .home-template .promo__column_right {
  display: flex;
  flex-direction: column;
  gap: 60px;
  max-width: 220px;
}

.create-outfit--container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  text-align: center;
}

.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-password {
  width: 50%;
}
@media (max-width: 767px) {
  .woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-password {
    width: 100%;
  }
}
.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-password .form-group:not(:last-child) {
  margin-bottom: 15px;
}

.woocommerce-lost-password form.woocommerce-ResetPassword {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 767px) {
  .woocommerce-lost-password form.woocommerce-ResetPassword {
    width: 100%;
  }
}
.woocommerce-lost-password form.woocommerce-ResetPassword .password-input {
  margin-bottom: 10px;
}

@media (max-width: 992px) {
  div.page-title.page-title-responsive-enabled div.wf-wrap {
    min-height: 100px;
  }
}

.woocommerce form.woocommerce-form .password-input {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.woocommerce form.woocommerce-form .password-input input[type=password],
.woocommerce form.woocommerce-form .password-input input[type=text] {
  width: 100%;
  max-width: 100%;
  margin: 0;
}
.woocommerce form.woocommerce-form .password-input .show-password-input {
  margin: 0;
  padding: 5px;
  background-color: transparent;
  border: unset;
  outline: unset;
}
.woocommerce form.woocommerce-form .password-input .show-password-input:before {
  content: "\f06e";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  line-height: 1;
  color: #FFFFFF;
  transition: color 0.3s ease;
}
.woocommerce form.woocommerce-form .password-input .show-password-input.display-password:before {
  content: "\f070";
}
.woocommerce form.woocommerce-form .mo-openid-app-icons {
  display: flex;
  align-items: center;
  padding: 10px 0 5px;
  margin-left: -10px;
}
.woocommerce form.woocommerce-form .mo-openid-app-icons p {
  display: none;
}
.woocommerce form.woocommerce-form .mo-openid-app-icons a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  background: #2A2A2A !important;
  border-color: #2A2A2A !important;
  font-size: 16px;
}
.woocommerce form.woocommerce-form .mo-openid-app-icons a img {
  top: 50%;
  padding-bottom: 5px;
  margin: 0 !important;
  transform: translateY(-50%);
}

@font-face {
  font-family: "Gilroy-Medium";
  src: url("../fonts/Gilroy-Medium.eot"), url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff"), url("../fonts/Gilroy-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body div#page {
  overflow: unset;
}

.blockUI,
.blockOverlay,
.blockUI.blockMsg {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInN0eWxlLnNjc3MiLCJsaWJzL19hbmltYXRpb24uc2NzcyIsImxpYnMvX2ZvbnRfYXdlc29tZS5zY3NzIiwidmFyaWFibGUvX2NvbG9yLnNjc3MiLCJ2YXJpYWJsZS9fZ3JpZC5zY3NzIiwidmFyaWFibGUvX21peGlucy5zY3NzIiwidmFyaWFibGUvbWVkaWFfbWl4aW5zLnNjc3MiLCJiYXNlL19mb250LnNjc3MiLCJiYXNlL19hbGwuc2NzcyIsImJhc2UvX2hlYWRpbmcuc2NzcyIsImJhc2UvX2ltYWdlLnNjc3MiLCJiYXNlL19saXN0LnNjc3MiLCJiYXNlL19saW5rLnNjc3MiLCJiYXNlL19wYXJhZ3JhcGguc2NzcyIsImJhc2UvX2J1dHRvbi5zY3NzIiwiYmFzZS9fcGFnZS5zY3NzIiwiYmFzZS9fY29udGFpbmVyLnNjc3MiLCJiYXNlL190b2dnbGUtYnV0dG9uLnNjc3MiLCJiYXNlL19idXJnZXItYnV0dG9uLnNjc3MiLCJiYXNlL19hY2NvcmRpb24uc2NzcyIsImJhc2UvX2xvYWRlci5zY3NzIiwiYmxvY2tzL3Nob3AvX29yZGVyX2RldGFpbHMuc2NzcyIsImJsb2Nrcy9zaG9wL19jYXJ0LnNjc3MiLCJibG9ja3Mvc2hvcC9fcHJvZHVjdHNfdGVtcGxhdGUuc2NzcyIsImJsb2Nrcy9zaG9wL19wcm9kdWN0X2NhcmQuc2NzcyIsImJsb2Nrcy9zaG9wL19jaGVja291dF9mb3JtX3RlbXBsYXRlLnNjc3MiLCJibG9ja3Mvc2hvcC9fdGhhbmtfeW91LnNjc3MiLCJibG9ja3Mvd2lzaGxpc3QvX3dpc2hsaXN0LXRlbXBsYXRlLnNjc3MiLCJibG9ja3MvZmlsdGVyL19wcm9kdWN0X3R5cGVzLnNjc3MiLCJibG9ja3Mvd2lkZ2V0L19zaG9wX2NhdGVnb3J5X2ZpbHRlci5zY3NzIiwiYmxvY2tzL3dpZGdldC9fdHV0b3JpYWxzX3NsaWRlci5zY3NzIiwiYmxvY2tzL3dpZGdldC9fcHJvZHVjdF9jYXRlZ29yaWVzX3NsaWRlci5zY3NzIiwiYmxvY2tzL3dpZGdldC9fcHJvZHVjdF9jYXRlZ29yeV9ncmlkLnNjc3MiLCJibG9ja3MvbW9kYWwvaW5kZXguc2NzcyIsImJsb2Nrcy9zaW5nbGUtcHJvZHVjdC9fc2VwYXJhdGVseV9wcm9kdWN0cy5zY3NzIiwiYmxvY2tzL3NpbmdsZS1wcm9kdWN0L19zaW5nbGVfcHJvZHVjdC5zY3NzIiwiYmxvY2tzL3NpbmdsZS1wcm9kdWN0L192aWRlby5zY3NzIiwiYmxvY2tzL3NpbmdsZS1wcm9kdWN0L19wcmVzZW50YXRpb24uc2NzcyIsImJsb2Nrcy90b29sdGlwL2luZGV4LnNjc3MiLCJwYWdlcy9fc2VhcmNoLnNjc3MiLCJwYWdlcy9fc2hvcC5zY3NzIiwicGFnZXMvX3R1dG9yaWFscy5zY3NzIiwicGFnZXMvX2hvbWUuc2NzcyIsInBhZ2VzL19jcmVhdGVfb3V0Zml0LnNjc3MiLCJwYWdlcy9fZWRpdF9hY2NvdW50LnNjc3MiLCJwYWdlcy9fbG9zdF9wYXNzd29yZC5zY3NzIiwicGFnZXMvaW5kZXguc2NzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFPQTtBQUFBO0FBQUE7QUFHUTtBQ1ZSO0VBQ0U7SUFDRTtJQUNBOztFQUVGO0lBQ0U7SUFDQTs7O0FBSUo7RUFDRTtJQUNFOztFQUVGO0lBQ0U7O0VBRUY7SUFDRTs7RUFFRjtJQUNFOztFQUVGO0lBQ0U7O0VBRUY7SUFDRTs7RUFFRjtJQUNFOzs7QUFJSjtFQUNFO0lBQ0U7O0VBRUY7SUFDRTs7O0FBSUo7RUFDRTtJQUFLOzs7QUM3Q1A7QUFBQTtBQUFBO0FBQUE7QUFJQTtFQUNJO0VBQ0E7RUFDQTtFQUtBO0VBQ0E7O0FBR0o7RUFDSTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7OztBQUdKO0VBQ0k7RUFDQTtFQUNBOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJO0VBQ0E7OztBQUdKO0VBQ0k7RUFDQTtFQUNBOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7OztBQUdKO0VBQ0k7OztBQUdKO0VBQ0k7RUFDQTtFQUNBOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJO0VBQ0E7OztBQUdKO0VBQ0k7RUFDQTs7O0FBR0o7RUFDSTtJQUNJO0lBQ0E7O0VBRUo7SUFDSTtJQUNBOzs7QUFJUjtFQUNJO0lBQ0k7SUFDQTs7RUFFSjtJQUNJO0lBQ0E7OztBQUlSO0VBQ0k7RUFDQTtFQUNBO0VBQ0E7OztBQUdKO0VBQ0k7RUFDQTtFQUNBO0VBQ0E7OztBQUdKO0VBQ0k7RUFDQTtFQUNBO0VBQ0E7OztBQUdKO0VBQ0k7RUFDQTtFQUNBO0VBQ0E7OztBQUdKO0VBQ0k7RUFDQTtFQUNBO0VBQ0E7OztBQUdKO0VBQ0k7OztBQUdKO0VBQ0k7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOzs7QUFHSjtFQUNJO0VBQ0E7RUFDQTtFQUNBOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJOzs7QUFHSjtFQUNJO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7OztBQUdKO0VBQ0k7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOzs7QUNoM0ZKO0FBQUE7QUFBQTtBQ0FBO0FBQUE7QUFBQTtBQ0FBO0FBQUE7QUFBQTtBQ0FBO0FBQUE7QUFBQTtBQ0FBO0FBQUE7QUFBQTtBQ0dBO0FBQUE7QUFBQTtBQUdBO0VBQ0U7OztBQUdGO0VBQ0U7RUFDQTtFQUNBLE9MUk07RUtTTixhRFhLO0VDWUw7RUFDQTtFQUNBOzs7QUFFRjtFQUNFOzs7QUNsQkY7QUFBQTtBQUFBO0FBR0E7RUFDRTtFQUNBO0VBQ0E7RUFDQSxPTkxNOztBTVFKO0VBQ0U7O0FBR0Y7RUFDRTs7QUFHRjtFQUNFOztBQUdGO0VBQ0U7O0FBR0Y7RUFDRTs7QUFHRjtFQUNFOztBQUdGO0VBQ0U7O0FBR0Y7RUFDRTs7QUFHRjtFQUNFOztBQUtGO0VBQ0UsT04xQ0s7OztB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 */

/*# sourceMappingURL=style.css.map */
