@font-face {
  font-family: "Avinor";
  src: url("https://0310e3e48f9f8fd91f21-c59b2c829b25cbc666933a71e5c2b2ea.ssl.cf3.rackcdn.com/assets/fonts/avinor-light-webfont.woff?new") format("woff");
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: "Avinor";
  src: url("https://0310e3e48f9f8fd91f21-c59b2c829b25cbc666933a71e5c2b2ea.ssl.cf3.rackcdn.com/assets/fonts/avinor-medium-webfont.woff?new") format("woff");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Avinor";
  src: url("https://0310e3e48f9f8fd91f21-c59b2c829b25cbc666933a71e5c2b2ea.ssl.cf3.rackcdn.com/assets/fonts/avinor-bold-webfont.woff?new") format("woff");
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "Whitney";
  src: url("https://0310e3e48f9f8fd91f21-c59b2c829b25cbc666933a71e5c2b2ea.ssl.cf3.rackcdn.com/assets/fonts/Whitney-Light.otf?new") format("opentype");
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: "Whitney";
  src: url("https://0310e3e48f9f8fd91f21-c59b2c829b25cbc666933a71e5c2b2ea.ssl.cf3.rackcdn.com/assets/fonts/Whitney-Book.otf?new") format("opentype");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Whitney";
  src: url("https://0310e3e48f9f8fd91f21-c59b2c829b25cbc666933a71e5c2b2ea.ssl.cf3.rackcdn.com/assets/fonts/Whitney-Medium.otf?new") format("opentype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Whitney";
  src: url("https://0310e3e48f9f8fd91f21-c59b2c829b25cbc666933a71e5c2b2ea.ssl.cf3.rackcdn.com/assets/fonts/Whitney-Semibold.otf?new") format("opentype");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Whitney";
  src: url("https://0310e3e48f9f8fd91f21-c59b2c829b25cbc666933a71e5c2b2ea.ssl.cf3.rackcdn.com/assets/fonts/Whitney-Bold.otf?new") format("opentype");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Whitney";
  src: url("https://0310e3e48f9f8fd91f21-c59b2c829b25cbc666933a71e5c2b2ea.ssl.cf3.rackcdn.com/assets/fonts/Whitney-Black.otf?new") format("opentype");
  font-weight: 800;
  font-display: swap;
}
a {
  color: #0078CF;
  text-decoration: none;
  transition: all 0.2s;
}
a:hover {
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 300;
  color: #ffffff;
  margin: 0;
  padding: 0;
  letter-spacing: 0.75px;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-weight: 700;
}

h1 {
  font-size: 1.9em;
}

h2 {
  font-size: 1.6em;
}

h3 {
  font-size: 1.3em;
}

h4 {
  font-size: 1.1em;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 0.8em;
}

a.btn:hover {
  text-decoration: none;
}

.btn {
  cursor: pointer;
  outline: none;
  vertical-align: baseline;
  margin: 0;
  padding: 0.4em 0.5em;
  border-radius: 5px;
  text-transform: none;
  text-shadow: none;
  font-weight: 100;
  font-style: normal;
  font-size: 1em;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-image: none;
  background-color: transparent;
  border: 1px solid #ffffff;
  transition: all 0.2s;
  -webkit-tap-highlight-color: transparent;
}
.btn::-moz-focus-inner {
  border: 0;
}
.btn svg {
  vertical-align: middle;
}
.btn[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
.btn.info {
  background-color: #637E99;
  border-color: #637E99;
}
.btn.info:hover {
  background-color: rgb(113.8392857143, 138.75, 163.6607142857);
  border-color: rgb(113.8392857143, 138.75, 163.6607142857);
}
.btn.info:active {
  background-color: rgb(88.9821428571, 113.25, 137.5178571429);
  border-color: rgb(88.9821428571, 113.25, 137.5178571429);
  color: #ffffff;
}
.btn.success {
  background-color: #181F1C;
  border-color: #181F1C;
}
.btn.success:hover {
  background-color: rgb(35.1272727273, 45.3727272727, 40.9818181818);
  border-color: rgb(35.1272727273, 45.3727272727, 40.9818181818);
}
.btn.success:active {
  background-color: rgb(12.8727272727, 16.6272727273, 15.0181818182);
  border-color: rgb(12.8727272727, 16.6272727273, 15.0181818182);
  color: #ffffff;
}
.btn.danger {
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn.danger:hover {
  background-color: rgb(221.5280373832, 103.4953271028, 99.9719626168);
  border-color: rgb(221.5280373832, 103.4953271028, 99.9719626168);
}
.btn.danger:active {
  background-color: rgb(212.4719626168, 62.5046728972, 58.0280373832);
  border-color: rgb(212.4719626168, 62.5046728972, 58.0280373832);
  color: #ffffff;
}
.btn.disabled {
  background-color: #B7B7B7;
  border-color: #B7B7B7;
  cursor: not-allowed;
}
.btn.disabled:hover {
  background-color: #B7B7B7;
}
.btn.disabled:active {
  background-color: #B7B7B7;
}
.btn.mini {
  font-size: 0.75em;
  min-width: 6.5em;
}
.btn.small {
  font-size: 0.95em;
  min-width: 7em;
}
.btn.medium {
  font-size: 1.1em;
  min-width: 7.5em;
}
.btn.big {
  font-size: 1.5em;
  min-width: 1.8em;
}
.btn.bigger {
  font-size: 0.95em;
  min-width: 6em;
}

label {
  margin-bottom: 0.2em;
  display: block;
}

input::-webkit-input-placeholder {
  color: rgb(79.6363636364, 102.8636363636, 92.9090909091);
}

input::-moz-placeholder {
  color: rgb(79.6363636364, 102.8636363636, 92.9090909091);
}

input:-ms-input-placeholder {
  color: rgb(79.6363636364, 102.8636363636, 92.9090909091);
}

input:-moz-placeholder {
  color: rgb(79.6363636364, 102.8636363636, 92.9090909091);
}

textarea::-webkit-input-placeholder {
  color: rgb(79.6363636364, 102.8636363636, 92.9090909091);
}

textarea::-moz-placeholder {
  color: rgb(79.6363636364, 102.8636363636, 92.9090909091);
}

textarea:-ms-input-placeholder {
  color: rgb(79.6363636364, 102.8636363636, 92.9090909091);
}

textarea:-moz-placeholder {
  color: rgb(79.6363636364, 102.8636363636, 92.9090909091);
}

input[type=text], [type=password], [type=email], [type=search], [type=tel] {
  margin: 0;
  width: 100%;
  color: #ffffff;
  background-color: rgb(35.1272727273, 45.3727272727, 40.9818181818);
  font-size: 1em;
  box-shadow: none;
  padding: 1em 1.5em;
  border: 0;
  border-radius: 5px;
  transition: all 0.2s;
  box-sizing: border-box;
}
input[type=text].input-info, [type=password].input-info, [type=email].input-info, [type=search].input-info, [type=tel].input-info {
  border-color: rgb(79.6363636364, 102.8636363636, 92.9090909091);
}
input[type=text].input-error, [type=password].input-error, [type=email].input-error, [type=search].input-error, [type=tel].input-error {
  border-color: #d9534f;
}
input[type=text].input-success, [type=password].input-success, [type=email].input-success, [type=search].input-success, [type=tel].input-success {
  border-color: #5cb85c;
}

input[type=text]:focus, [type=password]:focus, [type=email]:focus, [type=search]:focus, [type=tel]:focus {
  outline: none;
  color: #ffffff;
  background-color: rgb(46.2545454545, 59.7454545455, 53.9636363636);
}

input[type=text]:disabled, [type=password]:disabled, [type=email]:disabled, [type=search]:disabled, [type=tel]:disabled {
  color: #181F1C;
  background-color: #181F1C;
  cursor: not-allowed;
}

.input-icon {
  margin: 0;
  display: flex;
  border-radius: 5px;
  border: 2px solid #d3d9dd;
}
.input-icon .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5em 0.5em;
  background-color: rgb(79.6363636364, 102.8636363636, 92.9090909091);
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.input-icon input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-info {
  border-color: rgb(79.6363636364, 102.8636363636, 92.9090909091);
}

.input-error {
  border-color: #d9534f;
}

.input-success {
  border-color: #5cb85c;
}

.input-margin {
  margin: 1em 0 1em 0;
  width: 100%;
}

.input-mar-b {
  margin: 0 0 1em;
}

textarea {
  min-width: 100%;
  min-height: 250px;
  border: 2px solid #d3d9dd;
  box-sizing: border-box;
  border-radius: 5px;
  color: #181F1C;
  transition: all 0.2s;
  padding: 1em;
  font-family: "Whitney", Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
  font-size: 1em;
  font-weight: 300;
}
textarea:focus {
  border-color: rgb(79.6363636364, 102.8636363636, 92.9090909091);
  outline: none;
}

.checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.checkbox .option-input {
  -webkit-appearance: none;
  background: #35506c;
  width: 25px;
  height: 25px;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  border: 0;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000;
  transition: all 0.2s;
}
.checkbox .option-input:hover {
  background: #536b85;
}
.checkbox .option-input:checked {
  background: #35506c;
}
.checkbox .option-input:checked::before {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f00c";
  display: inline-block;
  font-size: 16.6666666667px;
  text-align: center;
  line-height: 25px;
  height: 25px;
  width: 25px;
  color: #ffffff;
}
.checkbox .option-input:checked::after {
  background: #35506c;
  content: "";
  display: block;
  position: relative;
  z-index: 100;
}
.checkbox .option-input.radio {
  border-radius: 50%;
}
.checkbox .option-input.radio::after {
  border-radius: 50%;
}

.label {
  font-size: 1em;
  text-transform: none;
  font-weight: 300;
  padding: 5px 10px 5px 10px;
  vertical-align: middle;
  min-width: 20px;
  color: #ffffff;
  border-radius: 5px;
  text-align: center;
}
.label a {
  color: #ffffff;
  font-weight: 600;
}
.label a:hover {
  text-decoration: underline;
}
.label.center {
  text-align: center;
}
.label.emergency {
  background-color: rgb(159.5514018692, 38.0747663551, 34.4485981308);
  color: #ffffff;
}
.label.alert {
  background-color: rgb(212.4719626168, 62.5046728972, 58.0280373832);
  color: #ffffff;
}
.label.critical {
  background-color: rgb(226.0560747664, 123.9906542056, 120.9439252336);
  color: #ffffff;
}
.label.error {
  background-color: rgb(233.3009345794, 156.7831775701, 154.4990654206);
  color: #ffffff;
}
.label.warning {
  background-color: #fca311;
  color: #ffffff;
}
.label.success {
  background-color: #5cb85c;
  color: #ffffff;
}
.label.info {
  background-color: #181F1C;
  color: #ffffff;
}
.label.debug {
  background-color: rgb(68.5090909091, 88.4909090909, 79.9272727273);
  color: #ffffff;
}
.label.muted {
  background-color: #d3d9dd;
  color: #ffffff;
}
.label.default {
  background-color: #B7B7B7;
  color: #ffffff;
}
.label.production {
  background-color: #ee4266;
  color: #ffffff;
}
.label.local {
  background-color: #540d6e;
  color: #ffffff;
}

.select {
  position: relative;
  display: block;
  margin: 0;
  width: 100%;
  color: #ffffff;
  background-color: rgb(35.1272727273, 45.3727272727, 40.9818181818);
  font-size: 1em;
  box-shadow: none;
  padding: 1em 1.5em;
  border: 0;
  border-radius: 5px;
  transition: all 0.2s;
  box-sizing: border-box;
}
.select .placeholder {
  cursor: pointer;
  color: #ffffff;
}
.select .select-default {
  position: relative;
  display: block;
  background-color: #ffffff;
  z-index: 1;
  padding: 1em 1.5em;
  font-size: 1em;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  border: solid 2px #d3d9dd;
  border-radius: 5px;
}
.select .select-default:after {
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  font-family: "FontAwesome";
  content: "\f078";
  z-index: 10;
}
.select.is-open .select-default:after {
  content: "\f077";
}
.select.is-open ul {
  display: block;
}
.select ul {
  display: none;
  position: absolute;
  overflow: hidden;
  overflow-y: auto;
  min-width: 100%;
  background: #ffffff;
  top: 100%;
  left: 0;
  list-style: none;
  margin: 0;
  margin-top: 11px;
  padding: 0;
  z-index: 1200;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  max-height: 200px;
}
.select ul li {
  display: block;
  text-align: left;
  padding: 1em 1.5em;
  color: #181F1C;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.select ul li:hover {
  background: #181F1C;
  color: #ffffff;
}

.whiteSelect {
  width: 100%;
  display: block;
  font-size: 14px;
  height: 3em;
}

table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 1em;
  color: #181F1C;
  border: 0;
  border-radius: 5px;
}
table thead th {
  font-size: 1em;
  font-weight: 300;
  padding: 1em;
  border: 0;
  background-color: #181F1C;
  color: #ffffff;
}
table thead th:first-child {
  border-top-left-radius: 5px;
}
table thead th:last-child {
  border-top-right-radius: 5px;
}
table tr:nth-child(even) {
  background-color: #fafafa;
  border: 0;
}
table tr:nth-child(odd) {
  background-color: #E5E5E5;
  border: 0;
}
table tr:last-child td:first-child {
  border-bottom-left-radius: 5px;
}
table tr:last-child td:last-child {
  border-bottom-right-radius: 5px;
}
table tr td {
  padding: 1em;
  vertical-align: middle;
  font-size: 1em;
  color: #181F1C;
  font-weight: 300;
  border: 0;
}
table tr td a {
  padding: 1em;
}

html {
  position: relative;
  min-height: 100%;
  box-sizing: border-box;
}

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

body {
  font-family: "Whitney", Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
  font-weight: 300;
  font-size: 1em;
  margin: 0 0 200px;
  letter-spacing: 0.25px;
  color: #000000;
  background-color: rgba(86, 86, 86, 0.55);
  overflow-y: auto;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

.fa {
  font-size: 22px !important;
}

#site {
  display: flex;
  flex-direction: row;
}

#container {
  width: 100%;
  margin: 0 auto;
  height: 100vh;
  background-color: #181F1C;
  color: #ffffff;
}

.container {
  width: 1170px;
  margin: 0 auto;
}
.container .inner {
  padding: 1em;
}

::-webkit-scrollbar {
  background-color: #292929;
  width: 9px;
}

::-webkit-scrollbar-thumb:window-inactive,
::-webkit-scrollbar-thumb {
  background: #595959;
  border-radius: 9px;
  opacity: 0.5;
}

.promo {
  padding-top: 14px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}

.promo-nonce {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}

.title-fix {
  padding-top: 1em;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

[class*=col-] {
  float: left;
}

.col-1 {
  width: 8.33%;
}

.col-2 {
  width: 16.66%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33%;
}

.col-5 {
  width: 41.66%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33%;
}

.col-8 {
  width: 66.66%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33%;
}

.col-11 {
  width: 91.66%;
}

.col-12 {
  width: 100%;
}

.preview-item-bbg {
  max-width: 66.66%;
  background-color: black;
  padding: 15px;
}

.preview-item-wbg {
  max-width: 66.66%;
  background-color: white;
  padding: 15px;
}

.preview-item-banner {
  max-width: 66.66%;
}

.row pre {
  margin-top: 2px !important;
}

.sample-btn {
  border: 1px solid #ffffff;
  text-transform: uppercase;
  background: #0078CF;
  padding: 0.5em;
  font-weight: 600;
  font-size: 12px;
}

header {
  background: #181F1C;
  width: 100%;
  height: 80px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 1em 0 1em;
}
header .logo {
  display: flex;
  flex: 1;
  align-items: center;
  padding: 0 1em 0 1em;
  position: relative;
  color: #fafafa;
}
header .logo img {
  max-width: 300px;
  max-height: 30px;
  margin-right: 0.1em;
}
header .logo:hover {
  text-decoration: none;
}
header .logo h2 {
  margin: 0;
  margin-top: -15px;
  margin-left: 0.25em;
  padding: 0;
  font-weight: 300;
  letter-spacing: 0.75px;
  color: #ffffff;
}
header .logo h2 strong {
  font-weight: 600;
}
header .logo h5 {
  position: absolute;
  bottom: -5px;
  left: 56px;
  font-size: 13px;
  margin: 0;
  padding: 0;
  font-weight: 300;
  color: rgb(191.25, 191.25, 191.25);
}
header .logo h5 strong {
  font-weight: 600;
}
header ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
header ul li {
  display: inline-block;
  color: #ffffff;
  padding: 1em;
}
header ul li a {
  color: rgb(211.75, 211.75, 211.75);
  transition: all 0.2s;
}
header ul li a:hover {
  color: #ffffff;
  text-decoration: none;
}
header ul li a.btn {
  border: 1px solid #ffffff;
  text-transform: uppercase;
  background: #0078CF;
  padding: 0.5em;
  font-weight: 600;
  font-size: 12px;
}

footer {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 200px;
  width: 100%;
  background: #181F1C;
  display: flex;
  justify-content: space-around;
  padding: 2em;
}
footer .container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
footer .container .item {
  display: flex;
  flex-direction: column;
}
footer .container .item #logo {
  display: flex;
  height: 100%;
  align-items: center;
  padding: 0 1em 0 1em;
  position: relative;
}
footer .container .item #logo h5 {
  position: absolute;
  bottom: 10px;
  right: 17px;
  font-size: 13px;
  margin: 0;
  padding: 0;
  font-weight: 300;
  color: rgb(191.25, 191.25, 191.25);
}
footer .container .item #logo h5 strong {
  font-weight: 600;
}
footer .container .item #logo:hover {
  text-decoration: none;
}
footer .container .item #logo img {
  height: 30px;
}
footer .container .item #logo h2 {
  margin: 0;
  margin-left: 0.25em;
  padding: 0;
  font-weight: 300;
  letter-spacing: 0.75px;
  color: #ffffff;
}
footer .container .item #logo h2 strong {
  font-weight: 600;
}
footer .container .item h4 {
  color: #fafafa;
  font-weight: 600;
  margin-bottom: 0.4em;
}
footer .container .item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .container .item ul li {
  padding: 0.4em 0 0.4em 0;
  color: #ffffff;
}
footer .container .item ul li a {
  color: rgb(186.25, 186.25, 186.25);
  transition: all 0.2s;
  font-weight: 300;
}
footer .container .item ul li a:hover {
  text-decoration: underline;
  color: #fafafa;
}
footer .container .item ul.column li {
  color: #ffffff;
  text-align: center;
  font-weight: 300;
}
footer .container .item ul.row li {
  display: inline-block;
  margin-right: 0.4em;
}
footer .container .item ul.row li:last-child {
  margin-right: 0;
}
footer .container .item ul.row li a {
  font-size: 2em;
}
footer .container .item ul.row li a.twitter {
  color: #55ACEE;
}
footer .container .item ul.row li a.facebook {
  color: #3B5998;
}
footer .container .item ul.row li a.youtube {
  color: #BB0000;
}

