@charset "UTF-8";
/* VIPReset.css - https://github.com/thevipinmishra/VIPReset */
html {
  height: 100%;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

body {
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
  background-color: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}

img {
  display: block;
}

img,
video {
  max-width: 100%;
  height: auto;
}

ol,
ul {
  list-style: none;
}

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

button {
  text-transform: none;
  cursor: pointer;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

code,
kbd,
pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

embed,
iframe,
object {
  border: 0;
  vertical-align: bottom;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

[hidden] {
  display: none;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/* latin-ext */
@font-face {
  font-family: "DM Mono";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("DM Mono Light"), local("DMMono-Light"), url(https://fonts.gstatic.com/s/dmmono/v1/aFTR7PB1QTsUX8KYvrGyEY2tbZX9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "DM Mono";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("DM Mono Light"), local("DMMono-Light"), url(https://fonts.gstatic.com/s/dmmono/v1/aFTR7PB1QTsUX8KYvrGyEYOtbQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.container-fluid {
  max-width: none;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.vm__wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.container-spaced {
  max-width: calc(100% - 2rem);
  margin: 0 auto;
}

.my__wrap {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

a.has-svg,
button.has-svg {
  display: inline-flex;
  align-items: center;
}
a.has-svg svg,
button.has-svg svg {
  margin-right: 0.25rem;
  display: block;
  height: 1.25rem;
  width: 1.25rem;
}

.section__heading {
  margin-bottom: 5rem;
  text-align: center;
}
.section__heading span {
  font-size: 0.85rem;
  letter-spacing: 1px;
  display: block;
  font-weight: 300;
  text-transform: uppercase;
  color: var(--text-lighter);
}
.section__heading h3 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.35;
}

code {
  font-family: var(--font-monospace);
  font-size: 0.92rem;
  background-color: #edf2f7;
  padding: 3px 5px;
  border-radius: 2px;
  line-height: 1;
}

.ui.table {
  width: 100%;
  background: #fff;
  margin: 1em 0;
  border: 1px solid rgba(34, 36, 38, 0.15);
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0.28571429rem;
  text-align: left;
  color: rgba(0, 0, 0, 0.87);
  border-collapse: separate;
  border-spacing: 0;
}

.ui.table:first-child {
  margin-top: 0;
}

.ui.table:last-child {
  margin-bottom: 0;
}

.ui.table td,
.ui.table th {
  -webkit-transition: background 0.1s ease, color 0.1s ease;
  transition: background 0.1s ease, color 0.1s ease;
}

.ui.table thead {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ui.table thead th {
  cursor: auto;
  background: #f9fafb;
  text-align: inherit;
  color: rgba(0, 0, 0, 0.87);
  padding: 0.92857143em 0.78571429em;
  vertical-align: inherit;
  font-style: none;
  font-weight: 700;
  text-transform: none;
  border-bottom: 1px solid rgba(34, 36, 38, 0.1);
  border-left: none;
}

.ui.table thead tr > th:first-child {
  border-left: none;
}

.ui.table thead tr:first-child > th:first-child {
  border-radius: 0.28571429rem 0 0 0;
}

.ui.table thead tr:first-child > th:last-child {
  border-radius: 0 0.28571429rem 0 0;
}

.ui.table thead tr:first-child > th:only-child {
  border-radius: 0.28571429rem 0.28571429rem 0 0;
}

.ui.table tfoot {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ui.table tfoot th {
  cursor: auto;
  border-top: 1px solid rgba(34, 36, 38, 0.15);
  background: #f9fafb;
  text-align: inherit;
  color: rgba(0, 0, 0, 0.87);
  padding: 0.78571429em 0.78571429em;
  vertical-align: middle;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
}

.ui.table tfoot tr > th:first-child {
  border-left: none;
}

.ui.table tfoot tr:first-child > th:first-child {
  border-radius: 0 0 0 0.28571429rem;
}

.ui.table tfoot tr:first-child > th:last-child {
  border-radius: 0 0 0.28571429rem 0;
}

.ui.table tfoot tr:first-child > th:only-child {
  border-radius: 0 0 0.28571429rem 0.28571429rem;
}

.ui.table tr td {
  border-top: 1px solid rgba(34, 36, 38, 0.1);
}

.ui.table tr:first-child td {
  border-top: none;
}

.ui.table tbody + tbody tr:first-child td {
  border-top: 1px solid rgba(34, 36, 38, 0.1);
}

.ui.table td {
  padding: 0.78571429em 0.78571429em;
  text-align: inherit;
}

.ui.table > .icon {
  vertical-align: baseline;
}

.ui.table > .icon:only-child {
  margin: 0;
}

.ui.table.segment {
  padding: 0;
}

.ui.table.segment:after {
  display: none;
}

.ui.table.segment.stacked:after {
  display: block;
}

@media only screen and (max-width: 767px) {
  .ui.table:not(.unstackable) {
    width: 100%;
  }
  .ui.table:not(.unstackable) tbody,
  .ui.table:not(.unstackable) tr,
  .ui.table:not(.unstackable) tr > td,
  .ui.table:not(.unstackable) tr > th {
    width: auto !important;
    display: block !important;
  }
  .ui.table:not(.unstackable) {
    padding: 0;
  }
  .ui.table:not(.unstackable) thead {
    display: block;
  }
  .ui.table:not(.unstackable) tfoot {
    display: block;
  }
  .ui.table:not(.unstackable) tr {
    padding-top: 1em;
    padding-bottom: 1em;
    -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset !important;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset !important;
  }
  .ui.table:not(.unstackable) tr > td,
  .ui.table:not(.unstackable) tr > th {
    background: 0 0;
    border: none !important;
    padding: 0.25em 0.75em !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  .ui.table:not(.unstackable) td:first-child,
  .ui.table:not(.unstackable) th:first-child {
    font-weight: 700;
  }
  .ui.definition.table:not(.unstackable) thead th:first-child {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
}
.ui.table td .image,
.ui.table td .image img,
.ui.table th .image,
.ui.table th .image img {
  max-width: none;
}

.ui.structured.table {
  border-collapse: collapse;
}

.ui.structured.table thead th {
  border-left: none;
  border-right: none;
}

.ui.structured.sortable.table thead th {
  border-left: 1px solid rgba(34, 36, 38, 0.15);
  border-right: 1px solid rgba(34, 36, 38, 0.15);
}

.ui.structured.basic.table th {
  border-left: none;
  border-right: none;
}

.ui.structured.celled.table tr td,
.ui.structured.celled.table tr th {
  border-left: 1px solid rgba(34, 36, 38, 0.1);
  border-right: 1px solid rgba(34, 36, 38, 0.1);
}

.ui.definition.table thead:not(.full-width) th:first-child {
  pointer-events: none;
  background: 0 0;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: -1px -1px 0 1px #fff;
  box-shadow: -1px -1px 0 1px #fff;
}

.ui.definition.table tfoot:not(.full-width) th:first-child {
  pointer-events: none;
  background: 0 0;
  font-weight: rgba(0, 0, 0, 0.4);
  color: normal;
  -webkit-box-shadow: 1px 1px 0 1px #fff;
  box-shadow: 1px 1px 0 1px #fff;
}

.ui.celled.definition.table thead:not(.full-width) th:first-child {
  -webkit-box-shadow: 0 -1px 0 1px #fff;
  box-shadow: 0 -1px 0 1px #fff;
}

.ui.celled.definition.table tfoot:not(.full-width) th:first-child {
  -webkit-box-shadow: 0 1px 0 1px #fff;
  box-shadow: 0 1px 0 1px #fff;
}

.ui.definition.table tr td.definition,
.ui.definition.table tr td:first-child:not(.ignored) {
  background: rgba(0, 0, 0, 0.03);
  font-weight: 700;
  color: rgba(0, 0, 0, 0.95);
  text-transform: "";
  -webkit-box-shadow: "";
  box-shadow: "";
  text-align: "";
  font-size: 1em;
  padding-left: "";
  padding-right: "";
}

.ui.definition.table thead:not(.full-width) th:nth-child(2) {
  border-left: 1px solid rgba(34, 36, 38, 0.15);
}

.ui.definition.table tfoot:not(.full-width) th:nth-child(2) {
  border-left: 1px solid rgba(34, 36, 38, 0.15);
}

.ui.definition.table td:nth-child(2) {
  border-left: 1px solid rgba(34, 36, 38, 0.15);
}

.ui.table td.positive,
.ui.table tr.positive {
  -webkit-box-shadow: 0 0 0 #a3c293 inset;
  box-shadow: 0 0 0 #a3c293 inset;
}

.ui.table td.positive,
.ui.table tr.positive {
  background: #fcfff5 !important;
  color: #2c662d !important;
}

.ui.table td.negative,
.ui.table tr.negative {
  -webkit-box-shadow: 0 0 0 #e0b4b4 inset;
  box-shadow: 0 0 0 #e0b4b4 inset;
}

.ui.table td.negative,
.ui.table tr.negative {
  background: #fff6f6 !important;
  color: #9f3a38 !important;
}

.ui.table td.error,
.ui.table tr.error {
  -webkit-box-shadow: 0 0 0 #e0b4b4 inset;
  box-shadow: 0 0 0 #e0b4b4 inset;
}

.ui.table td.error,
.ui.table tr.error {
  background: #fff6f6 !important;
  color: #9f3a38 !important;
}

.ui.table td.warning,
.ui.table tr.warning {
  -webkit-box-shadow: 0 0 0 #c9ba9b inset;
  box-shadow: 0 0 0 #c9ba9b inset;
}

.ui.table td.warning,
.ui.table tr.warning {
  background: #fffaf3 !important;
  color: #573a08 !important;
}

.ui.table td.active,
.ui.table tr.active {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.87) inset;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.87) inset;
}

.ui.table td.active,
.ui.table tr.active {
  background: #e0e0e0 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.ui.table tr td.disabled,
.ui.table tr.disabled td,
.ui.table tr.disabled:hover,
.ui.table tr:hover td.disabled {
  pointer-events: none;
  color: rgba(40, 40, 40, 0.3);
}

@media only screen and (max-width: 991px) {
  .ui[class*="tablet stackable"].table,
  .ui[class*="tablet stackable"].table tbody,
  .ui[class*="tablet stackable"].table tr,
  .ui[class*="tablet stackable"].table tr > td,
  .ui[class*="tablet stackable"].table tr > th {
    width: 100% !important;
    display: block !important;
  }
  .ui[class*="tablet stackable"].table {
    padding: 0;
  }
  .ui[class*="tablet stackable"].table thead {
    display: block;
  }
  .ui[class*="tablet stackable"].table tfoot {
    display: block;
  }
  .ui[class*="tablet stackable"].table tr {
    padding-top: 1em;
    padding-bottom: 1em;
    -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset !important;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset !important;
  }
  .ui[class*="tablet stackable"].table tr > td,
  .ui[class*="tablet stackable"].table tr > th {
    background: 0 0;
    border: none !important;
    padding: 0.25em 0.75em;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  .ui.definition[class*="tablet stackable"].table thead th:first-child {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
}
.ui.table [class*="left aligned"],
.ui.table[class*="left aligned"] {
  text-align: left;
}

.ui.table [class*="center aligned"],
.ui.table[class*="center aligned"] {
  text-align: center;
}

.ui.table [class*="right aligned"],
.ui.table[class*="right aligned"] {
  text-align: right;
}

.ui.table [class*="top aligned"],
.ui.table[class*="top aligned"] {
  vertical-align: top;
}

.ui.table [class*="middle aligned"],
.ui.table[class*="middle aligned"] {
  vertical-align: middle;
}

.ui.table [class*="bottom aligned"],
.ui.table[class*="bottom aligned"] {
  vertical-align: bottom;
}

.ui.table td.collapsing,
.ui.table th.collapsing {
  width: 1px;
  white-space: nowrap;
}

.ui.fixed.table {
  table-layout: fixed;
}

.ui.fixed.table td,
.ui.fixed.table th {
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui.selectable.table tbody tr:hover,
.ui.table tbody tr td.selectable:hover {
  background: rgba(0, 0, 0, 0.05) !important;
  color: rgba(0, 0, 0, 0.95) !important;
}

.ui.inverted.table tbody tr td.selectable:hover,
.ui.selectable.inverted.table tbody tr:hover {
  background: rgba(255, 255, 255, 0.08) !important;
  color: #fff !important;
}

.ui.table tbody tr td.selectable {
  padding: 0;
}

.ui.table tbody tr td.selectable > a:not(.ui) {
  display: block;
  color: inherit;
  padding: 0.78571429em 0.78571429em;
}

.ui.selectable.table tr.error:hover,
.ui.selectable.table tr:hover td.error,
.ui.table tr td.selectable.error:hover {
  background: #ffe7e7 !important;
  color: #943634 !important;
}

.ui.selectable.table tr.warning:hover,
.ui.selectable.table tr:hover td.warning,
.ui.table tr td.selectable.warning:hover {
  background: #fff4e4 !important;
  color: #493107 !important;
}

.ui.selectable.table tr.active:hover,
.ui.selectable.table tr:hover td.active,
.ui.table tr td.selectable.active:hover {
  background: #e0e0e0 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.ui.selectable.table tr.positive:hover,
.ui.selectable.table tr:hover td.positive,
.ui.table tr td.selectable.positive:hover {
  background: #f7ffe6 !important;
  color: #275b28 !important;
}

.ui.selectable.table tr.negative:hover,
.ui.selectable.table tr:hover td.negative,
.ui.table tr td.selectable.negative:hover {
  background: #ffe7e7 !important;
  color: #943634 !important;
}

.ui.attached.table {
  top: 0;
  bottom: 0;
  border-radius: 0;
  margin: 0 -1px;
  width: calc(100% + 2px);
  max-width: calc(100% + 2px);
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #d4d4d5;
}

.ui.attached + .ui.attached.table:not(.top) {
  border-top: none;
}

.ui[class*="top attached"].table {
  bottom: 0;
  margin-bottom: 0;
  top: 0;
  margin-top: 1em;
  border-radius: 0.28571429rem 0.28571429rem 0 0;
}

.ui.table[class*="top attached"]:first-child {
  margin-top: 0;
}

.ui[class*="bottom attached"].table {
  bottom: 0;
  margin-top: 0;
  top: 0;
  margin-bottom: 1em;
  -webkit-box-shadow: none, none;
  box-shadow: none, none;
  border-radius: 0 0 0.28571429rem 0.28571429rem;
}

.ui[class*="bottom attached"].table:last-child {
  margin-bottom: 0;
}

.ui.striped.table tbody tr:nth-child(2n),
.ui.striped.table > tr:nth-child(2n) {
  background-color: rgba(0, 0, 50, 0.02);
}

.ui.inverted.striped.table tbody tr:nth-child(2n),
.ui.inverted.striped.table > tr:nth-child(2n) {
  background-color: rgba(255, 255, 255, 0.05);
}

.ui.striped.selectable.selectable.selectable.table tbody tr.active:hover {
  background: #efefef !important;
  color: rgba(0, 0, 0, 0.95) !important;
}

.ui.table [class*="single line"],
.ui.table[class*="single line"] {
  white-space: nowrap;
}

.ui.table [class*="single line"],
.ui.table[class*="single line"] {
  white-space: nowrap;
}

.ui.red.table {
  border-top: 0.2em solid #db2828;
}

.ui.inverted.red.table {
  background-color: #db2828 !important;
  color: #fff !important;
}

.ui.orange.table {
  border-top: 0.2em solid #f2711c;
}

.ui.inverted.orange.table {
  background-color: #f2711c !important;
  color: #fff !important;
}

.ui.yellow.table {
  border-top: 0.2em solid #fbbd08;
}

.ui.inverted.yellow.table {
  background-color: #fbbd08 !important;
  color: #fff !important;
}

.ui.olive.table {
  border-top: 0.2em solid #b5cc18;
}

.ui.inverted.olive.table {
  background-color: #b5cc18 !important;
  color: #fff !important;
}

.ui.green.table {
  border-top: 0.2em solid #21ba45;
}

.ui.inverted.green.table {
  background-color: #21ba45 !important;
  color: #fff !important;
}

.ui.teal.table {
  border-top: 0.2em solid #00b5ad;
}

.ui.inverted.teal.table {
  background-color: #00b5ad !important;
  color: #fff !important;
}

.ui.blue.table {
  border-top: 0.2em solid #2185d0;
}

.ui.inverted.blue.table {
  background-color: #2185d0 !important;
  color: #fff !important;
}

.ui.violet.table {
  border-top: 0.2em solid #6435c9;
}

.ui.inverted.violet.table {
  background-color: #6435c9 !important;
  color: #fff !important;
}

.ui.purple.table {
  border-top: 0.2em solid #a333c8;
}

.ui.inverted.purple.table {
  background-color: #a333c8 !important;
  color: #fff !important;
}

.ui.pink.table {
  border-top: 0.2em solid #e03997;
}

.ui.inverted.pink.table {
  background-color: #e03997 !important;
  color: #fff !important;
}

.ui.brown.table {
  border-top: 0.2em solid #a5673f;
}

.ui.inverted.brown.table {
  background-color: #a5673f !important;
  color: #fff !important;
}

.ui.grey.table {
  border-top: 0.2em solid #767676;
}

.ui.inverted.grey.table {
  background-color: #767676 !important;
  color: #fff !important;
}

.ui.black.table {
  border-top: 0.2em solid #1b1c1d;
}

.ui.inverted.black.table {
  background-color: #1b1c1d !important;
  color: #fff !important;
}

.ui.one.column.table td {
  width: 100%;
}

.ui.two.column.table td {
  width: 50%;
}

.ui.three.column.table td {
  width: 33.33333333%;
}

.ui.four.column.table td {
  width: 25%;
}

.ui.five.column.table td {
  width: 20%;
}

.ui.six.column.table td {
  width: 16.66666667%;
}

.ui.seven.column.table td {
  width: 14.28571429%;
}

.ui.eight.column.table td {
  width: 12.5%;
}

.ui.nine.column.table td {
  width: 11.11111111%;
}

.ui.ten.column.table td {
  width: 10%;
}

.ui.eleven.column.table td {
  width: 9.09090909%;
}

.ui.twelve.column.table td {
  width: 8.33333333%;
}

.ui.thirteen.column.table td {
  width: 7.69230769%;
}

.ui.fourteen.column.table td {
  width: 7.14285714%;
}

.ui.fifteen.column.table td {
  width: 6.66666667%;
}

.ui.sixteen.column.table td {
  width: 6.25%;
}

.ui.table td.one.wide,
.ui.table th.one.wide {
  width: 6.25%;
}

.ui.table td.two.wide,
.ui.table th.two.wide {
  width: 12.5%;
}

.ui.table td.three.wide,
.ui.table th.three.wide {
  width: 18.75%;
}

.ui.table td.four.wide,
.ui.table th.four.wide {
  width: 25%;
}

.ui.table td.five.wide,
.ui.table th.five.wide {
  width: 31.25%;
}

.ui.table td.six.wide,
.ui.table th.six.wide {
  width: 37.5%;
}

.ui.table td.seven.wide,
.ui.table th.seven.wide {
  width: 43.75%;
}

.ui.table td.eight.wide,
.ui.table th.eight.wide {
  width: 50%;
}

.ui.table td.nine.wide,
.ui.table th.nine.wide {
  width: 56.25%;
}

.ui.table td.ten.wide,
.ui.table th.ten.wide {
  width: 62.5%;
}

.ui.table td.eleven.wide,
.ui.table th.eleven.wide {
  width: 68.75%;
}

.ui.table td.twelve.wide,
.ui.table th.twelve.wide {
  width: 75%;
}

.ui.table td.thirteen.wide,
.ui.table th.thirteen.wide {
  width: 81.25%;
}

.ui.table td.fourteen.wide,
.ui.table th.fourteen.wide {
  width: 87.5%;
}

.ui.table td.fifteen.wide,
.ui.table th.fifteen.wide {
  width: 93.75%;
}

.ui.table td.sixteen.wide,
.ui.table th.sixteen.wide {
  width: 100%;
}

.ui.sortable.table thead th {
  cursor: pointer;
  white-space: nowrap;
  border-left: 1px solid rgba(34, 36, 38, 0.15);
  color: rgba(0, 0, 0, 0.87);
}

.ui.sortable.table thead th:first-child {
  border-left: none;
}

.ui.sortable.table thead th.sorted,
.ui.sortable.table thead th.sorted:hover {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ui.sortable.table thead th:after {
  display: none;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  content: "";
  height: 1em;
  width: auto;
  opacity: 0.8;
  margin: 0 0 0 0.5em;
  font-family: Icons;
}

.ui.sortable.table thead th.ascending:after {
  content: "\f0d8";
}

.ui.sortable.table thead th.descending:after {
  content: "\f0d7";
}

.ui.sortable.table th.disabled:hover {
  cursor: auto;
  color: rgba(40, 40, 40, 0.3);
}

.ui.sortable.table thead th:hover {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
}

.ui.sortable.table thead th.sorted {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.95);
}

.ui.sortable.table thead th.sorted:after {
  display: inline-block;
}

.ui.sortable.table thead th.sorted:hover {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.95);
}

.ui.inverted.sortable.table thead th.sorted {
  background: rgba(255, 255, 255, 0.15) -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.05)));
  background: rgba(255, 255, 255, 0.15) -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  background: rgba(255, 255, 255, 0.15) linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  color: #fff;
}

.ui.inverted.sortable.table thead th:hover {
  background: rgba(255, 255, 255, 0.08) -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.05)));
  background: rgba(255, 255, 255, 0.08) -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  background: rgba(255, 255, 255, 0.08) linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  color: #fff;
}

.ui.inverted.sortable.table thead th {
  border-left-color: transparent;
  border-right-color: transparent;
}

.ui.inverted.table {
  background: #333;
  color: rgba(255, 255, 255, 0.9);
  border: none;
}

.ui.inverted.table th {
  background-color: rgba(0, 0, 0, 0.15);
  border-color: rgba(255, 255, 255, 0.1) !important;
  color: rgba(255, 255, 255, 0.9) !important;
}

.ui.inverted.table tr td {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

.ui.inverted.table tr td.disabled,
.ui.inverted.table tr.disabled td,
.ui.inverted.table tr.disabled:hover td,
.ui.inverted.table tr:hover td.disabled {
  pointer-events: none;
  color: rgba(225, 225, 225, 0.3);
}

.ui.inverted.definition.table tfoot:not(.full-width) th:first-child,
.ui.inverted.definition.table thead:not(.full-width) th:first-child {
  background: #fff;
}

.ui.inverted.definition.table tr td:first-child {
  background: rgba(255, 255, 255, 0.02);
  color: #fff;
}

.ui.collapsing.table {
  width: auto;
}

.ui.basic.table {
  background: 0 0;
  border: 1px solid rgba(34, 36, 38, 0.15);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ui.basic.table tfoot,
.ui.basic.table thead {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ui.basic.table th {
  background: 0 0;
  border-left: none;
}

.ui.basic.table tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.ui.basic.table td {
  background: 0 0;
}

.ui.basic.striped.table tbody tr:nth-child(2n) {
  background-color: rgba(0, 0, 0, 0.05) !important;
}

.ui[class*="very basic"].table {
  border: none;
}

.ui[class*="very basic"].table:not(.sortable):not(.striped) td,
.ui[class*="very basic"].table:not(.sortable):not(.striped) th {
  padding: "";
}

.ui[class*="very basic"].table:not(.sortable):not(.striped) td:first-child,
.ui[class*="very basic"].table:not(.sortable):not(.striped) th:first-child {
  padding-left: 0;
}

.ui[class*="very basic"].table:not(.sortable):not(.striped) td:last-child,
.ui[class*="very basic"].table:not(.sortable):not(.striped) th:last-child {
  padding-right: 0;
}

.ui[class*="very basic"].table:not(.sortable):not(.striped) thead tr:first-child th {
  padding-top: 0;
}

.ui.celled.table tr td,
.ui.celled.table tr th {
  border-left: 1px solid rgba(34, 36, 38, 0.1);
}

.ui.celled.table tr td:first-child,
.ui.celled.table tr th:first-child {
  border-left: none;
}

.ui.padded.table th {
  padding-left: 1em;
  padding-right: 1em;
}

.ui.padded.table td,
.ui.padded.table th {
  padding: 1em 1em;
}

.ui[class*="very padded"].table th {
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.ui[class*="very padded"].table td {
  padding: 1.5em 1.5em;
}

.ui.compact.table th {
  padding-left: 0.7em;
  padding-right: 0.7em;
}

.ui.compact.table td {
  padding: 0.5em 0.7em;
}

.ui[class*="very compact"].table th {
  padding-left: 0.6em;
  padding-right: 0.6em;
}

.ui[class*="very compact"].table td {
  padding: 0.4em 0.6em;
}

.ui.small.table {
  font-size: 0.9em;
}

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

.ui.large.table {
  font-size: 1.1em;
}

.ui.message {
  position: relative;
  min-height: 1em;
  margin: 1em 0;
  background: #f8f8f9;
  padding: 1em 1.5em;
  line-height: 1.4285em;
  color: rgba(0, 0, 0, 0.87);
  -webkit-transition: opacity 0.1s ease, color 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: opacity 0.1s ease, color 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: opacity 0.1s ease, color 0.1s ease, background 0.1s ease, box-shadow 0.1s ease;
  transition: opacity 0.1s ease, color 0.1s ease, background 0.1s ease, box-shadow 0.1s ease, -webkit-box-shadow 0.1s ease;
  border-radius: 0.28571429rem;
  -webkit-box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.22) inset, 0 0 0 0 transparent;
  box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.22) inset, 0 0 0 0 transparent;
}

.ui.message:first-child {
  margin-top: 0;
}

.ui.message:last-child {
  margin-bottom: 0;
}

.ui.message .header {
  display: block;
  font-weight: 700;
  margin: -0.14285714em 0 0 0;
}

.ui.message .header:not(.ui) {
  font-size: 1.14285714em;
}

.ui.message p {
  opacity: 0.85;
  margin: 0.75em 0;
}

.ui.message p:first-child {
  margin-top: 0;
}

.ui.message p:last-child {
  margin-bottom: 0;
}

.ui.message .header + p {
  margin-top: 0.25em;
}

.ui.message .list:not(.ui) {
  text-align: left;
  padding: 0;
  opacity: 0.85;
  list-style-position: inside;
  margin: 0.5em 0 0;
}

.ui.message .list:not(.ui):first-child {
  margin-top: 0;
}

.ui.message .list:not(.ui):last-child {
  margin-bottom: 0;
}

.ui.message .list:not(.ui) li {
  position: relative;
  list-style-type: none;
  margin: 0 0 0.3em 1em;
  padding: 0;
}

.ui.message .list:not(.ui) li:before {
  position: absolute;
  content: "•";
  left: -1em;
  height: 100%;
  vertical-align: baseline;
}

.ui.message .list:not(.ui) li:last-child {
  margin-bottom: 0;
}

.ui.message > .icon {
  margin-right: 0.6em;
}

.ui.message > .close.icon {
  cursor: pointer;
  position: absolute;
  margin: 0;
  top: 0.78575em;
  right: 0.5em;
  opacity: 0.7;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}

.ui.message > .close.icon:hover {
  opacity: 1;
}

.ui.message > :first-child {
  margin-top: 0;
}

.ui.message > :last-child {
  margin-bottom: 0;
}

.ui.dropdown .menu > .message {
  margin: 0 -1px;
}

.ui.visible.visible.visible.visible.message {
  display: block;
}

.ui.icon.visible.visible.visible.visible.message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ui.hidden.hidden.hidden.hidden.message {
  display: none;
}

.ui.compact.message {
  display: inline-block;
}

.ui.compact.icon.message {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.ui.attached.message {
  margin-bottom: -1px;
  border-radius: 0.28571429rem 0.28571429rem 0 0;
  -webkit-box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.15) inset;
  box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.15) inset;
  margin-left: -1px;
  margin-right: -1px;
}

.ui.attached + .ui.attached.message:not(.top):not(.bottom) {
  margin-top: -1px;
  border-radius: 0;
}

.ui.bottom.attached.message {
  margin-top: -1px;
  border-radius: 0 0 0.28571429rem 0.28571429rem;
  -webkit-box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.15) inset, 0 1px 2px 0 rgba(34, 36, 38, 0.15);
  box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.15) inset, 0 1px 2px 0 rgba(34, 36, 38, 0.15);
}

.ui.bottom.attached.message:not(:last-child) {
  margin-bottom: 1em;
}

.ui.attached.icon.message {
  width: auto;
}

.ui.icon.message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ui.icon.message > .icon:not(.close) {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  line-height: 1;
  vertical-align: middle;
  font-size: 3em;
  opacity: 0.8;
}

.ui.icon.message > .content {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  vertical-align: middle;
}

.ui.icon.message .icon:not(.close) + .content {
  padding-left: 0;
}

.ui.icon.message .circular.icon {
  width: 1em;
}

.ui.floating.message {
  -webkit-box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.22) inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
  box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.22) inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
}

.ui.black.message {
  background-color: #1b1c1d;
  color: rgba(255, 255, 255, 0.9);
}

.ui.positive.message {
  background-color: #fcfff5;
  color: #2c662d;
}

.ui.attached.positive.message,
.ui.positive.message {
  -webkit-box-shadow: 0 0 0 1px #a3c293 inset, 0 0 0 0 transparent;
  box-shadow: 0 0 0 1px #a3c293 inset, 0 0 0 0 transparent;
}

.ui.positive.message .header {
  color: #1a531b;
}

.ui.negative.message {
  background-color: #fff6f6;
  color: #9f3a38;
}

.ui.attached.negative.message,
.ui.negative.message {
  -webkit-box-shadow: 0 0 0 1px #e0b4b4 inset, 0 0 0 0 transparent;
  box-shadow: 0 0 0 1px #e0b4b4 inset, 0 0 0 0 transparent;
}

.ui.negative.message .header {
  color: #912d2b;
}

.ui.info.message {
  background-color: #f8ffff;
  color: #276f86;
}

.ui.attached.info.message,
.ui.info.message {
  -webkit-box-shadow: 0 0 0 1px #a9d5de inset, 0 0 0 0 transparent;
  box-shadow: 0 0 0 1px #a9d5de inset, 0 0 0 0 transparent;
}

.ui.info.message .header {
  color: #0e566c;
}

.ui.warning.message {
  background-color: #fffaf3;
  color: #573a08;
}

.ui.attached.warning.message,
.ui.warning.message {
  -webkit-box-shadow: 0 0 0 1px #c9ba9b inset, 0 0 0 0 transparent;
  box-shadow: 0 0 0 1px #c9ba9b inset, 0 0 0 0 transparent;
}

.ui.warning.message .header {
  color: #794b02;
}

.ui.error.message {
  background-color: #fff6f6;
  color: #9f3a38;
}

.ui.attached.error.message,
.ui.error.message {
  -webkit-box-shadow: 0 0 0 1px #e0b4b4 inset, 0 0 0 0 transparent;
  box-shadow: 0 0 0 1px #e0b4b4 inset, 0 0 0 0 transparent;
}

.ui.error.message .header {
  color: #912d2b;
}

.ui.success.message {
  background-color: #fcfff5;
  color: #2c662d;
}

.ui.attached.success.message,
.ui.success.message {
  -webkit-box-shadow: 0 0 0 1px #a3c293 inset, 0 0 0 0 transparent;
  box-shadow: 0 0 0 1px #a3c293 inset, 0 0 0 0 transparent;
}

.ui.success.message .header {
  color: #1a531b;
}

.ui.black.message,
.ui.inverted.message {
  background-color: #1b1c1d;
  color: rgba(255, 255, 255, 0.9);
}

.ui.red.message {
  background-color: #ffe8e6;
  color: #db2828;
  -webkit-box-shadow: 0 0 0 1px #db2828 inset, 0 0 0 0 transparent;
  box-shadow: 0 0 0 1px #db2828 inset, 0 0 0 0 transparent;
}

.ui.red.message .header {
  color: #c82121;
}

.ui.orange.message {
  background-color: #ffedde;
  color: #f2711c;
  -webkit-box-shadow: 0 0 0 1px #f2711c inset, 0 0 0 0 transparent;
  box-shadow: 0 0 0 1px #f2711c inset, 0 0 0 0 transparent;
}

.ui.orange.message .header {
  color: #e7640d;
}

.ui.yellow.message {
  background-color: #fff8db;
  color: #b58105;
  -webkit-box-shadow: 0 0 0 1px #b58105 inset, 0 0 0 0 transparent;
  box-shadow: 0 0 0 1px #b58105 inset, 0 0 0 0 transparent;
}

.ui.yellow.message .header {
  color: #9c6f04;
}

.ui.olive.message {
  background-color: #fbfdef;
  color: #8abc1e;
  -webkit-box-shadow: 0 0 0 1px #8abc1e inset, 0 0 0 0 transparent;
  box-shadow: 0 0 0 1px #8abc1e inset, 0 0 0 0 transparent;
}

.ui.olive.message .header {
  color: #7aa61a;
}

.ui.green.message {
  background-color: #e5f9e7;
  color: #1ebc30;
  -webkit-box-shadow: 0 0 0 1px #1ebc30 inset, 0 0 0 0 transparent;
  box-shadow: 0 0 0 1px #1ebc30 inset, 0 0 0 0 transparent;
}

.ui.green.message .header {
  color: #1aa62a;
}

.ui.teal.message {
  background-color: #e1f7f7;
  color: #10a3a3;
  -webkit-box-shadow: 0 0 0 1px #10a3a3 inset, 0 0 0 0 transparent;
  box-shadow: 0 0 0 1px #10a3a3 inset, 0 0 0 0 transparent;
}

.ui.teal.message .header {
  color: #0e8c8c;
}

.ui.blue.message {
  background-color: #dff0ff;
  color: #2185d0;
  -webkit-box-shadow: 0 0 0 1px #2185d0 inset, 0 0 0 0 transparent;
  box-shadow: 0 0 0 1px #2185d0 inset, 0 0 0 0 transparent;
}

.ui.blue.message .header {
  color: #1e77ba;
}

.ui.violet.message {
  background-color: #eae7ff;
  color: #6435c9;
  -webkit-box-shadow: 0 0 0 1px #6435c9 inset, 0 0 0 0 transparent;
  box-shadow: 0 0 0 1px #6435c9 inset, 0 0 0 0 transparent;
}

.ui.violet.message .header {
  color: #5a30b5;
}

.ui.purple.message {
  background-color: #f6e7ff;
  color: #a333c8;
  -webkit-box-shadow: 0 0 0 1px #a333c8 inset, 0 0 0 0 transparent;
  box-shadow: 0 0 0 1px #a333c8 inset, 0 0 0 0 transparent;
}

.ui.purple.message .header {
  color: #922eb4;
}

.ui.pink.message {
  background-color: #ffe3fb;
  color: #e03997;
  -webkit-box-shadow: 0 0 0 1px #e03997 inset, 0 0 0 0 transparent;
  box-shadow: 0 0 0 1px #e03997 inset, 0 0 0 0 transparent;
}

.ui.pink.message .header {
  color: #dd238b;
}

.ui.brown.message {
  background-color: #f1e2d3;
  color: #a5673f;
  -webkit-box-shadow: 0 0 0 1px #a5673f inset, 0 0 0 0 transparent;
  box-shadow: 0 0 0 1px #a5673f inset, 0 0 0 0 transparent;
}

.ui.brown.message .header {
  color: #935b38;
}

.ui.mini.message {
  font-size: 0.78571429em;
}

.ui.tiny.message {
  font-size: 0.85714286em;
}

.ui.small.message {
  font-size: 0.92857143em;
}

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

.ui.large.message {
  font-size: 1.14285714em;
}

.ui.big.message {
  font-size: 1.28571429em;
}

.ui.huge.message {
  font-size: 1.42857143em;
}

.ui.massive.message {
  font-size: 1.71428571em;
}

.page__header {
  background-color: var(--clr-primary);
  color: var(--white);
  padding: 4rem 0;
  position: relative;
}
.page__header h2 {
  font-weight: 400;
  font-size: 1.75rem;
  line-height: 1.35;
  text-align: center;
}

.page main {
  background-color: var(--white);
  padding: 2rem 1rem;
  border-radius: 3px;
}

a i,
button i {
  margin-right: 0.5rem;
}

.nikgapps__intro {
  margin-bottom: 1rem;
}
.nikgapps__intro img {
  display: block;
  max-width: 240px;
  margin: 0 auto 10px;
}
.nikgapps__intro p {
  color: #4a5568;
  padding: 1.5rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  font-weight: 600;
}

.nikgapps__features__list {
  list-style: square inside;
}
.nikgapps__features__list li {
  display: block;
  padding: 1rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  transition: background-color 180ms ease;
}
.nikgapps__features__list li:hover {
  background-color: #ecf0f5;
}
.nikgapps__features__list li + li {
  margin-top: 1rem;
}

.ngf__art {
  margin-bottom: 2rem;
}
.ngf__art img {
  display: block;
  width: 60%;
  margin: 0 auto;
}

.news__art {
  max-width: 300px;
  margin: 0 auto 1.5rem;
}

.cooking__item {
  padding: 1.5rem;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.cooking__item > * + * {
  margin-top: 0.85rem;
}
.cooking__item .date {
  font-weight: 400;
  color: #718096;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.cooking__item .heading {
  font-size: 1.15rem;
}
.cooking__item ul {
  list-style: disc outside;
  padding-left: 1.5rem;
  color: #718096;
}
.cooking__item li {
  padding: 0.25rem 0;
}

.cooking__item + .cooking__item {
  margin-top: 1.5rem;
}

.blog main {
  background-color: #fff;
}

.post__outer {
  padding: 1.5rem;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.post__outer .post-meta {
  font-size: 0.9rem;
  color: #718096;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: inline-block;
  margin-bottom: 1rem;
}
.post__outer .post__title {
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.35;
  margin-bottom: 0.75rem;
}
.post__outer .post__title a {
  transition: color 180ms ease;
}
.post__outer .post__title a:hover {
  color: var(--clr-primary);
}
.post__outer .article__excerpt {
  color: #718096;
  margin-bottom: 1rem;
}
.post__outer .read-more {
  display: inline-block;
  color: #3498db;
}
.post__outer .read-more:hover {
  color: var(--clr-primary);
  text-decoration: underline;
}

.post__outer + .post__outer {
  margin-top: 2rem;
}

.post__share {
  margin: 3rem 0;
}
.post__share .share__title {
  font-size: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 1rem;
}
.post__share .share-list {
  text-align: center;
}
.post__share li {
  display: inline-block;
}
.post__share a {
  display: inline-block;
  color: #fff;
  line-height: 1;
  padding: 0.5rem 1rem;
  border-radius: 2px;
}
.post__share a:hover {
  filter: brightness(110%);
}
.post__share .share-facebook {
  background-color: #4267b2;
}
.post__share .share-twitter {
  background-color: #1da1f2;
}
.post__share .share-whatsapp {
  background-color: #25d366;
}

.blog-post .page__header .post-title {
  text-align: center;
  display: block;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.35;
  margin-bottom: 0.5rem;
}
.blog-post .page__header .post-meta {
  display: block;
  text-align: center;
  color: #6c8c9b;
}
.blog-post .post-content {
  line-height: 1.65;
}
.blog-post .post-content > * + * {
  margin-top: 1.5rem;
}
.blog-post .post-content h1,
.blog-post .post-content h2,
.blog-post .post-content h3 {
  font-weight: 600;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.11);
}
.blog-post .post-content h1 {
  font-size: 1.75rem;
}
.blog-post .post-content h2 {
  font-size: 1.5rem;
}
.blog-post .post-content h3 {
  font-size: 1.35rem;
}
.blog-post .post-content ul {
  list-style: disc outside;
  padding-left: 1.5rem;
}
.blog-post .post-content li {
  padding: 0.25rem 0;
  font-weight: 500;
}
.blog-post .post-content a {
  color: #3498db;
  text-decoration: underline;
}
.blog-post .post-content ol {
  list-style: decimal inside;
  padding-left: 2rem;
}
.blog-post .post-content img {
  max-width: 100%;
  margin: 0 auto;
}
.blog-post .post-content .divider {
  padding: 0 0 0 0;
  list-style: none outside;
}
.blog-post .post-content .divider li {
  padding: 1rem;
  font-weight: 400;
}
.blog-post .post-content .divider li + li {
  border-top: 1px solid rgba(34, 36, 38, 0.15);
}

.post__comments {
  margin-top: 2rem;
}

.no__comments {
  display: block;
  margin-top: 2rem;
  text-align: center;
  color: var(--text-lighter);
  background-color: #d6dfe9;
  padding: 1rem;
  border-radius: 3px;
}

#markdown-toc {
  background: #fafafa;
  padding: 1rem 1.5rem 0.25rem 2.5rem;
  color: black;
  font-size: 14px;
  width: fit-content;
  line-height: 1.8;
  margin-bottom: 1rem;
  border-radius: 4px;
  border: 0.5px solid #aaa;
}

#markdown-toc::before {
  content: "Table of Contents";
  font-weight: 500;
  color: #555;
  text-transform: uppercase;
  font-size: 1rem;
  margin-left: -1rem;
}

#markdown-toc ul {
  list-style: circle;
}

#markdown-toc a {
  font-weight: 500;
  color: #555;
  font-size: 0.9rem;
  text-decoration: none;
  list-style-type: circle;
}

