:root {
  --main-color: #2B49FF;
  --main-color-link: #236AFF;
  --main-color-link-hover: #0E56EE;
  --main-dark-color: #1030F6;
  --secondary-color: #EA2A2A;
  --secondary-color-hover: #F53131;
  --text-color: #ADB2C8;
  --dark-blue: #100D52;
  --bg-color: #1A1E30;
  --light-bg: #212538;

  --lighter-bg: #272D41;
  --lighter-bg-hover: #293045;

  --bg-color: #1A1E30;

  --ggs-main-button: linear-gradient(83.2deg, #0575E6 10.8%, #2b5dff 94.3%);
  --ggs-red-zone: linear-gradient(to right top, #ff2f2f, #ff403f, #ff4f4d, #ff5d5b, #ff6969);
}


/* Proxima Nova */


@font-face {
  font-family: 'ProximaNova-Regular';
  src: url('../webfonts/ProximaNova-Light.html') format('woff2'),
    url('../webfonts/ProximaNova-Light.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'ProximaNova-Regular';
  src: url('../webfonts/ProximaNova-Regular.html') format('woff2'),
    url('../webfonts/ProximaNova-Regular.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'ProximaNova-Regular';
  src: url('../webfonts/ProximaNova-Regular.html') format('woff2'),
    url('../webfonts/ProximaNova-Regular.woff') format('woff');
  font-weight: 300;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ProximaNova-Regular';
  src: url('../webfonts/ProximaNova-Semibold.html') format('woff2'),
    url('../webfonts/ProximaNova-Semibold.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'ProximaNova-Regular';
  src: url('../webfonts/ProximaNova-Bold.html') format('woff2'),
    url('../webfonts/ProximaNova-Bold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ProximaNova-Regular';
  src: url('../webfonts/ProximaNova-Extrabld.html') format('woff2'),
    url('../webfonts/ProximaNova-Extrabld.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ProximaNova-Regular';
  src: url('../webfonts/ProximaNova-Black.html') format('woff2'),
    url('../webfonts/ProximaNova-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}



/* Eric Meyer's CSS Reset */
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;
}

/* HTML5 display-role reset for older browsers */
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;
}

/* End of Eric Meyer's CSS Reset */

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


body {
  font-family: 'ProximaNova-Regular', 'Segoe UI', 'Proxima Nova', Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: var(--text-color);
  font-weight: 300;
  background: var(--bg-color);
}

html,
body {
  overflow-x: hidden;
}

.wrapper {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.page-home body {
  background: url('../images/home-bg.webp') top 40px center no-repeat var(--bg-color);
  background-size: 100% auto;
}

.page-minecraft body {
  background: url('../images/bg-minecraft.webp') top 40px center no-repeat var(--bg-color);
  background-size: 100% auto;
}

.page-hytale body {
  background: url('../images/bg-hytale.webp') top 40px right no-repeat var(--bg-color);
  background-size: 100% auto;
}

.page-csgo body {
  background: url('../images/bg-csgo.webp') top 40px right no-repeat var(--bg-color);
  background-size: 100% auto;
}

.page-ark body {
  background: url('../images/bg-ark.webp') top 40px right no-repeat var(--bg-color);
  background-size: 100% auto;
}

.page-valheim body {
  background: url('../images/bg-valheim.webp') top 40px right no-repeat var(--bg-color);
  background-size: 100% auto;
}

.page-rust body {
  background: url('../images/bg-rust.webp') top 40px right no-repeat var(--bg-color);
  background-size: 100% auto;
}

.page-terraria body {
  background: url('../images/bg-terraria.webp') top 40px right no-repeat var(--bg-color);
  background-size: 100% auto;
}

.page-gmod body {
  background: url('../images/bg-gmod.webp') top 40px right no-repeat var(--bg-color);
  background-size: 100% auto;
}

.page-left4dead2 body {
  background: url('../images/bg-left4dead2.webp') top 40px right no-repeat var(--bg-color);
  background-size: 100% auto;
}

.page-left4dead body {
  background: url('../images/bg-left4dead.webp') top 40px right no-repeat var(--bg-color);
  background-size: 100% auto;
}

.page-tf2 body {
  background: url('../images/bg-tf2.webp') top 40px right no-repeat var(--bg-color);
  background-size: 100% auto;
}

.page-7days body {
  background: url('../images/bg-7days.webp') top 40px right no-repeat var(--bg-color);
  background-size: 100% auto;
}

.page-vrising body {
  background: url('../images/bg-vrising.webp') top 40px right no-repeat var(--bg-color);
  background-size: 100% auto;
}

.page-squad body {
  background: url('../images/bg-squad.webp') top 40px right no-repeat var(--bg-color);
  background-size: 100% auto;
}

.page-pavlov body {
  background: url('../images/bg-pavlov.webp') top 40px right no-repeat var(--bg-color);
  background-size: 100% auto;
}

.page-eco body {
  background: url('../images/bg-eco.webp') top 40px right no-repeat var(--bg-color);
  background-size: 100% auto;
}

.page-satisfactory body {
  background: url('../images/bg-satisfactory.webp') top 40px right no-repeat var(--bg-color);
  background-size: 100% auto;
}

.page-mordhau body {
  background: url('../images/bg-mordhau.webp') top 40px right no-repeat var(--bg-color);
  background-size: 100% auto;
}

.page-arma3 body {
  background: url('../images/bg-arma3.webp') top 40px right no-repeat var(--bg-color);
  background-size: 100% auto;
}

.page-pzomboid body {
  background: url('../images/bg-pzomboid.webp') top 40px right no-repeat var(--bg-color);
  background-size: 100% auto;
}

.page-unturned body {
  background: url('../images/bg-unturned.webp') top 40px right no-repeat var(--bg-color);
  background-size: 100% auto;
}

.page-factorio body {
  background: url('../images/bg-factorio.webp') top 40px right no-repeat var(--bg-color);
  background-size: 100% auto;
}

.page-insurgency body {
  background: url('../images/bg-insurgency.webp') top 40px right no-repeat var(--bg-color);
  background-size: 100% auto;
}

.page-conan body {
  background: url('../images/bg-conan.webp') top 40px right no-repeat var(--bg-color);
  background-size: 100% auto;
}

.page-assetto body {
  background: url('../images/bg-assetto.webp') top 40px right no-repeat var(--bg-color);
  background-size: 100% auto;
}

.page-armareforger body {
  background: url('../images/bg-armareforger.webp') top 40px right no-repeat var(--bg-color);
  background-size: 100% auto;
}

.page-svencoop body {
  background: url('../images/bg-svencoop.webp') top 40px right no-repeat var(--bg-color);
  background-size: 100% auto;
}

.page-tmodloader body {
  background: url('../images/bg-tmodloader.webp') top 40px right no-repeat var(--bg-color);
  background-size: 100% auto;
}

.page-cs2 body {
  background: url('../images/bg-cs2.webp') top 40px right no-repeat var(--bg-color);
  background-size: 100% auto;
}

.page-skyrimtogether body {
  background: url('../images/bg-skytogether.webp') top 40px right no-repeat var(--bg-color);
  background-size: 100% auto;
}

.page-hosting body {
  background: url('../images/bg-hosting.webp') top 40px right no-repeat var(--bg-color);
  background-size: 100% auto;
}

.page-discord-bot-hosting body {
  background: url('../images/bg-discord.webp') top 40px right no-repeat var(--bg-color);
  background-size: 100% auto;
}

.page-ts3-hosting body {
  background: url('../images/bg-ts3.webp') top 40px right no-repeat var(--bg-color);
  background-size: 100% auto;
}

.page-discord-bot-hosting body {
  background: url('../images/bg-discord.webp') top 40px right no-repeat var(--bg-color);
  background-size: 100% auto;
}

.page-ts3-hosting body {
  background: url('../images/bg-ts3.webp') top 40px right no-repeat var(--bg-color);
  background-size: 100% auto;
}

.page-dods body {
  background: url('../images/bg-dods.webp') top 40px right no-repeat var(--bg-color);
  background-size: 100% auto;
}

.page-hurtworld body {
  background: url('../images/bg-hurtworld.webp') top 40px right no-repeat var(--bg-color);
  background-size: 100% auto;
}

.page-theforest body {
  background: url('../images/bg-theforest.webp') top 40px right no-repeat var(--bg-color);
  background-size: 100% auto;
}


.page-soft body {
  background: url('../images/bg-soft.html') top 40px right no-repeat var(--bg-color);
  background-size: 100% auto;
}


h1,
h2,
h3,
h4,
h5 {
  color: #fff;
  font-weight: 600;
}

img {
  line-height: 1;
  vertical-align: bottom;
}

h1 {
  font-size: 60px;
  line-height: 66px;
  font-weight: 900;
}

h2 {
  font-size: 30px;
  line-height: 36px;
  padding-bottom: 6px;
  text-transform: uppercase;
  font-weight: 700;
}

h2 small {
  color: #84889C;
  letter-spacing: 1px;
  font-size: 16px;
  display: block;
  line-height: 36px;
  text-transform: uppercase;
  font-weight: 600;
}

h3 {
  font-size: 24px;
  line-height: 30px;
}

h4 {
  font-size: 20px;
  line-height: 26px;
}

h5 {
  font-size: 16px;
  line-height: 24px;
}

.semibold {
  font-weight: 500;
}

.bold {
  font-weight: 600;
}

a,
a:focus {
  color: var(--main-color-link);
  font-weight: 500;
  text-decoration: none;
}

a:hover,
a:active {
  color: var(--main-color-link-hover);
  text-decoration: none;
}

section {
  padding: 88px 0px;
}


* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:after,
.container:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0
}

.container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

strong {
  color: #fff;
  font-weight: 600;
}

*:hover {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

p {
  padding-bottom: 16px;
}



.title {
  padding: 0px 0px;
  padding-bottom: 44px;
  text-align: center;
  margin-top: -6px;
}

.titleleft {
  text-align: left;
}

.story .titleleft p {
  padding-bottom: 20px;
}

.title p {
  font-size: 18px;
  line-height: 26px;
  max-width: 680px;
  margin: 0 auto;
  padding-bottom: 0px;
  padding-top: 6px;
}

.button {
  padding: 0px 28px;
  display: inline-block;
  height: 48px;
  line-height: 50px;
  border-radius: 6px;
  color: #fff !important;
  background: var(--main-color);
  font-size: 14px;
  font-weight: 600;
  font-family: "ProximaNova-Regular", sans-serif;
  position: relative;
  transition: all 0.2s linear 0s;
  text-transform: uppercase;
}

.secondary {
  background: var(--secondary-color);
}

.secondary:hover {
  background: var(--secondary-color-hover);
}

.button.small {
  height: 36px;
  line-height: 36px;
  padding: 0px 18px;
}

.button.large {
  padding: 0px 36px;
  height: 54px;
  line-height: 56px;
}

.page-header ul .button {
  padding: 0px 28px;
}


.has-arrow-hover::before {
  background: url('../images/arrow-right-button.svg') center center no-repeat;
  position: absolute;
  content: " ";
  right: 3px;
  top: 0;
  bottom: 0px;
  opacity: 0;
  height: 49px;
  width: 40px;
  transition: all 0.1s linear 0s;
}

.header .has-arrow-hover::before {
  height: 44px;
}

.button.large.has-arrow-hover::before {
  height: 54px;
}

.has-arrow-hover:hover {
  padding-left: 33px !important;
  padding-right: 33px !important;
  text-indent: -10px;
  transition: all 0.2s;
}

.has-arrow-hover:hover::before {

  opacity: 1;
  text-indent: 0px;
}

.button:hover {
  color: #fff !important;
  text-decoration: none;
  background: var(--main-color-link);
}

.button:focus {
  transform: scale(0.97);
  outline: none;
}

.page-header .button {
  height: 44px;
  line-height: 46px;
}

.uppercase {
  text-transform: uppercase;
}

.button.outline {
  background: transparent;
  border: 1px solid #fff;
  height: 48px;
  line-height: 46px;
}


.button.outline:hover {
  background: rgba(255, 255, 255, 0.08);
}

.button.outline.large {
  height: 54px;
  line-height: 54px;
}

.button.dark {
  background: #21263F;
}

.button.dark:hover {
  background: #1C2138;
}

/* Responsive Nav */



.btncontainer {
  cursor: pointer;
  background: transparent;
}

.bar1,
.bar2,
.bar3 {
  width: 32px;
  height: 4px;
  background-color: #fff;
  margin: 5px 0;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-4px, 6px);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-6px, -9px);
}

.btncontainer:hover .bar1,
.btncontainer:hover .bar2,
.btncontainer:hover .bar3 {
  background: var(--main-color-link-hover);
}




.page-header {
  position: absolute;
  width: 100%;
  padding: 28px 0px;
  background: transparent;
  top: 40px;
}

.page-header nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-header .horizontal-logo,
.page-header .search span {
  display: none;
}


.page-header .top-menu-wrapper {
  color: #000;
}


.page-header .panel,
.page-header .top-menu {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.page-header .panel1 {
  width: 100%;
  background: var(--main-color);
  transition-delay: 0.3s;
}

.page-header .panel2 {
  width: calc(100% - 20px);
  background: #fff;
  transition-delay: 0.1s;
}

.page-header .top-menu {
  display: flex;
  flex-direction: column;
  width: calc(100% - 8px);
  overflow-y: auto;
  padding: 2rem;
  background: var(--bg-color);
}

.page-header .top-menu-wrapper.show-offcanvas::before {
  background: #30a8fd;
  z-index: 1;
}

.page-header .top-menu-wrapper.show-offcanvas .panel,
.page-header .top-menu-wrapper.show-offcanvas .top-menu {
  transform: translate3d(0, 0, 0);
  transition-duration: 0.7s;
}

.page-header .top-menu-wrapper.show-offcanvas .panel1 {
  transition-delay: 0s;
}

.page-header .top-menu-wrapper.show-offcanvas .panel2 {
  transition-delay: 0.2s;
}

.page-header .top-menu-wrapper.show-offcanvas .top-menu {
  transition-delay: 0.4s;
}


.page-header ul li {
  line-height: 46px;
  margin-right: 1.5rem;
  position: relative;
}


.page-header ul a {
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
  transition: none;
  padding: 4px;
  font-weight: 500;
}

.page-header ul a:hover {
  text-decoration: none;
  color: var(--main-color-link);
}

.page-header ul a:focus {
  text-decoration: none;
  color: var(--main-color-link);
}

.logo img:hover {
  transform: scale(1.01 25);
}


.page-header .top-menu .mob-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.top-menu li:nth-child(1) {
  padding: 0px;
}


.close-mobile-menu {
  display: none;
}



@media screen and (min-width: 1024px) {
  .page-header .dropdown-menu {
    right: -16px !important;
    padding: 2px 0px !important;
  }



  .responsivelogo {
    display: none;
  }

  .page-header .panel,
  .page-header .open-mobile-menu,
  .page-header .vertical-logo,
  .page-header .top-menu .mob-block,
  .page-header .top-menu-wrapper::before {
    display: none;
  }

  .page-header .horizontal-logo {
    display: block;
  }

  .page-header .top-menu-wrapper {
    display: flex;
    align-items: left;
    width: 100%;
  }

  .page-header .top-menu {
    flex-direction: row;
    position: static;
    width: auto;
    background: transparent;
    transform: none;
    padding: 0;
    overflow-y: visible;
    box-shadow: none !important;
  }

  .page-header .top-menu li+li {
    margin-top: 0;
  }

  .logo {
    margin-right: 20px;
  }


}



@media screen and (max-width:1023px) {



  .page-header .hidemobile {
    display: none;
  }

  .header ul {
    width: 100%;
  }

  .header {
    z-index: 1003;
  }

  .header .mob-block .button {
    width: 48%;
    text-align: center;
    height: 48px;
    line-height: 48px;
    padding: 0px;
  }

  #getstarted:hover {
    color: #fff;
  }

  .dropdown-menu {
    position: relative !important;
    top: unset !important;
    margin-left: 0px !important;
    box-shadow: none !important;
  }


  .dropdown-menu li {
    width: 100%;
  }

  .dropdown-menu:before {
    display: none;
  }


  .close-mobile-menu {
    display: block;
  }

  #navright li:nth-last-child(1) {
    display: block;
    background: none;
  }

  .top-menu li:nth-child(1) {
    display: none;
  }

  #navright li {
    display: none;
  }


  .header {
    padding: 30px 0px;
  }

  .page-header ul li {
    margin-right: 0px;
  }



  .header ul li {
    padding: 0px;
  }

  .top-menu ul li:nth-child(1) {
    display: block;
  }

  .page-header ul a.logo {
    padding: 0px;
  }

  .page-header ul a {
    display: block;
    width: 100%;
    padding: 0px 20px 0px 20px;
  }

  .page-header ul a.button {
    height: 46px;
    line-height: 46px;
  }

  .page-header ul a.button:focus {
    transform: scale(1);
  }

  .page-header .has-arrow-hover {
    padding: 0px 20px !important;
  }

  .page-header .has-arrow-hover:hover {
    text-indent: 0px !important;
    padding-left: 20px !important;
  }

  .page-header ul li {
    background: var(--light-bg);
    margin-top: 6px;
    border-radius: 5px;
  }

  .page-header ul li:hover {
    background: var(--lighter-bg);
  }

  .page-header ul li a.dropdown-toggle {
    background: url(../images/nav-down.svg) center right 20px no-repeat !important;
  }

  .page-header ul li a.dropdown-toggle:hover,
  .page-header ul li a.dropdown-toggle.active {
    background: url(../images/nav-down-hover.svg) center right 20px no-repeat !important;
  }

  .page-header ul li a.dropdown-toggle.active {
    background: var(--lighter-bg) !important;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
  }

  .page-header .top-menu {
    padding: 0px 15px;
  }

  .page-header .top-menu .mob-block {
    background: transparent;
    padding-top: 30px;
    padding: 30px 0px 0px 0px;
  }

  .header ul .button-dropdown {
    padding-right: 0px;
    border-radius: 6px;
  }

  .header ul li .dropdown-menu,
  .header ul li .dropdown-menu li {
    background: var(--light-bg);
    ;
    margin-top: 0px !important;
    min-width: 100% !important;
    margin-left: 0px !important;
    border-radius: 0px !important;
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
  }

  .page-header .dropdown-menu li {
    padding: 0px !important;
  }

  .page-header .dropdown-menu li a {

    padding: 7px 20px !important;
    padding-left: 25px !important;
  }

  .page-header .dropdown-menu li:hover {
    background: var(--lighter-bg) !important;
    border-radius: 0px !important;
  }

  .page-header .dropdown-menu a:hover {
    background: transparent !important;
    border-radius: 0px !important;
  }


}


@media screen and (min-width:1024px) and (max-width:1280px) {
  .header ul li {
    padding: 0px 0px;
  }

  .header {
    padding: 30px 0px;
  }

  .header ul li span {
    display: none;
  }

  #navright li:nth-child(1) {
    display: none;
  }

  .page-header ul li {
    margin-right: 1rem;
  }

  .page-header ul li:nth-last-child(1) {
    margin-right: 0rem !important;
  }

}

@media screen and (min-width:1281px) and (max-width:1340px) {


  .header {
    padding: 30px 20px;
  }

  #navright li:nth-child(1) {
    display: inline-block;
  }
}

@media screen and (max-width:767px) {

  .responsivelogo,
  .mob-block .logo {
    background: url('../images/logo-mobile.svg') no-repeat;
    height: 44px;
    width: 46px;
  }


  .responsivelogo img,
  .mob-block .logo img {
    display: none;
  }


  .page-header .hidemobile {
    display: none;
  }

}


@media screen and (min-width:1281px) and (max-width:1340px) {
  .header ul li {
    padding: 0px 0px;
  }

  .header .container {
    padding: 0px;
  }
}

#navleft {
  margin-left: auto;
}

.page-header ul li:nth-last-child(1) {
  margin-right: 0px !important;
}


/* CSS
-----------------------------------------------------------------------------*/



.text-thin {
  font-weight: 300;
}

.text-center {
  text-align: center;
}

.text-lg {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-md {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.width-60 {
  width: 60%;
}

.width-75 {
  width: 75%;
}

.width-100 {
  width: 100%;
}

.width-50 {
  width: 50%;
}

.text-left {
  text-align: left;
}

.inline-block {
  display: inline-block;
}

.block {
  display: block;
}

.mt-8 {
  margin-top: 8rem;
}

.mt-7 {
  margin-top: 7rem;
}

.mt-6 {
  margin-top: 6.25rem;
}

.text-sm {
  font-size: 0.75rem;
}

.mute {
  opacity: 0.75;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-50 {
  opacity: 0.50;
}

.opacity-75 {
  opacity: 0.75;
}

.va-sub {
  vertical-align: sub;
}

.va-mid {
  vertical-align: middle;
}

.va-top {
  vertical-align: top;
}

.italic {
  font-style: oblique;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.border-right {
  border-right: 1px solid #34384C;
}

.border-left {
  border-left: 1px solid #34384C;
}

.border-top {
  border-top: 1px solid #34384C;
}

.border-bottom {
  border-bottom: 1px solid #34384C;
}

.font-12 {
  font-size: 12px;
  line-height: 18px;
}

.font-14 {
  font-size: 14px;
  line-height: 18px;
}

.font-16 {
  font-size: 16px !important;
  line-height: 22px;
}

.font-18 {
  font-size: 18px;
  line-height: 26px;
}

.font-20 {
  font-size: 20px;
  line-height: 28px;
}

.font-22 {
  font-size: 22px;
  line-height: 30px;
}

.font-24 {
  font-size: 24px;
  line-height: 32px;
}

.font-30 {
  font-size: 30px;
  line-height: 38px;
}

.font-36 {
  font-size: 36px;
  line-height: 44px;
}

.blue {
  color: var(--main-color) !important;
}

.top-bar {
  background: var(--main-color);
  height: 40px;
  padding: 4px 0px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 102px;
}

.top-bar h3 {
  line-height: 32px;
  font-weight: 900;
  letter-spacing: -0.5px;
}

.underline {
  border-bottom: 1px;
  border-color: #fff;
  border-style: dashed;
}

.top-bar a {
  color: #fff;
  display: block;
  font-weight: 300;
  padding: 0px 20px;
  margin-top: -4px !important;
  margin-bottom: -4px;
}

.top-bar a:hover,
.top-bar a:focus {
  color: #fff;
  opacity: 0.75;
  text-decoration: none;
  background: var(--main-dark-color);
  line-height: 40px;
}

#top-bar-nav {
  margin-right: -20px;
}

.label-price {
  background: #EA2A2A;
  height: 44px;
  line-height: 44px;
  padding: 0px 24px 0px 14px;
  font-size: 30px;
  display: inline-block;
  margin-top: -8px;
  transform: translateY(-12px);
  position: relative;
  margin-left: 14px;
  font-style: oblique;
  font-weight: 700;
}

.label-price:before {
  background: url('../images/price-label-bg.svg') center left no-repeat;
  content: " ";
  width: 14px;
  height: 44px;
  left: -14px;
  top: 0px;
  display: block;
  position: absolute;
}

.label-price:hover {
  margin-left: 18px;
}

.hero {
  font-size: 22px;
  line-height: 32px;
  padding-top: 68px;
}

.hero ul li {
  color: #fff;
}

#home-hero .button.large {
  font-size: 16px;
}

.sub-hero {
  font-size: 22px;
  line-height: 32px;
  padding-top: 68px;
  color: #C7CAD9;
}

.sub-hero h1 {
  font-size: 52px;
  text-transform: uppercase;
  line-height: 60px;
}

.sub-hero .text-center p {
  max-width: 900px;
  margin: 0px auto;
  padding-bottom: 0px;
}

.sub-hero ul li {
  color: #fff;
}

.light-bg {
  background: var(--light-bg);
}

.lighter-bg {
  background: var(--lighter-bg);
}

.blue-bg {
  background: var(--main-color);
  color: #E7F1FF;
}

.blue-bg h2 small {
  color: rgba(235, 246, 255, 0.75);
}



.rounded {
  border-radius: 12px;
}

.rounded-md {
  border-radius: 8px;
}

.rounded-sm {
  border-radius: 6px;
}

.relative {
  position: relative;
}

.vertical-text {
  position: absolute;
  bottom: 0;
  left: 230px;
  top: 0;
  transform: rotate(270deg);
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 500;
}

#home-games-box {
  padding: 2px 17px 2px 62px;
}


#home-games-box .col {
  padding: 4px;
}

.home-game {
  height: 188px;
  width: 100%;
  border-radius: 8px;
  color: #fff;
  position: relative;
  overflow: hidden;
}


.home-game:hover {
  cursor: pointer;
}

.home-game:focus {
  transform: scale(0.98);
}

.game-box {
  position: relative;
}

.home-game:hover:before,
.game-box:hover:before {
  position: absolute;
  content: " ";
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(43, 73, 255, 0.75);
  border-radius: 6px;
}

.home-game div {
  position: absolute;
  bottom: 18px;
  left: 20px;
  right: 20px;
}


.home-game:hover div {
  bottom: 58px;
  transition: all .2s ease-in-out;
}

.white-bg {
  background: #fff;
  color: #1A1E30;
}

.white-bg strong {
  color: #0D101E;
}

.white-bg span.pull-right {
  line-height: 24px;
}


.home-game:hover a {
  bottom: -34px;
  color: #fff;
}

.home-game strong {
  text-transform: uppercase;
  font-size: 18px;
}

.home-game a {
  bottom: -56px;
  position: absolute;
  left: 0px;
  right: 0px;
}

#home-game-terraria {
  background: url('../images/indexterraria.svg') center center no-repeat;
  background-size: cover;
}

