/* @import url('https://fonts.googleapis.com/css?family=Raleway:200,300,400,500,600'); */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700;800&display=swap");
/*
	Industrious by TEMPLATED
	templated.co @templatedco
	Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/
/* Basic */

body {
  -ms-overflow-style: scrollbar;
}

@media screen and (max-width: 480px) {
  html,
  body {
    min-width: 320px;
  }
}

html {
  box-sizing: border-box;
}

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

body {
  background: #9ed4df;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

body {
  -webkit-text-size-adjust: none;
}

mark {
  background-color: transparent;
  color: inherit;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input,
select,
textarea {
  appearance: none;
}

/* Typography */
html {
  font-size: 13pt;
}

@media screen and (max-width: 1680px) {
  html {
    font-size: 11pt;
  }
}

@media screen and (max-width: 980px) {
  html {
    font-size: 12pt;
  }
}

@media screen and (max-width: 480px) {
  html {
    font-size: 11pt;
  }
}

body {
  background-color: #9ed4df;
  color: #141f35;
}

body,
input,
select,
textarea {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.65;
}

a {
  /* @include vendor('transition', 'color 0.2s ease-in-out'); */
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

strong,
b {
  font-weight: 600;
}

em,
i {
  font-style: italic;
}

p {
  margin: 0 0 2rem 0;
}

header.special {
  text-align: center;
  margin-bottom: 4rem;
}

header.special p {
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  line-height: 1.5;
  text-transform: uppercase;
  margin: 0 0 1.5rem 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
}

h1 {
  font-size: 3rem;
  line-height: 1.2;
}

h2 {
  font-size: 2.25rem;
  line-height: 1.3;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 0.9rem;
}

h6 {
  font-size: 0.7rem;
}

@media screen and (max-width: 736px) {
  h1 {
    font-size: 2.75rem;
    line-height: 1.3;
  }
  h2 {
    font-size: 1.75rem;
    line-height: 1.5;
  }
  h3 {
    font-size: 1.25rem;
  }
}

sub {
  font-size: 0.8rem;
  position: relative;
  top: 0.5rem;
}

sup {
  font-size: 0.8rem;
  position: relative;
  top: -0.5rem;
}

blockquote {
  border-left: solid 0.5rem;
  font-style: italic;
  margin: 0 0 2rem 0;
  padding: 1rem 0 1rem 2rem;
}

code {
  border-radius: 4px;
  border: solid 1px;
  font-family: "Courier New", monospace;
  font-size: 0.9rem;
  margin: 0 0.25rem;
  padding: 0.25rem 0.65rem;
}

pre {
  -webkit-overflow-scrolling: touch;
  font-family: "Courier New", monospace;
  font-size: 0.9rem;
  margin: 0 0 2rem 0;
}

pre code {
  display: block;
  line-height: 1.75;
  padding: 1rem 1.5rem;
  overflow-x: auto;
}

hr {
  border: 0;
  border-bottom: solid 1px;
  margin: 2rem 0;
}

hr.major {
  margin: 4rem 0;
}

input,
select,
textarea {
  color: #111a2c;
}

a {
  color: #9ed4df;
}

strong,
b {
  color: #111a2c;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #111a2c;
}

blockquote {
  border-left-color: rgba(0, 0, 0, 0.25);
}

code {
  background: rgba(0, 0, 0, 0.075);
  border-color: rgba(0, 0, 0, 0.25);
}

hr {
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* Inner */
.inner {
  margin: 0 auto;
  width: 75rem;
  max-width: calc(100% - 6rem);
}

@media screen and (max-width: 480px) {
  .inner {
    max-width: calc(100% - 3rem);
  }
}

/* Button */
input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
  appearance: none;
  /* @include vendor('transition', (
			'background-color 0.2s ease-in-out',
			'box-shadow 0.2s ease-in-out',
			'color 0.2s ease-in-out'
		)); */
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  height: 3.25rem;
  line-height: 3.25rem;
  padding: 0 1.75rem;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

input[type="submit"].small,
input[type="reset"].small,
input[type="button"].small,
button.small,
.button.small {
  font-size: 0.8rem;
  height: 2.4375rem;
  line-height: 2.4375rem;
  padding: 0 1.25rem;
}

input[type="submit"].large,
input[type="reset"].large,
input[type="button"].large,
button.large,
.button.large {
  font-size: 1.35rem;
  height: 4.0625rem;
  line-height: 4.0625rem;
  padding: 0 2rem;
}

input[type="submit"].wide,
input[type="reset"].wide,
input[type="button"].wide,
button.wide,
.button.wide {
  min-width: 13rem;
}

input[type="submit"].icon:before,
input[type="reset"].icon:before,
input[type="button"].icon:before,
button.icon:before,
.button.icon:before {
  margin-right: 0.5rem;
}

input[type="submit"].fit,
input[type="reset"].fit,
input[type="button"].fit,
button.fit,
.button.fit {
  width: 100%;
}

input[type="submit"].disabled,
input[type="submit"]:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled,
input[type="button"].disabled,
input[type="button"]:disabled,
button.disabled,
button:disabled,
.button.disabled,
.button:disabled {
  pointer-events: none;
  opacity: 0.25;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
  background-color: #eeeff1;
  box-shadow: inset 0 0 0 1px #111a2c;
  color: #111a2c !important;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover,
.button:hover {
  box-shadow: inset 0 0 0 1px #9ed4df;
  /* color: _palette($highlight, bg) !important; */
  background-color: rgba(17, 26, 44, 0.1);
}

input[type="submit"]:hover:active,
input[type="reset"]:hover:active,
input[type="button"]:hover:active,
button:hover:active,
.button:hover:active {
  background-color: rgba(158, 212, 223, 0.25);
}

input[type="submit"].primary,
input[type="reset"].primary,
input[type="button"].primary,
button.primary,
.button.primary {
  box-shadow: none;
  background-color: #9ed4df;
  color: #ffffff !important;
}

input[type="submit"].primary:hover,
input[type="reset"].primary:hover,
input[type="button"].primary:hover,
button.primary:hover,
.button.primary:hover {
  background-color: #b1dde5;
  box-shadow: none;
}

input[type="submit"].primary:hover:active,
input[type="reset"].primary:hover:active,
input[type="button"].primary:hover:active,
button.primary:hover:active,
.button.primary:hover:active {
  background-color: #8bccd9;
}

/* @import 'components/form'; */
/* @import 'components/list'; */
/* @import 'components/table'; */
/* Highlights */
.highlights {
  width: 100%;
  margin: 2.5rem 0;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  -moz-align-items: -moz-stretch;
  -ms-align-items: -ms-stretch;
  align-items: stretch;
}

.highlights > * {
  -ms-flex-shrink: 1;
  flex-shrink: 1;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
}

.highlights > * {
  width: 50%;
}

.highlights > * {
  padding: 1.5rem;
  width: calc(50% + 1.5rem);
}

.highlights > :nth-child(-n + 2) {
  padding-top: 0;
}

.highlights > :nth-last-child(-n + 2) {
  padding-bottom: 0;
}

.highlights > :nth-child(2n + 1) {
  padding-left: 0;
}

.highlights > :nth-child(2n) {
  padding-right: 0;
}

.highlights > :nth-child(2n + 1),
.highlights > :nth-child(2n) {
  width: calc(50% + 0rem);
}

.highlights .content {
  border-radius: 4px;
  height: 100%;
  padding: 3rem;
  text-align: center;
}

.highlights .content .icon {
  font-size: 5rem;
}

.highlights > div > :last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 980px) {
  .highlights > * {
    width: 50%;
  }
  .highlights > * {
    padding: 1rem;
    width: calc(50% + 1rem);
  }
  .highlights > :nth-child(-n + 2) {
    padding-top: 1rem;
  }
  .highlights > :nth-last-child(-n + 2) {
    padding-bottom: 1rem;
  }
  .highlights > :nth-child(2n + 1) {
    padding-left: 1rem;
  }
  .highlights > :nth-child(2n) {
    padding-right: 1rem;
  }
  .highlights > :nth-child(2n + 1),
  .highlights > :nth-child(2n) {
    padding: 1rem;
    width: calc(50% + 1rem);
  }
  .highlights > * {
    padding: 1rem;
    width: calc(50% + 1rem);
  }
  .highlights > :nth-child(-n + 2) {
    padding-top: 0;
  }
  .highlights > :nth-last-child(-n + 2) {
    padding-bottom: 0;
  }
  .highlights > :nth-child(2n + 1) {
    padding-left: 0;
  }
  .highlights > :nth-child(2n) {
    padding-right: 0;
  }
  .highlights > :nth-child(2n + 1),
  .highlights > :nth-child(2n) {
    width: calc(50% + 0rem);
  }
  .highlights .content {
    padding: 2rem;
  }
}

@media screen and (max-width: 736px) {
  .highlights > * {
    width: 100%;
  }
  .highlights > * {
    padding: 1rem;
    width: calc(50% + 1rem);
  }
  .highlights > :nth-child(-n + 2) {
    padding-top: 1rem;
  }
  .highlights > :nth-last-child(-n + 2) {
    padding-bottom: 1rem;
  }
  .highlights > :nth-child(2n + 1) {
    padding-left: 1rem;
  }
  .highlights > :nth-child(2n) {
    padding-right: 1rem;
  }
  .highlights > :nth-child(2n + 1),
  .highlights > :nth-child(2n) {
    padding: 1rem;
    width: calc(100% + 2rem);
  }
  .highlights > * {
    padding: 1rem;
    width: calc(50% + 1rem);
  }
  .highlights > :nth-child(-n + 2) {
    padding-top: 1rem;
  }
  .highlights > :nth-last-child(-n + 2) {
    padding-bottom: 1rem;
  }
  .highlights > :nth-child(2n + 1) {
    padding-left: 1rem;
  }
  .highlights > :nth-child(2n) {
    padding-right: 1rem;
  }
  .highlights > :nth-child(2n + 1),
  .highlights > :nth-child(2n) {
    padding: 1rem;
    width: calc(100% + 2rem);
  }
  .highlights > * {
    padding: 1rem;
    width: calc(100% + 2rem);
  }
  .highlights > :nth-child(-n + 1) {
    padding-top: 0;
  }
  .highlights > :nth-last-child(-n + 1) {
    padding-bottom: 0;
  }
  .highlights > :nth-child(1n + 1) {
    padding-left: 0;
  }
  .highlights > :nth-child(1n) {
    padding-right: 0;
  }
  .highlights > :nth-child(1n + 1),
  .highlights > :nth-child(1n) {
    width: calc(100% + 1rem);
  }
}

.highlights-trailer {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.highlights-trailer .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.highlights-selling {
  width: 70%;
  margin: 0 auto;
}

@media screen and (min-width: 1366px) {
  .highlights-trailer {
    margin-left: auto;
    margin-right: auto;
    width: 65%;
    margin-top: -10vh;
    margin-bottom: 2rem;
  }
}

/* @import 'components/testimonials';
	@import 'components/actions';
	@import 'components/grid';
	@import 'components/icon';
	@import 'components/icons';
	@import 'components/image'; */
/* Wrapper */
.wrapper {
  padding: 8rem 0 6rem 0;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1280px) {
  .wrapper {
    padding: 4rem 0 2rem 0;
  }
}

@media screen and (max-width: 736px) {
  .wrapper {
    padding: 3rem 0 1rem 0;
  }
}

@media screen and (max-width: 480px) {
  .wrapper {
    padding: 2rem 0 0.1rem 0;
  }
}

/* Banner */
#banner {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  /* @include color(accent2); */
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  color: #fff;
  background-image: url("../../images/banner.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 0;
  display: -ms-flexbox;
  height: 35rem !important;
  min-height: 35rem;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}

#banner > .inner {
  transform: scale(1);
  /* @include vendor('transition', (
				'opacity 1s ease',
				'transform 1s ease'
			)); */
  opacity: 1;
  position: relative;
  z-index: 3;
  color: #fff;
}

#banner > .inner .banner-logo {
  height: 15rem;
}

#banner > .inner > :last-child {
  margin-bottom: 0;
}

#banner h1 {
  font-size: 4rem;
  margin-bottom: 1rem;
  color: #fff;
}

#banner p {
  font-size: 1.5rem;
}

