|
- /* roboto-regular - latin */
- @font-face {
- font-family: "Roboto";
- font-style: normal;
- font-weight: 400;
- src: url("../fonts/roboto-v27-latin-regular.eot"); /* IE9 Compat Modes */
- src: local(""), url("../fonts/roboto-v27-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v27-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v27-latin-regular.woff") format("woff"), url("../fonts/roboto-v27-latin-regular.ttf") format("truetype"), url("../fonts/roboto-v27-latin-regular.svg#Roboto") format("svg"); /* Legacy iOS */
- }
- /* roboto-700 - latin */
- @font-face {
- font-family: "Roboto";
- font-style: normal;
- font-weight: 700;
- src: url("../fonts/roboto-v27-latin-700.eot"); /* IE9 Compat Modes */
- src: local(""), url("../fonts/roboto-v27-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v27-latin-700.woff2") format("woff2"), url("../fonts/roboto-v27-latin-700.woff") format("woff"), url("../fonts/roboto-v27-latin-700.ttf") format("truetype"), url("../fonts/roboto-v27-latin-700.svg#Roboto") format("svg"); /* Legacy iOS */
- }
- * {
- box-sizing: border-box;
- }
-
- html {
- font-size: 100%;
- scroll-behavior: smooth;
- }
-
- body {
- width: 100%;
- margin: 0;
- }
-
- html,
- body,
- table,
- td,
- th,
- textarea {
- font-family: "Roboto", Arial, Verdana, sans-serif;
- font-weight: 400;
- font-size: 16px;
- line-height: 20px;
- text-align: left;
- }
-
- input:focus,
- select:focus,
- textarea:focus,
- button:focus {
- outline: none;
- }
-
- /* clears the 'X' from Internet Explorer */
- input[type=search]::-ms-clear {
- display: none;
- width: 0;
- height: 0;
- }
-
- input[type=search]::-ms-reveal {
- display: none;
- width: 0;
- height: 0;
- }
-
- /* clears the 'X' from Chrome */
- input[type=search]::-webkit-search-decoration,
- input[type=search]::-webkit-search-cancel-button,
- input[type=search]::-webkit-search-results-button,
- input[type=search]::-webkit-search-results-decoration {
- display: none;
- }
-
- fieldset {
- border: none;
- }
-
- section,
- aside,
- ul,
- ol,
- li,
- p,
- h1,
- h2,
- h3,
- h4,
- h5,
- h6,
- figure,
- div,
- dl,
- dd,
- dt,
- table,
- td,
- th,
- fieldset,
- button,
- label,
- input,
- textarea {
- padding: 0;
- margin: 0;
- }
-
- h1,
- h2,
- h3,
- h4,
- h5,
- h6 {
- font-weight: 400;
- }
-
- ol,
- ul {
- list-style: none;
- }
-
- .table table,
- .table td,
- .table th,
- .table thead th {
- padding: 0;
- border: none;
- }
-
- input:-moz-placeholder,
- textarea:-moz-placeholder {
- color: inherit;
- opacity: 1;
- }
-
- input::-moz-placeholder,
- textarea::-moz-placeholder {
- color: inherit;
- opacity: 1;
- }
-
- input::-webkit-input-placeholder,
- textarea::-webkit-input-placeholder {
- color: inherit;
- opacity: 1;
- }
-
- input:-ms-input-placeholder,
- textarea:-ms-input-placeholder {
- color: inherit;
- opacity: 1;
- }
-
- input {
- background: #ffffff;
- border: 1px solid #cccccc;
- padding: 0.5rem 0.5rem;
- }
- #header input {
- padding-top: 0.25rem;
- padding-bottom: 0.25rem;
- }
-
- img {
- width: auto;
- height: auto;
- }
-
- a,
- a:hover {
- color: inherit;
- outline: 0;
- }
-
- a:not(footer a),
- a:not(footer a):hover {
- overflow-wrap: break-word;
- word-wrap: break-word;
- -ms-word-break: break-all;
- word-break: break-all;
- word-break: break-word;
- -ms-hyphens: auto;
- -moz-hyphens: auto;
- -webkit-hyphens: auto;
- hyphens: auto;
- }
-
- strong {
- font-weight: 700;
- }
-
- body {
- padding-top: 6.5rem;
- }
- @media (max-width: 500px) {
- body {
- padding-top: 11rem;
- }
- }
- @media (max-width: 412px) {
- body {
- padding-top: 12rem;
- }
- }
-
- input:-moz-placeholder,
- textarea:-moz-placeholder {
- color: #bbbbbb;
- opacity: 1;
- }
-
- input::-moz-placeholder,
- textarea::-moz-placeholder {
- color: #bbbbbb;
- opacity: 1;
- }
-
- input::-webkit-input-placeholder,
- textarea::-webkit-input-placeholder {
- color: #bbbbbb;
- opacity: 1;
- }
-
- input:-ms-input-placeholder,
- textarea:-ms-input-placeholder {
- color: #bbbbbb;
- opacity: 1;
- }
-
- #main .inside {
- margin: 0 auto;
- width: 80vw;
- max-width: 1280px;
- padding: 3rem 0;
- min-height: calc(100vh - 68px - 104px);
- }
- @media (max-width: 1600px) {
- #main .inside {
- width: 90vw;
- }
- }
- @media (max-width: 1423px) {
- #main .inside {
- width: 90vw;
- }
- }
- #main h1 {
- font-size: 2rem;
- line-height: 2.5rem;
- padding: 0 0 2rem 0;
- }
- @media (max-width: 767px) {
- #main h1 {
- font-size: 1.25rem;
- line-height: 1.5rem;
- }
- }
- #main h1 span {
- font-size: 1rem;
- }
- @media (max-width: 767px) {
- #main h1 span {
- font-size: 0.875rem;
- }
- }
- #main h2, #main h3 {
- font-size: 1.5rem;
- line-height: 2rem;
- padding: 0 0 1.5rem 0;
- }
- @media (max-width: 767px) {
- #main h2, #main h3 {
- font-size: 1rem;
- line-height: 1.25rem;
- }
- }
- #main h3 {
- font-weight: bold;
- text-transform: uppercase;
- }
- #main h4 {
- font-size: 1.25rem;
- line-height: 1.5rem;
- padding: 0 0 0.5rem 0;
- font-weight: bold;
- }
- #main h5, #main h6 {
- font-size: 1rem;
- line-height: 1.25rem;
- padding: 0 0 0.5rem 0;
- }
- @media (max-width: 767px) {
- #main h5, #main h6 {
- font-size: 0.875rem;
- line-height: 1rem;
- }
- }
- #main p, #main ul, #main ol, #main table {
- margin: 0 0 1.5rem 0;
- }
- #main p.img img {
- float: left;
- margin: 0 20px 20px 0;
- width: 200px;
- height: auto;
- }
- #main .mini-nav {
- padding: 0 0 1.5rem 0;
- }
- #main .mini-nav a {
- color: #e2003c;
- }
- #main .mini-nav a:before {
- content: "<< ";
- }
- #main .mini-nav a:hover {
- text-decoration: none;
- }
- #main .container {
- padding: 0 0 1.5rem 0;
- }
- #main .logo-bar li {
- overflow: hidden;
- padding: 0 0 10px 0;
- display: flex;
- align-items: center;
- }
- #main .logo-bar li img {
- float: left;
- margin-right: 40px;
- height: 100px;
- }
- @media (max-width: 767px) {
- #main .logo-bar li img {
- float: none;
- margin-bottom: 20px;
- }
- }
- @media (max-width: 767px) {
- #main .logo-bar li p {
- margin-left: 0;
- }
- }
-
- .btn {
- border: 1px solid #e2003c;
- background: #e2003c;
- color: #ffffff;
- padding: 0.5rem 1rem;
- font-size: 0.75rem;
- line-height: 1rem;
- text-transform: uppercase;
- cursor: pointer;
- text-decoration: none;
- display: inline-block;
- transition: all 0.3s ease-out;
- }
- .btn:hover {
- background: #e83363;
- border-color: #e83363;
- color: #ffffff;
- }
- .btn[disabled] {
- opacity: 0.5;
- background: #191919;
- border-color: #191919;
- cursor: default;
- }
- .btn--inverse {
- background: #ffffff;
- color: #e2003c;
- }
- .btn--correct {
- border-color: #008000;
- background: #008000;
- color: #ffffff;
- }
- .btn--correct:hover {
- background: #ffffff;
- border-color: #008000;
- color: #008000;
- }
-
- .form--row {
- display: flex;
- justify-content: flex-start;
- flex-wrap: wrap;
- }
- @media (max-width: 500px) {
- #header .form--row {
- padding-top: 20px;
- }
- }
- .form--row.form--row-right {
- justify-content: flex-end;
- margin-right: 5%;
- }
- .form--wrapper {
- width: 270px;
- padding: 0 0 1.5rem 0;
- display: flex;
- flex-wrap: wrap;
- align-items: flex-end;
- }
- #header .form--wrapper {
- padding-bottom: 0;
- width: 200px;
- }
- #header .form--wrapper.fw--no-width {
- width: auto;
- }
- @media (max-width: 412px) {
- #header .form--wrapper.fw--no-width {
- margin-top: 10px;
- }
- }
- @media (max-width: 768px) {
- #header .form--wrapper {
- width: 120px;
- }
- }
- @media (max-width: 412px) {
- #header .form--wrapper {
- width: 110px;
- }
- }
- .form--wrapper.mandatory label {
- font-weight: 700;
- }
- .form--wrapper label {
- display: block;
- padding: 0 0 0.25rem 0;
- font-size: 0.875rem;
- line-height: 1.5rem;
- width: 100%;
- }
- .form--wrapper input {
- display: block;
- font-size: 1rem;
- line-height: 1.5rem;
- width: 90%;
- }
- .form--wrapper input[type=checkbox] {
- width: auto;
- }
- .form--wrapper textarea {
- display: block;
- font-size: 1rem;
- line-height: 1.5rem;
- padding: 1rem;
- width: 100%;
- height: 10rem;
- }
- @media (max-width: 1048px) {
- .form--wrapper textarea {
- width: 60%;
- }
- }
- @media (max-width: 768px) {
- .form--wrapper textarea {
- width: 100%;
- }
- }
- .form--legal {
- padding: 0 0 1.5rem 0;
- }
- .form--legal .form--wrapper {
- width: auto;
- max-width: 80%;
- }
- @media (max-width: 1048px) {
- .form--legal .form--wrapper {
- max-width: none;
- }
- }
- .form--legal .form-wrapper--container {
- display: flex;
- flex-wrap: nowrap;
- justify-content: flex-start;
- align-items: start;
- }
- @media (max-width: 1048px) {
- .form--legal .form-wrapper--container {
- display: block;
- }
- }
- .form--legal .form--checkbox input {
- float: left;
- margin: 5px 8px 0 0;
- }
- .form--catalogue {
- border-top: 2px solid #191919;
- padding: 0 0 1.5rem 0;
- }
- .form--catalogue .form-wrapper--container {
- display: flex;
- flex-wrap: nowrap;
- justify-content: flex-start;
- align-items: start;
- }
- @media (max-width: 1048px) {
- .form--catalogue .form-wrapper--container {
- display: block;
- }
- }
- .form--catalogue h3 {
- text-align: center;
- width: 100%;
- }
- .form--catalogue .question-count {
- padding: 1.5rem 0;
- position: relative;
- }
- .form--catalogue .question-count p {
- padding: 0;
- }
- .form--catalogue .question-count .progressbar {
- position: absolute;
- left: 0;
- bottom: 0;
- height: 12px;
- width: 100%;
- background: #ddd;
- }
- .form--catalogue .question-count .progressbar div {
- position: absolute;
- left: 0;
- bottom: 0;
- height: 12px;
- width: 0;
- background: green;
- }
- .form--catalogue .catalogue-nav {
- display: flex;
- justify-content: space-between;
- padding: 0 0 1.5rem 0;
- }
- @media (max-width: 1024px) {
- .form--catalogue .catalogue-nav {
- flex-wrap: wrap;
- justify-content: center;
- }
- .form--catalogue .catalogue-nav .save {
- width: 100%;
- text-align: center;
- }
- .form--catalogue .catalogue-nav span:not(.btn) {
- order: 3;
- justify-content: center;
- display: flex;
- flex-wrap: wrap;
- }
- .form--catalogue .catalogue-nav span:not(.btn):first-of-type {
- order: 2;
- }
- .form--catalogue .catalogue-nav .btn {
- order: 1;
- margin: 10px 10px 0 10px;
- }
- }
- .form--catalogue .form--wrapper {
- width: auto;
- justify-content: center;
- }
- .form--catalogue .form--wrapper .btn {
- float: right;
- }
- .form--catalogue .form--wrapper.left {
- justify-content: flex-start;
- }
- .form--catalogue h2 {
- font-size: 2rem;
- line-height: 3rem;
- }
- .form--catalogue label {
- font-size: 1.5rem;
- line-height: 2rem;
- }
- @media (max-width: 767px) {
- .form--catalogue label {
- font-size: 1rem;
- line-height: 1.25rem;
- }
- }
- .form--catalogue .form--checkbox label {
- display: flex;
- }
- .form--catalogue .form--checkbox label input {
- display: inline;
- width: auto;
- margin: 9px 10px 0 0;
- }
- @-moz-document url-prefix() {
- .form--catalogue .form--checkbox label input {
- margin-top: 0;
- }
- }
- .form--question {
- border-top: 2px solid #191919;
- padding-top: 1.5rem;
- }
- .form .alert {
- font-size: 0.75rem;
- line-height: 1rem;
- }
-
- .alert {
- color: #e2003c !important;
- }
-
- #message {
- position: fixed;
- left: 0;
- top: 0;
- right: 0;
- width: 100%;
- z-index: 3000;
- display: none;
- color: #ffffff;
- font-size: 1.5rem;
- }
- #message.success {
- background: green;
- }
- #message.failure {
- background: #e2003c;
- }
- #message p {
- padding: 1.5rem;
- }
-
- /* New MPP */
- .row-box {
- display: flex;
- justify-content: space-between;
- flex-wrap: wrap;
- align-items: end;
- }
- .row-box-up {
- align-items: flex-start;
- }
- .row-box .col-box {
- width: 60%;
- }
- @media (max-width: 1024px) {
- .row-box .col-box {
- width: 50%;
- }
- }
- @media (max-width: 850px) {
- .row-box .col-box {
- width: 40%;
- }
- }
- @media (max-width: 650px) {
- .row-box .col-box {
- width: 100%;
- }
- }
- .row-box .col-box:nth-child(2) {
- width: 30%;
- }
- @media (max-width: 1024px) {
- .row-box .col-box:nth-child(2) {
- width: 40%;
- }
- }
- @media (max-width: 850px) {
- .row-box .col-box:nth-child(2) {
- width: 50%;
- }
- }
- @media (max-width: 650px) {
- .row-box .col-box:nth-child(2) {
- width: 100%;
- }
- }
- .row-box .col-box .col-box {
- width: 48%;
- }
- @media (max-width: 850px) {
- .row-box .col-box .col-box {
- width: 100%;
- }
- }
- #main .form--catalogue {
- padding-top: 20px;
- }
- #main .form--catalogue h2 {
- padding-bottom: 10px;
- }
-
- .form-fields {
- padding: 0 0 30px 0;
- }
- .form-fields label {
- display: block;
- font-size: 16px;
- line-height: 1.5rem;
- padding-bottom: 10px;
- }
- .form-fields input, .form-fields select {
- display: block;
- width: 100%;
- max-width: 350px;
- background: #fff;
- border: 1px solid #000;
- padding: 10px 10px;
- border-radius: 0;
- }
- @media (max-width: 650px) {
- .form-fields input, .form-fields select {
- max-width: none;
- }
- }
- .form-fields input#asset, .form-fields select#asset {
- max-width: 550px;
- }
- @media (max-width: 1350px) {
- .form-fields input#asset, .form-fields select#asset {
- max-width: none;
- }
- }
- .form-fields select {
- box-shadow: none;
- outline: none;
- -webkit-appearance: none;
- -moz-appearance: none;
- background: #fff url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSdibGFjaycgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0JyB3aWR0aD0nMjQnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTcgMTBsNSA1IDUtNXonLz48cGF0aCBkPSdNMCAwaDI0djI0SDB6JyBmaWxsPSdub25lJy8+PC9zdmc+) no-repeat calc(100% - 6px) 3px;
- }
-
- .result-box {
- background: rgba(118, 127, 134, 0.3);
- padding: 30px 20px;
- }
- .result-box dl {
- display: flex;
- flex-wrap: wrap;
- justify-content: space-between;
- padding: 0 0 20px 0;
- }
- .result-box dl dt, .result-box dl dd {
- padding: 0 0 10px 0;
- margin: 0 0 10px 0;
- border-bottom: 1px solid #000;
- }
- .result-box dl dt:last-of-type, .result-box dl dd:last-of-type {
- border-bottom: none;
- }
- .result-box dl dt {
- flex-basis: 75%;
- font-weight: normal;
- }
- .result-box dl dd {
- flex-basis: 25%;
- font-weight: bold;
- text-align: right;
- }
- .result-box h3 {
- text-align: left;
- }
- .result-box .btn {
- margin: 0 auto;
- }
- .result-box .result-existing {
- display: none;
- }
- .result-box .result-existing p {
- padding: 1.25rem;
- }
- .result-box .result-not-existing {
- display: block;
- }
- .result-box.result-existing .result-existing {
- display: block;
- }
- .result-box.result-existing .result-not-existing {
- display: none;
- }
-
- ol.worksheets li {
- padding-bottom: 10px;
- }
- ol.worksheets li strong {
- padding-right: 10px;
- }
- ol.worksheets a {
- text-decoration: none;
- }
- ol.worksheets a:hover {
- color: #e2003c;
- text-decoration: underline;
- }
-
- #main table.mini-table {
- width: 50%;
- margin: 0 0 4rem 0;
- border-collapse: collapse;
- }
- @media (max-width: 1200px) {
- #main table.mini-table {
- width: 75%;
- }
- }
- @media (max-width: 768px) {
- #main table.mini-table {
- width: 100%;
- }
- }
- #main table.mini-table td {
- vertical-align: top;
- padding: 10px 0;
- border-bottom: 1px solid #000;
- }
- #main table.mini-table td:last-child {
- text-align: right;
- font-weight: bold;
- }
- #main table.mini-table td span {
- display: block;
- padding: 0 10px 0 0;
- }
- #main table.mini-table.fifty-fifty td {
- width: 50%;
- }
- #main .worksheet-table {
- overflow: auto;
- height: 500px;
- margin-bottom: 30px;
- }
- #main .worksheet-table table {
- width: 100%;
- min-width: 1200px;
- padding: 0;
- margin: 0 0 4rem 0;
- border-collapse: collapse;
- }
- #main .worksheet-table .ins {
- border-right: 1px solid rgba(118, 127, 134, 0.3);
- }
- #main .worksheet-table .ins-2 {
- background: rgb(230, 230, 230);
- }
- #main .worksheet-table th {
- padding: 0 0 20px 0;
- background: #d5d8da;
- vertical-align: bottom;
- font-weight: bold;
- height: 200px;
- position: sticky;
- top: 0;
- }
- #main .worksheet-table th span {
- display: block;
- transform: rotate(-90deg);
- transform-origin: left center;
- position: absolute;
- left: 50%;
- bottom: 0;
- }
- #main .worksheet-table th:last-child span, #main .worksheet-table th:nth-child(2) span, #main .worksheet-table th:nth-child(3) span {
- transform: none;
- transform-origin: inherit;
- position: static;
- left: auto;
- bottom: auto;
- }
- #main .worksheet-table td {
- vertical-align: top;
- border-bottom: 1px solid rgba(118, 127, 134, 0.3);
- padding: 15px 0;
- text-align: center;
- }
- #main .worksheet-table td:nth-child(2) {
- width: 30%;
- }
- #main .worksheet-table td:last-child {
- width: 20%;
- }
- #main .worksheet-table td:last-child, #main .worksheet-table td:nth-child(2), #main .worksheet-table td:nth-child(3) {
- text-align: left;
- }
- #main .worksheet-table td img {
- margin: 0 8px;
- }
-
- #calculate-first {
- width: 100%;
- padding-bottom: 20px;
- }
-
- #no-benchmark-data,
- #benchmark-data,
- #calculate-first {
- display: block;
- }
-
- #create-worksheet {
- display: none;
- }
-
- header {
- box-shadow: 0 1px 10px -6px rgba(0, 0, 0, 0.42), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px -2px rgba(0, 0, 0, 0.1);
- position: fixed;
- left: 0;
- top: 0;
- width: 100%;
- z-index: 2000;
- background: #ffffff;
- }
- header .inside {
- padding: 1.5rem 3rem 0 3rem;
- height: 6.5rem;
- display: flex;
- justify-content: space-between;
- }
- @media (max-width: 412px) {
- header .inside {
- padding-left: 2rem;
- padding-right: 2rem;
- }
- }
- @media (max-width: 500px) {
- header .inside {
- height: 11rem;
- display: block;
- }
- }
- @media (max-width: 412px) {
- header .inside {
- height: 12rem;
- }
- }
- header .inside .logo {
- display: flex;
- }
- @media (min-width: 501px) and (max-width: 768px) {
- header .inside .logo {
- display: block;
- }
- }
- header .inside .logo a.home {
- font-weight: bold;
- color: #3c4952;
- margin-top: -5px;
- padding: 0 0 0 30px;
- text-decoration: none;
- }
- @media (min-width: 501px) and (max-width: 768px) {
- header .inside .logo a.home {
- display: block;
- padding: 10px 0 0 12px;
- }
- }
- header .inside .logo a.home:before {
- color: #3c4952 !important;
- content: "|";
- padding: 0 20px 0 0;
- }
- @media (min-width: 501px) and (max-width: 768px) {
- header .inside .logo a.home:before {
- content: "";
- display: none;
- }
- }
- header .inside .logo a.home:hover {
- color: #788187;
- }
- @media (max-width: 500px) {
- header .inside .status {
- padding-top: 20px;
- }
- }
- header img {
- height: 3rem;
- }
- @media (max-width: 800px) {
- header img {
- height: 2rem;
- }
- }
- header form {
- margin-top: -0.375rem;
- }
- footer {
- background: #191919;
- color: #ffffff;
- }
- footer .inside {
- padding: 1.5rem 3rem;
- }
- footer ul {
- display: flex;
- justify-content: flex-start;
- }
- footer li {
- padding: 0 0 0 1.5rem;
- }
- footer li:first-child {
- padding-left: 0;
- }
- footer li a {
- display: block;
- }
-
- .new-user {
- padding: 0 0 3rem 0;
- }
-
- .listing li {
- background: #fce6ec;
- padding: 0.75rem 1.5rem;
- margin-bottom: 2px;
- }
- .listing li:nth-child(even) {
- background: #f9ccd8;
- }
- .listing li.inactive {
- opacity: 0.3;
- }
- .listing--header {
- padding: 0.5rem 0;
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- @media (max-width: 1024px) {
- .listing--header {
- display: block;
- }
- }
- .listing--header h3 {
- padding: 0 !important;
- }
- .listing--header .buttons {
- display: flex;
- flex-wrap: wrap;
- justify-content: flex-start;
- align-items: center;
- }
- .listing--header .buttons * {
- margin-left: 1.5rem;
- }
- @media (max-width: 1024px) {
- .listing--header .buttons * {
- margin-top: 10px;
- margin-left: 0;
- margin-right: 1.5rem;
- }
- }
- .listing--header .buttons .pdfs {
- display: flex;
- }
- @media (max-width: 1024px) {
- .listing--header .buttons .pdfs {
- order: 2;
- }
- }
- .listing--header .buttons .pdfs a {
- display: block;
- width: 2rem;
- height: 2rem;
- background: transparent url("../images/elements/pdf.svg") no-repeat left top;
- background-size: 100% auto;
- position: relative;
- }
- .listing--header .buttons .pdfs a.latest:after {
- content: "";
- display: block;
- position: absolute;
- right: -0.25rem;
- top: -0.25rem;
- width: 1rem;
- height: 1rem;
- background: green;
- border-radius: 50%;
- }
- .listing--details {
- display: none;
- }
- .listing--details-inside {
- padding: 0.5rem 0;
- }
-
- /*# sourceMappingURL=styles.css.map */
|