#home-game-valheim {
  background: url('../images/indexvalheim.svg') center center no-repeat;
  background-size: cover;
}

#home-game-rust {
  background: url('../images/home-game-rust.webp') center center no-repeat;
  background-size: cover;
}

#home-game-ark {
  background: url('../images/indexark.svg') center center no-repeat;
  background-size: cover;
}

#home-game-l4d {
  background: url('../images/indexletf4dead.svg') center center no-repeat;
  background-size: cover;
}

#home-game-l4d2 {
  background: url('../images/indexleft4dead2.svg') center center no-repeat;
  background-size: cover;
}

#home-game-pzomboid {
  background: url('../images/indexprojectzomboid.svg') center center no-repeat;
  background-size: cover;
}

#home-game-7days {
  background: url('../images/index7days.svg') center center no-repeat;
  background-size: cover;
}

#home-game-factorio {
  background: url('../images/indexfactorio.svg') center center no-repeat;
  background-size: cover;
}

#home-game-cs2 {
  background: url('../images/indexcs2.webp') center center no-repeat;
  background-size: cover;
}

#home-game-theforest {
  background: url('../images/indexcs2.webp') center center no-repeat;
  background-size: cover;
}

#home-game-palworld {
  background: url('../images/indexpalworld.webp') center center no-repeat;
  background-size: cover;
}

#home-game-enshrouded {
  background: url('../images/index-enshrouded.webp') center center no-repeat;
  background-size: cover;
}

#home-game-minecraft {
  background: url('../images/index-minecraft.webp') center center no-repeat;
  background-size: cover;
}

#trustpilot-text-row {
  line-height: 32px;
}

#trustpilot-text-row h3 {
  font-size: 22px;
  font-weight: 600;
}


.py-45 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.px-45 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}


#ddos-specs-home h2 {
  font-size: 54px;
  letter-spacing: -1px;
  padding-bottom: 0px;
}

#ddos-specs-home .lighter-bg {
  padding: 22px 20px;
}

#ddos-specs-home .lighter-bg:hover {
  box-shadow: 0 0.25rem 0.35rem rgb(0 0 0 / 14%) !important;
  background: var(--lighter-bg-hover)
}

#home-support-list img {
  float: left;
  margin-top: 4px;
  margin-right: 12px;
}

.white-link {
  color: #fff;
}

.white-link:hover,
.white-link:hover .green {
  color: var(--main-color-link-hover);
}

.green {
  color: #00B67A;
}


#home-support-list a:hover {
  text-decoration: none;
  display: inline-block;
}

.less-padding {
  padding: 68px 0px;
}

.font-18 {
  font-size: 18px;
}

.home-support-bar {
  max-width: 470px;
  margin: 0px auto;
  margin-top: 25px;
}

.skewed-label {
  background: #2D3348;
  transform: skew(-15deg);
  padding: 0px 8px;
  border-radius: 3px;
  display: inline-block;
  margin: 0px 4px;
}

.skewed-label span {
  transform: skew(15deg);
  display: inline-block;
}

.button-label {
  padding: 0px 8px;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  border-radius: 4px;
  color: #fff !important;
  background: var(--main-color);
  font-size: 14px;
  font-weight: 600;
  font-family: "ProximaNova-Regular", sans-serif;
  position: relative;
  transition: all 0.2s linear 0s;
}

.button-label:hover {
  text-decoration: none;
  background: var(--main-color-link);
}

#home-support .col {
  padding: 88px 15px;
}

#home-support-bg {
  background: url('../images/home-support-bg.svg') top 20px right no-repeat;
  padding-top: 96px !important;
}

#footer-cta {
  background: url('../images/blue-bg-pattern.webp') center center no-repeat;
  background-size: cover;
}

.footer-col {
  padding: 88px 0px;
}


.footer-col .row {
  padding-left: 15px;
  padding-right: 15px;
}

.footer-bg-socials {
  background: url('../images/footer-bg.svg') center top 30px no-repeat;
}

.footer-bg-socials img.va-mid:hover {
  transform: scale(1.125);
}

.footer-bg-socials img.va-mid {
  width: 42px;
}

.footer a {
  color: #9CA3C0;
  font-weight: 300;
  display: inline-block;
  padding: 2px 0px;
}

.footer a:hover {
  color: var(--main-color-link-hover);
  text-decoration: none;
}

.footer .white-link {
  color: #fff;
  font-weight: 500;
}

.featured-plan-box {
  background: rgba(33, 37, 56, 0.6);
  border: 2px solid rgba(43, 73, 255, 0.6);
  border-radius: 8px;
  box-shadow: 0 0 10px 4px rgba(43, 73, 255, 0.20);
}

.featured-plan-box:hover {
  background: rgba(33, 37, 56, 0.8);
  border: 2px solid rgba(43, 73, 255, 1);
  border-radius: 8px;
  box-shadow: 0 0 14px 6px rgba(43, 73, 255, 0.25);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.featured-plan-box:hover #featplan-three {
  border-left: 2px solid rgba(43, 73, 255, 1);
}


.featured-plan-box:hover .save-ribbon {
  top: -44px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

#featplan-one {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 23%;
  flex: 0 0 23%;
  max-width: 23%;
}

#featplan-two {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 53%;
  flex: 0 0 53%;
  max-width: 53%;
}

#featplan-three {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24%;
  flex: 0 0 24%;
  max-width: 24%;
  border-left: 2px solid rgba(43, 73, 255, 0.6);
  padding-left: 0px;
}

#featplan-two small {
  color: #9CA3C0;
}

.feature-plan-img {
  background: rgba(180, 193, 255, 0.06);
  margin: 10px;
  border-radius: 8px;
  padding: 4px 4px 4px 44px;
}

.feature-plan-img .vertical-text {
  font-size: 16px;
  left: 60px;
}

.feature-plan-img-inner {
  border-radius: 8px;
  background: rgba(33, 37, 56, 0.88);
  padding: 24px 0px;
}

.limited-time {
  position: relative;
  height: 24px;
  line-height: 24px;
  background: #EA2A2A;
  padding: 0px 12px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
  display: inline-block;
  margin: 0px 9px;
}

.limited-time:before {
  background: url('../images/featured-label-left.svg');
  width: 16px;
  height: 23px;
  content: " ";
  display: block;
  position: absolute;
  left: -9px;
  top: 0px;
  bottom: 0px;
}

.limited-time:after {
  background: url('../images/featured-label-right.svg') center right no-repeat;
  width: 16px;
  height: 23px;
  content: " ";
  display: block;
  position: absolute;
  right: -9px;
  top: 0px;
  bottom: 0px;
}

.feat-price {
  font-size: 36px;
  line-height: 42px;
}

.line-through {
  text-decoration: line-through;
}

.featplan-order {
  padding: 34px 32px 0px 32px;
}

.save-ribbon {
  background: url('../images/save-ribbon.svg') center center no-repeat;
  width: 98px;
  height: 100px;
  position: absolute;
  top: -40px;
  left: -60px;
  padding-top: 22px;
}

.save-ribbon h3 {
  font-size: 28px;
  line-height: 24px;
  -webkit-transform: rotate(17.5deg);
  -moz-transform: rotate(17.5deg);
  transform: rotate(17.5deg);
}

.save-ribbon h3 small {
  font-weight: 300;
  letter-spacing: 2px;
}

.hosting-type {
  background: #2B49FF;
  padding: 4px;
  height: 52px;
  line-height: 44px;
  border-radius: 52px;
  display: inline-block;
}

.hosting-type span {
  display: inline-block;
}

.hosting-type span {
  color: #fff !important;
  font-size: 18px;
  display: block;
  border-radius: 44px;
  float: left;
  min-width: 190px;
  text-align: center;
  font-weight: 500;
}


.hosting-type span:hover {
  background: rgba(255, 255, 255, 0.14);
  text-decoration: none;
}

.premium-active span,
.budgettext {
  background: #212538 !important;
}

.premium-active .inactivebudget {
  background: transparent !important;
}

.premium-active .inactivebudget:hover {
  background: rgba(255, 255, 255, 0.14) !important;
}

.premium-active .budgettext {
  background: transparent;
}

.underline {
  border-bottom: 2px solid #fff;
}

.filter-select {
  height: 52px;
  background: url('../images/select-down.svg') center right 28px no-repeat #E9EBF8;
  border-radius: 52px;
  padding: 0px 68px 0px 28px;
  color: #1A1E30;
  font-weight: 500;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.col-lg-25 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.minecraft-box {
  padding: 28px 24px;
  box-shadow: 0 0.2rem 0.333rem rgb(0 0 0 / 15%) !important;
}

.minecraft-box h2 {
  font-size: 22px;
  line-height: 32px;
}

.minecraft-box ul li {
  padding-top: 8px;
}

#minecraft-plans .row {
  padding: 0px 5px;
  margin-bottom: -20px;
}

#minecraft-plans .col {
  padding: 0px 10px;
  margin-bottom: 20px;
}

.va-text-top {
  vertical-align: text-top;
}

.button-circle {
  background: url(../images/double-chevron-right.svg) center center no-repeat #44485E;
  box-shadow: inset 0 -2px 4px 0 rgba(0, 0, 0, 0.25);
  width: 48px;
  height: 48px;
  border-radius: 48px;
}

.slanted-row {
  transform: rotate(-0.5deg);
  width: calc (100% + 60px);
  margin-left: -30px;
  margin-right: -30px;
  padding-left: 30px;
  padding-right: 30px;
}

.slanted-row .slant-fix {
  transform: rotate(0.5deg);
}

.features .col {
  margin-bottom: 50px;
}

.features .row {
  margin-bottom: -50px;
}

.toggle-box {
  padding-bottom: 16px;
  background: rgba(64, 72, 97, 0.33);
  box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
  border-radius: 8px;
  margin-bottom: 26px;
}

.toggle-box:hover {
  box-shadow: 0 0.25rem 0.33rem rgb(0 0 0 / 12%) !important;
}

.toggle-box h3 {
  padding: 16px 20px 0px 20px;
  margin: 0px !important;
}

.toggle-box h3:hover {
  cursor: pointer;
}

.toggle-box h3 b {
  background: url('../images/panel-down.svg') center center no-repeat !important;
  width: 14px !important;
  height: 14px !important;
  left: unset !important;
  right: 20px !important;
  top: 32px !important;
}


.toggle-box .toggle-title.active b {
  background: url('../images/panel-up.svg') center center no-repeat !important;
}

.toggle-box .toggle .toggle-title .title-name {

  padding: 8px 0px 8px 32px;

}

.toggle-box .toggle .toggle-inner {
  padding-bottom: 0px !important;
}

.toggle-box p {
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px !important;
}

.toggle-box .toggle-inner {
  padding: 20px 40px 18px 20px !important;
}