#banner a {
  color: white;
  text-decoration: none;
}

#banner a:hover {
  color: #ffffff;
}

#banner:before {
  /* @include vendor('transition', 'opacity 1s ease'); */
  /* @include vendor('transition-delay', '0.75s'); */
  /* background: _palette(accent2,bg); */
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.45;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

#banner.small {
  height: 30vh !important;
  min-height: 30vh;
}

@media screen and (max-width: 736px) {
  #banner {
    height: auto !important;
    min-height: 0;
    padding: 4rem 2rem 4rem 2rem;
  }
  #banner .inner {
    width: 100%;
  }
  #banner h1 {
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
    padding-bottom: 0;
  }
  #banner p {
    font-size: 1.25rem;
  }
  #banner br {
    display: none;
  }
  #banner .button {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  #banner p {
    font-size: 1rem;
  }
}

/* CTA */
#cta {
  background-color: #9ed4df;
  color: rgba(255, 255, 255, 0.75);
  /* @include color-form($p);
		@include color-list($p);*/
  /* @include color-table($p); */
  /* @include color-testimonials($p); */
  background-attachment: fixed;
  /* background-image: linear-gradient(transparentize(_palette(accent1,bg), 0.75), transparentize(_palette(accent1,bg), 0.75)), url(../../images/cta01.jpg); */
  background-image: url(../../images/cta01.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  text-align: center;
  z-index: 1;
}