.home {
  background: url("/images/frontpage-main.jpg") no-repeat center center fixed;
  background-size: cover;
  width: 100vw;
  height: 100vh;
}
.home .caption {
  display: flex;
  flex-direction: row;
  height: 100%;
}
.home .caption div {
  margin: auto;
  text-align: center;
}
.home .caption div img {
  width: auto;
}
.home .caption div h1 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 0.3em;
  margin-top: 0;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.home .caption div h3 {
  margin: 0;
  padding: 0.5em 0 0.5em 0;
  font-size: 20px;
  color: rgb(191.25, 191.25, 191.25);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.home .caption div .btn-cont .btn {
  display: inline-block;
  width: 200px;
  min-width: 200px;
  margin: 1em 0.25em 1em 0.25em;
  font-weight: 300;
  font-size: 18px;
}
.home .caption div .btn-cont .btn.success {
  font-weight: 600;
}

.home-secondary .item {
  display: flex;
  flex-direction: column;
  background: rgb(237.25, 237.25, 237.25);
}
.home-secondary .item h1 {
  color: #181F1C;
}
.home-secondary .item.dark {
  background-color: #181F1C;
  color: #ffffff;
}
.home-secondary .item.dark .container .caption ul {
  list-style: none;
  margin: 0;
  margin-left: 1.5em;
  padding: 0;
}
.home-secondary .item.dark .container .caption ul li {
  color: #B7B7B7;
  padding: 0.25em;
}
.home-secondary .item.dark .container .caption p {
  color: #B7B7B7;
  font-weight: 300;
}
.home-secondary .item.dark .container .caption h1 {
  color: #ffffff;
}
.home-secondary .item.nopad .graphic {
  padding-bottom: 0 !important;
}
.home-secondary .item .container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.home-secondary .item .container .graphic {
  display: flex;
  flex-basis: 50%;
  padding: 2em;
  align-items: center;
  justify-content: center;
}
.home-secondary .item .container .graphic img {
  height: 350px;
  width: auto;
  border-radius: 90px;
}
.home-secondary .item .container .caption {
  display: flex;
  flex-direction: column;
  flex-basis: 60%;
  padding: 5em;
}
.home-secondary .item .container .caption h1 {
  color: #181F1C;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 0;
}
.home-secondary .item .container .caption p {
  font-size: 18px;
  color: #181F1C;
  letter-spacing: 0.7px;
  line-height: 25px;
  font-weight: 300;
}

.auth-cont {
  flex: 1;
  justify-content: center;
  align-items: center;
  margin: 5%;
  height: 100%;
}
.auth-cont .inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 550px;
  height: 480px;
  background-color: rgb(12.8727272727, 16.6272727273, 15.0181818182);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.auth-cont .inner .container {
  width: 420px;
}
.auth-cont .inner .container .label {
  margin-top: 0.5em;
}
.auth-cont .inner .logo {
  display: flex;
  align-items: center;
  position: relative;
}
.auth-cont .inner .logo img {
  height: 50px;
  width: auto;
}
.auth-cont .inner .logo h2 {
  margin: 0;
  margin-top: -15px;
  margin-left: 0.25em;
  padding: 0;
  font-weight: 300;
  letter-spacing: 0.75px;
  color: #ffffff;
}
.auth-cont .inner .logo h2 strong {
  font-weight: 600;
}
.auth-cont .inner .logo h5 {
  position: absolute;
  bottom: 5px;
  left: 59px;
  font-size: 13px;
  margin: 0;
  padding: 0;
  font-weight: 300;
  color: rgb(191.25, 191.25, 191.25);
}
.auth-cont .inner .logo h5 strong {
  font-weight: 600;
}
.auth-cont .inner .form {
  margin-top: 1.25em;
}
.auth-cont .inner .form p {
  margin-top: 0;
  margin-bottom: 0.75em;
}
.auth-cont .inner .form .divider {
  height: 1px;
  border-bottom: 2px solid #181F1C;
  margin-top: 1em;
  margin-bottom: 1em;
}
.auth-cont .inner .form .form-group-column {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 100%;
}
.auth-cont .inner .form .form-group-column input {
  margin-bottom: 0.75em;
  width: 420px;
}
.auth-cont .inner .form .form-group-column input.checkbox {
  width: 25px;
  margin-bottom: 0;
}
.auth-cont .inner .form .form-group-column .forgot {
  border-bottom: solid 1px rgb(178.5, 178.5, 178.5);
  padding-bottom: 0.75em;
  text-align: left;
  font-size: 0.9em;
  color: #fafafa;
}
.auth-cont .inner .form .form-group-column .forgot:hover {
  text-decoration: none;
}
.auth-cont .inner .form .form-group-column .btn {
  margin-top: 0.75em;
  background: #565656;
  border: 0;
  padding: 1em 1.5em;
}
.auth-cont .inner .form .form-group-column .btn:hover {
  background: #181F1C;
}
.auth-cont .inner .form .form-group-column .btn:active {
  background: #565656;
}
.auth-cont .inner .form .form-group-column a.create {
  margin-top: 0.75em;
}
.auth-cont .inner .form .form-group-row {
  display: flex;
  flex-direction: row;
  padding-bottom: 0.5em;
  align-items: center;
  justify-content: space-between;
}
.auth-cont .inner .form .form-group-row label {
  color: rgb(211.75, 211.75, 211.75);
}
.auth-cont .inner .form .form-group-row .forgot {
  color: rgb(211.75, 211.75, 211.75);
}
.auth-cont .inner .form .form-group-row .forgot:hover {
  text-decoration: none;
}
.auth-cont .inner .form .form-group-row .btn {
  flex: 1;
  margin-right: 20px;
  background: #565656;
  border: 0;
  padding: 1em 1.5em;
}
.auth-cont .inner .form .form-group-row .btn:hover {
  background: #181F1C;
}
.auth-cont .inner .form .form-group-row .btn:active {
  background: #565656;
}
.auth-cont .inner .form .form-group-row .btn:last-child {
  margin-right: 0;
}
.auth-cont .inner .footer {
  position: absolute;
  bottom: 0;
  height: 50px;
  width: 100%;
  border-top: 2px solid #181F1C;
  display: flex;
  justify-content: center;
  align-items: center;
}

.account .freebies a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.account .freebies a h4 {
  margin-left: 1em;
}
.account table {
  margin-bottom: 2.5em;
}
.account .body {
  background-color: #181F1C;
  border-radius: 5px;
  padding: 1.5em;
  width: 100%;
}
.account .body input {
  margin-bottom: 1.5em;
}
.account .body button {
  margin-bottom: 1.5em;
  width: 100%;
}
.account .body button:last-child {
  margin-bottom: 0;
}
.account h1 {
  margin-bottom: 0.5em;
}
.account .label {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 1.5em;
  margin-top: 0.5em;
  font-size: 18px;
  margin-bottom: 2.5em;
}
.account .label h1 {
  padding-bottom: 0.5em;
  width: 100%;
  border-bottom: 1px dotted rgb(101.8909090909, 131.6090909091, 118.8727272727);
}
.account .label img {
  display: block;
  height: 200px;
  width: auto;
}

.checkout .coupon {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.checkout .coupon .inner {
  display: flex;
  flex-direction: column;
  background-color: #181F1C;
  border-radius: 5px;
  margin-bottom: 1.5em;
  padding: 1.5em;
  width: 100%;
}
.checkout .coupon .inner form .btn {
  width: 100%;
  margin-top: 1.5em;
}
.checkout .details-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.checkout .details-container .details {
  display: flex;
  flex-direction: column;
  background-color: #181F1C;
  border-radius: 5px;
  margin-bottom: 1.5em;
  padding: 1.5em;
  width: 100%;
}
.checkout .details-container .details.nopad {
  margin-bottom: 0;
  padding: 0;
}
.checkout .details-container .details .form-group-column input {
  margin-bottom: 1.5em;
}
.checkout .details-container .details ul {
  list-style: none;
  margin: 0;
  margin-left: 1.5em;
  padding: 0;
  padding-top: 1.5em;
}
.checkout .details-container .details ul li {
  font-size: 18px;
  color: rgb(191.25, 191.25, 191.25);
  margin-bottom: 0.5em;
}
.checkout .cart {
  display: flex;
  background-color: #181F1C;
  align-items: center;
  border-radius: 5px;
  margin-bottom: 1.5em;
}
.checkout .cart div {
  display: block;
  margin-left: 1.5em;
}
.checkout .cart div h4 {
  color: rgb(191.25, 191.25, 191.25);
  font-weight: 600;
}
.checkout .cart img {
  height: 100px;
  width: auto;
}
.checkout .total {
  display: flex;
  background-color: #181F1C;
  align-items: center;
  border-radius: 5px;
  margin-bottom: 1.5em;
}
.checkout .total div {
  display: block;
  width: 100%;
}
.checkout .total div .sub {
  border-bottom: 1px dotted #d3d9dd;
  padding: 1em;
  display: flex;
}
.checkout .total div .sub h4 {
  display: flex;
  flex: 1;
  color: rgb(191.25, 191.25, 191.25);
}
.checkout .total div .sub span {
  color: #ffffff;
  font-weight: 600;
}
.checkout .total div .tot {
  padding: 1em;
  display: flex;
}
.checkout .total div .tot h4 {
  display: flex;
  flex: 1;
  color: rgb(191.25, 191.25, 191.25);
}
.checkout .total div .tot span {
  color: #ffffff;
  font-weight: 600;
}

.widget.orders {
  margin-bottom: 20px;
}
.widget.orders .header {
  border-radius: 5px;
}
.widget.orders .header.actions .btn {
  margin-right: 1em;
}
.widget.orders .header.actions .btn:last-child {
  margin-right: 0;
}

.orders-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.orders-row .left {
  width: 40%;
  margin-right: 20px;
}
.orders-row .left .widget {
  margin-bottom: 20px;
}
.orders-row .left .widget .header {
  padding: 0.5em;
  background: #181F1C;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.orders-row .left .widget .body.nopad table tr td {
  text-align: left;
  padding-left: 1em;
  padding-right: 1em;
  color: #565656;
  font-size: 15px;
}
.orders-row .left .widget .body.nopad table tr td a {
  padding: 0;
}
.orders-row .left .widget .body.nopad table tr td strong {
  color: #565656;
}
.orders-row .left .widget .body.nopad table tr td.last-left {
  border-bottom-left-radius: 5px;
}
.orders-row .left .widget .body.nopad table tr td.last-right {
  border-bottom-right-radius: 5px;
}
.orders-row .left .widget .body.nopad table tr td:first-child {
  width: 200px;
}
.orders-row .right {
  width: 60%;
}
.orders-row .right .widget {
  margin-bottom: 20px;
}
.orders-row .right .widget .header {
  padding: 0.5em;
  background: #181F1C;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.orders-row .right .widget .body.nopad table tr td {
  text-align: left;
  padding-left: 1em;
  padding-right: 1em;
  color: #565656;
  font-size: 15px;
}
.orders-row .right .widget .body.nopad table tr td a {
  padding: 0;
}
.orders-row .right .widget .body.nopad table tr td strong {
  color: #565656;
}
.orders-row .right .widget .body.nopad table tr td.last-left {
  border-bottom-left-radius: 5px;
}
.orders-row .right .widget .body.nopad table tr td.last-right {
  border-bottom-right-radius: 5px;
}
.orders-row .right .widget .body.nopad table tr td:first-child {
  width: 200px;
}

.checkout form .sub-body {
  background: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0 10px 30px 5px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  overflow: hidden;
  transition: all 0.2s;
  margin-left: 1.5em;
}
.checkout form .sub-body .header {
  background: #181F1C;
  color: #fafafa;
  padding: 24px 0 21px;
  text-align: center;
}
.checkout form .sub-body .header .price {
  color: #fafafa;
  display: flex;
  margin: 0 0 12px;
  align-items: center;
  justify-content: center;
}
.checkout form .sub-body .header .price .price__dollar,
.checkout form .sub-body .header .price .price__time {
  font-size: 16px;
  margin: 0 8px;
}
.checkout form .sub-body .header .desc {
  letter-spacing: 0.75px;
  color: rgb(191.25, 191.25, 191.25);
  margin: 0;
}
.checkout form .sub-body .pay-select {
  background: #F3F3F3;
  display: flex;
  font-size: 13px;
  padding: 24px 0;
  text-align: center;
  justify-content: space-around;
}
.checkout form .sub-body .pay-select .pay-select--card,
.checkout form .sub-body .pay-select .pay-select--paypal {
  position: relative;
}
.checkout form .sub-body .pay-select .is-active:after {
  border-bottom: 10px solid #FFFFFF;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  bottom: -24px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  width: 0;
}
.checkout form .sub-body .pay-select .is-active:after p {
  margin: 0;
}
.checkout form .sub-body .pay-select .pay-select__item {
  width: 48%;
}
.checkout form .sub-body .pay-select .pay-select__item:hover {
  cursor: pointer;
}
.checkout form .sub-body .pay-select .separator {
  background: #BABABA;
  height: 60px;
  width: 1px;
}
.checkout form .select-body {
  padding: 32px;
  text-align: center;
}
.checkout form .select-body .select-body--paypal {
  text-align: center;
}
.checkout form .select-body .select-body--paypal label {
  display: block;
  font-family: "Bitter", serif;
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 4px;
  text-align: left;
  text-transform: uppercase;
}
.checkout form .select-body .select-body__content {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(30px);
  transition: visibility 0.3s, opacity 0.3s ease, height 0.3s ease 0.3s, transform 0.2s ease 0.2s;
  visibility: hidden;
}
.checkout form .select-body .select-body__content.is-active {
  height: 50px;
  opacity: 1;
  transform: none;
  transition: visibility 0.3s, opacity 0.3s ease, height 0.3s ease 0.3s, transform 0.2s ease;
  visibility: visible;
}
.checkout form .select-body .select-body__content.is-active.select-body--paypal {
  height: 50px;
}
.checkout form .select-body .select-body__content .card-input {
  border: 1px solid #ECECEC;
  font-family: "Montserrat", sans-serif;
  height: 32px;
  margin-bottom: 18px;
  padding: 4px 8px;
  border-radius: 5px;
}
.checkout form .select-body .select-body__content .date__container {
  display: flex;
}
.checkout form .select-body .select-body__content .date__container #expiration-month {
  border-right: none;
}
.checkout form .select-body .select-body__content .braintree-hosted-fields-invalid {
  border-color: #EB5757;
}
.checkout form .select-body #submit {
  background: #5cb85c;
  border: none;
  border-radius: 5px;
  color: #ffffff;
  margin: px auto 0;
  padding: 18px;
  width: 315px;
}
.checkout form .select-body #submit:hover {
  cursor: pointer;
  background: rgb(76.0064102564, 174.4935897436, 76.0064102564);
}