#minecraft-modpacks img {
  margin-bottom: -5px;
}

.progress-bar {
  padding: 3px;
  border-radius: 14px;
  height: 14px;
  background: #262B40;
}

.inner-progress {
  border-radius: 8px;
  height: 8px;
  background: #3E435B;
}


.performance-progress {
  background: var(--main-color);
}

.performance-budget {
  opacity: 0.5;
}

.performance-budget:hover {
  opacity: 1;
}

#games-featured {
  margin-bottom: -20px;
}

.featured-game-wrap {
  width: 20%;
  float: left;
  position: relative;
  padding-bottom: 20px;
  overflow: hidden;
}

.featured-game {
  text-align: center;
  height: 584px;
  position: relative;
  color: #fff;
  overflow: hidden;
}

.featured-game:hover {
  cursor: pointer;
}

.featured-game-wrap .featured-game {
  opacity: 0.4;
}

.featured-game-wrap:hover .featured-game {
  opacity: 1;
  transition: all 0.5s;
}

.featured-game strong {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -52px;
}


.featured-game-wrap:hover .featured-game div {
  bottom: 70px;
  transition: all 0.5s;
}

.featured-game-wrap:hover .featured-game strong {
  bottom: -24px;
  transition: all 0.25s;
}

.featured-game-wrap .button-circle {
  background: url(../images/double-chevron-right.svg) center center no-repeat var(--main-color);
  border: 3px solid var(--bg-color);
  width: 54px;
  height: 54px;
  position: absolute;
  bottom: -54px;
  left: 50%;
  margin-left: -27px;
  z-index: 1001;
}

.featured-game-wrap .button-circle:hover {
  box-shadow: inset 0 2px 6px 0 rgb(0 0 0 / 25%);
  background: url(../images/double-chevron-right.svg) center center no-repeat var(--main-color-link);
}

.featured-game-wrap:hover .button-circle {
  bottom: 0px;
  transition: all .5s;
}

.featured-game div {
  padding: 0px 30px;
  position: absolute;
  bottom: 30px;
  left: 0px;
  right: 0px;
}

#featured-valheim {
  background: url('../images/featured-game-valheim.webp');
  background-size: cover;
}

#featured-dayz {
  background: url('../images/featured-game-dayz.webp');
  background-size: cover;
}

#featured-minecraft {
  background: url('../images/featured-game-minecraft.webp');
  background-size: cover;
}

#featured-spaceengineers {
  background: url('../images/featured-game-spaceengineers.webp');
  background-size: cover;
}

#featured-rust {
  background: url('../images/featured-game-rust.webp');
  background-size: cover;
}

#games-findgame .filter-select {
  width: 100%;
  display: block;
  border-radius: 8px;
}

.search,
#gamesearch {
  border: 0px;
  width: 100%;
  display: block;
  height: 52px;
  background: url(../images/search.svg) center left 28px no-repeat #E9EBF8;
  border-radius: 8px;
  padding: 0px 28px 0px 60px;
  color: #1A1E30;
  font-weight: 500;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#gamesearch {
  margin-bottom: 20px;
}

.game-box {
  width: 100%;
  height: 273px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.game-box h4 {
  text-transform: uppercase;
}

.game-box div:nth-child(1) {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 20px 20px 16px 20px;
  text-align: left;
  color: #fff;
  font-size: 14px;
}

.game-box:hover {
  cursor: pointer;
}

#game-row {
  padding: 0px 0px;
}

#game-row .col {
  padding: 0px 10px;
  margin-top: 20px;
}

#game-valheim {
  background: url('../images/card-valheim.webp') center center no-repeat;
  background-size: cover;
}

#game-terraria {
  background: url('../images/card-terraria.webp') center center no-repeat;
  background-size: cover;
}

#game-minecraft {
  background: url('../images/card-minecraft.webp') center center no-repeat;
  background-size: cover;
}

#game-dayz {
  background: url('../images/card-dayz.webp') center center no-repeat;
  background-size: cover;
}

#game-hytale {
  background: url('../images/card-hytale.webp') center center no-repeat;
  background-size: cover;
}

#game-ark {
  background: url('../images/card-ark.webp') center center no-repeat;
  background-size: cover;
}

#game-spaceengineers {
  background: url('../images/card-spaceengineers.webp') center center no-repeat;
  background-size: cover;
}

#game-rust {
  background: url('../images/card-rust.webp') center center no-repeat;
  background-size: cover;
}

#game-7days {
  background: url('../images/card-7days.webp') center center no-repeat;
  background-size: cover;
}

#game-csgo {
  background: url('../images/card-csgo.webp') center center no-repeat;
  background-size: cover;
}

#game-cs2 {
  background: url('../images/card-cs2.webp') center center no-repeat;
  background-size: cover;
}

#game-tf2 {
  background: url('../images/card-tf2.webp') center center no-repeat;
  background-size: cover;
}

#game-left4dead {
  background: url('../images/card-leftfordead.webp') center center no-repeat;
  background-size: cover;
}

#game-left4dead2 {
  background: url('../images/card-l4d2.webp') center center no-repeat;
  background-size: cover;
}

#game-insurgency {
  background: url('../images/card-insurgency.webp') center center no-repeat;
  background-size: cover;
}

#game-conan {
  background: url('../images/card-conan.webp') center center no-repeat;
  background-size: cover;
}

#game-arma3 {
  background: url('../images/card-arma3.webp') center center no-repeat;
  background-size: cover;
}

#game-gmod {
  background: url('../images/card-gmod.webp') center center no-repeat;
  background-size: cover;
}

#game-satisfactory {
  background: url('../images/card-satisfactory.webp') center center no-repeat;
  background-size: cover;
}

#game-mordhau {
  background: url('../images/card-mordhau.webp') center center no-repeat;
  background-size: cover;
}

#game-factorio {
  background: url('../images/card-factorio.webp') center center no-repeat;
  background-size: cover;
}

#game-unturned {
  background: url('../images/card-unturned.webp') center center no-repeat;
  background-size: cover;
}

#game-projectzomboid {
  background: url('../images/card-projectzomboid.webp') center center no-repeat;
  background-size: cover;
}

#game-vrising {
  background: url('../images/card-vrising.webp') center center no-repeat;
  background-size: cover;
}

#game-squad {
  background: url('../images/card-squad.webp') center center no-repeat;
  background-size: cover;
}

#game-pavlov {
  background: url('../images/card-pavlov.webp') center center no-repeat;
  background-size: cover;
}

#game-eco {
  background: url('../images/card-eco.webp') center center no-repeat;
  background-size: cover;
}

#game-assetto {
  background: url('../images/card-assetto.webp') center center no-repeat;
  background-size: cover;
}

#game-armareforger {
  background: url('../images/card-armareforger.webp') center center no-repeat;
  background-size: cover;
}

#game-svencoop {
  background: url('../images/card-svencoop.webp') center center no-repeat;
  background-size: cover;
}

#game-tmodloader {
  background: url('../images/card-tmodloader.webp') center center no-repeat;
  background-size: cover;
}

#game-skyrimtogether {
  background: url('../images/card-skyrimtogether.webp') center center no-repeat;
  background-size: cover;
}

#game-hurtworld {
  background: url('../images/card-hurtworld.webp') center center no-repeat;
  background-size: cover;
}

#game-dods {
  background: url('../images/card-dods.webp') center center no-repeat;
  background-size: cover;
}

#game-theforest {
  background: url('../images/card-theforest.webp') center center no-repeat;
  background-size: cover;
}

#game-sotf {
  background: url('../images/card-sotf.webp') center center no-repeat;
  background-size: cover;
}

.ddos-img-fix {
  height: 94px;
  overflow: hidden;
  margin-top: 6px;
  width: 220px;
}

.ddos-img-fix img {
  margin-top: -6px;
}

#ddos-row .col-lg-3 h4 {
  position: relative;
  padding-left: 30px;
  font-weight: 500;
  font-family: 'ProximaNova-Regular', 'Segoe UI', 'Proxima Nova', Verdana, Arial, Helvetica, sans-serif;
}

#ddos-row .col-lg-3 h4 img {
  position: absolute;
  top: 6px;
  left: 0px;
}

#games-whatif h2 {
  padding-bottom: 0px;
  line-height: 52px;
}

#games-whatif {
  line-height: 52px;
}

.table-centered {
  display: table;
}

.game-hero {
  margin-top: -40px;
}

#game-divider {
  background: url('../images/game-divider.svg') center right 40px no-repeat;
  padding-right: 76px;
  line-height: 328px;
  text-align: left;
}

.game-hero h1 {
  line-height: 52px;
}

#games-plans .minecraft-box {
  padding: 32px 28px;
}

.select {
  height: 48px;
  background: url('../images/select-down.svg') center right 20px no-repeat #E9EBF8;
  border-radius: 6px;
  padding: 0px 60px 0px 20px;
  color: #1A1E30;
  font-weight: 500;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select-outline {
  height: 40px;
  background: url('../images/select-down-outline.svg') center right 14px no-repeat transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  padding: 0px 70px 0px 14px;
  color: #fff;
  font-weight: 500;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w25 {
  width: 25%;
}

.w50 {
  width: 50%;
}

.w75 {
  width: 75%;
}

.w100 {
  width: 100%;
}

#tabs-changer {
  background: var(--light-bg);
  padding: 4px;
  height: 56px;
  line-height: 48px;
  border-radius: 56px;
  display: inline-block;
}

#tabs-changer li {
  display: inline-block;
}

#tabs-changer li a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  display: block;
  border-radius: 48px;
  padding: 0px 28px;
  text-align: center;
  color: var(--text-color);
  opacity: 0.6;
}


#tabs-changer li a:hover {
  opacity: 0.8;
  background: rgba(255, 255, 255, 0.03);
}

#tabs-changer li.active a {
  background: #2B49FF;
  color: #fff;
  font-weight: 500;
  opacity: 1;
}

.white {
  color: #fff;
}

.input {
  background: #E9EBF8;
  border: 0px;
  font-weight: 300;
  font-size: 16px;
  height: 52px;
  border-radius: 5px;
  padding: 0px 20px 0px 20px;
  color: #1A1E30;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}


.textarea {
  background: #E9EBF8;
  display: block;
  width: 100%;
  min-height: 160px;
  border: 0px;
  font-weight: 300;
  font-size: 16px;
  height: 52px;
  border-radius: 5px;
  padding: 16px 20px 0px 20px;
  color: #1A1E30;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.input.email {
  background: url(../images/email.svg) center left 28px no-repeat #E9EBF8;
  padding: 0px 28px 0px 60px;
  border-radius: 8px;
  height: 54px;
}

#sub-hytale .email {
  min-width: 520px;
  width: auto;
  font-size: 18px;
  margin-top: 0px;
}

.submitbutton {
  border: 0px;
}

#sub-hytale .email::placeholder {
  color: #1A1E30;
}

.table {
  display: table;
}

.hytale-about-bg-1 {
  background: url('../images/hytale-1.webp') center top no-repeat;
}

.hytale-about-bg-2 {
  background: url('../images/hytale-2.webp') center top no-repeat;
}

.hytale-about-bg-3 {
  background: url('../images/hytale-3.webp') center top no-repeat;
}


.has-absolute-left {
  position: relative;
  padding-left: 80px;
}

.absolute-left {
  position: absolute;
  top: 0px;
  left: 0px;
}

.two-features {
  padding: 0px 15px;
}

.two-features .has-absolute-left.pl-5 {
  padding-left: 128px !important;
}

.two-features .has-absolute-left.pl-5 .absolute-left {
  left: 48px;
}

.hytale-panel-nav {
  background: #1D2134;
}

.hytale-panel-nav li {
  float: left;
  width: 33.3333%;
}

.hytale-panel-nav li a {
  padding: 32px 40px;
  font-size: 18px;
  color: #fff;
  display: block;
  opacity: 0.25;
}

.hytale-panel-nav li.active a {
  opacity: 1;
  background: var(--light-bg);
}

.hytale-panel-nav li.active a i {
  color: var(--main-color-link-hover) !important;
}

.stat-box {
  padding: 28px 32px;
  z-index: 1001;
}

.stat-bg {
  position: absolute;
  top: -95px;
  right: -138px;
  z-index: -1;
  width: 364px;
  height: 360px;
  background: url('../images/home-support-bg.svg');
}

.pr-6 {
  padding-right: 4rem !important;
}

.pl-6 {
  padding-left: 4rem !important;
}

#about-specs {
  background: url('../images/server-specs-bg.webp') center right no-repeat;
  background-size: cover;
}

.core-value {
  max-width: 740px;
  margin: 0px auto;
  margin-bottom: 45px;
  position: relative;
  padding-left: 100px;
}

.blue-circle-icon {
  background: var(--main-color-link-hover);
  display: inline-block;
  position: absolute;
  width: 68px;
  height: 68px;
  text-align: center;
  top: 0px;
  left: 0px;
  border-radius: 50%;
}

.blue-circle-icon img {
  height: 36px;
  margin-top: 15.5px;
}

#partners .clearfix a {
  color: #6F7593;
  opacity: 0.6;
}

#partners .clearfix a:hover {
  color: #6F7593;
  opacity: 1;
}

#partners-apply label {
  color: #fff;
  font-weight: 600;
}

#partners-apply label span {
  color: var(--main-color);
}

#partners-benefits {
  background: url('../images/blue-bg-partners.webp') center center no-repeat;
  background-size: cover;
}

#partners-benefits h2 {
  font-size: 44px;
  line-height: 48px;
}

#partners-divider {
  background: url('../images/partner-divider.svg') top right no-repeat;
}


#partner-discord {
  background: url('../images/social-discord.svg') center left 9px no-repeat #E9EBF8;
  padding-left: 64px;
}


#partner-twitch {
  background: url('../images/social-twitch.svg') center left 9px no-repeat #E9EBF8;
  padding-left: 64px;
}


#partner-youtube {
  background: url('../images/social-youtube.svg') center left 9px no-repeat #E9EBF8;
  padding-left: 64px;
}


#partner-website {
  background: url('../images/social-website.svg') center left 9px no-repeat #E9EBF8;
  padding-left: 64px;
}

.step-arrow-one {
  position: absolute;
  left: 33.3333%;
  top: 0px;
  margin-left: -78px;
}

.step-arrow-two {
  position: absolute;
  left: 66.6667%;
  top: 44px;
  margin-left: -78px;
}

.va-unset {
  vertical-align: unset;
}

.affstat small {
  color: var(--main-color-link-hover);
}

.affstat {
  font-size: 72px;
  line-height: 72px;
}

#affiliate-how {
  background: url('../images/game-divider.svg') center center no-repeat;
  background-size: auto 240px;
}

.mt-45 {
  margin-top: 2rem !important;
}


.toggle-feature {
  text-align: left;
  background: url('../images/plus.svg') center right 1.25rem no-repeat var(--main-color-link);
  margin: 8px 0px;
  font-family: "DIN Next LT Pro", "ProximaNova-Regular", sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  width: 100%;
  display: block;
  padding: 1.25rem 1.25rem 1rem 1.25rem;
  cursor: pointer;
}

.toggle-feature:hover {
  background: url('../images/plus.svg') center right 1.25rem no-repeat var(--main-color-link-hover);
}

.toggle-feature.active,
.toggle-feature.active:hover {
  background: url('../images/negative.svg') center right 1.25rem no-repeat var(--main-color-link-hover);
  color: #fff;
}

.toggle-group {
  margin: -8px 0px;
}

.compare-table .flex-row:nth-last-child(1) .etbl {
  border-bottom: 0px !important;
}

.no-border-bottom-etbl {
  margin-bottom: -8px;
}

.no-border-bottom-etbl .etbl {

  border-bottom: 0px !important;
}

.compare-table {
  margin-bottom: 8px;
}

.cp-toggle {
  color: #343c4c;
  font-weight: 600;
}

.cp-toggle.active {

  color: #0ab9bf;
}

.cp-toggle img:nth-child(2) {
  display: none;
}

.cp-toggle.active img:nth-child(2) {
  display: inline-block;
}

.cp-toggle.active img:nth-child(1) {
  display: none;
}

.not-included {
  opacity: 0.4
}

.etbl {
  padding: 1rem 1.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

#hosting-table img {
  margin: 0px 2px;
  max-height: 24px;
  width: auto;
  vertical-align: sub;
}

.etbl-one {
  width: 22.222%;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}

.etbl-two {
  width: 22.222%;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}

.etbl-three {
  width: 22.222%;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}

.etbl-four {
  width: 22.222%;
  border-right: 0px solid rgba(255, 255, 255, 0.05);
}

.etbl-five {
  width: 22.222%;
  border-right: 0px solid rgba(255, 255, 255, 0.05);
}

.etbl-six {
  width: 22.222%;
  border-right: 0px solid rgba(255, 255, 255, 0.05);
}

.flex-row {
  display: flex;
}

.etbl-name {
  display: none;
}

#plan-top .pricing {
  font-weight: 600;
}


#plan-top h3 {
  font-size: 30px;
}

#plan-top .pricing small {
  font-size: 16px !important;
}


.flex-row:hover .etbl {
  background: var(--lighter-bg);
  transition: 0s;
}

#plan-top .flex-row:hover .etbl {
  background: transparent;
  transition: 0s;
}


#plan-bottom .etbl-one {
  border-bottom-left-radius: 12px;
}

#plan-bottom .etbl-four {
  border-bottom-right-radius: 12px;
}



#plan-bottom .etbl {
  padding-bottom: 0px !important;
  border-bottom: 0px solid rgba(255, 255, 255, 0.08) !important;
  padding-bottom: 1.5rem !important;
}

#plan-bottom .etbl-one {
  border-bottom: 0px !important;
}

#plan-bottom .etbl-two {
  border-bottom-left-radius: 8px;
}

#plan-bottom .etbl-five {
  border-bottom-right-radius: 8px;
}

#plan-bottom {
  margin-bottom: 8px !important;
}


#hosting-table {
  border-top-right-radius: 0px;
  background: var(--light-bg);
  clear: both;
}



#plan-top {
  margin-bottom: -8px;
  background: var(--light-bg);
  width: 100%;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  display: block;
  float: right;
  text-align: left;
}

#plan-top .etbl {
  padding: 2.5rem 1.75rem;
  border: 0px;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}