#cta input,
#cta select,
#cta textarea {
  color: #ffffff;
}

#cta a {
  color: #ffffff;
}

#cta strong,
#cta b {
  color: #ffffff;
}

#cta h1,
#cta h2,
#cta h3,
#cta h4,
#cta h5,
#cta h6 {
  color: #ffffff;
}

#cta blockquote {
  border-left-color: rgba(255, 255, 255, 0.25);
}

#cta code {
  background: rgba(255, 255, 255, 0.075);
  border-color: rgba(255, 255, 255, 0.25);
}

#cta hr {
  border-bottom-color: rgba(255, 255, 255, 0.25);
}

#cta input[type="submit"],
#cta input[type="reset"],
#cta input[type="button"],
#cta button,
#cta .button {
  background-color: #eeeff1;
  box-shadow: inset 0 0 0 1px #ffffff;
  color: #ffffff !important;
}

#cta input[type="submit"]:hover,
#cta input[type="reset"]:hover,
#cta input[type="button"]:hover,
#cta button:hover,
#cta .button:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

#cta input[type="submit"]:hover:active,
#cta input[type="reset"]:hover:active,
#cta input[type="button"]:hover:active,
#cta button:hover:active,
#cta .button:hover:active {
  background-color: rgba(255, 255, 255, 0.25);
}