.fa:hover {
  cursor: pointer;
}

.screenshots h1 {
  margin-bottom: 0.5em;
}
.screenshots .row {
  background-color: #181F1C;
  border-radius: 5px;
  padding: 1.5em;
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-bottom: 1em;
}
.screenshots .row ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.screenshots .row ul li a img {
  object-fit: cover;
  width: 218px;
  height: 130px;
  padding: 0.5em;
  border-radius: 5px;
}
.screenshots .row .item {
  flex-direction: column;
  display: flex;
  align-items: center;
  flex-basis: 33.33333%;
  margin: 1em;
  background-color: #ffffff;
  border-radius: 5px;
  transition: all 0.2s;
}
.screenshots .row .item:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.screenshots .row .item h3 {
  padding: 1em 0 0.5em 0;
  color: #181F1C;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
}
.screenshots .row .item img {
  width: 100%;
  border-radius: 5px;
}

.support {
  display: flex;
  flex-direction: column;
}
.support .row {
  display: flex;
  flex-direction: row;
}
.support .row aside {
  display: flex;
  flex-basis: 35%;
  margin: 0.75em 0.5em 0.75em 1.75em;
  position: fixed;
}
.support .row aside ol {
  margin: 0;
  padding: 0;
  width: 225px;
}
.support .row aside ol li a {
  display: block;
  color: #ffffff;
  padding: 5px 7px;
  letter-spacing: 0.75px;
}
.support .row .main {
  display: flex;
  flex-direction: column;
  color: rgb(216.75, 216.75, 216.75);
  letter-spacing: 0.5px;
  margin-left: 300px;
}
.support .row .main article h1 {
  padding-top: 0.5em;
  border-top: 1px solid #181F1C;
}
.support .row .main article h3 {
  padding-bottom: 0.5em;
}
.support .row .main article p {
  color: rgb(216.75, 216.75, 216.75);
  letter-spacing: 0.5px;
}
.support .row .main article p a {
  color: #ffffff;
}
.support .row .main article figure {
  width: 40%;
  display: inline-block;
  text-align: center;
}
.support .row .main article figure h5 {
  text-transform: uppercase;
  font-weight: 600;
  padding-top: 0.5em;
}
.support .row .main article figure img {
  width: 100%;
}