#plan-top .etbl-four {
  border-right: 0px;
}


#etbl-list li {
  padding: 7px 0px;
}

.popular-plan {
  background: #95C368;
  position: absolute;
  top: -34px;
  line-height: 36px;
  height: 34px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-style: oblique;
  letter-spacing: -0.25px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  left: 0px;
  right: 0px;
}


.three-absolute-features {
  padding: 0px 15px;
}

.three-absolute-features .col-lg-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 31%;
  flex: 0 0 31%;
  max-width: 31%;
  margin-right: 3.5%;
  padding-right: 0px;
}

.three-absolute-features .col-lg-4:nth-child(3n) {
  margin-right: 0%;
}

.three-absolute-features .has-absolute-left {
  padding-left: 80px;
}

#panel-nav {
  display: table;
  margin: 0px auto;
}

#panel-nav li {
  display: inline-block;
  padding: 0px 18px;
}

#panel-nav li a {
  padding: 0px 30px;
  height: 48px;
  line-height: 48px;
  color: #fff;
  display: block;
  border-radius: 6px;
  position: relative;
  transition: 0s;
}

#panel-nav li.active a:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid var(--main-color);
  clear: both;
  margin-left: -8px;

}

#panel-nav li a:hover {
  background: rgba(255, 255, 255, 0.06);
}

#panel-nav li.active a {
  background: var(--main-color);
}

#single-testimonial p {
  max-width: 760px;
  margin: 0px auto;
}

.less-v-padding {
  padding: 68px 30px;
}

.extra-padded-row {
  padding: 0% 8%;
}

.minecraft-username-img {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  z-index: 1000;
}

.minecraft-username {
  z-index: 1001;
  position: relative;
  min-width: 440px;
  background: transparent;
  border: 0px;
  color: #fff;
  padding-left: 48px;
  font-size: 18px;
  height: 44px;
}


.minecraft-username:focus {
  outline: none;
  border: none;
}

.minecraft-username.filled-out {
  background: url('../images/blue-circle-check.svg') 22px 0px no-repeat;
  width: auto;
  min-width: auto;
}


.minecraft-username::placeholder {
  color: var(--text-color);
  font-style: oblique;
}


#list-one {
  overflow: hidden;
  height: 338px;
  margin-top: -2.75rem !important;
  margin-bottom: -3rem !important;
}

#list-one div {
  margin-top: 20px;
  padding: 14px 0px;
  text-align: center;
  opacity: 0.68;
}

#list-one div img {
  height: 48px;
}

#list-two {
  overflow: hidden;
  height: 338px;
  margin-top: -2.75rem !important;
  margin-bottom: -3rem !important;
}

#list-two div {
  margin-bottom: 20px;
  padding: 14px 0px;
  text-align: center;
  opacity: 0.68;
}


#list-one div:hover,
#list-two div:hover {
  opacity: 1;
}

#list-two div:nth-child(1) {
  margin-top: -46px;
}

#list-two div img {
  height: 48px;
}



.item:last-child {
  margin-bottom: 0px;
}

#list-one,
#list-two {
  padding: 0px 10px;
}

#modpack-list .row {
  padding: 0px 5px;
}

.home-map {
  background: url('../images/world-map-home.svg') center center no-repeat;
  width: 984px;
  height: 392px;
  position: relative;
  margin: 0px auto;
}

.pin {
  background: url('../images/map-pin.svg');
  width: 21px;
  height: 31px;
  position: absolute;
}

.pin-budget {
  background: url('../images/map-pin-budget.svg');
}

.pin-budget-premium {
  background: url('../images/map-pin-duo-01.svg');
}

.pin:hover {
  margin-top: -2px;
  cursor: pointer;
}

.pin:hover .pin-hover {
  display: block;
}

.pin-hover {
  display: none;
  white-space: nowrap;
  position: absolute;
  top: -50px;
  left: 11px;
  background: #fff;
  border-radius: 6px;
  padding: 6px 14px;
  color: #1A1E30;
  font-weight: 500;
  transform: translate(-50%, 0%);
  margin-bottom: 26px;
  z-index: 1001;
}

.pin-hover:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  clear: both;
  margin-left: -6px;
}

#location-ca {
  top: 22%;
  left: 26.5%;
}

#location-org {
  top: 33%;
  left: 13.75%;
}

#location-vir {
  top: 33%;
  left: 22.75%;
}

#location-lon {
  top: 10%;
  left: 46.5%;
}

#location-uk {
  top: 38px;
  left: 458px;
}

#location-gr {
  top: 16.5%;
  left: 50.25%;
}

#location-fin {
  top: 8.5%;
  left: 51.5%;
}

#location-fr {
  top: 16.5%;
  left: 47.5%;
}

#location-sg {
  bottom: 35.95%;
  left: 79.4%;
}

#location-au {
  bottom: 7.25%;
  left: 97.3%;
}

#location-br {
  top: 70%;
  left: 31%;
}

.legend {
  position: absolute;
  bottom: 10px;
  left: 0px;
  right: 0px;
  font-weight: 500;
}

.legend-performance {
  color: var(--main-color);
}

.legend-budget {
  color: #9297B2;
}

#trustpilot-three-testimonials .col-lg-9 .col {
  padding: 0px 10px;
}


#trustpilot-three-testimonials .col-lg-9 .row {
  padding: 0px 20px;
}

#carousel-testimonials .carousel-control {
  width: 24px;
}

#carousel-testimonials .carousel-control.prev {
  background: url('../images/slider-prev.svg') center center no-repeat;
  left: -40px;
}

#carousel-testimonials .carousel-control.next {
  background: url('../images/slider-next.svg') center center no-repeat;
  right: -40px;
  left: unset;
}

#single-testimonial .carousel-control.prev {
  background: url('../images/testimonial-prev.svg') center center no-repeat;
  left: 7.5%;
  width: 5%;
}

#single-testimonial .carousel-control.next {
  background: url('../images/testimonial-next.svg') center center no-repeat;
  right: 7.5%;
  left: unset;
  width: 5%;
}




.home-panel-changer {
  position: absolute;
  top: 6px;
  left: -70px;
}


.home-panel-changer:before {
  background: url('../images/game-changer-before.svg') center center no-repeat;
  width: 28px;
  height: 28px;
  content: " ";
  top: 12px;
  right: -10px;
  position: absolute;
  z-index: 1;
}

.home-panel-changer ul {
  position: relative;
  padding: 4px;
  border-radius: 6px;
  background: #2F3449;
  z-index: 1000;
}

.home-panel-changer ul li:nth-child(1) {
  margin-bottom: 4px;
}

.home-panel-changer ul li a {
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  display: block;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 6px;
}

.home-panel-changer ul li a:hover {
  background: rgba(255, 255, 255, 0.07);
}


.home-panel-changer ul li.active a {
  background: var(--main-color);
}

.home-panel-changer ul li img {
  width: 30px;
  vertical-align: middle;
  opacity: 0.4;
}

.home-panel-changer ul li:hover img {
  opacity: 0.6;
}

.home-panel-changer ul li.active img {
  opacity: 1;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

#home-support-bg .light-bg:hover {
  background: #23273B;
  box-shadow: 0 0.25rem 0.5rem rgb(0 0 0 / 14%) !important;
}

.dropdown-toggle {
  background: url('../images/nav-down.svg') top 11px right no-repeat;
  padding-right: 16px !important;
  margin-right: 4px;
}

.dropdown-toggle:hover {
  background: url('../images/nav-down-hover.svg') top 11px right no-repeat;
}


.dropdown-toggle.active {
  background: url('../images/nav-down-hover.svg') top 11px right no-repeat;
}


.page-header .dropdown-menu {
  min-width: 200px;
  left: unset;
  right: 0px;
  border-radius: 6px;
  box-shadow: 0 6px 12px rgb(0 0 0 / 40%);
  margin-top: 8px;
}

.page-header .dropdown-menu a {
  color: #1A1E30 !important;
  padding: 4px 20px;
  display: block;
}

.page-header .dropdown-menu a:hover {
  background: #ebedf6;
  border-radius: 5px;
  color: var(--main-color-link) !important;
}

.page-header .dropdown-menu li {
  line-height: 32px;
  margin-right: 0px !important;
  padding: 4px 6px;
}


#game-server-nav {
  min-width: 800px;
  left: 50%;
  right: unset;
  transform: translate(-50%, 0%);
}

.mc-budget.active {
  display: inline-block !important;
}

.mc-performance.active {
  display: inline-block !important;
}


.mc-budget-plan {
  display: none !important;
}

.mc-performance-plan {
  display: none !important;
}

.mc-budget-plan.active {
  display: block !important;
}

.mc-performance-plan.active {
  display: block !important;
}

#mc-plan-stone:hover {
  background-color: #64717f;
}

#mc-plan-coal:hover {
  background-color: #5f6269;
}

#mc-plan-iron:hover {
  background-color: #ffb66f;
}

#mc-plan-gold:hover {
  background-color: #cbc753;
}

#mc-plan-lapis:hover {
  background-color: #3370fa;
}

#mc-plan-redstone:hover {
  background-color: #fa4133;
}

#mc-plan-diamond:hover {
  background-color: #1dcde2;
}

#mc-plan-emerald:hover {
  background-color: #65e185;
}

#mc-plan-amethyst:hover {
  background-color: #bd4cd8;
}

#mc-plan-beacon:hover {
  background-color: #09a9d7;
}


#mc-plan-stone h2 small {
  color: #64717f !important;
}

#mc-plan-coal h2 small {
  color: #5f6269 !important;
}

#mc-plan-iron h2 small {
  color: #ffb66f !important;
}

#mc-plan-gold h2 small {
  color: #cbc753 !important;
}

#mc-plan-lapis h2 small {
  color: #3370fa !important;
}

#mc-plan-redstone h2 small {
  color: #fa4133 !important;
}

#mc-plan-diamond h2 small {
  color: #1dcde2 !important;
}

#mc-plan-emerald h2 small {
  color: #65e185 !important;
}

#mc-plan-amethyst h2 small {
  color: #bd4cd8 !important;
}

#mc-plan-beacon h2 small {
  color: #09a9d7 !important;
}


#plan-name-stone {
  color: #64717f !important;
}

#plan-name-coal {
  color: #5f6269 !important;
}

#plan-name-iron {
  color: #ffb66f !important;
}

#plan-name-gold {
  color: #cbc753 !important;
}

#plan-name-lapis {
  color: #3370fa !important;
}

#plan-name-redstone {
  color: #fa4133 !important;
}

#plan-name-diamond {
  color: #1dcde2 !important;
}

#plan-name-emerald {
  color: #65e185 !important;
}

#plan-name-amethyst {
  color: #bd4cd8 !important;
}

#plan-name-beacon {
  color: #09a9d7 !important;
}

#minecraft-plans .minecraft-box:hover h2 small {
  color: #fff !important;
}

#minecraft-plans .minecraft-box:hover {
  color: #fff !important;
}


#minecraft-plans .minecraft-box:hover ul li,
#minecraft-plans .minecraft-box:hover span {
  color: #fff !important;
  transition: 0s;
}

#minecraft-plans .minecraft-box ul li img {
  opacity: 0.4;
}

#minecraft-plans .minecraft-box:hover ul li img {
  opacity: 1;
}


#minecraft-plans .minecraft-box ul li span img {
  opacity: 1;
}

#minecraft-plans .minecraft-box:hover ul li span img {
  opacity: 1;
}

#minecraft-plans .minecraft-box:hover .button-circle {
  background: url(../images/double-chevron-right-hover.svg) center center no-repeat #fff;
  box-shadow: inset 0 -2px 4px 0 rgb(0 0 0 / 15%), 0 2px 4px 0 rgb(0 0 0 / 25%);
}

#minecraft-plans .minecraft-box:hover .button-circle:hover {
  box-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 15%), 0 -2px 2px 0 rgb(0 0 0 / 20%);
}

#games-plans .minecraft-box:hover {
  background: #23273b;
}



.toggle .toggle-title {
  position: relative;
  display: block;
  margin-bottom: 0px;
}


.toggle .toggle-title h3 {
  margin: 0px;
  line-height: 28px;
  cursor: pointer;
  text-transform: unset;
  font-size: 16px;
  margin-top: 7px;
  margin-bottom: 8px;
  font-family: "ProximaNova-Semibold", sans-serif;
}

.toggle .toggle-inner {
  padding: 4px 40px 18px 32px;
  display: none;
  margin: -10px 0px 0px;
  margin-right: 0px;
}

.toggle p {
  padding-bottom: 0px;
}

.toggle .toggle-inner div {
  max-width: 100%;
}

.toggle .toggle-title .title-name {
  display: block;
  padding: 6px 0px 6px 32px;
}

.toggle .toggle-title b {
  position: absolute;
  background: url('../images/faq-right.svg') left center no-repeat;
  width: 14px;
  height: 14px;
  transition: all 0.3s ease;
  margin: 0px;
  left: 0px;
  top: 13px;
}


.toggle .toggle-title i {
  width: 32px;
  text-align: center;
}

.toggle .toggle-title.active b {
  background: url('../images/faq-down.svg') left center no-repeat;
}


.toggle-title:hover {
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.toggle-title.active:hover {
  background-color: transparent;
  cursor: auto;
}

.toggle:hover .toggle-title.active i {
  margin-left: 0px;
}



.toggle .bullet-list {
  margin-top: 10px;
  margin-left: 12px;
}

.toggle .bullet-list li {
  padding: 3px 0px 3px 13px;
}

.filter-selects li {
  display: inline-block;
  padding: 0px 4px;
  margin: 0px 20px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 2px solid transparent;
}

.filter-selects li:hover {
  cursor: pointer;
  color: var(--main-color-link);
}

.filter-selects li.active {
  color: var(--main-color-link);
  border-bottom: 2px solid var(--main-color-link);
}

.w-33 {
  width: 33.33333% !important;
}

.extrakeywords {
  display: none;
}



















.newplan .order>a {
  display: block;
  margin: 2% 0 2% 10%;
  width: 85%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background .4s, color .4s;
  transition: background .4s, color .4s;
  padding: 5px 0 5px 0;
  line-height: 24px;
  background: #232425;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #232425), to(#0e1011));
  background: linear-gradient(to bottom, #232425 0, #0e1011 100%);
  color: #fff;
  -webkit-box-shadow: inset 0 1px 2px #8e978a;
  box-shadow: inset 0 1px 2px #8e978a;
  border-radius: 3px;
  text-shadow: 0 1px 0 #000;
  font-size: 12px;
  overflow: hidden;
  text-transform: uppercase
}

.newplan .order>a span,
.newplan .order>a div {
  font-family: "Days One", arial, helvetica, sans-serif;
  font-weight: normal;
  font-size: 14px
}

.newplan .order>a span strong,
.newplan .order>a div strong,
.newplan .order>a span b,
.newplan .order>a div b {
  font-weight: normal
}

.newplan .order>a div {
  position: relative;
  top: -5px;
  font-size: 17px
}

.newplan .order>a:hover {
  background: #54a32d;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #54a32d), to(#357515));
  background: linear-gradient(to bottom, #54a32d 0, #357515 100%);
  color: #fff;
  -webkit-box-shadow: inset 0 2px 2px #9cff00;
  box-shadow: inset 0 2px 2px #9cff00
}

.newplan .colorbox-container,
.slimplan .colorbox-container {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  top: 0;
  z-index: 3
}

.newplan .colorbox,
.slimplan .colorbox {
  width: 50px;
  height: 50px;
  padding: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: rgba(0, 0, 0, 0.75)
}

.newplan .colorbox div,
.slimplan .colorbox div {
  width: 25px;
  height: 25px;
  float: left;
  background: #000;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  position: relative
}

.newplan .colorbox div:before,
.slimplan .colorbox div:before {
  position: absolute;
  width: 25px;
  height: 25px;
  left: 0;
  top: 0;
  content: ""
}

.newplan .colorbox div+div+div:before,
.slimplan .colorbox div+div+div:before {
  background: rgba(0, 0, 0, 0.5)
}

.newplan .colorbox div+div+div+div:before,
.slimplan .colorbox div+div+div+div:before {
  background: rgba(0, 0, 0, 0.5)
}

.newplan .colorbox-container,
.slimplan .colorbox-container {
  -webkit-animation: 30s rotateRight infinite linear;
  animation: 30s rotateRight infinite linear
}

.newplan .colorbox,
.slimplan .colorbox {
  -webkit-animation: 5s rotateRight infinite linear;
  animation: 5s rotateRight infinite linear;
  -webkit-animation-play-state: paused;
  animation-play-state: paused
}

.newplan:hover,
.slimplan:hover {
  z-index: 1000
}

.newplan:hover .colorbox,
.slimplan:hover .colorbox {
  -webkit-animation-play-state: running;
  animation-play-state: running
}





.location-popup {
  display: none
}

.cd-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(18, 20, 33, 0.88);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  z-index: 100000
}

.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s
}

.cd-popup-container {
  position: relative;
  width: 90%;
  max-width: 880px;
  margin: 4em auto;
  text-align: center;


  transform: translateY(-40px);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 3em;
  padding-bottom: 1em;
  background: var(--light-bg);
  border-radius: 8px;
}

.cd-popup-container .popup-content .location-popup-subtitle {
  font-weight: normal;
  font-size: 24px;
  margin: 10px 10px 12px 10px;
  clear: both;
  font-size: 22px;
  font-family: "ProximaNova-Regular", sans-serif;
  ;
  text-transform: uppercase;
  font-weight: 700;
}

.cd-popup-container .popup-content .location-popup-subtitle strong,
.cd-popup-container .popup-content .location-popup-subtitle b {
  font-weight: normal
}

.cd-popup-container .popup-content .location-popup-subtitle.prem {
  color: #fff;
  margin-top: 40px;
}

.cd-popup-container .cd-buttons:after {
  content: "";
  display: table;
  clear: both
}

.cd-popup-container .cd-buttons li {
  float: left;
  width: 50%
}

.cd-popup-container .cd-buttons a {
  display: block;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: background-color .2s;
  transition: background-color .2s
}

.cd-popup-container .cd-buttons li:first-child a {
  background: #fc7169;
  border-radius: 0 0 0 .25em
}

.no-touch .cd-popup-container .cd-buttons li:first-child a:hover {
  background-color: #fc8982
}

.cd-popup-container .cd-buttons li:last-child a {
  background: #b6bece;
  border-radius: 0 0 .25em 0
}

.no-touch .cd-popup-container .cd-buttons li:last-child a:hover {
  background-color: #c5ccd8
}

.cd-popup-container .cd-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
  color: transparent
}