#cta input[type="submit"].primary,
#cta input[type="reset"].primary,
#cta input[type="button"].primary,
#cta button.primary,
#cta .button.primary {
  box-shadow: none;
  background-color: #ffffff;
  color: #9ed4df !important;
}

#cta input[type="submit"].primary:hover,
#cta input[type="reset"].primary:hover,
#cta input[type="button"].primary:hover,
#cta button.primary:hover,
#cta .button.primary:hover {
  background-color: rgba(255, 255, 255, 0.875);
  box-shadow: none;
}

#cta input[type="submit"].primary:hover:active,
#cta input[type="reset"].primary:hover:active,
#cta input[type="button"].primary:hover:active,
#cta button.primary:hover:active,
#cta .button.primary:hover:active {
  background-color: rgba(255, 255, 255, 0.5);
}

#cta .inner {
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 980px) {
  #cta {
    background-attachment: scroll;
  }
}

/* Footer */
#footer {
  background-color: #141a20;
  color: white;
  /* @include color-form($p);
		@include color-list($p);*/
  /* @include color-table($p); */
  /* @include color-testimonials($p); */
  padding: 1rem 0 0.1rem 0;
}

#footer input,
#footer select,
#footer textarea {
  color: #ffffff;
}

#footer a {
  color: #9ed4df;
}

#footer strong,
#footer b {
  color: #ffffff;
}

#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
  color: #ffffff;
}

#footer blockquote {
  border-left-color: rgba(255, 255, 255, 0.25);
}