.tab__item {
  text-align: center;
}
.tab__item > * + * {
  margin-left: 1rem;
}

.downloads main {
  background-color: #edf2f7;
}

.tab__btn {
  background-color: #fff;
  border: none;
  border: 1.5px solid var(--clr-primary);
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 1.5rem;
  font-size: 1.15rem;
  transition: border 180ms ease;
}
.tab__btn.active {
  background-color: var(--clr-primary);
  color: #fff;
}
.tab__btn:focus, .tab__btn:active {
  outline: none;
  border-color: #c0cedc;
}

.download__btn {
  display: block;
  width: 100%;
  margin-top: 3rem;
  padding: 0.75rem;
  justify-content: center;
  background-color: var(--clr-primary);
  color: #fff;
  text-align: center;
  border-radius: 4px;
  transition: background-color 180ms ease;
}
.download__btn:hover {
  background-color: #202d3a;
}

.tab__packages,
.tab__addons {
  margin-top: 2.5rem;
}
.tab__packages > h2,
.tab__addons > h2 {
  font-size: 1.5rem;
  font-weight: 300;
  margin: 2rem 0;
  display: block;
  text-align: center;
}

.downloads__grid > .item + .item {
  margin-top: 1.5rem;
}
.downloads__grid .item {
  background-color: #fff;
  padding: 1.5rem;
  border-radius: 3px;
  position: relative;
  box-shadow: var(--shadow-xl);
}
.downloads__grid .item > h3 {
  font-size: 1.125rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #819ca9;
}
.downloads__grid .basic::before {
  content: "Popular";
  position: absolute;
  font-size: 0.88rem;
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #146937;
  color: #fff;
  right: 1rem;
  top: 1rem;
  border-radius: 4px;
}
.downloads__grid ul {
  font-size: 0.95rem;
  line-height: 1.65;
  list-style-position: outside;
  padding-left: 1.25rem;
  list-style-type: disc;
}
.downloads__grid li {
  padding: 0.3rem;
  position: relative;
}
.downloads__grid .info__box {
  background-color: #fff;
  font-size: 0.9rem;
  padding: 0.75rem;
  border-radius: 3px;
  margin-bottom: 1rem;
  border: 1px solid #2ecc71;
  position: relative;
}