.cd-popup-container .cd-popup-close::before,
.cd-popup-container .cd-popup-close::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 14px;
  height: 3px;
  background-color: #ff2b35
}

.cd-popup-container .cd-popup-close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px
}

.cd-popup-container .cd-popup-close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 8px
}

.is-visible .cd-popup-container {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.popup-content-x .links {
  padding: 20px 0;
  text-align: center
}

.popup-content-x .links a {
  display: inline-block;
  width: 240px;
  margin: 20px 1%;
  border: 0;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  background: #54a32d;
  background: -webkit-gradient(linear, left top, left bottom, from(#54a32d), to(#357515));
  background: linear-gradient(180deg, #54a32d, #357515);
  -webkit-box-shadow: inset 0 2px 2px #9cff00, 0 1px 2px #000;
  box-shadow: inset 0 2px 2px #9cff00, 0 1px 2px #000;
  color: #fff;
  line-height: 40px;
  padding: 0 18px 1px 18px;
  text-shadow: 0 1px 0 #000
}

.popup-content-x .links a span {
  display: block;
  font-size: 18px;
  font-family: "Days One", arial, helvetica, sans-serif;
  font-weight: normal;
  background: rgba(0, 0, 0, 0.5);
  margin-top: 20px
}

.popup-content-x .links a span strong,
.popup-content-x .links a span b {
  font-weight: normal
}

.popup-content-x .links a:hover {
  background: #489000;
  background: -webkit-gradient(linear, left top, left bottom, from(#8be65e), to(#54a32d));
  background: linear-gradient(180deg, #8be65e, #54a32d)
}

.popup-content-x .links a:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 20px;
  margin: 0 0 0 10px;
  position: relative;
  top: 4px;
  background: url(images/white-arrow.html) center center no-repeat;
  background-size: 18px
}

.popup-content-x .links a.loc-CA:before {
  background: url(images/flag-ca.html) center center no-repeat
}

.popup-content-x .links a.loc-US:before {
  background: url(images/flag-us.html) center center no-repeat
}

.popup-content-x .links a.loc-EU:before {
  background: url(images/flag-eu.html) center center no-repeat
}

.popup-content-x .links a.loc-World:before {
  background: url(images/flag-world.html) center center no-repeat
}

.popup-content-x .links a.loc-CA:before,
.popup-content-x .links a.loc-US:before,
.popup-content-x .links a.loc-EU:before,
.popup-content-x .links a.loc-World:before {
  content: "";
  display: block !important;
  width: 60px;
  height: 30px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  top: -15px;
  border-radius: 4px;
  background-size: 60px
}

.popup-content-x .links a.disabled {
  background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#444));
  background: linear-gradient(180deg, #555, #444);
  color: #999;
  -webkit-box-shadow: inset 0 2px 2px #333, 0 1px 2px #000;
  box-shadow: inset 0 2px 2px #333, 0 1px 2px #000
}

.popup-content-x .links a.disabled span {
  color: #999
}

.popup-content-x .links a.disabled:before {
  content: "COMING SOON";
  display: block;
  width: 150px;
  position: absolute;
  height: auto;
  left: 50%;
  margin-left: -75px;
  border-radius: 5px;
  top: -20px;
  background: #184403;
  color: #fff;
  padding: 0 15px;
  line-height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.popup-content-x .links a.disabled:hover {
  background: #333;
  background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#111));
  background: linear-gradient(180deg, #333, #111)
}

.popup-content .links {
  padding: 36px 0;
  text-align: center
}

.popup-content .title {
  padding-bottom: 0px;
}


.popup-content .title p {
  padding-bottom: 0px;
}

.popup-content .links a {
  display: inline-block;
  width: 240px;
  margin: 10px 1%;
  border: 0;
  cursor: pointer;
  position: relative;
  background: var(--lighter-bg);
  color: #fff;
  padding: 0 18px 1px 18px;
  border-radius: 6px;
}

.popup-content .links a span {
  display: block;
  font-size: 18px;
  margin-top: 12px;
  margin-bottom: 10px;
  margin-left: 70px;
  text-align: left;
  line-height: 1.2em
}

.popup-content .links a span small {
  display: block;
  font-size: 14px;
  color: #9fa1bc;
}

.popup-content .links a:hover {
  background: #2f364d;
}

.popup-content .links a:before {
  content: "";
  display: block !important;
  width: 60px;
  height: 30px;
  position: absolute;
  left: 14px;
  top: 18px;
  border-radius: 0;
  background-size: 60px !important;
  border-radius: 4px;
}

.popup-content .links a.prem:after {
  content: "P";
  display: inline-block;
  position: absolute;
  top: 4px;
  right: 4px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1em;
  padding: 5px 6px;
  padding-top: 6px;
  background-color: var(--main-color);
  border-radius: 4px;
  color: #fff;
}

.popup-content .links a.loc-na:before {
  background: url(../images/flag-na.png) center center no-repeat
}

.popup-content .links a.loc-eu:before {
  background: url(../images/flag-eu.png) center center no-repeat
}

.popup-content .links a.loc-ca:before {
  background: url(../images/flag-ca.png) center center no-repeat
}

.popup-content .links a.loc-fr:before {
  background: url(../images/flag-fr.png) center center no-repeat
}

.popup-content .links a.loc-au:before {
  background: url(../images/flag-au.png) center center no-repeat
}

.popup-content .links a.loc-us:before {
  background: url(../images/flag-us.png) center center no-repeat
}

.popup-content .links a.loc-uk:before {
  background: url(../images/flag-uk.png) center center no-repeat
}

.popup-content .links a.loc-po:before {
  background: url(../images/flag-po.png) center center no-repeat
}

.popup-content .links a.loc-sg:before {
  background: url(../images/flag-sg.png) center center no-repeat
}

.popup-content .links a.loc-br:before {
  background: url(../images/flag-br.png) center center no-repeat
}

.popup-content .links a.loc-de:before {
  background: url(../images/flag-de.png) center center no-repeat
}

.popup-content .links a.disabled {
  background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#444));
  background: linear-gradient(180deg, #555, #444);
  color: #999;
  -webkit-box-shadow: inset 0 2px 2px #333, 0 1px 2px #000;
  box-shadow: inset 0 2px 2px #333, 0 1px 2px #000
}

.popup-content .links a.disabled span {
  color: #999
}

.popup-content .links a.disabled:before {
  content: "COMING SOON";
  display: block;
  width: 150px;
  position: absolute;
  height: auto;
  left: 50%;
  margin-left: -75px;
  border-radius: 5px;
  top: -20px;
  background: #184403;
  color: #fff;
  padding: 0 15px;
  line-height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.popup-content .links a.disabled:hover {
  background: #333;
  background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#111));
  background: linear-gradient(180deg, #333, #111)
}

@media only screen and (min-width:1170px) {
  .cd-popup-container {
    margin: 10em auto 0
  }
}



.activate-premium {
  position: relative;
  left: 0px;
  right: 0px;
}

.activate-premium strong,
.activate-premium b {
  font-weight: normal
}

label.switch {
  cursor: pointer;
  position: relative
}

label.switch input {
  position: relative;
  z-index: 10;
  width: 0;
  height: 21px;
  opacity: .01
}


label.switch input+strong {
  width: 47px;
  height: 24px;
  display: block;
  float: left;
  background: url(../images/checkbox.html) no-repeat;
  position: absolute;
  left: 0;
  top: -1px
}

label.switch input+strong:before {
  content: "";
  display: block;
  position: absolute;
  left: -4px;
  -webkit-transition: left .5s;
  transition: left .5s;
  top: -5px;
  width: 29px;
  height: 30px;
  background: url(../images/checkbox.html) 0 -80px no-repeat
}

label.switch input:checked+strong {
  background: url(../images/checkbox.html) 0 -40px no-repeat
}

label.switch input:checked+strong:before {
  left: 19px;
  -webkit-transition: left .1s;
  transition: left .1s
}

label.switch input+strong+span {
  display: inline-block;
  color: #5a5b79;
}

label.switch input+strong+span+span {
  display: none
}

label.switch input:checked+strong+span {
  display: none
}

label.switch input:checked+strong+span+span {
  display: inline-block;
}

.inactivebudget {
  color: #5a5b79 !important;
}


.section-form input[type=text] {
  margin: 20px auto;
  display: inline-block;
  padding: 8px 18px;
  border: 0px;
  background: #E9EBF8;
  text-align: left;
  color: var(--bg-color);
  margin-left: 48px;
  font-size: 16px;
  width: 40%;
  border-radius: 5px;
}

.section-form ::placeholder {
  color: #8989a0;
}

.section-form input[type=text]:focus {
  outline: none;
  background: #fff;
}

.section-form input[type=text].smaller {
  width: 120px;
  text-align: left;
  font-size: 16px;
  padding: 8px 14px
}

.section-form input[type=text]:valid {
  font-weight: bold;
  background: #E9EBF8;
}

.section-form input[type=text]:valid:focus {
  background: #E9EBF8;
}

.section-form input[type=text]:invalid {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.4)
}

.section-form .input-area {
  padding: 0px 0
}

.section-form .input-title strong {
  font-weight: normal;
  color: #fff;
  font-size: 18px
}

.section-form .input-title strong strong,
.section-form .input-title strong b {
  font-weight: normal
}

.section-form .input-title small {
  margin: 10px 0;
  color: #fff;
  font-size: 15px
}

.section-form select {
  margin: 20px auto;
  display: inline-block;
  padding: 8px 12px 6px 12px;
  font-weight: 600;
  background: #E9EBF8 url('../images/select-down.svg') right 12px center no-repeat;
  background-size: 8px;
  color: var(--bg-color);
  font-size: 16px;
  max-width: 130px;
  width: 50%;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 5px;
  box-shadow: inset 0px -2px 2px rgb(0 0 0 / 18%);
  border: 0px;
}


.section-form select:focus {
  outline: none;
}

.section-form select option {
  border: 0;
  padding: 5px 2px;
  font-size: 16px;
  color: #191929;
  font-weight: 600;
  background: #fff !important;

}

.section-form .big-checkbox,
.section-form .big-radiobox {
  display: inline-block;
  padding: 20px 28px !important;
  margin-top: 20px;

  background: url('../images/checkbox-bg.webp') left top repeat-y;
  border: 2px solid #404252;
  border-radius: 8px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  vertical-align: top;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  cursor: pointer
}

.section-form .big-radiobox {
  width: 32%;
}

.section-form .big-radiobox small {
  font-size: 14px;
  color: #9fa1bc;
  padding-top: 18px;
  display: block;

}

.section-form .big-checkbox:hover,
.section-form .big-radiobox:hover {

  background: url('../images/checkbox-bg-hover.webp') left top repeat-y;
  border: 2px solid #2740d1;
  box-shadow: 0 0 10px 4px rgb(43 73 255 / 20%);
}

.section-form .big-checkbox .price,
.section-form .big-radiobox .price {
  color: rgba(255, 255, 255, 0.68);
  font-size: 16px;
  font-weight: normal;
  display: inline-block
}

.section-form .big-checkbox .price strong,
.section-form .big-radiobox .price strong,
.section-form .big-checkbox .price b,
.section-form .big-radiobox .price b {
  font-weight: normal
}

.section-form .big-checkbox .price-desc,
.section-form .big-radiobox .price-desc {
  padding: 2px 10px 1px 10px;
  background: var(--main-color);
  color: #fff;
  border-radius: 4px;
  margin-left: 8px;
  display: inline-block;
  font-weight: 500 !important;
}

.section-form .big-checkbox .price {
  font-weight: 600 !important;
  color: #fff;
}

.big-checkbox strong {
  display: block;
}

.section .container {
  padding: 0px;
}

.section-form .big-checkbox small .price,
.section-form .big-radiobox small .price {
  display: inline-block
}

.section-form .big-checkbox .price1,
.section-form .big-radiobox .price1 {
  display: block;
  font-size: 13px;
  color: #fff
}


.section-form .big-checkbox .price1 em,
.section-form .big-radiobox .price1 em {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  display: block
}

.section-form .big-checkbox .price1 em strong,
.section-form .big-radiobox .price1 em strong,
.section-form .big-checkbox .price1 em b,
.section-form .big-radiobox .price1 em b {
  font-weight: normal
}

.section-form .big-checkbox .price2,
.section-form .big-radiobox .price2 {
  display: block;
  font-size: 15px;
  color: #fff
}

.section-form .big-checkbox .price2 em,
.section-form .big-radiobox .price2 em {
  color: #2b49ff;
  font-size: 14px;
  font-weight: normal
}

.section-form .big-checkbox .price2 em strong,
.section-form .big-radiobox .price2 em strong,
.section-form .big-checkbox .price2 em b,
.section-form .big-radiobox .price2 em b {
  font-weight: normal
}

.section-form .big-checkbox .price3,
.section-form .big-radiobox .price3 {
  display: block;
  font-size: 14px;
  color: #fff
}

.section-form .big-checkbox .price3 em,
.section-form .big-radiobox .price3 em {
  color: #2b49ff;
  font-size: 14px;
  font-weight: normal
}

.section-form .big-checkbox .price3 em strong,
.section-form .big-radiobox .price3 em strong,
.section-form .big-checkbox .price3 em b,
.section-form .big-radiobox .price3 em b {
  font-weight: normal
}

.section-form .big-checkbox strong,
.section-form .big-radiobox strong {
  font-size: 18px;
  color: #fff;
  display: block;
  display: block;
  padding-bottom: 2px;
}

.section-form .big-radiobox.checked small {
  color: rgba(255, 255, 255, 0.68);
}


.section-form .big-radiobox.checked a {
  color: #fff;
}


.section-form .big-radiobox.checked a:hover {
  color: #fff;
  text-decoration: underline;
}

.section-form .big-checkbox {
  padding: 20px 30px
}

.section-form .big-checkbox div.snipe {
  width: 30px;
  height: 30px;
  margin: 0 auto 10px;
  background: #404252;
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  border-radius: 50%;
  left: 28px;
  opacity: 0.75;
}

.section-form .big-checkbox:hover div.snipe {
  opacity: 1;
}

.section-form .big-checkbox {
  padding-left: 112px !important;
}

.section-form .big-checkbox div.snipe:before,
.section-form .big-checkbox div.snipe:after {
  content: "";
  display: block;
  position: absolute;
  left: 13px;
  top: 6px;
  width: 4px;
  height: 18px;
  background: rgba(255, 255, 255, 1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease
}

.section-form .big-checkbox div.snipe:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.section-form .big-checkbox div.snipe:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.section-form .big-checkbox.checked {

  background: url('../images/checkbox-bg-active.webp') left top repeat-y var(--main-color);
  border: 2px solid rgba(43, 73, 255, 1);
  box-shadow: 0 0 6px 2px rgb(43 73 255 / 20%);
}

.section-form .big-checkbox.checked .price-desc {

  background: #132ed1 !important;
}

.section-form .big-checkbox.checked div.snipe:before,
.section-form .big-checkbox:hover div.snipe:before {
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  left: 16px;
  top: 6px;
  height: 14px;
}

.section-form .big-checkbox.checked div.snipe {
  opacity: 1;
}

.section-form .big-checkbox.checked div.snipe:after,
.section-form .big-checkbox:hover div.snipe:after {
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
  top: 14px;
  height: 10px;
  left: 10px;
}

.big-checkbox.checked .snipe {
  background: #132ed1 !important;
}

.section-form .big-checkbox.checked div.snipe:before,
.section-form .big-checkbox.checked div.snipe:after {
  background: #fff;
}

.section-form .big-checkbox:hover div.snipe {
  background: #2740d1;
  opacity: 1;
}

.section-form .big-checkbox.addon-checkbox {
  width: 100%;
  display: block;
  text-align: left;

  margin-top: 20px;
  font-size: 14px;
}

.section-form .big-checkbox.addon-checkbox:before,
.section-form .big-checkbox.addon-checkbox:after {
  content: " ";
  display: table;
  visibility: hidden
}

.section-form .big-checkbox.addon-checkbox:after {
  clear: both
}


.section-form .big-checkbox.addon-checkbox .price {
  font-size: 14px;
  display: inline-block
}

.section-form .big-checkbox.addon-checkbox strong {
  font-size: 17px;
  display: inline-block
}

.section-form .big-checkbox.addon-checkbox small {
  display: block;
}

.section-form .big-checkbox.addon-checkbox small br {
  display: none;
}



.section-form .big-checkbox.checked small {

  color: rgba(255, 255, 255, 0.68);
}


.section-form .big-checkbox.checked .price {
  color: #fff !important;
  font-weight: 600 !important;
}


.section-form .big-radiobox div.snipe {
  width: 30px;
  height: 30px;
  margin: 0 auto 10px;
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 30px
}

.section-form .big-radiobox div.snipe:before,
.section-form .big-radiobox div.snipe:after {
  content: "";
  display: block;
  position: absolute;
  left: 16px;
  top: 10px;
  width: 4px;
  height: 18px;
  background: #fff;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear
}

.section-form .big-radiobox div.snipe:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.section-form .big-radiobox div.snipe:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}


.section-form .big-radiobox.checked div.snipe {
  background: var(--main-color) !important;
}

.section-form .big-radiobox.checked div.snipe:before,
.section-form .big-radiobox.checked div.snipe:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 7px;
  top: 7px;
  height: 16px;
  width: 16px;
  border-radius: 30px
}

.section-form .big-radiobox.checked div.snipe:before,
.section-form .big-radiobox.checked div.snipe:after {
  background: #fff;
}

.section-form .big-radiobox:hover div.snipe {
  border: 0px solid #54ff00
}




.small-package {
  display: inline-block
}

.small-package>div {
  display: inline-block;
  font-weight: normal;
  font-size: 14px
}

.small-package>div strong,
.small-package>div b {
  font-weight: normal
}

.small-package>div b {
  font-size: 15px
}

@-webkit-keyframes circleRotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes circleRotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-webkit-keyframes circleGrow {
  0% {
    border-color: #2b49ff;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  10% {
    border-color: #0ad641
  }

  20% {
    border-color: #0ad6bc
  }

  30% {
    border-color: #0a76d6
  }

  40% {
    border-color: #190ad6
  }

  50% {
    border-color: #930ad6
  }

  60% {
    border-color: #d60a9f
  }

  70% {
    border-color: #d60a24
  }

  80% {
    border-color: #d66a0a
  }

  90% {
    border-color: #c7d60a
  }

  100% {
    border-color: #2b49ff;
    -webkit-transform: rotate(-1260deg);
    transform: rotate(-1260deg)
  }
}

@keyframes circleGrow {
  0% {
    border-color: #2b49ff;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  10% {
    border-color: #0ad641
  }

  20% {
    border-color: #0ad6bc
  }

  30% {
    border-color: #0a76d6
  }

  40% {
    border-color: #190ad6
  }

  50% {
    border-color: #930ad6
  }

  60% {
    border-color: #d60a9f
  }

  70% {
    border-color: #d60a24
  }

  80% {
    border-color: #d66a0a
  }

  90% {
    border-color: #c7d60a
  }

  100% {
    border-color: #2b49ff;
    -webkit-transform: rotate(-1260deg);
    transform: rotate(-1260deg)
  }
}

.package-loader {
  text-align: center
}

.loader-circle-wrapper {
  margin: 10px auto;
  height: 50px
}

.loader-circle-wrapper.final-circle {
  display: none
}

.loader-circle {
  margin: 0 auto;
  border-radius: 40px;
  height: 40px
}

.loader-circle.rotating {
  width: 40px;
  -webkit-animation: circleRotate 1s linear infinite;
  animation: circleRotate 1s linear infinite;
  border-left: 5px solid #000;
  border-bottom: 5px solid #fff;
  border-right: 5px solid #666;
  border-top: 5px solid #222
}

.loader-circle.rotating div {
  margin: 0px 0 0 0px;
  width: 0;
  height: 0;
  border-radius: 40px;
  border-left: 15px solid #000 !important;
  border-bottom: 15px solid #fff;
  border-right: 15px solid #000 !important;
  border-top: 15px solid #fff;
  -webkit-animation: circleGrow 3s linear infinite;
  animation: circleGrow 3s linear infinite
}

.loader-circle.check {
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  border-left: 0 solid #000;
  border-bottom: 5px solid #2b49ff;
  border-right: 5px solid #2b49ff;
  border-top: 0 solid #000;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  border-radius: 0;
  width: 15px;
  height: 30px;
  margin-top: 10px
}

.loader-text {
  margin: 20px auto;
  font-size: 18px;
  font-weight: bold
}

.section {
  padding: 50px 0;
  text-align: left;
  display: none
}

.section .title {
  text-align: left;
}

.section .title p {
  max-width: 100%;
}

.section .title h2 {
  padding-bottom: 0px;
}



.section.lesser-padded {
  padding: 10px 0 50px 0
}

.section.even-less-padded {
  padding: 10px 0 50px 0
}

.section.visible {
  display: block
}

.section .section-title {
  font-family: "Days One", arial, helvetica, sans-serif;
  font-weight: normal;
  font-size: 32px;
  color: #8be55e
}

.section .section-title strong,
.section .section-title b {
  font-weight: normal
}



.textleft {
  text-align: left;
}

.section .section-step {
  text-align: center;
  font-size: 18px
}


.subdomain-selection {
  font-size: 24px
}

.game-section-individuals {
  width: 100%;
  padding: 0px 0px 0px 0px;
}

.game-section-individuals .game-type {
  width: 100%;
  margin-bottom: 20px
}



.game-section-lists {
  width: 100%;
}

.select-dropdown {
  display: none;
  position: relative;
  clear: both;
  margin-top: 0px;
  padding-top: 6px;
  height: auto;
}

.select-dropdown.active {
  display: block;
}

.game-type.active .select-dropdown {
  display: block;
}

.order-steps {
  max-width: 1240px;
  margin: 0px auto;
  width: 100%;
  padding: 0px 0px;

}


.order-steps:before,
.order-steps:after {
  content: " ";
  display: table;
  visibility: hidden
}

.order-steps:after {
  clear: both
}

.order-steps .step {
  border-radius: 0px;
  padding: 20px 24px 20px 24px;
  line-height: 24px;
  background-color: #25283b;
  font-size: 16px;
}


.order-steps .step h4 {
  line-height: 30px;
}

.order-steps .step .hidden {
  font-size: 16px;
  padding-top: 12px;
}

.order-steps .step .text strong {
  color: #fff;
  font-weight: 700;
}

.order-steps .step .text span {
  font-weight: 700;
  color: #fff
}

.order-steps .step .text span strong,
.order-steps .step .text span b {
  font-weight: normal
}

.order-steps .step a.back-button {
  float: right;
  display: inline-block;

  background: #2b49ff;

  font-size: 12px;
  color: #fff;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 4px 12px 2px 12px;
  margin-right: -4px;
}

.order-steps .step a.back-button strong,
.order-steps .step a.back-button b {
  font-weight: normal
}

.order-steps .step a.back-button:hover {

  background-color: #3f5aff;
}

.nextstepbutton {
  cursor: pointer;
}

.nextstepbutton:focus {
  outline: none;
}


.order-steps .step a.back-button:active {
  transform: scale(0.97);
}

.error-wrapper {
  position: relative
}

.error-display {
  display: none;
  padding: 10px 20px;
  padding-top: 12px;
  padding-left: 52px;
  font-weight: 600;
  border: 0px dashed #f00;
  color: #fff;
  text-align: center;
  background: url(../images/exclamation.svg) left 20px center no-repeat #ff2b35;
  text-align: left;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
  border-radius: 5px;
}

.error-display strong,
.error-display b {
  font-weight: 600;
}

div#server-change,
div#server-change-big {
  display: none;
  padding: 14px 24px;
  padding-left: 52px;
  font-weight: 600;
  border: 0px dashed #f00;
  color: #fff;
  text-align: center;
  background: url(../images/exclamation.svg) left 24px top 23px no-repeat #ff2b35;
  text-align: left;
  margin: 0 auto;
  border-radius: 6px;
  line-height: 35px;
}

div#server-change-big .text {
  float: left;
}


div#server-change-big a {
  float: right;
  line-height: 24px;
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
  padding: 6px 14px 5px 14px;
  border-radius: 6px;
}

div#server-change-big a:hover {
  background: rgba(0, 0, 0, 0.3);
}

.game-types {
  padding: 10px 0
}

.game-types:before,
.game-types:after {
  content: " ";
  display: table;
  visibility: hidden
}

.game-types:after {
  clear: both
}

.game-type {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 20px 20px 20px;
  position: relative;
  margin-bottom: 20px;
  min-height: 104px;
  background-color: #22263a;
  border: 6px solid #22263a;
  border-radius: 6px;
}

.game-type:hover,
.game-type.active {

  border: 6px solid #25293f;
  background-color: #25293f;
}

.game-types .game-type .wrapper {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.game-types .game-type .img {
  height: 92px;
  max-width: 180px;
  width: 100%;
  background-size: 180px;
  background-position: left center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  border-radius: 6px 0px 0px 6px;
}

.game-types .game-type .name-big {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  color: #ffffff;
  font-size: 24px;
  line-height: 36px;
  text-transform: uppercase;
  font-weight: 700;
  float: left;
  padding-left: 27%;
  line-height: 94px;
  height: 92px;
  font-size: 24px;
}

.game-types .game-type .name-big strong,
.game-types .game-type .name-big b {
  font-weight: normal
}

.game-types .game-type ul {
  text-align: left;
}


.game-types .game-type ul li {
  position: relative;
  margin-top: 6px;
  margin: 6px 10px 0px 0px;
  background: #252839;
  display: inline-block;
}

.game-types .game-type ul li a {
  line-height: 16px;
  color: #fff;
  display: block;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 14px 9px 14px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  color: #9fa1bc;
}


.game-types .game-type ul li a:hover {
  color: #fff;
  background: var(--main-color);
}

.game-types .game-type:hover .name-big,
.game-type.active .name-big {
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.game-types .game-type:hover {
  cursor: pointer;
}

.game-type {
  opacity: 1;

  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.darkened {
  opacity: 0.5;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.choosemod {
  display: none;
}

.game-type.active .choosemod {
  display: block;
  clear: both;
  text-align: left;
  padding-top: 40px;
  color: #fff;
  font-weight: 500;
  padding-bottom: 0px;
}

.ordersub {
  min-height: auto;
  padding-bottom: 68px;
  padding-top: 70px;
  margin-bottom: 40px;
}

.ordersub img {
  margin-right: 28px;
  margin-bottom: 28px;
}

.ordersub h3 {
  font-size: 22px;
  line-height: 30px;
  padding-top: 8px;
}

.ordersub h1 {
  font-size: 48px;
  line-height: 52px;
}

.ordersub p {
  padding-bottom: 0px;
  text-align: center;
  margin: 0 auto;
  font-size: 18px;
}


.show,
.show div {
  width: 28px !important;
  height: 28px !important;
  background-size: 28px 28px;
}

.form-username-wrapper {
  position: relative
}

.form-username-wrapper input {
  position: relative;
  display: inline-block;
  top: 2px
}

#order-avatar {
  margin: 26px 14px 26px 28px !important;
}

#order-avatar-image {
  width: 28px !important;
  height: 28px !important;
  background-size: 28px 28px;
  background-image: url('https://minotar.net/avatar/steve');
}

.avatar {

  background-image: url('https://minotar.net/avatar/steve');
  background-size: 28px 28px;
}

.form-username-wrapper #order-avatar div {
  width: 70px;
  height: 70px;
  border: 1px solid #1d5004;
  border-radius: 12px;
  position: relative;
  z-index: 100;
  float: left;
  background-position: center center;
  background-size: 60px;
  -webkit-box-shadow: inset 0 0 0 5px #000;
  box-shadow: inset 0 0 0 5px #000
}

.form-username-wrapper #order-avatar span {
  display: block;
  float: left;
  position: relative;
  z-index: 101;
  left: -1px;
  width: 18px;
  height: 36px;
  margin-top: 17px;
}

#ui-username-image {
  width: 20px;
  height: 20px;
  background-size: 20px;
  background-position: center center;
  border-radius: 3px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: sub;
}

.sectionorder .home-input {
  max-width: 100%;
  margin: 0 auto;
  margin-top: 28px;

}

.section .avatar {
  width: 28px;
  height: 28px;
}

.sectionorder .home-input input[type="text"] {
  background-color: #282a3d;
  width: 60%;
}

.nextstepbutton {
  border: 0px;
  height: 40px;
  line-height: 40px;
  padding: 0px 18px;
  margin-top: 20px;
  float: right;
  margin-right: 28px;
}

.sectionorder {
  padding-bottom: 160px;
  padding-top: 10px;
}



.order-big {

  padding: 0px 28px;
  display: inline-block;
  height: 48px;
  line-height: 50px;
  border-radius: 6px;
  color: #fff !important;
  background: rgba(255, 255, 255, 0.06);
  font-size: 14px;
  font-weight: 600;
  font-family: "ProximaNova-Regular", sans-serif;
  position: relative;
  transition: all 0.2s linear 0s;
  text-transform: uppercase;
  float: right;
}

.gamelistitem:hover .order-big {
  background: var(--main-color);
}


.order-big:hover {
  color: #fff;
  background: var(--main-color-link-hover);
}

.orderpage .title {
  padding-bottom: 0px;
}

.order-halfbox {
  width: 48%;
}

.no-alternate-access {
  display: inline-block;
  margin: 0 auto;
  color: #727388;
  font-size: 16px;
}

.no-alternate-access img {
  float: left;
  margin-right: 8px;
  margin-top: 4px;
}


.hidden {
  display: none;
}


.section-form .big-checkbox.addon-checkbox {
  padding: 20px 28px 20px 112px !important
}

.section-form .big-checkbox.addon-checkbox .price {
  font-weight: 600;

}

.payment-checkbox strong {
  font-family: "ProximaNova-Regular", sans-serif;
  ;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  padding-top: 20px;
}


.price1 em {
  font-size: 36px !important;
  font-family: "ProximaNova-Regular", sans-serif;
  ;
  text-transform: uppercase;
  line-height: 36px;
  padding-top: 12px;
  color: #fff !important;
}

.price1 {
  padding-bottom: 18px;
  color: #9fa1bc !important;
  font-size: 16px !important;
}

.price2,
.price3 {
  opacity: 0.75 !important;
  color: #9fa1bc !important;
  font-size: 14px !important;
}

.price2 em,
.price3 em {
  color: #fff !important;
  font-weight: 600 !important;
  font-size: 14px !important;
}



.payment-checkbox.checked .price1 {
  padding-bottom: 18px;

  color: rgba(255, 255, 255, 0.68) !important;
  font-size: 16px !important;
}

.payment-checkbox.checked .price2,
.price3 {
  opacity: 1 !important;

  color: rgba(255, 255, 255, 0.68) !important;
  font-size: 14px !important;
}

.payment-checkbox.checked .price2 em,
.price3 em {

  color: rgba(255, 255, 255, 1) !important;
  font-weight: 600 !important;
  font-size: 14px !important;
}

.smallerheader {
  min-height: 720px;
}

.smallerheader .title h1 {
  font-size: 36px;
  line-height: 44px;
}

.loc-na,
.loc-eu {
  width: 280px !important;
}

.homehome-input {

  width: 614px;
}

.mc h3 span {
  color: #2b49ff;
}

.popup-content h1 {
  font-size: 40px;
}












@media (max-height: 920px) {

  .cd-popup-container {
    margin: 4em auto 0;
  }


  .popup-content .links a {
    width: 31% !important;
    padding: 0px 12px 1px 12px;
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .popup-content .links a:before {
    content: "";
    display: block !important;
    width: 30px;
    height: 15px;
    position: relative;
    left: unset;
    top: unset;
    margin-left: 0px;
    border-radius: 0;
    background-size: 30px !important;
    margin: 0 auto;
    margin-top: 8px;
  }



  .popup-content .links a span {
    display: block;
    text-align: center;
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 6px;
    margin-left: 0px;
    line-height: 1.2em;
  }

  .cd-popup-container {
    width: 95%;
    margin: 3em auto;
    padding: 20px;
  }

  .cd-popup-container .popup-content .location-popup-subtitle {
    margin-bottom: 0px;
    font-size: 20px;
    margin-top: 0px;
  }

  .cd-popup-container .popup-content .location-popup-subtitle.prem {
    margin-top: 20px;
    margin-bottom: 6px;
  }

  .minecraft .home-price h1 {
    padding-top: 8px;
  }

  .activate-premium {
    min-width: 100%;
    margin-bottom: 28px;
  }

  .premium-selector {
    margin-top: 6px;
  }

  .is-visible .cd-popup-container {
    padding-top: 30px;
  }

  .popup-content .links {
    padding-bottom: 0px;
  }

}








.showlinkdrop {
  display: none !important;
}




.tooltip {
  background: url(../images/question.html) center center no-repeat;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: sub;
  margin-left: 2px;
}

.whatthediff {
  color: #fff;
  padding-top: 32px;
}


.whatthediff strong {
  font-weight: 600;
}

.affiliates .flex-grid-thirds p {
  font-size: 16px;
  line-height: 26px;
  padding-top: 2px;
  padding-bottom: 0px;
}

.affiliates .col {
  width: 33.333%;
  padding: 0px 40px;
}

.affiliates .col h5 {
  margin-top: -8px;
}

.affiliates .textcenter {
  margin-top: 28px;
}

.textcenter {
  text-align: center;
}

.affbenefits {
  background: url('../images/affbg-1.html') center bottom no-repeat;
  background-size: cover;
  min-height: 560px;
  margin-top: -48px;
  padding-top: 106px;
}

.affbenefits .col {
  padding-top: 40px;
  padding-bottom: 12px;
}

.affbenefits .titleleft p {
  font-size: 18px;
}

.affbenefits .col img {
  float: left;
  margin-right: 24px;
}

.affbenefits h5 {
  line-height: 26px;
  font-size: 20px;
  padding-top: 10px;
}


.affrates {
  background: url('../images/affbg-2.html') center bottom no-repeat;
  background-size: cover;
  min-height: 390px;
  margin-top: -42px;
  padding-top: 90px;
  color: #bed5ff;
}

.affrates .flex-grid {

  justify-content: space-between;
}

#earn-left {
  width: 32%;
  padding-top: 34px;
}

#earn-right {
  width: 60%;
}

#earn-right .col {
  background: #17288e;
  padding: 32px 0px;
  text-align: center;
}

#earn-right .col:hover {
  background: #182a96;
}

#earn-right .col h1 {
  font-size: 82px;
  line-height: 82px;
}

#earn-right .col strong {

  font-family: "ProximaNova-Regular", "Proxima Nova", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  display: block;
  padding-bottom: 16px;
}