.release .header {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 1.5em;
}
.release .header h1 {
  display: flex;
  flex: 1;
}
.release .body {
  background-color: #181F1C;
  border-radius: 5px;
  margin-bottom: 1.5em;
  padding: 1.5em;
  width: 100%;
}
.release .body ul {
  list-style: none;
  padding: 0;
  maring: 0;
  margin-left: 1.5em;
}
.release .body ul li {
  color: rgb(216.75, 216.75, 216.75);
  font-size: 16px;
}
.release .body h3 {
  font-weight: 300;
  font-size: 20px;
}
.release .body h5 {
  font-weight: 300;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  color: rgb(191.25, 191.25, 191.25);
  padding-bottom: 1.5em;
  border-bottom: 1px dotted rgb(57.3818181818, 74.1181818182, 66.9454545455);
}
.release .body h6 {
  margin-top: 1.5em;
  font-size: 16px;
}
.release .body p {
  font-size: 16px;
  color: rgb(216.75, 216.75, 216.75);
}

.contact h1 {
  margin-bottom: 0.5em;
}
.contact .body {
  background-color: #181F1C;
  border-radius: 5px;
  margin-bottom: 1.5em;
  padding: 1.5em;
  width: 100%;
}
.contact .body form input {
  margin-bottom: 1.5em;
}
.contact .body form textarea {
  color: #ffffff;
  background-color: rgb(35.1272727273, 45.3727272727, 40.9818181818);
  border-radius: 5px;
  transition: all 0.2s;
  border: 0;
  margin-bottom: 1.5em;
}
.contact .body form textarea:focus {
  outline: none;
  color: #ffffff;
  background-color: rgb(46.2545454545, 59.7454545455, 53.9636363636);
}
.contact .body form .btn {
  width: 100%;
}