#footer code {
  background: rgba(255, 255, 255, 0.075);
  border-color: rgba(255, 255, 255, 0.25);
}

#footer hr {
  border-bottom-color: rgba(255, 255, 255, 0.25);
}

#footer input[type="submit"],
#footer input[type="reset"],
#footer input[type="button"],
#footer button,
#footer .button {
  background-color: #eeeff1;
  box-shadow: inset 0 0 0 1px #ffffff;
  color: #ffffff !important;
}

#footer input[type="submit"]:hover,
#footer input[type="reset"]:hover,
#footer input[type="button"]:hover,
#footer button:hover,
#footer .button:hover {
  box-shadow: inset 0 0 0 1px #9ed4df;
  /* color: _palette($highlight, bg) !important; */
  background-color: rgba(255, 255, 255, 0.1);
}

#footer input[type="submit"]:hover:active,
#footer input[type="reset"]:hover:active,
#footer input[type="button"]:hover:active,
#footer button:hover:active,
#footer .button:hover:active {
  background-color: rgba(158, 212, 223, 0.25);
}

#footer input[type="submit"].primary,
#footer input[type="reset"].primary,
#footer input[type="button"].primary,
#footer button.primary,
#footer .button.primary {
  box-shadow: none;
  background-color: #9ed4df;
  color: #ffffff !important;
}

#footer input[type="submit"].primary:hover,
#footer input[type="reset"].primary:hover,
#footer input[type="button"].primary:hover,
#footer button.primary:hover,
#footer .button.primary:hover {
  background-color: #b1dde5;
  box-shadow: none;
}

#footer input[type="submit"].primary:hover:active,
#footer input[type="reset"].primary:hover:active,
#footer input[type="button"].primary:hover:active,
#footer button.primary:hover:active,
#footer .button.primary:hover:active {
  background-color: #8bccd9;
}

#footer a {
  color: white;
  text-decoration: none;
}

#footer a:hover {
  color: #9ed4df;
}

#footer .content {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}

#footer .content section {
  width: 25%;
}

#footer .content section:first-child {
  width: 50%;
  padding-right: 4rem;
}

#footer .content section:last-child {
  padding-left: 4rem;
}

#footer .copyright {
  font-size: 0.8rem;
  color: white;
  padding: 2rem 0;
  text-align: center;
}

@media screen and (max-width: 1280px) {
  #footer {
    padding: 4rem 0 2rem 0;
  }
}

@media screen and (max-width: 980px) {
  #footer .content {
    flex-wrap: wrap;
  }
  #footer .content section {
    width: 50%;
  }
  #footer .content section:first-child {
    width: 100%;
    padding-right: 0;
  }
}

@media screen and (max-width: 736px) {
  #footer {
    padding: 3rem 0 1rem 0;
  }
  #footer .content section {
    width: 100%;
  }
  #footer .content section:last-child {
    padding-left: 0;
  }
}

@media screen and (max-width: 480px) {
  #footer {
    padding: 2rem 0 0.1rem 0;
  }
}

/* Header */
body {
  /* padding-top: _size(header-height); */
}