#earn-right .col p {
  opacity: 0.75;
  font-weight: 400;
  padding: 0% 10%;
}


.faqhalf {
  background: url('../images/affbg-3.html') center bottom no-repeat;
  background-size: cover;
  min-height: 634px;
  margin-top: -52px;
  padding-top: 104px;
  color: #bed5ff;
  padding-bottom: 88px;
}

.affstart {
  text-align: center;
}

.affstart .button {
  margin: 0px 8px;
}

.affstart .title {
  padding-bottom: 16px;
}

.faqhalf .col {
  margin-top: 24px;
}

.faqhalf .col .toggle .toggle-inner {
  padding: 8px 40px 18px 24px;
}

.faqhalf .title {
  padding-bottom: 16px;
}

.affstart {
  padding-top: 60px;
  padding-bottom: 110px;
}

.hytale {
  background: url('../images/hycbg-1.html') center bottom no-repeat #22263a;
  background-size: cover;
  height: 775px;
}

.hytalevideo {
  max-width: 800px;
  width: 100%;
  padding: 0px 20px;
  margin: 0 auto;
}

.hytalevideo iframe {
  max-width: 800px;
  width: 100%;
  height: 360px;
}

.hytale h4 small {
  font-family: "ProximaNova-Regular", sans-serif;
  color: #2544fa;
  font-size: 18px;
  letter-spacing: 2px;
  display: block;
  margin-bottom: -6px;
  font-weight: 600;
}