.about h1 {
  margin-bottom: 0.5em;
}
.about .body {
  background-color: #181F1C;
  border-radius: 5px;
  margin-bottom: 1.5em;
  padding: 1.5em;
  width: 100%;
  color: #ffffff;
}
.about .body p {
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height: 25px;
  color: #cccccc;
  transition: all 0.2s;
}
.about .body p a {
  color: #ffffff;
}

.admin h1 {
  margin-bottom: 0.5em;
}
.admin .btn {
  width: 100%;
}

.legal h1 {
  margin-bottom: 0.5em;
}
.legal .body {
  background-color: #181F1C;
  border-radius: 5px;
  margin-bottom: 1.5em;
  padding: 1.5em;
  width: 100%;
  color: #ffffff;
}
.legal .body p {
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height: 25px;
  color: #cccccc;
  transition: all 0.2s;
  font-weight: 300;
}
.legal .body p a {
  color: #ffffff;
}

.cart-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.cart-row .left {
  width: 70%;
  margin-right: 20px;
}
.cart-row .left .widget {
  margin-bottom: 20px;
}
.cart-row .left .widget .header {
  padding: 0.5em;
  background: #181F1C;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.cart-row .left .widget .body.nopad table tr td {
  text-align: left;
  padding-left: 1em;
  padding-right: 1em;
  color: #565656;
  font-size: 15px;
}
.cart-row .left .widget .body.nopad table tr td a {
  padding: 0;
}
.cart-row .left .widget .body.nopad table tr td strong {
  color: #565656;
}
.cart-row .left .widget .body.nopad table tr td.last-left {
  border-bottom-left-radius: 5px;
}
.cart-row .left .widget .body.nopad table tr td.last-right {
  border-bottom-right-radius: 5px;
}
.cart-row .left .widget .body.nopad table tr td:first-child {
  width: 200px;
}
.cart-row .right {
  width: 30%;
}
.cart-row .right .widget {
  margin-bottom: 20px;
}
.cart-row .right .widget .header {
  padding: 0.5em;
  background: #181F1C;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.cart-row .right .widget .body.nopad table tr td {
  text-align: left;
  padding-left: 1em;
  padding-right: 1em;
  color: #565656;
  font-size: 15px;
}
.cart-row .right .widget .body.nopad table tr td a {
  padding: 0;
}
.cart-row .right .widget .body.nopad table tr td strong {
  color: #565656;
}
.cart-row .right .widget .body.nopad table tr td.last-left {
  border-bottom-left-radius: 5px;
}
.cart-row .right .widget .body.nopad table tr td.last-right {
  border-bottom-right-radius: 5px;
}
.cart-row .right .widget .body.nopad table tr td:first-child {
  width: 200px;
}