body:before {
  content: " ";
  background-image: url(../../images/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.05;
}

/* #header {
		@include vendor('align-items', 'center');
		@include vendor('display', 'flex');
		@include vendor('justify-content', 'space-between');
		background: _palette($accent, bg);
		color: _palette($accent, fg);
		cursor: default;
		height: _size(header-height);
		left: 0;
		line-height: _size(header-height);
		position: fixed;
		top: 0;
		width: 100%;
		z-index: _misc(z-index-base) + 1;

		> .logo {
			color: _palette($accent, fg-bold);
			font-size: 1rem;
			font-weight: _font(weight-bold);
			height: inherit;
			line-height: inherit;
			padding: 0 1.25rem;
			text-decoration: none;
		}

		> nav {
			> a {
				color: inherit;
				display: inline-block;
				padding: 0 0.75rem;
				text-decoration: none;

				&:hover {
					color: _palette($accent, fg-bold);
				}

				&[href="#menu"] {
					@include icon;
					-webkit-tap-highlight-color: rgba(0,0,0,0);

					&:before {
						content: '\f0c9';
						margin: 0 0.5rem 0 0;
					}
				}

				& + a[href="#menu"]:last-child {
					border-left: solid 1px _palette($accent, border);
					margin-left: 0.5rem;
					padding-left: 1.25rem;
				}

				&:last-child {
					padding-right: 1.25rem;
				}

				@include breakpoint('<=small') {
					padding: 0 0.5rem;

					& + a[href="#menu"]:last-child {
						margin-left: 0.25rem;
						padding-left: 1rem;
					}

					&:last-child {
						padding-right: 1rem;
					}
				}
			}
		}
	} */
/* @include breakpoint('<=medium') {
		body {
			padding-top: 44px;
		}

		#header {
			height: 44px;
			line-height: 44px;
		}
	}

	@include breakpoint('<=xsmall') {
		#header {
			min-width: 320px;
		}
	} */
/* Heading */
#heading {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  background-color: #141a20;
  color: white;
  /* @include color-form($p);
		@include color-list($p);*/
  /* @include color-table($p); */
  /* @include color-testimonials($p); */
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  background-image: linear-gradient(
      rgba(20, 26, 32, 0.25),
      rgba(20, 26, 32, 0.25)
    ),
    url("../../images/banner.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 0;
  display: -ms-flexbox;
  height: 15rem !important;
  min-height: 15rem;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}

#heading input,
#heading select,
#heading textarea {
  color: #ffffff;
}

#heading a {
  color: #9ed4df;
}

#heading strong,
#heading b {
  color: #ffffff;
}

#heading h1,
#heading h2,
#heading h3,
#heading h4,
#heading h5,
#heading h6 {
  color: #ffffff;
}

#heading blockquote {
  border-left-color: rgba(255, 255, 255, 0.25);
}

#heading code {
  background: rgba(255, 255, 255, 0.075);
  border-color: rgba(255, 255, 255, 0.25);
}

#heading hr {
  border-bottom-color: rgba(255, 255, 255, 0.25);
}

#heading input[type="submit"],
#heading input[type="reset"],
#heading input[type="button"],
#heading button,
#heading .button {
  background-color: #eeeff1;
  box-shadow: inset 0 0 0 1px #ffffff;
  color: #ffffff !important;
}

#heading input[type="submit"]:hover,
#heading input[type="reset"]:hover,
#heading input[type="button"]:hover,
#heading button:hover,
#heading .button:hover {
  box-shadow: inset 0 0 0 1px #9ed4df;
  /* color: _palette($highlight, bg) !important; */
  background-color: rgba(255, 255, 255, 0.1);
}

#heading input[type="submit"]:hover:active,
#heading input[type="reset"]:hover:active,
#heading input[type="button"]:hover:active,
#heading button:hover:active,
#heading .button:hover:active {
  background-color: rgba(158, 212, 223, 0.25);
}

#heading input[type="submit"].primary,
#heading input[type="reset"].primary,
#heading input[type="button"].primary,
#heading button.primary,
#heading .button.primary {
  box-shadow: none;
  background-color: #9ed4df;
  color: #ffffff !important;
}

#heading input[type="submit"].primary:hover,
#heading input[type="reset"].primary:hover,
#heading input[type="button"].primary:hover,
#heading button.primary:hover,
#heading .button.primary:hover {
  background-color: #b1dde5;
  box-shadow: none;
}

#heading input[type="submit"].primary:hover:active,
#heading input[type="reset"].primary:hover:active,
#heading input[type="button"].primary:hover:active,
#heading button.primary:hover:active,
#heading .button.primary:hover:active {
  background-color: #8bccd9;
}

#heading:before {
  background: linear-gradient(135deg, #9ed4df 0%, #141a20 74%);
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

#heading h1 {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 980px) {
  #heading {
    padding: 2rem;
  }
}

/* Main */
#main .content {
  background: #9ed4df;
  border-radius: 4px;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.025);
  margin-bottom: 2rem;
  padding: 3rem;
}

@media screen and (max-width: 980px) {
  #main .content {
    padding: 2rem;
  }
}

@media screen and (max-width: 480px) {
  #main .content {
    padding: 1.5rem;
  }
}