.hytale h4 {
  font-size: 100px;
  line-height: 78px;
  font-weight: 900;
  letter-spacing: 7px;
  padding-bottom: 40px;
}

.hytale p {
  padding-bottom: 10px;
  max-width: 960px;
}


.whatishytale {
  background: url('../images/hycbg-2.html') center bottom no-repeat;
  background-size: cover;
  min-height: 554px;
  margin-top: -50px;
  padding-top: 210px;
  text-align: center;
}

.whatbox {
  max-width: 66.6667%;
  margin: 0 auto;
}

.whatbox p {
  font-size: 18px;
  line-height: 28px;
  padding-top: 8px;
  padding-bottom: 32px;
}

.hycfeatures .col {
  padding-top: 30px;
  padding-bottom: 18px;
}

.hycfeatures .col img {
  float: left;
  margin-right: 24px;
}

.hycfeatures .col h5 {
  height: 68px;
  padding-top: 7px;
  line-height: 28px;
}

.hycfeatures .col p {
  padding-bottom: 0px;
  padding-top: 18px;
}

.hycfeatures {
  background: url('../images/hycbg-3.html') center bottom no-repeat;
  background-size: cover;
  min-height: 741px;
  margin-top: -68px;
  padding-top: 114px;
}

.hycfeatures .col {
  width: 30%;
}

.hyc-list {
  background: url('../images/hycbg-4.html') center bottom no-repeat;
  background-size: cover;
  min-height: 325px;
  margin-top: -44px;
  padding-top: 68px;
  padding-bottom: 0px;
}

.hyc-list .container {
  position: relative;
}

.hymonster {
  background: url(../images/hytalemonster.html) center center no-repeat;
  width: 508px;
  height: 431px;
  position: absolute;
  bottom: -103px;
  left: -160px;
}

.mail-list p {
  color: #fff;
  font-size: 18px;
  padding-top: 4px;
}

.mail-list {

  padding-left: 418px;
}

.maillist-input input[type="text"] {
  margin-left: 34px;
}

.maillist-input input[type="submit"] {
  color: #fff;
  width: auto;
  padding: 0px 20px;
  font-size: 14px;
  font-family: "ProximaNova-Regular", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  background: #189aff;
}


.maillist-input input[type="submit"]:hover {
  background: #2fa4ff;
}

.all-locations-flipped #map-text {
  padding-top: 20px;
}

.all-locations-flipped .smallmap {
  margin-left: 0px;
}

.faqhyc {

  background: url('../images/affbg-3.html') center bottom no-repeat;
  background-size: cover;
  min-height: 634px;
  margin-top: -52px;
  padding-top: 104px;
  color: #bed5ff;
  padding-bottom: 88px;
}

.hytalepricing .col {
  width: 18%;
}

.hytalepricing {
  padding-bottom: 110px;
}

.hytalepricing .home-price {

  background: url(../images/hytalepricebg.html) center center no-repeat;
}

.hytalefeatures {
  background: url('../images/hybg-1.html') center bottom no-repeat;
  background-size: cover;
  min-height: 706px;
  margin-top: -42px;
  padding-top: 114px;
}

.hytale-whyus {
  background: url('../images/hybg-2.html') center bottom no-repeat;
  background-size: cover;
  min-height: 373px;
  margin-top: -44px;
  padding: 0px;
  padding-top: 90px;
  padding-bottom: 0px;
}


.hytale-whyus ul {
  padding-top: 12px;
}

.hytale-whyus ul li {
  background: url(../images/whitetick.html) left 6px no-repeat;
  font-size: 18px;
  line-height: 26px;
  padding: 5px 0px;
  padding-left: 36px;
  color: #fff;
}

.hytale-compare {
  background: url('../images/hybg-3.html') center center no-repeat;
  min-height: 740px;
  background-size: cover;
  margin-top: -42px;
  padding-top: 110px;
}

.locationshytaleprice {
  background: transparent;
}

.locationshytaleprice #map-text {
  padding-top: 20px;
}

.hytalepanel {
  background: url('../images/hybg-4.html') center top no-repeat;
  background-size: cover;
  min-height: 557px;
  margin-top: -38px;
  padding-top: 100px;
  padding-bottom: 0px;
}

#hypanel-left {
  padding-right: 6%;
  padding-top: 22px;
}

.faqhytale {

  background: url('../images/hybg-5.html') center bottom no-repeat;
  background-size: cover;
  min-height: 671px;
  margin-top: -52px;
  padding-top: 108px;
}

.partners {
  text-align: center;
  background: url(../images/mcbg-1.html) center bottom no-repeat;
  padding-bottom: 120px;
  background-size: cover;
  text-align: center;
}


.partners .flex-grid-thirds .col {
  margin-top: 112px;
}

.partners .flex-grid-thirds .col:hover {
  margin-top: 100px;
  margin-bottom: 10px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.partners .col {
  background: #24253a;
  text-align: center;
  padding: 0px 24px 32px 24px;
  width: 31.5%;
}

.partners .col:hover {
  background: #27283f;
}

.partners .col p {
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 0px;
  padding-top: 4px;
}

.partners .col .partneravatar {
  margin-bottom: 24px;
  border-radius: 50%;
  margin-top: -50px;
}

.partners .partp {
  padding-left: 15%;
  padding-right: 15%;
  padding-bottom: 0px;
  margin-bottom: -10px;
}

.exinfo {
  display: block;
  padding-top: 8px;
  padding-bottom: 16px;
}

.exinfo img {
  float: left;
  margin-right: 6px;
  margin-top: 4px;
}

.input {
  background: #fff;
  border: 0px;
  height: 48px;
  width: 100%;
  display: block;
  font-size: 16px;
  font-family: 'ProximaNova-Regular', sans-serif;
  color: #191929;
  margin-top: 10px;
  padding: 0px 16px;
  font-weight: 600;
}

.formhalf {
  display: flex;
  justify-content: space-between;
}

.formhalf .form-group {
  width: 48.66%;
}

.form-group {
  margin-top: 28px;
}

.textarea {
  background: #fff;
  border: 0px;
  height: 148px;
  width: 100%;
  display: block;
  font-size: 16px;
  font-family: 'ProximaNova-Regular', sans-serif;
  color: #191929;
  margin-top: 10px;
  padding: 12px 16px;
  font-weight: 600;

}

.input::placeholder {
  color: #9fa1bc;
  font-weight: 500;
}

.textarea::placeholder {
  color: #9fa1bc;
  font-weight: 500;
}

.input:focus,
.textarea:focus {
  outline: none;
}

.formfourths {
  display: flex;
  justify-content: space-between;
}

.formfourths .form-group {
  width: 23%;
}

.smbutton {
  display: inline-block;
  height: 48px;
  margin-right: 18px;
  padding: 2px 24px;
  color: #fff;
  margin-top: 14px;
  width: 15%;
  float: left;
  margin-right: 0px;
  text-align: center;
  vertical-align: middle;
}

.smbutton img {
  max-width: 90%;
  margin-top: -2px;
}

label strong,
.formfull label strong {
  font-weight: 600;
  color: #ff2b35;
}

.discordbtn {
  background-color: #7289da;
}

.twitchbtn {
  background-color: #6441a4;
}

.httpbtn {
  background-color: #50516c;
}

.linkbtn {
  background-color: #ff7f31;
}

.youtubebtn {
  background-color: #e82d2c;
}

.formfull strong {
  color: #fff;
  font-weight: 600;
}

.partnersocial {
  margin-top: 20px;
  margin-left: 6px;
  margin-right: 6px;
}

.partners-bg {

  padding-bottom: 120px;
}

#partners-mobile,
#hytale-mobile {
  display: none;
}

.flex-grid-fourths#feats,
.flex-grid-thirds#feats {
  width: 100%;
}


.affiliates {
  padding-bottom: 100px;
}

.game-section-individuals .game-type.active .choosemod {
  display: none !important;
}


#server-change-button {
  margin-top: 12px;
}

#server-change-text {
  display: block;
  font-size: 14px;
  line-height: 22px;
  padding-bottom: 6px;
}

.sidebar #server-change {
  color: rgba(234, 42, 42, 1);
  padding: 8px 0px;
  font-size: 14px;
  line-height: 22px;
  display: none;
}

.sidebar i {
  width: 20px;
  text-align: center;
}

.sidebar #server-change a {
  color: #fff;
}


.sidebar #server-change a:hover {
  color: #fff;
  text-decoration: underline;
}

.partnersocialinput {
  float: left;
  width: 85%;
  margin-top: 14px;
}


.alert {
  height: auto;
  line-height: 26px;
  padding: 14px 20px;
  margin-top: 60px;
  font-weight: 600;
  color: #fff;
  background: #ff2b35;
}

.alert button {
  float: right;
  color: transparent;
  border: 0px;
  box-shadow: none;
  height: 16px;
  width: 16px;
  margin-top: 5px;
  background: url('../images/close.html') center center no-repeat;
}

.alert button:focus {
  outline: none;
  opacity: 0.75;
}


.alert-success {
  background-color: #39c250;
}

.alert-success button {
  background: url('../images/close.html') center center no-repeat;
}

.messages {
  margin-top: 28px;
}

.help-block.with-errors {
  color: #ff2b35;
  line-height: 36px;
}

.smbutton {
  position: relative;
}

.smbutton img {
  max-width: 90%;
  margin-top: -2px;
  display: inline-block;
  max-height: 80%;
  max-width: 80%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.sidebar {
  padding: 32px 28px;
}

.smallerheader {
  padding-top: 60px;
}

.less-padded {
  margin-top: -15px;
}

.section .avatar {
  position: absolute;
  top: 20px;
  left: 10px;
  border-radius: 4px;
}

.showmobile {
  display: none;
}

.section-2 #gamesearch {
  margin-top: 6px;
}

.sectionorder .home-input input[type="text"] {
  background: #E9EBF8 !important;
  padding: 0px 28px 0px 60px;
  border-radius: 8px;
  float: left;
  width: 77.5%;
}

.section-1 .nextstepbutton {
  width: 20%;
  margin-right: 0px;
  height: 48px;
  line-height: 48px;
  margin-top: 10px;
}


.label {
  padding: 0px 10px;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  border-radius: 4px;
  color: #fff !important;
  background: var(--secondary-color);
  font-size: 14px;
  font-weight: 600;
  font-family: "ProximaNova-Regular", sans-serif;
  position: relative;
  transition: all 0.2s linear 0s;
  text-transform: uppercase;
}

.sidebar ul li {
  padding: 8px 0px;
  border-bottom: 1px dashed #3A3F4F;
}

.sidebar ul li:after {

  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0
}




.sidebar-border-top {
  border-top: 1px dashed #3A3F4F;
}

.order-setup {
  display: none;
}


.section-4 .section-form .big-checkbox.addon-checkbox .price {

  padding: 2px 10px 1px 10px;
  background: var(--main-color);
  color: #fff;
  border-radius: 4px;
  margin-left: 8px;
  display: inline-block;
  font-style: italic;
  font-weight: 600 !important;
}


.section-4 .section-form .big-checkbox.addon-checkbox.checked .price {
  background: #132ed1 !important;
}

.section-4 .section-form .big-radiobox {
  width: 100%;
  background: transparent;
  border: 0px !important;
  background: var(--light-bg);
  margin-top: 4px;
}

.section-4 .section-form .big-radiobox p {
  display: none;
}


.section-4 .section-form .big-radiobox.checked p {
  display: block;
  padding-top: 12px;
}

.section-4 .section-form .big-radiobox:hover {
  background: transparent;
  background: var(--lighter-bg);
  border: 0px !important;
}

.section-4 .section-form .big-radiobox.checked {
  opacity: 1;
  background: var(--lighter-bg);
  border: 0px !important;
}

.section-4 .section-form .big-radiobox strong {
  float: left;
  line-height: 30px;
}

.section-4 .section-form .big-radiobox span.price {
  float: left;
  margin-left: 12px;
  font-weight: 600 !important;
}


.section-4 .section-form .big-radiobox div.snipe {
  float: left;
  background: rgba(255, 255, 255, 0.12);

  margin: 0 auto 0px;
  margin-right: 14px;
}


.section-4 .subdomain-selection {
  display: none;
}

.section-4 .checked .subdomain-selection {
  display: block;
}

.section-4 .section-form .big-radiobox div.snipe:before,
.section-4 .section-form .big-radiobox div.snipe:after {

  left: 13px;
  top: 8px;
  width: 3px;
  height: 14px;
}


.section-4 .section-form .big-radiobox:hover {
  box-shadow: none;
}


.section-4 .section-form .big-radiobox p {
  padding-bottom: 0px;
}

.section-4 .section-form .big-radiobox.checked div.snipe:before,
.section-4 .section-form .big-radiobox.checked div.snipe:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 7px;
  top: 7px;
  height: 16px;
  width: 16px;
  border-radius: 30px;
}


.payment-list .big-radiobox {
  display: unset !important;
  padding: unset !important;
  margin-top: unset !important;
  background: unset !important;
  border: unset !important;
  border-radius: unset !important;
  position: unset !important;
  width: unset !important;
  vertical-align: unset !important;
  -webkit-transition: unset !important;
  transition: unset !important;
  cursor: unset !important;
  padding-right: 15px !important;
  padding-left: 15px !important;
}


.payment-list .big-radiobox:hover {
  box-shadow: unset !important;
}

.payment-list .big-radiobox .pay-box {
  display: inline-block;
  padding: 20px 28px !important;
  margin-top: 20px;
  background: var(--light-bg);
  border-radius: 8px;
  position: relative;
  width: 100%;
  vertical-align: top;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  cursor: pointer;
  position: relative;
}

.payment-list .big-radiobox .pay-box:hover {
  background: var(--lighter-bg);
}


.payment-list .big-radiobox.checked .pay-box {
  background: var(--main-color);
  border-color: var(--main-color);
}

.section-form .big-checkbox .price3,
.section-form .big-radiobox .price3 {
  text-transform: capitalize;

}

.ribbon {
  background: url(../images/ribbon.png) center center no-repeat;
  width: 154px;
  height: 154px;
  position: absolute;
  top: -8px;
  right: -8px;
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.ribbon span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45.7deg);
  display: block;
  top: 32px;
  right: -23px;
  position: absolute;
  text-align: center;
  width: 100%;
  line-height: 44px;
  color: #fff !important;
}

.checked .ribbon {
  background: url(../images/ribbon-active.png) center center no-repeat;
  color: #fff !important;
}

.label.standard {
  background: rgba(255, 255, 255, 0.12);
}

.orderpage .footer {
  background: var(--light-bg);
  margin-top: 120px;
}


.orderpage #footer-tweets {
  background: var(--lighter-bg);
}




/**
 * Tooltip Styles
 */

[data-tooltip],
.tooltip {
  position: relative;
  cursor: pointer;
}

/* Base styles for the entire tooltip */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
  position: absolute;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition:
    opacity 0.2s ease-in-out,
    visibility 0.2s ease-in-out,
    -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition:
    opacity 0.2s ease-in-out,
    visibility 0.2s ease-in-out,
    -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition:
    opacity 0.2s ease-in-out,
    visibility 0.2s ease-in-out,
    transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: none;
}

/* Show the entire tooltip on hover and focus */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Base styles for the tooltip's directional arrow */
.tooltip:before,
[data-tooltip]:before {
  z-index: 1001;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Base styles for the tooltip's content area */
.tooltip:after,
[data-tooltip]:after {
  z-index: 1000;
  padding: 10px 16px;
  width: 220px;
  background-color: #1e1d4a;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 4px;
  color: var(--bg-color);
  content: attr(data-tooltip);
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
}

.plan-row .tooltip:after,
.plan-row [data-tooltip]:after {
  text-align: center;
  height: auto;
  white-space: normal;
}

/* Directions */

/* Top (default) */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after,
.tooltip-top:before,
.tooltip-top:after {
  bottom: 100%;
  left: 50%;
}

[data-tooltip]:before,
.tooltip:before,
.tooltip-top:before {
  margin-left: -6px;
  margin-bottom: -12px;
  border-top-color: #1e1d4a;
  border-top-color: rgba(255, 255, 255, 0.94);
}

/* Horizontally align top/bottom tooltips */
[data-tooltip]:after,
.tooltip:after,
.tooltip-top:after {
  margin-left: -110px;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after,
.tooltip-top:hover:before,
.tooltip-top:hover:after,
.tooltip-top:focus:before,
.tooltip-top:focus:after {
  -webkit-transform: translateY(-12px);
  -moz-transform: translateY(-12px);
  transform: translateY(-12px);
}

/* Left */
.tooltip-left:before,
.tooltip-left:after {
  right: 100%;
  bottom: 50%;
  left: auto;
}

.tooltip-left:before {
  margin-left: 0;
  margin-right: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-left-color: #000;
  border-left-color: rgba(255, 255, 255, 0.94);
}

.tooltip-left:hover:before,
.tooltip-left:hover:after,
.tooltip-left:focus:before,
.tooltip-left:focus:after {
  -webkit-transform: translateX(-12px);
  -moz-transform: translateX(-12px);
  transform: translateX(-12px);
}

/* Bottom */
.tooltip-bottom:before,
.tooltip-bottom:after {
  top: 100%;
  bottom: auto;
  left: 50%;
}

.tooltip-bottom:before {
  margin-top: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-bottom-color: #000;
  border-bottom-color: rgba(255, 255, 255, 0.94);
}

.tooltip-bottom:hover:before,
.tooltip-bottom:hover:after,
.tooltip-bottom:focus:before,
.tooltip-bottom:focus:after {
  -webkit-transform: translateY(12px);
  -moz-transform: translateY(12px);
  transform: translateY(12px);
}

/* Right */
.tooltip-right:before,
.tooltip-right:after {
  bottom: 50%;
  left: 100%;
  margin-top: -2px;
}

.tooltip-right:before {
  margin-bottom: 0;
  margin-left: -12px;
  border-top-color: transparent;
  border-right-color: #000;
  border-right-color: rgba(255, 255, 255, 0.94);
}

.tooltip-right:hover:before,
.tooltip-right:hover:after,
.tooltip-right:focus:before,
.tooltip-right:focus:after {
  -webkit-transform: translateX(12px);
  -moz-transform: translateX(12px);
  transform: translateX(12px);
}

/* Move directional arrows down a bit for left/right tooltips */
.tooltip-left:before,
.tooltip-right:before {
  top: 3px;
}

/* Vertically center tooltip content for left/right tooltips */
.tooltip-left:after,
.tooltip-right:after {
  margin-left: 0;
  margin-bottom: -16px;
}

.tooltip-left:after,
.tooltip-right:after {
  margin-left: 0;
  margin-bottom: -26px;
}

.sidebar {
  position: sticky !important;
  top: 20px !important;
}

.orderpage body {
  overflow: visible;
}

#carousel-testimonials .lighter-bg:hover {
  background: var(--lighter-bg-hover);
}

#about-stats .light-bg:hover,
#affiliate-payouts .light-bg:hover {
  background: #23273b;
  box-shadow: 0 0.25rem 0.33rem rgb(0 0 0 / 12%) !important;
}