#submit {
  background: #5cb85c;
  border: none;
  border-radius: 5px;
  color: #ffffff;
  margin: px auto 0;
  padding: 18px;
  width: 315px;
}

#submit:hover {
  cursor: pointer;
  background: rgb(76.0064102564, 174.4935897436, 76.0064102564);
}

.checkout-experience .body {
  padding: 2rem 2.25rem;
  color: #d9d9d9;
}
.checkout-experience .body p {
  color: #d9d9d9;
  margin: 0 0 1.25rem;
  font-size: 1.65rem;
  font-weight: 300;
  line-height: 1.35;
}
.checkout-experience .checkout-actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
}
.checkout-experience .checkout-actions .btn {
  min-width: 220px;
  padding: 0.85rem 1rem;
  font-size: 1.05rem;
  font-weight: 600;
}
.checkout-experience .checkout-actions .btn.full {
  width: 100%;
}
.checkout-experience .checkout-actions .btn.primary {
  border-color: #0078cf;
  background-color: #0078cf;
  color: #ffffff;
}
.checkout-experience .checkout-actions .btn.primary:hover {
  border-color: #108ae0;
  background-color: #108ae0;
}
@media (max-width: 768px) {
  .checkout-experience .body {
    padding: 1.25rem;
  }
  .checkout-experience .body p {
    font-size: 1.2rem;
  }
}

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