.latest__changelogs {
  margin: 3rem 0;
}
.latest__changelogs h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.latest__changelogs ul {
  background-color: #34495e;
  color: #fff;
  border-radius: 4px;
  overflow: hidden;
  font-family: var(--font-monospace);
  font-weight: 300;
}
.latest__changelogs li {
  padding: 0.75rem 1rem;
}
.latest__changelogs li + li {
  border-top: 0.5px dashed #4c6b8a;
}

.older__changelogs > h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.ui.accordion,
.ui.accordion .accordion {
  max-width: 100%;
}

.ui.accordion .accordion {
  margin: 1em 0 0;
  padding: 0;
}

.ui.accordion .accordion .title,
.ui.accordion .title {
  cursor: pointer;
}

.ui.accordion .title:not(.ui) {
  padding: 0.5em 0;
  font-size: 1em;
  color: rgba(0, 0, 0, 0.87);
}

.ui.accordion .accordion .title ~ .content,
.ui.accordion .title ~ .content {
  display: none;
}

.ui.accordion:not(.styled) .accordion .title ~ .content:not(.ui),
.ui.accordion:not(.styled) .title ~ .content:not(.ui) {
  margin: "";
  padding: 0.5em 0 1em;
}

.ui.accordion:not(.styled) .title ~ .content:not(.ui):last-child {
  padding-bottom: 0;
}

