/* Style Settings */
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Oswald:wght@700&display=swap");
:root {
  --bgColor: #000000;
  --accentColor: #000000;
  --textColor: #ffffff;
  --font: "Oswald", sans-serif;
  --imagesource: url("../img/holt-bg.webp");
}

body {
  background-color: #000000;
}

img {
  pointer-events: none;
}

.bgimg {
  background-image: url("../img/holt-bg.webp");
}

.bgimg_container {
  position: fixed;
  inset: 0px;
  z-index: -1;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgb(0, 0, 0);
  background-image: url("../img/holt-bg.webp");
  -webkit-mask-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.1)),
    to(rgba(0, 0, 0, 0.5))
  );
  /*opacity: 0.4;*/
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  width: 120px;
}

/* Gradient transparent - color - transparent */

hr.style-two {
  border: 0;
  height: 1px;
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0),
    rgba(255, 255, 255, 0.75),
    rgba(0, 0, 0, 0)
  );
  margin-bottom: 23px;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

#userPhoto {
  width: 96px;
  height: 96px;
  display: block;
  margin: 35px auto 15px;
  border-radius: 50%;
  box-shadow: 0 0 50px #00000050;
  /*background-image: linear-gradient(to bottom right, #ff3cac, #562b7c, #2b86c5);*/
}

.username-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.userName {
  color: #fff;
  font-weight: 700;
  line-height: 1;
  display: block;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 1.1rem;
  text-align: center;
  justify-content: center;
  text-decoration: none;
  margin: 0 0 0 10px;
}

.user-icon {
  font-size: 1em;
  margin: 0;
  line-height: 1;
  display: flex;
  align-items: center;
  flex-direction: row;
}

.fa-stack {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin: 0 0 0 0;
  font-size: 0.5rem;
  color: #2699f7;
}

.fa-check {
  font-size: 0.5rem;
}

.free {
  display: inline;
  width: 100%;
  background: #a73137;
  border-radius: 5px;
  padding: 2px 5px;
}

#links {
  max-width: 675px;
  width: auto;
  display: block;
  margin: 30px auto;
  padding-left: 10px;
  padding-right: 10px;
}

.link_button {
  z-index: 0;
  overflow: hidden;
  margin-bottom: 16px;
  transition: box-shadow 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s,
    color 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s,
    border-color 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s,
    transform 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s,
    background-color 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s;
  border: 2px solid rgb(255, 255, 255);
  /*background-color: #000000ad;*/
  background-color: transparent;
  color: rgb(255, 255, 255);
  position: relative;
  height: auto;
  cursor: pointer;
  /*background-color: rgba(0, 0, 0, 0.2);*/
}

.link_button:hover {
  background-color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}

#link_button_active {
  z-index: 0;
  overflow: hidden;
  margin-bottom: 16px;
  transition: box-shadow 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s,
    color 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s,
    border-color 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s,
    transform 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s,
    background-color 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s;
  border: 2px solid rgb(255, 255, 255);
  /*background-color: #000000ad;*/
  background-color: transparent;
  color: rgb(255, 255, 255);
  position: relative;
  height: auto;
  cursor: pointer;
  /*background-color: rgba(0, 0, 0, 0.2);*/
}

#link_button_active:hover {
  background-color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}

.link_button_content {
  overflow-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
  white-space: normal;
  background: none;
  color: inherit;
  transition: box-shadow 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s,
    border-color 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s,
    transform 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s,
    background-color 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s;
  margin: 0px;
  border: none;
  font-weight: 400;
  font-family: "Bebas Neue", cursive;
  -webkit-font-smoothing: antialiased;
  font-size: 17px;
  line-height: 1.5;
  text-align: center;
  background: none;
  text-decoration: none;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: auto;
  position: relative;
  padding: 16px 20px;
  width: 100%;
  appearance: none;
  box-sizing: border-box;
  vertical-align: middle;
}

.collab-text {
  color: #fff;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 10px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 12px 10px 0px;
  pointer-events: all;
  @media (min-width: 480px) .guuewH {
  margin: 15px 25px 0px;
  }
}

.collab-text a.collab-text-link:link,a.collab-text-link:visited,a.collab-text-link:hover,a.collab-text-link:active {
  text-decoration: none;
  color: #fff;
}


.new {
  display: inline;
  width:100%;
  background: #ffffff;
  color: rgb(0, 0, 0);
  border-radius: 5px;
  padding: 1px 6px 0;
  margin-right: 3px;
  font-size: 12px;
  line-height: normal;
  vertical-align: middle;
}

.link_button:hover .new {
  background: #000000;
  color: #ffffff;
  transition: box-shadow 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s, border-color 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s, transform 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s, background-color 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s;
}

.jOAfLA {
  margin: 0 10px;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .15s;
  fill: #ffffff;
}

.jOAfLA:hover {
  opacity: 0.8;
}

.guuewH {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 10px 0px;
  pointer-events: all;

  @media (min-width: 480px) .guuewH {
    margin: 12px 25px 0px;
  }
}

#footer-links {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 75px;
}

.footer-statement {
  color: #fff;
  font-size: 11px;
  margin-top: 10px;
  font-weight: 400;
  text-align: center;

  @media (min-width: 600px) {
    left: 50%;
    position: absolute;
    transform: translate(-50%, 0);
    top: 90%;
  }

  @media (max-height: 500px) {
    left: 0;
    position: relative;
    top: 0;
    transform: translate(0, 0);
  }
}

a.footer-statement {
  border-bottom: 1px solid;
  color: #fff;
  line-height: 1.4;
  padding: 0.15em;
  text-decoration: none;
  /*      transition-duration: .6s;
  transition-timing-function: ease;*/
}
a.footer-statement:hover {
  background: #fff;
  color: #1f2833;
  border-bottom: none;
  /*transition-duration: .6s;
  transition-timing-function: ease;*/
}

.footer {
  color: #fff;
  font-size: 10px;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-weight: 700;

  @media (min-width: 600px) {
    left: 50%;
    position: absolute;
    transform: translate(-50%, 0);
    top: 90%;
  }

  @media (max-height: 500px) {
    left: 0;
    position: relative;
    top: 0;
    transform: translate(0, 0);
  }
}

a.footer {
  border-bottom: 1px solid;
  color: #fff;
  line-height: 1.4;
  padding: 0.15em;
  text-decoration: none;
  /*      transition-duration: .6s;
  transition-timing-function: ease;*/
}
a.footer:hover {
  background: #fff;
  color: #1f2833;
  border-bottom: none;
  /*transition-duration: .6s;
  transition-timing-function: ease;*/
}

[data-ribbon] {
  position: relative;
  display: inline-block;
  text-align: center;
}

[data-ribbon]:after {
  content: attr(data-ribbon);
  position: absolute;
  top: 15px;
  left: 5px;
  height: 0;
}

/*!sc*/
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,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/*!sc*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}
/*!sc*/
*[hidden] {
  display: none;
}
/*!sc*/
body {
  line-height: 1;
}
/*!sc*/
ol,
ul {
  list-style: none;
}
/*!sc*/
blockquote,
q {
  quotes: none;
}
/*!sc*/
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
/*!sc*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*!sc*/
html {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 900;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*!sc*/
html > * {
  -webkit-letter-spacing: normal;
  -moz-letter-spacing: normal;
  -ms-letter-spacing: normal;
  letter-spacing: normal;
}
/*!sc*/
*,
*:before,
*:after {
  box-sizing: inherit;
}
/*!sc*/
data-styled.g115[id="sc-global-koxjWe2"] {
  content: "sc-global-koxjWe2,";
}
/*!sc*/