/* start of horizontal accordion */
.accordion-button {
  background: #eeeff1;
}

.accordion-collapse {
  margin-top: -30px;
}

.accordion-horizontal {
  /* .unset > div > p{
			opacity: 0;
		} */
}

.accordion-horizontal .container {
  display: flex;
  width: 100%;
  padding: 0;
}

.accordion-horizontal .accordion-horizontal-choice .card-title {
  font-weight: bold;
  color: #1c293b;
}

.accordion-horizontal .accordion-horizontal-choice .card-text {
  font-size: 0.9rem;
  color: #1c293b !important;
}

.accordion-horizontal .accordion-horizontal-choice .card-image {
  width: 35%;
}

.accordion-horizontal .accordion-horizontal-choice {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  overflow: visible;
  float: left;
  align-items: center;
  /* transition: width 0.2s; */
  border-radius: 3px;
}

.accordion-horizontal .expand {
  width: 64%;
  background-color: #eeeff1 !important;
}

.accordion-horizontal .unset {
  width: 100%;
  background-color: #eeeff1 !important;
}

.accordion-horizontal .unset .card-image {
  width: 20%;
}

.accordion-horizontal .small {
  width: 4%;
  background-color: #eeeff1 !important;
}

.accordion-horizontal .small > div {
  opacity: 0;
}

.accordion-horizontal .expand > div {
  /* transition-delay:  200ms; */
  opacity: 1;
}

@media screen and (max-width: 991px) {
  #col-unity {
    margin-top: 20px;
  }
}

/* end of horizontal accordion */
.youtube-playlist {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.youtube-playlist .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.discord-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding-top: 56.25%;
}

.discord-wrapper .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.zoom {
  transition: transform 0.2s;
}

.zoom:hover {
  transform: scale(1.05);
}

.gallery-right {
  display: block;
}

.gallery-left {
  display: block;
}

/* relevant styles */
.gallery-wrapper {
  position: relative;
  outline: none;
}

.gallery-wrapper:hover .gallery-overlay {
  opacity: 1;
}

.gallery-item-name {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.gallery-overlay {
  display: none;
  position: absolute;
  top: 35%;
  bottom: 0;
  left: 25%;
  right: 0;
  height: 35%;
  width: 50%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 3vw;
  border-width: 5px;
}

.gallery-item {
  width: 45vw;
  border-radius: 3vw;
  border-style: outset;
  border-width: 5px;
  border-color: rgba(255, 255, 255, 0.75);
}

.gallery-item-mini {
  width: 25vw;
  border-radius: 3vw;
  border-style: outset;
  border-width: 5px;
  border-color: rgba(255, 255, 255, 0.75);
}

.gallery-highlight {
  width: 70vw;
}

.gallery-highlight video {
  width: 100%;
  border-radius: 3vw;
  border-style: outset;
  border-width: 5px;
  border-color: rgba(255, 255, 255, 0.75);
}

.button-buy,
button {
  font-size: 13px !important;
}

@media screen and (min-width: 385px) {
  .button-buy,
  button {
    font-size: 16px !important;
  }
}

@media screen and (min-width: 768px) {
  .button-buy,
  button {
    font-size: normal !important;
  }
  .popover {
    display: none !important;
  }
  .gallery-overlay {
    display: block;
  }
  .gallery-right {
    display: flex;
    flex-direction: row-reverse;
  }
  .gallery-left {
    display: flex;
  }
  .gallery-item {
    width: 25vw;
  }
  .gallery-item-mini {
    width: 15vw;
  }
  .gallery-highlight {
    width: 30vw;
  }
}

.card-selling {
  width: 100%;
  height: 90%;
  margin: 0 auto 0 auto;
  padding-top: 20px;
  background: #eeeff1;
  border-radius: 20px;
  text-align: center;
}

.landing-div {
  width: 100%;
  margin: 40px auto 40px auto;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #eeeff1;
  border-radius: 50px;
  text-align: center;
}

@media screen and (min-width: 455px) {
  .landing-div {
    width: 90%;
  }
}

@media screen and (min-width: 626px) {
  .landing-div {
    width: 70%;
  }
}

/* Menu */
#menu {
  background-color: #141a20;
  color: white;
  transform: translateX(20rem);
  /* @include vendor('transition', (
			'transform 0.5s ease',
			'box-shadow 0.5s ease',
			'visibility 0.5s'
		)); */
  -webkit-overflow-scrolling: touch;
  box-shadow: none;
  height: 100%;
  max-width: 80%;
  overflow-y: auto;
  padding: 3rem 2rem;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  width: 20rem;
  z-index: 10002;
}