.ui.accordion .accordion .title .dropdown.icon,
.ui.accordion .title .dropdown.icon {
  display: inline-block;
  float: none;
  opacity: 1;
  width: 1.25em;
  height: 1em;
  margin: 0 0.25rem 0 0;
  padding: 0;
  font-size: 1em;
  -webkit-transition: opacity 0.1s ease, -webkit-transform 0.1s ease;
  transition: opacity 0.1s ease, -webkit-transform 0.1s ease;
  transition: transform 0.1s ease, opacity 0.1s ease;
  transition: transform 0.1s ease, opacity 0.1s ease, -webkit-transform 0.1s ease;
  vertical-align: baseline;
  -webkit-transform: none;
  transform: none;
}

.ui.accordion.menu .item .title {
  display: block;
  padding: 0;
}

.ui.accordion.menu .item .title > .dropdown.icon {
  float: right;
  margin: 0.21425em 0 0 1em;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.ui.accordion .ui.header .dropdown.icon {
  font-size: 1em;
  margin: 0 0.25rem 0 0;
}

.ui.accordion .accordion .active.title .dropdown.icon,
.ui.accordion .active.title .dropdown.icon {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.ui.accordion.menu .item .active.title > .dropdown.icon {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.ui.styled.accordion,
.ui.styled.accordion .accordion {
  border-radius: 2px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.ui.styled.accordion .accordion .title,
.ui.styled.accordion .title {
  margin: 0;
  padding: 1rem;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.4);
  font-weight: 700;
  border-top: 1px solid rgba(34, 36, 38, 0.15);
  -webkit-transition: background 0.1s ease, color 0.1s ease;
  transition: background 0.1s ease, color 0.1s ease;
}

.ui.styled.accordion .accordion .title:first-child,
.ui.styled.accordion > .title:first-child {
  border-top: none;
}

.ui.styled.accordion .accordion .content,
.ui.styled.accordion .content {
  margin: 0;
  padding: 0.5em 1em 1.5em;
}

.ui.styled.accordion .accordion .content.active > * + * {
  margin-top: 0.75rem;
}
.ui.styled.accordion .accordion .content {
  padding: 0;
  padding: 0.5em 1em 1.5em;
}

.ui.styled.accordion .accordion .active.title,
.ui.styled.accordion .accordion .title:hover,
.ui.styled.accordion .active.title,
.ui.styled.accordion .title:hover {
  background: 0 0;
  color: rgba(0, 0, 0, 0.87);
}

.ui.styled.accordion .accordion .active.title,
.ui.styled.accordion .accordion .title:hover {
  background: 0 0;
  color: rgba(0, 0, 0, 0.87);
}

.ui.styled.accordion .active.title {
  background: 0 0;
  color: rgba(0, 0, 0, 0.95);
}

.ui.styled.accordion .accordion .active.title {
  background: 0 0;
  color: rgba(0, 0, 0, 0.95);
}

.ui.accordion .accordion .active.content,
.ui.accordion .active.content {
  display: block;
}

.ui.fluid.accordion,
.ui.fluid.accordion .accordion {
  width: 100%;
}

.ui.inverted.accordion .title:not(.ui) {
  color: rgba(255, 255, 255, 0.9);
}

@font-face {
  font-family: Accordion;
  src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMggjB5AAAAC8AAAAYGNtYXAPfOIKAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5Zryj6HgAAAFwAAAAyGhlYWT/0IhHAAACOAAAADZoaGVhApkB5wAAAnAAAAAkaG10eAJuABIAAAKUAAAAGGxvY2EAjABWAAACrAAAAA5tYXhwAAgAFgAAArwAAAAgbmFtZfC1n04AAALcAAABPHBvc3QAAwAAAAAEGAAAACAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADw2gHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIPDa//3//wAAAAAAIPDZ//3//wAB/+MPKwADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQASAEkAtwFuABMAADc0PwE2FzYXFh0BFAcGJwYvASY1EgaABQgHBQYGBQcIBYAG2wcGfwcBAQcECf8IBAcBAQd/BgYAAAAAAQAAAEkApQFuABMAADcRNDc2MzIfARYVFA8BBiMiJyY1AAUGBwgFgAYGgAUIBwYFWwEACAUGBoAFCAcFgAYGBQcAAAABAAAAAQAAqWYls18PPPUACwIAAAAAAM/9o+4AAAAAz/2j7gAAAAAAtwFuAAAACAACAAAAAAAAAAEAAAHg/+AAAAIAAAAAAAC3AAEAAAAAAAAAAAAAAAAAAAAGAAAAAAAAAAAAAAAAAQAAAAC3ABIAtwAAAAAAAAAKABQAHgBCAGQAAAABAAAABgAUAAEAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADAAAAAEAAAAAAAIADgBAAAEAAAAAAAMADAAiAAEAAAAAAAQADABOAAEAAAAAAAUAFgAMAAEAAAAAAAYABgAuAAEAAAAAAAoANABaAAMAAQQJAAEADAAAAAMAAQQJAAIADgBAAAMAAQQJAAMADAAiAAMAAQQJAAQADABOAAMAAQQJAAUAFgAMAAMAAQQJAAYADAA0AAMAAQQJAAoANABaAHIAYQB0AGkAbgBnAFYAZQByAHMAaQBvAG4AIAAxAC4AMAByAGEAdABpAG4AZ3JhdGluZwByAGEAdABpAG4AZwBSAGUAZwB1AGwAYQByAHIAYQB0AGkAbgBnAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format("truetype"), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAASwAAoAAAAABGgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAS0AAAEtFpovuE9TLzIAAAIkAAAAYAAAAGAIIweQY21hcAAAAoQAAABMAAAATA984gpnYXNwAAAC0AAAAAgAAAAIAAAAEGhlYWQAAALYAAAANgAAADb/0IhHaGhlYQAAAxAAAAAkAAAAJAKZAedobXR4AAADNAAAABgAAAAYAm4AEm1heHAAAANMAAAABgAAAAYABlAAbmFtZQAAA1QAAAE8AAABPPC1n05wb3N0AAAEkAAAACAAAAAgAAMAAAEABAQAAQEBB3JhdGluZwABAgABADr4HAL4GwP4GAQeCgAZU/+Lix4KABlT/4uLDAeLa/iU+HQFHQAAAHkPHQAAAH4RHQAAAAkdAAABJBIABwEBBw0PERQZHnJhdGluZ3JhdGluZ3UwdTF1MjB1RjBEOXVGMERBAAACAYkABAAGAQEEBwoNVp38lA78lA78lA77lA773Z33bxWLkI2Qj44I9xT3FAWOj5CNkIuQi4+JjoePiI2Gi4YIi/uUBYuGiYeHiIiHh4mGi4aLho2Ijwj7FPcUBYeOiY+LkAgO+92L5hWL95QFi5CNkI6Oj4+PjZCLkIuQiY6HCPcU+xQFj4iNhouGi4aJh4eICPsU+xQFiIeGiYaLhouHjYePiI6Jj4uQCA74lBT4lBWLDAoAAAAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADw2gHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIPDa//3//wAAAAAAIPDZ//3//wAB/+MPKwADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAEAADfYOJZfDzz1AAsCAAAAAADP/aPuAAAAAM/9o+4AAAAAALcBbgAAAAgAAgAAAAAAAAABAAAB4P/gAAACAAAAAAAAtwABAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAEAAAAAtwASALcAAAAAUAAABgAAAAAADgCuAAEAAAAAAAEADAAAAAEAAAAAAAIADgBAAAEAAAAAAAMADAAiAAEAAAAAAAQADABOAAEAAAAAAAUAFgAMAAEAAAAAAAYABgAuAAEAAAAAAAoANABaAAMAAQQJAAEADAAAAAMAAQQJAAIADgBAAAMAAQQJAAMADAAiAAMAAQQJAAQADABOAAMAAQQJAAUAFgAMAAMAAQQJAAYADAA0AAMAAQQJAAoANABaAHIAYQB0AGkAbgBnAFYAZQByAHMAaQBvAG4AIAAxAC4AMAByAGEAdABpAG4AZ3JhdGluZwByAGEAdABpAG4AZwBSAGUAZwB1AGwAYQByAHIAYQB0AGkAbgBnAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format("woff");
  font-weight: 400;
  font-style: normal;
}
.ui.accordion .accordion .title .dropdown.icon,
.ui.accordion .title .dropdown.icon {
  font-family: Accordion;
  line-height: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}

.ui.accordion .accordion .title .dropdown.icon:before,
.ui.accordion .title .dropdown.icon:before {
  content: "\f0da";
}

.ui.accordion .content ul {
  font-size: 15px;
  list-style-position: inside;
  border-radius: 3px;
  border: 1px solid #ddd;
}
.ui.accordion .content li {
  padding: 0.75rem;
}
.ui.accordion .content li + li {
  border-top: 1px solid #ddd;
}

.elite-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px; /* Spacing between items */
}

.elite-item {
  border: 1px solid #e1e1e1;
  padding: 10px;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 5px; /* Adjust this value to bring text closer to the button */
}

.download-btn {
  display: inline-block;
  background-color: var(--clr-primary); /* Button color from variable */
  color: #ffffff; /* Text color */
  padding: 10px 10px; /* Adjusted padding for button */
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.download-btn:hover {
  background-color: #0056b3; /* Darker shade for hover - Adjust if needed */
}

.appset {
  font-weight: bold;
}

.package {
  margin-left: 20px;
}

/* Mobile styles */
@media (max-width: 768px) { /* Adjust the breakpoint as needed */
  .elite-grid {
    grid-template-columns: 1fr;
  }
}
html {
  font-size: 15px;
  scroll-behavior: smooth;
}

:root {
  --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
  	Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  --clr-primary: #2c3e50;
  --text-lighter: #718096;
  --bg-body: #e2e8f0;
  --white: #f7fafc;
  --body-text: #4a5568;
  --blue: #3498db;
  --red: #e53935;
  --green: #43a047;
  --yellow: #fbc02d;
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
  	0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
  	0 10px 10px -5px rgba(0, 0, 0, 0.04);
  --shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --font-monospace: "DM Mono", monospace;
}

body {
  height: 100%;
  background-color: var(--bg-body);
  color: var(--body-text);
  font-size: 1rem;
  line-height: 1.6;
  font-family: var(--font-sans);
  font-weight: 400;
}

header {
  background-color: var(--white);
}

.branding h1 {
  font-size: 1.35rem;
  font-weight: 600;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 1.5rem 0;
}

.hamburger {
  height: 2.25rem;
  width: 2.25rem;
  background-color: var(--clr-primary);
  color: #fff;
  border-radius: 3px;
  display: flex;
  align-items: center;
  border: none;
  justify-content: center;
}
.hamburger svg {
  display: block;
  width: 2rem;
  height: 2rem;
}

.nav__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 999;
  background-color: rgba(44, 62, 80, 0.45);
  display: none;
}
.nav__overlay .nav__close {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  background-color: #fff;
  border: none;
  padding: 1rem;
}

.header__nav {
  position: fixed;
  width: 70%;
  padding: 5rem 1rem 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  background-color: #2c3e50;
  box-shadow: var(--shadow-2xl);
}
@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.menu li + li {
  margin-top: 0.5rem;
}
.menu i {
  margin-right: 0.5rem;
}
.menu .active a {
  background-color: var(--clr-primary);
  color: #fff;
  transition: background-color 180ms ease-out, color 180ms ease-out;
}
.menu .active a:hover {
  background-color: #fff;
  color: var(--body-text);
}
.menu a {
  display: flex;
  width: 100%;
  align-items: center;
  border-radius: 3px;
  padding: 0.5rem 1.5rem;
  background-color: #3e5771;
  color: #fff;
  transition: background-color 180ms ease-out;
}
.menu a:hover {
  background-color: #2c3e50;
}

.nav__expanded .nav__overlay {
  display: block;
}
.nav__expanded .header__nav {
  animation: slideLeft 180ms ease;
}

.hero {
  background-color: var(--clr-primary);
  color: var(--white);
  padding: 3rem 0;
  position: relative;
}

.hero__art {
  margin-bottom: 1rem;
}
.hero__art img {
  width: 250px;
  margin: 0 auto;
}

.hero__content {
  text-align: center;
}
.hero__content .headline {
  font-weight: 600;
  font-size: 2rem;
}
.hero__content .intro {
  color: #c7d3d9;
  margin-bottom: 1rem;
  font-size: 1.1rem;
}
.hero__content .links {
  display: flex;
  width: 100%;
  margin-top: 1.5rem;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.hero__content .links a {
  padding: 0.45rem 1.5rem;
  border-radius: 2px;
  transition: background-color 200ms ease;
}
.hero__content .links .hero__download {
  background-color: #44607c;
  border: 2px solid #44607c;
  margin-right: 1rem;
}
.hero__content .links .hero__download:hover, .hero__content .links .hero__download:focus {
  background-color: transparent;
}
.hero__content .links .hero__telegram {
  background-color: transparent;
  border: 2px solid #44607c;
}
.hero__content .links .hero__telegram:hover, .hero__content .links .hero__telegram:focus {
  background-color: #44607c;
}

.features {
  z-index: 9;
}

.f__inner {
  padding: 3rem 1.5rem;
  border-radius: 3px;
  box-shadow: var(--shadow-lg);
  background-color: var(--white);
  position: relative;
}

.features__grid {
  margin-top: 4rem;
}
.features__grid .f__item + .f__item {
  margin-top: 2rem;
}

.f__item {
  text-align: center;
}
.f__item .icon {
  margin-bottom: 0.75rem;
  transition: transform 180ms ease-out;
  will-change: transform;
}
.f__item .icon:hover {
  transform: scale(1.25);
}
.f__item h4 {
  font-size: 1.25rem;
  font-weight: 600;
}
.f__item p {
  font-size: 0.95rem;
  color: var(--text-lighter);
}

.thanks {
  margin-top: 3rem;
  padding: 3rem 0;
}

.credits__art {
  margin-bottom: 1.5rem;
}
.credits__art img {
  width: 285px;
  margin: 0 auto;
}

.credits__content ul {
  background-color: var(--white);
  box-shadow: var(--shadow-lg);
  border-radius: 3px;
}
.credits__content li {
  padding: 0.88rem;
}
.credits__content li:nth-child(even) {
  background-color: #e1e8ef;
}
.credits__content li + li {
  border-top: 1px solid #e6ebee;
}
.credits__content a {
  position: relative;
  z-index: 1;
}
.credits__content a:hover {
  color: #fff;
}
.credits__content a:hover::after {
  height: 100%;
}
.credits__content a::after {
  content: "";
  left: 0;
  right: 0;
  position: absolute;
  height: 2px;
  bottom: 0;
  z-index: -1;
  background-color: #89a4be;
  transition: height 160ms ease;
}

.vm__footer {
  background-color: var(--clr-primary);
  color: #fff;
  position: relative;
  margin-top: 8rem;
  text-align: center;
}

.vmf__inner {
  padding: 8vh 0;
}
.vmf__inner > * + * {
  margin-top: 2rem;
}
.vmf__inner .footer__branding img {
  width: 200px;
  margin: 0 auto;
}
.vmf__inner .footer__links a:hover {
  text-decoration: underline;
}
.vmf__inner .footer__links li + li {
  margin-top: 0.35rem;
}
.vmf__inner .feature__request h3 {
  font-size: 1.125rem;
  margin-bottom: 1rem;
}
.vmf__inner .feature__request a {
  display: inline-block;
  background-color: #fff;
  color: var(--body-text);
  padding: 0.5rem 1.5rem;
  border-radius: 3px;
}

.footer__art {
  margin-bottom: 0.75rem;
}
.footer__art img {
  max-width: 180px;
  margin: 0 auto;
}

.footer__content h3 {
  font-weight: 300;
  font-size: 1.5rem;
  color: #b6b8c0;
}
.footer__content a {
  display: inline-block;
  margin-top: 1rem;
  background-color: #fff;
  color: var(--clr-primary);
  text-align: center;
  padding: 0.5rem 1.75rem;
  border-radius: 3px;
  box-shadow: var(--shadow-xl);
}

footer {
  border-top: 1px solid #474a53;
  padding: 1rem 0;
  font-weight: 300;
}
footer .vm__credits {
  color: #c9cad0;
}
footer .vm__credits a {
  text-decoration: underline;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
  .f__inner {
    margin-top: 3rem;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
  .container-fluid {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .container,
  .my__wrap,
  .vm__wrapper {
    max-width: 960px;
  }
  .f__inner {
    margin-top: 0;
  }
  .hamburger {
    display: none;
  }
  .nav__overlay {
    position: static;
    flex-basis: auto;
    display: inline-block;
    width: auto;
  }
  .nav__overlay .nav__close {
    display: none;
  }
  .header__nav {
    margin-top: 0;
    position: static;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--white);
    box-shadow: none;
    padding: 0;
    width: auto;
  }
  .menu li {
    display: inline-block;
  }
  .menu li + li {
    margin-top: 0;
    margin-left: 1rem;
  }
  .menu a {
    text-align: center;
    background-color: transparent;
    color: var(--body-clr);
  }
  .menu a:hover {
    background-color: #ecf0f5;
  }
  .menu .header__c2a {
    display: flex;
    margin-top: 0;
    width: 100%;
    text-align: center;
    padding: 0.5rem 1.5rem;
    border: 1px solid transparent;
    align-items: center;
    border-radius: 3px;
    border-color: var(--clr-primary);
  }
  .menu .header__c2a:hover, .menu .header__c2a:focus {
    background-color: var(--white);
    color: var(--clr-primary);
    border-color: var(--clr-primary);
  }
  .hero {
    padding: 5rem 0;
  }
  .hero::after {
    content: "";
    background-color: var(--clr-primary);
    position: absolute;
    bottom: 0;
    top: 99%;
    left: 0;
    right: 0;
    width: 100%;
    height: 90px;
    z-index: -1;
  }
  .credits__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .hero__inner {
    flex-direction: row-reverse;
  }
  .hero__art {
    flex-basis: 40%;
  }
  .credits__row {
    flex-direction: row-reverse;
  }
  .credits__content {
    flex-basis: 50%;
  }
  .credits__art {
    flex-basis: 50%;
  }
  .features__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
  }
  .features__grid .f__item + .f__item {
    margin-top: 0;
  }
  .page__header::after {
    content: "";
    background-color: var(--clr-primary);
    position: absolute;
    bottom: 0;
    top: 99%;
    left: 0;
    right: 0;
    width: 100%;
    height: 60px;
    z-index: -1;
  }
  .page main {
    padding: 2rem;
  }
  .downloads__grid {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    gap: 1.25rem;
    grid-template-areas: "core go basic" "omni stock full" "omni stock full";
  }
  .downloads__grid .core {
    grid-area: core;
  }
  .downloads__grid .basic {
    grid-area: basic;
  }
  .downloads__grid .omni {
    grid-area: omni;
  }
  .downloads__grid .go {
    grid-area: go;
  }
  .downloads__grid .stock {
    grid-area: stock;
  }
  .downloads__grid .full {
    grid-area: full;
  }
  .downloads__grid > .item + .item {
    margin-top: 0;
  }
  .download__btn {
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
  }
  .download__btn.has-svg {
    display: flex;
  }
  .vmf__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .vmf__inner > * + * {
    margin-top: 0;
  }
  .vmf__inner > * {
    flex-basis: 30%;
  }
  .finner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .finner > * + * {
    flex-basis: 33.3%;
  }
  .nikgapps__intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.5rem 0;
  }
  .nikgapps__intro img {
    margin: auto;
  }
  .nikgapps__intro p {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    font-size: 1rem;
    padding: 2rem;
  }
  .nh__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .nh__item + .nh__item {
    margin-top: 0;
  }
  .nh__item {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }
  .ngf__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nikgapps__features__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0.75rem 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0.75rem;
  }
  .nikgapps__features__list li {
    padding: 1rem;
    background-color: #f7fafc;
    border-radius: 5px;
  }
  .nikgapps__features__list li + li {
    margin-top: 0;
  }
  .post__outer .post__title {
    font-size: 1.5rem;
  }
  .post__share {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
  }
  .post__share .share__title {
    margin-bottom: 0;
  }
  .blog-post main {
    margin-top: 0;
    padding: 3rem;
  }
  .blog-post .post-content img {
    max-width: 450px;
  }
}
@media (min-width: 1200px) {
  .container,
  .my__wrap,
  .vm__wrapper {
    max-width: 1140px;
  }
}

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