.button.large.has-arrow-hover:hover {
  padding-left: 41px !important;
  padding-right: 41px !important;
}

.button.large.has-arrow-hover::before {
  right: 11px;
}

.submithome {
  background: url('../images/long-arrow-right.svg') left top 9px no-repeat transparent;
  padding-left: 40px;
  border: 0px;
  display: none;
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  font-family: "ProximaNova-Regular", sans-serif;
  position: relative;
  transition: all 0.2s linear 0s;
  text-transform: uppercase;
}


.submithome:hover {
  background: url('../images/long-arrow-right-blue.svg') left top 9px no-repeat transparent;
  color: var(--main-color) !important;
}

.show-order-button .submithome {
  display: inline-block;
}

.section-4 .title {
  margin-bottom: 20px;
}

.section-6 .title,
.section-5 .title {
  margin-bottom: 10px;
}

.flag-fix {
  height: 15px;
  width: auto;
}

#trustpilot-three-testimonials .white-bg {
  background: rgba(255, 255, 255, 0.95)
}

#trustpilot-three-testimonials .white-bg:hover {
  background: rgba(255, 255, 255, 1)
}

.font-48 {
  font-size: 48px;
}

.font-60 {
  font-size: 60px;
}

.font-32 {
  font-size: 32px;
}

.fa-thin.blue {
  color: var(--main-color-link-hover);
}

.fa-memory.font-32 {
  font-size: 28.44px;
}

.white {
  color: #fff;
}






.faq .toggle .toggle-title i {
  position: absolute;
  background: url('../images/faq-right.svg') left center no-repeat;
  width: 14px;
  height: 14px;
  transition: all 0.3s ease;
  margin: 0px;
  left: 0px;
  top: 13px;
}

.faq .toggle .toggle-title.active i {
  background: url('../images/faq-down.svg') left center no-repeat;
}


.faq .toggle:hover .toggle-title.active i {
  margin-left: 0px;
}



.faq .toggle-box h3 i {
  background: url('../images/panel-down.svg') center center no-repeat !important;
  width: 14px !important;
  height: 14px !important;
  left: unset !important;
  right: 20px !important;
  top: 32px !important;
}


.faq .toggle-box .toggle-title.active i {
  background: url('../images/panel-up.svg') center center no-repeat !important;
}


#ddos-row h4 {
  font-size: 18px;
  line-height: 26px;
}

#hytale-lock {
  height: 402px;
  margin-top: -50px !important;
  margin-bottom: -50px !important;
}

#panel-three #home-support-bg {
  padding-top: 96px !important;
  padding-bottom: 30px !important;
  margin-top: -86px;
}

#panel-three .skewed-label {
  background: #353C54;
}

#panel-three .home-support-bar {
  margin-top: 20px;
}

.faq .row {
  margin-bottom: -12px;
}

#panel-feature-list li i {
  font-size: 28px;
  width: 28px;
}

.fa-thin.font-48 {
  width: 48px;
  text-align: center;
}

.fa-thin.font-42 {
  font-size: 42px;
  width: 48px;
  text-align: center;
}

.fa-thin.font-40 {
  font-size: 40px;
  width: 48px;
  text-align: center;
}

.fa-thin.font-38 {
  font-size: 38px;
  width: 48px;
  text-align: center;
  margin-top: 4px;
}

.fa-thin.font-44 {
  font-size: 44px;
  width: 48px;
  text-align: center;
}

.fa-folder-tree {
  font-size: 44px;
}

.discord-link {
  color: #7D8ED1;
}

.discord-link:hover {
  color: #8D9DDF;
}

#affiliate-benefits h4 {
  text-transform: capitalize;
  font-weight: 500;
}

.legal-cols .col-lg-8 {
  padding-bottom: 310px;
}

.legal-cols .col-lg-3 {
  padding-bottom: 120px;
}

.legalnav ul {
  position: sticky;
  top: 0;
}


.legalnav ul li a {
  text-align: right;
  display: block;
  line-height: 24px;
  padding: 15px 24px;
  color: var(--text-color);
}

.legalnav ul li a:hover {
  color: #fff;
}

.legalnav ul li a.active {
  color: var(--main-color-link);
  background: url(../images/legal-active.png) center right no-repeat;
}

.legalpage .footer {
  margin-top: 0px !important;
}

.legalbox {
  margin-top: 80px;
}

.legalbox h3 a,
.legalbox h3 a:hover {
  color: #fff;
}

#legal-top-nav li {
  float: left;
  border-right: 3px solid var(--bg-color);
}


#legal-top-nav li a {
  height: 52px;
  line-height: 52px;
  padding: 0px 24px;
  background: var(--light-bg);
  display: block;
  font-size: 18px;
  color: var(--text-color);
}

#legal-top-nav li a:hover {
  background: var(--lighter-bg);
  color: #fff;
}

#legal-top-nav li.active a {
  background: var(--main-color-link-hover);
  color: #fff;
}

#legal-top-nav li:nth-child(1) a {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}


#legal-top-nav li:nth-last-child(1) a {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.capitalize {
  text-transform: capitalize !important;
}

.features p {
  padding-top: 4px;
}

.support-search .button.large {
  height: 54px;
  line-height: 54px;
}

.support-search .email {
  min-width: 520px;
  width: auto;
  font-size: 18px;
  margin-top: 0px;
  height: 54px;

}

.order-links {
  display: block;
  bottom: -30px;
  margin-top: 10px;
  position: absolute;
  left: 0px;
  right: 0px;
  padding: 0px 20px;
}

.order-links a {
  color: #fff;
}

.game-box:hover .order-links {
  display: block;
  bottom: -10px;
}

.game-box:hover div:nth-child(1) {
  bottom: 28px;
}

.game-box:hover div {
  transition: all .2s ease-in-out;
}

#hosting-mobile-plans .col {
  margin-bottom: 20px;
}

#popular-articles ul li {
  display: block;
  margin-top: 15px;
}

#popular-articles ul li a {
  display: block;
  background: var(--light-bg);
  padding: 12px 20px;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
}

#popular-articles ul li a:hover {
  background: var(--lighter-bg);
  box-shadow: 0 0.25rem 0.33rem rgb(0 0 0 / 14%) !important;
}

#popular-articles h4 {
  text-transform: uppercase;
  margin-top: 40px;
  font-size: 18px;
}

#popular-articles .row {
  margin-top: -20px;
}

#support-methods {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
}

#support-methods .row {
  padding-right: 15px !important;
  padding-left: 15px !important;
}


#support-methods .col:hover {
  background: rgba(0, 0, 0, 0.12);
  cursor: pointer;
}

#support-methods .col {
  margin-bottom: 0px !important;
  padding: 68px 0px;
  margin: -10px 0px !important;
}


#support-methods .row {
  margin-bottom: 0px !important;
}

.showtablet {
  display: none;
}

.header ul li .dropdown-menu:before {
  background: #fff;
  border-right: 0;
  border-top: 0;
  content: "";
  height: 10px;
  right: 20px;
  position: absolute;
  top: -4px;
  transform: rotate(135deg);
  width: 10px;
}


.map-small {
  width: 660px;
  margin: 0px auto;
  background-size: 660px 262px;
  height: 262px;
}

.back-button i {
  font-size: 14px;
}

.back-button i:hover {
  color: #fff !important;
}


#order-minecraft-plans .col {
  margin-top: 30px;
}


#order-minecraft-plans .minecraft-box:hover {
  color: #fff !important;
}

#order-minecraft-plans .minecraft-box:hover h2 small {
  color: #fff !important;
}

#order-minecraft-plans .minecraft-box:hover ul li {
  color: #fff;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}

.sidebar strong.standard {
  font-size: 15px;
  letter-spacing: 1px;
  color: #84889C;
}

.sidebar strong.premium {
  font-size: 15px;
  letter-spacing: 1px;
  color: var(--main-color-link-hover);
}

.sidebar .label {
  margin-top: 5px !Important;
}

.sidebar .font-15 {
  font-size: 15px;
  letter-spacing: 1px;
  margin-top: 0.125rem !important;
}


#order-minecraft-plans .light-bg:hover .button {
  background: rgba(0, 0, 0, 0.5) !important;
}


#home-features .light-bg:hover,
#partners .light-bg:hover {
  background: #23273b;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.hidethis {
  visibility: hidden !important;
  display: none !important;
}

#minecraft-modpacks img:hover,
#modpack-lists .lighter-bg.shadow-sm.rounded-sm:hover {
  cursor: pointer;
}

.socialright {
  position: fixed !important;
  top: 450px;
  right: 0;
  padding: 5px 15px !important;
  background-color: var(--light-bg) !important;
  font-size: .9rem !important;
  transform: rotate(90deg);
  text-decoration: none;
  transform-origin: top right;
  z-index: 500;
  border-radius: 0px 0px 15px 15px !important;
}

.socialright img {
  width: 33px !important;
  padding: 5px;
  transform: rotate(-90deg);
  transition: 0.15;
}

.socialright img[alt="GGServers Facebook"]:hover {
  content: url('../images/facebook2.svg');
  transition: 0.15s;
}

.socialright img[alt="GGServers Twitter"]:hover {
  content: url('../images/twitter2.svg');
  transition: 0.15s;
}

.socialright img[alt="GGServers YouTube"]:hover {
  content: url('../images/youtube2.svg');
  transition: 0.15s;
}

.socialright img[alt="GGServers Discord"]:hover {
  content: url('../images/discord2.svg');
  transition: 0.15s;
}

.socialright img[alt="GGServers Instagram"]:hover {
  content: url('../images/instagram2.svg');
  transition: 0.15s;
}

.socialright img[alt="GGServers TikTok"]:hover {
  content: url('../images/tiktok2.svg');
  transition: 0.15s;
}

.socialright img[alt="GGServers Reddit"]:hover {
  content: url('../images/reddit2.svg');
  transition: 0.15s;
}

.staffhead {
  text-align: center;
  margin-bottom: 1rem;
}

.staffhead img {
  width: 6rem;
  border-radius: 25px;
}

.card.staffcard {
  background: var(--lighter-bg);
  border-radius: 25px;
  padding: 2rem;
  margin-block: 1rem;
  transition: 0.25s;
  border: 1px solid var(--lighter-bg);
  height: 90%;
}

.card.staffcard:hover {
  border-color: var(--main-color);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px var(--main-color);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px var(--main-color);
  transition: 0.25s;
  cursor: help;
}

.pushup {
  margin-block: 2.5rem;
}

.pushup .pushupp {
  color: var(--main-color) !important;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
}

.pushup h2.titley {
  font-size: 60px;
  line-height: 66px;
  font-weight: 900;
  text-transform: uppercase;
}

/* small changes for scroll */
/* For the scrollbar track (background) */
::-webkit-scrollbar {
  width: 12px;
  /* Width of the scrollbar */
  background-color: var(--light-bg);
  /* Color of the scrollbar track */
  border-radius: 5px;
}

/* For the scrollbar thumb (actual scroll) */
::-webkit-scrollbar-thumb {
  background-color: var(--lighter-bg);
  /* Color of the scrollbar thumb */
  border-radius: 5px;
}

/* For the scrollbar thumb when hovered */
::-webkit-scrollbar-thumb:hover {
  background-color: var(--lighter-bg-hover);
  /* Color of the scrollbar thumb when hovered */
}

html {
  scrollbar-color: var(--light-bg) var(--lighter-bg);
}

/* Section for types pages */
.servertypeiframe {
  text-align: center;
  max-width: fit-content;
  border-radius: 21px;
}

div#modpack-video iframe {
  border-radius: 21px;
}

div.modpackdetails {
  background: var(--light-bg);
  padding: 3rem;
  border-radius: 21px;
  margin-block: 3rem;
}

/* measure gameservers ping */
section.games div.title {
  padding: 0px 0px 0px;
}

.naandeugamesping {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  /* Vertically aligns items in the center */
  justify-content: center;
  /* Horizontally aligns items in the center */
}

.naandeugamesping a {
  background: var(--light-bg);
  margin-inline: 1rem;
  padding: 1rem;
  border-radius: 9px;
  cursor: pointer;
}

.naandeugamesping img {
  width: 50px;
  border-radius: 7px;
}

.naandeugamesping small {
  color: var(--text-color);
  font-weight: 300;
  margin-inline: 0.5rem;
}

/* few general changes */
div#twitter-actions {
  display: none;
  visibility: hidden;
}

.page-discord-bot-hosting .etbl {
  background: #2B2D31 !important;
  border-radius: 21px;
  border: none;
  transition: all .2s ease-in-out !important;
}

.page-discord-bot-hosting .etbl:hover {
  background: #2d3033 !important;
  transition: all .2s ease-in-out !important;
  cursor: pointer;
  transform: translateY(-0.25rem);
}

.page-discord-bot-hosting .etbl.etbl-three.relative {
  border-radius: 0px 0px 21px 21px;
  border: 2px solid #5661F5 !important;
  box-shadow: 0 0 10px 4px rgba(43, 73, 255, .2) !important;
}

.page-discord-bot-hosting .etbl.etbl-three.relative:hover {
  border: 2px solid #646ef8 !important;
  box-shadow: 0 0 14px 6px rgba(43, 73, 255, .25) !important;
}

.page-discord-bot-hosting .etbl i.fa-discord {
  color: #ffffff;
}

.page-discord-bot-hosting a.button.block.text-center.mt-3.mb-1 {
  background: #5661F5;
}

.page-discord-bot-hosting a.button.block.text-center.mt-3.mb-1:hover {
  background: #737dfe;
}

.page-discord-bot-hosting .etbl img.va-mid.mr-2 {
  filter: invert(35%) sepia(88%) saturate(2532%) hue-rotate(224deg) brightness(97%) contrast(99%);
}

.page-discord-bot-hosting h1.titley {
  text-shadow: 0px 7px 0px black;
}

.page-discord-bot-hosting h3.titley {
  text-shadow: 0px 3px 0px black;
}

.page-discord-bot-hosting p.subdesc {
  text-shadow: 0px 2px 0px black;
  color: white;
  font-weight: 700;
  font-family: monospace;
}

.page-discord-bot-hosting .pt-2.ram {
  padding-bottom: unset;
}

.page-discord-bot-hosting #plan-top,
.page-discord-bot-hosting #plan-top:hover,
.page-ts3-hosting #plan-top,
.page-ts3-hosting #plan-top:hover {
  background: unset;
}

.page-discord-bot-hosting ul#etbl-list,
.page-ts3-hosting ul#etbl-list {
  text-align: left;
}


.page-discord-bot-hosting #plan-top .etbl,
.page-ts3-hosting #plan-top .etbl {
  border-right: none;
}

.page-discord-bot-hosting .popular-plan,
.page-ts3-hosting .popular-plan {
  background: #23A559;
  border-radius: 11px 11px 0px 0px;
}

.page-discord-bot-hosting .flex-row,
.page-ts3-hosting .flex-row {
  display: flex;
  align-items: center;
  text-align: center;
  align-content: center;
  align-self: center;
  justify-content: center;
  gap: 1rem;
}

.slider-container {
  width: 100%;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 25px;
  background: var(--lighter-bg-hover);
  ;
  outline: none;
  -webkit-transition: .2s;
  transition: opacity .2s;
  border-radius: 21px;
}

.slider:hover {
  cursor: pointer;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 31px;
  height: 31px;
  background: var(--main-color);
  cursor: pointer;
  border-radius: 21px;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: var(--main-color);
  cursor: pointer;
}

.pricing {
  margin-top: 10px;
}

.options-container {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  width: 100%;
}

.option {
  flex: 1;
  text-align: center;
}

.gpinner {
  background: var(--light-bg);
  padding: 3rem;
  border-radius: 21px;
  color: whitesmoke;
  width: 95%;
}

.carousel-inner .item {
  background: var(--lighter-bg);
  padding: 3rem;
  border-radius: 21px;
  cursor: pointer;
  height: 18rem;
  margin-right: 3rem;
  width: 100%;
}

.trustpilotcar {
  background: var(--light-bg);
}

.trustpilotcar .carousel-indicators {
  display: none;
  visibility: hidden;
}

.carousel-inner blockquote {
  font-style: italic;
}

.carousel-inner blockquote i {
  color: whitesmoke;
}

.modpacksavailablepage a.order-small {
  line-height: 16px;
  color: #fff;
  display: inline-block;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 16px 11px;
  background: rgba(0, 0, 0, .2);
  border-radius: 4px;
  color: #9fa1bc;
  margin: 0.5rem;
  cursor: pointer;
}

.modpacksavailablepage a.order-small:hover {
  color: #fff;
  background: var(--main-color);
}

.ggredzone {
  background: var(--ggs-red-zone);
  color: whitesmoke;
  border-radius: 12px;
  padding: 1rem;
}

.ggbluezone {
  background: var(--ggs-main-button);
  color: whitesmoke;
  border-radius: 12px;
  padding: 1rem;
}

.pal {
  border-radius: 12px;
  width: 53px;
  height: 60px;
}

.minecraft-box li {
  display: flex;
  align-items: center;
}

.minecraft-box li strong {
  margin-right: 0.25rem;
}

.minecraft-box li span.tooltip-top {
  margin-left: 0.25rem;
  top: -5px;
}