#menu input,
#menu select,
#menu textarea {
  color: #ffffff;
}

#menu a {
  color: #9ed4df;
}

#menu strong,
#menu b {
  color: #ffffff;
}

#menu h1,
#menu h2,
#menu h3,
#menu h4,
#menu h5,
#menu h6 {
  color: #ffffff;
}

#menu blockquote {
  border-left-color: rgba(255, 255, 255, 0.25);
}

#menu code {
  background: rgba(255, 255, 255, 0.075);
  border-color: rgba(255, 255, 255, 0.25);
}

#menu hr {
  border-bottom-color: rgba(255, 255, 255, 0.25);
}

#menu input[type="submit"],
#menu input[type="reset"],
#menu input[type="button"],
#menu button,
#menu .button {
  background-color: #eeeff1;
  box-shadow: inset 0 0 0 1px #ffffff;
  color: #ffffff !important;
}

#menu input[type="submit"]:hover,
#menu input[type="reset"]:hover,
#menu input[type="button"]:hover,
#menu button:hover,
#menu .button:hover {
  box-shadow: inset 0 0 0 1px #9ed4df;
  /* color: _palette($highlight, bg) !important; */
  background-color: rgba(255, 255, 255, 0.1);
}

#menu input[type="submit"]:hover:active,
#menu input[type="reset"]:hover:active,
#menu input[type="button"]:hover:active,
#menu button:hover:active,
#menu .button:hover:active {
  background-color: rgba(158, 212, 223, 0.25);
}

#menu input[type="submit"].primary,
#menu input[type="reset"].primary,
#menu input[type="button"].primary,
#menu button.primary,
#menu .button.primary {
  box-shadow: none;
  background-color: #9ed4df;
  color: #ffffff !important;
}

#menu input[type="submit"].primary:hover,
#menu input[type="reset"].primary:hover,
#menu input[type="button"].primary:hover,
#menu button.primary:hover,
#menu .button.primary:hover {
  background-color: #b1dde5;
  box-shadow: none;
}

#menu input[type="submit"].primary:hover:active,
#menu input[type="reset"].primary:hover:active,
#menu input[type="button"].primary:hover:active,
#menu button.primary:hover:active,
#menu .button.primary:hover:active {
  background-color: #8bccd9;
}

#menu > ul {
  margin: 0 0 1rem 0;
}

#menu > ul.links {
  list-style: none;
  padding: 0;
}

#menu > ul.links > li {
  padding: 0;
}

#menu > ul.links > li > a {
  border: 0;
  border-top: solid 1px rgba(255, 255, 255, 0.25);
  color: inherit;
  display: block;
  line-height: 3.5rem;
  text-decoration: none;
}

#menu > ul.links > li > a:hover {
  color: #ffffff;
}

#menu > ul.links > li:first-child > a {
  border-top: 0;
}

#menu .close {
  text-decoration: none;
  /* @include vendor('transition', 'color 0.2s ease-in-out'); */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border: 0;
  color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  display: block;
  height: 3.25rem;
  line-height: 3.25rem;
  padding-right: 1.25rem;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  vertical-align: middle;
  width: 7rem;
}

#menu .close:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}

#menu .close:before {
  content: "\f00d";
  font-size: 1.25rem;
}

#menu .close:hover {
  color: #ffffff;
}

@media screen and (max-width: 736px) {
  #menu .close {
    height: 4rem;
    line-height: 4rem;
  }
}

@media screen and (max-width: 736px) {
  #menu {
    padding: 2.5rem 1.75rem;
  }
}

body.is-menu-visible #menu {
  transform: translateX(0);
  box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.2);
  visibility: visible;
}
/*# sourceMappingURL=main.css.map */
