@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,600;1,700&display=swap');

html {
  font-size: 10px;
}

@media only screen and (max-width: 1024px) {
  html {
    font-size: 9.375px;
  }
}

@media only screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
}

@media only screen and (max-width: 400px) {
  html {
    font-size: 9.375px;
  }
}

html,
body {
  height: 100%;
}

body {
  background: #141515;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.6rem;
  line-height: 1.875;
  color: #767676;
  margin: 0;
  padding: 0;
}

a,
a:visited {
  color: #0087cc;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
  color: #39b54a;
}

h1, h2, h3, h4, h5, h6 {
  color: #151515;
  font-style: normal;
  text-rendering: optimizeLegibility;
  margin-bottom: 2.4rem;
}

h3, h4 {
  margin-bottom: 1.5rem;
}
h5, h6 {
  margin-bottom: 1.2rem;
}
h1 {
  font-size: 3.1rem;
  line-height: 1.35;
  letter-spacing: -.1rem;
}

@media only screen and (max-width: 600px) {
  h1 {
    font-size: 2.6rem;
    letter-spacing: -.07rem;
  }
}

h2 {
  font-size: 2.4rem;
  line-height: 1.25;
}
h3 {
  font-size: 2rem;
  line-height: 1.5;
}
h4 {
  font-size: 1.7rem;
  line-height: 1.76;
}
h5 {
  font-size: 1.4rem;
  line-height: 1.7;
  text-transform: uppercase;
  letter-spacing: .2rem;
}
h6 {
  font-size: 1.3rem;
  line-height: 1.85;
  text-transform: uppercase;
  letter-spacing: .2rem;
}

p img {
  margin: 0;
}

p.lead {
  font-size: 2.1rem;
  line-height: 1.857;
  color: #838383;
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  p.lead {
    font-size: 2rem;
  }
}

em, i, strong, b {
  font-size: 1.6rem;
  line-height: 1.875;
  font-style: normal;
}

small {
  font-size: 1.1rem;
  line-height: inherit;
}

blockquote {
  margin: 3rem 0;
  padding-left: 5rem;
  position: relative;
}

blockquote:before {
  content: "\201C";
  font-size: 10rem;
  line-height: 0px;
  margin: 0;
  color: rgba(0, 0, 0, 0.3);
  font-family: arial, sans-serif;
  position: absolute;
  top: 3.6rem;
  left: 0;
}

blockquote p {
  padding: 0;
  font-size: 1.9rem;
  line-height: 1.895;
}

blockquote cite {
  display: block;
  font-size: 1.3rem;
  font-style: normal;
  line-height: 1.615;
}

blockquote cite:before {
  content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited {
  color: #838383;
  border: none;
}

pre {
  padding: 2.4rem 3rem 3rem;
  background: #F1F1F1;
}

code {
  font-size: 1.4rem;
  margin: 0 .2rem;
  padding: .3rem .6rem;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 3px;
}

pre>code {
  display: block;
  white-space: pre;
  line-height: 2;
  padding: 0;
  margin: 0;
}

pre.prettyprint>code {
  border: none;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
  text-decoration: none;
}

mark {
  background: #FFF49B;
  color: #000;
}

hr {
  border: solid rgba(0, 0, 0, 0.1);
  border-width: 1px 0 0;
  clear: both;
  margin: 2.4rem 0 1.5rem;
  height: 0;
}

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  display: list-item;
}

ol,
ul {
  margin-left: 1.7rem;
}

ul li {
  padding-left: .4rem;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin: .6rem 0 .6rem 1.7rem;
}

ul.disc li {
  display: list-item;
  list-style: none;
  padding: 0 0 0 .8rem;
  position: relative;
}

ul.disc li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #39b54a;
  position: absolute;
  left: -17px;
  top: 11px;
  vertical-align: middle;
}

dt {
  margin: 0;
  color: #39b54a;
}

dd {
  margin: 0 0 0 2rem;
}

button,
.button {
  margin-bottom: 1.2rem;
}

fieldset {
  margin-bottom: 1.5rem;
}

input,
textarea,
select,
pre,
blockquote,
figure,
table,
p,
ul,
ol,
dl,
form,
.fluid-video-wrapper,
.ss-custom-select {
  margin-bottom: 3rem;
}

img.pull-right {
  margin: 1.5rem 0 0 3rem;
}

img.pull-left {
  margin: 1.5rem 3rem 0 0;
}

.bgrid {
  padding: 0 20px;
}

@media only screen and (max-width: 1024px) {
  .bgrid {
    padding: 0 18px;
  }
}

@media only screen and (max-width: 768px) {
  .bgrid {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 600px) {
  .bgrid {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 400px) {
  .bgrid {
    padding: 0;
  }
}


/* BUTTONS */

.button,
button {
  display: inline-block;
  font-size: 1.5rem;
  height: 5.4rem;
  line-height: calc(5.4rem - .6rem);
  padding: 0 3rem;
  margin: 0 .5rem 1.2rem 0;
  color: #222222;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #c5c5c5;
  border: .3rem solid #c5c5c5;
  text-shadow: -2px 2px 2px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 768px) {
  .button,button {
    display: block;
    margin:20px auto 0;
  }
    .button:first-child,button:first-child {
      margin-top:0;
    }
}

.button:hover,
button:hover,
.button:focus,
button:focus {
  background-color: #b8b8b8;
  border-color: #b8b8b8;
  color: #000000;
  outline: 0;
}

.button.button-primary,
button.button-primary {
  background-color: #39b54a;
  border-color: #39b54a;
  color: #fff;
}

.button.button-primary:hover,
button.button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus {
  background: #309a3f;
  border-color: #309a3f;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

h2.intro-header {
  font-size: 3.4rem;
  line-height: 1.324;
  letter-spacing: -.1rem;
  color: #151515;
  position: relative;
  padding-bottom: 3.6rem;
}

h2.intro-header::before {
  display: block;
  content: "";
  height: 2px;
  width: 70px;
  background-color: #39b54a;
  position: absolute;
  left: 0;
  bottom: 0;
}

.wide {
  max-width: 1300px;
}

.narrow {
  max-width: 800px;
}

@media only screen and (max-width: 768px) {
  h1.intro-header {
    font-size: 3.1rem;
  }
}

@media only screen and (max-width: 600px) {
  h1.intro-header {
    font-size: 2.6rem;
  }
}


/* HEADER */

#header {
  width: 100%;
  height: 72px;
  background-color: #111111;
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 501;
}

  .header-logo {
    position: absolute;
    left: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    z-index: 501;
  }

    .header-logo a {
      display: block;
      margin: 0;
      padding: 0;
      outline: 0;
      border: none;
      width: 155px;
      height: 22px;
      background: url("../images/logo.png") no-repeat center;
      background-size: 155px 22px;
      font: 0/0 a;
      text-shadow: none;
      color: transparent;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
    }


/* MENU */

.header-menu-toggle {
  display: none;
  position: fixed;
  right: 32px;
  top: 15px;
  height: 42px;
  width: 42px;
  line-height: 42px;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: .2rem;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header-menu-toggle:hover,
.header-menu-toggle:focus {
  color: #fff;
}

.header-menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  margin-top: -1px;
  position: absolute;
  left: 9px;
  top: 50%;
  right: auto;
  bottom: auto;
  background-color: white;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

.header-menu-toggle span::before,
.header-menu-toggle span::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: inherit;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.header-menu-toggle span::before {
  top: -9px;
}

.header-menu-toggle span::after {
  bottom: -9px;
}

.header-menu-toggle.is-clicked span {
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.header-menu-toggle.is-clicked span::before,
.header-menu-toggle.is-clicked span::after {
  background-color: white;
}

.header-menu-toggle.is-clicked span::before {
  top: 0;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.header-menu-toggle.is-clicked span::after {
  bottom: 0;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}


/* NAVIGATION */

#header-nav-wrap {
  font-size: 14px;
  position: absolute;
  top: 0;
  right: 40px;
}

#header-nav-wrap .header-main-nav {
  display: inline-block;
  list-style: none;
  height: 72px;
  margin: 0 1rem 0 0;
}

#header-nav-wrap .header-main-nav li {
  display: inline-block;
  padding-left: 0;
  margin-right: 1.5rem;
}

#header-nav-wrap .header-main-nav li a {
  display: block;
  line-height: 72px;
}

#header-nav-wrap .header-main-nav li a,
#header-nav-wrap .header-main-nav li a:visited {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.45);
}

#header-nav-wrap .header-main-nav li a:hover,
#header-nav-wrap .header-main-nav li a:focus {
  color: #fff;
}

#header-nav-wrap .header-main-nav li.current a {
  color: #fff;
}

#header-nav-wrap .cta {
  height: 3.6rem;
  line-height: calc(3.6rem - .6rem);
  padding: 0 1.5rem;
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: normal;
  margin: 0;
}

@media only screen and (max-width: 1230px) {
  #header {
    max-width: none;
  }
}

@media only screen and (max-width: 768px) {
  .header-logo a {
    width: 141px;
    height: 20px;
    background-size: 141px 20px;
  }
  #header-nav-wrap {
    display: none;
    height: auto;
    width: 100%;
    right: auto;
    left: 0;
    background-color: #111111;
    padding: 80px 40px 54px;
  }
  #header-nav-wrap .header-main-nav {
    display: block;
    height: auto;
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.03);
  }
  #header-nav-wrap .header-main-nav li {
    display: block;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
  }
  #header-nav-wrap .header-main-nav li a {
    padding: 18px 0;
    line-height: 18px;
  }
  #header-nav-wrap .cta {
    height: 42px;
    line-height: calc(42px - .6rem);
    padding: 0 30px;
  }
  .header-menu-toggle {
    display: block;
  }
}

@media only screen and (max-width: 600px) {
  #header-nav-wrap .cta {
    display: block;
    padding: 0 20px;
  }
}

@media only screen and (max-width: 400px) {
  .header-menu-toggle {
    right: 24px;
  }
}

@media only screen and (min-width: 769px) {
  #header-nav-wrap {
    display: block !important;
  }
}


/* HOME */

#home {
  width: 100%;
  height: 450px;
  min-height: 450px;
  background-color: transparent;
  position: relative;
  display: table;
}

.no-js #home {
  background: #151515;
}

.hero {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  background-color: rgba(0,0,0,0.4);
}

.hero .contents {
  position: relative;
}

.hero-left {
  padding: 15rem 0 12rem 40px;
  position: relative;
  width: 50%;
}

.hero-left h1 {
  font-size: 5.2rem;
  letter-spacing: -.05rem;
  line-height: 1.269;
  color: #fff;
  margin-bottom: 4rem;
  text-shadow: -2px 2px 2px rgba(0, 0, 0, 0.5);
}

.hero-left h3 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.6rem;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: .2rem;
  margin-bottom: 2.4rem;
  text-shadow: -2px 2px 2px rgba(0, 0, 0, 0.5);
}

.hero-left h4 {
  color: #fff;
  font-size: 3.5rem;
  line-height: 1.269;
  letter-spacing: .2rem;
  margin-bottom: 1rem;
  text-shadow: -2px 2px 2px rgba(0, 0, 0, 0.5);
}

.hero-left #timer {
  min-height: 55px;
}
.hero-left #timer h2 {
  color:#fff;
  margin:0;
  text-shadow: -2px 2px 2px rgba(0, 0, 0, 0.5);
}
.hero-left #timer button {
  margin-bottom: 0;
}

.hero-left .button.stroke {
  color: #fff !important;
  border-color: #fff;
  margin: 0 .6rem 1.2rem;
  padding: 0 2.2rem;
  min-width: 188px;
}

.hero-left .button.stroke span[class*="icon"] {
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.hero-left .button.stroke:hover,
.hero-left .button.stroke:focus {
  background-color: white !important;
  color: #000000 !important;
}

.hero-right {
  display: block;
  position: absolute;
  right: 0;
  bottom: -40px;
  z-index: 500;
  width: 50%;
  text-align: right;
}

.hero-right img {
  vertical-align: bottom;
  width: 75%;
}

@media only screen and (max-width: 1300px) {
  .hero-right {
    right: 5rem;
  }
}

@media only screen and (max-width: 1200px) {
  .hero {
    vertical-align: middle;
  }
  .hero-left {
    padding: 18rem 0 12rem 40px;
  }
  .hero-left h3 {
    font-size: 1.5rem;
  }
  .hero-left h1 {
    font-size: 4.8rem;
  }
  .hero-right img {
    vertical-align: top;
    width: 80%;
  }
}

@media only screen and (max-width: 1100px) {
  .hero-left h1 {
    font-size: 4.6rem;
  }
}

@media only screen and (max-width: 1024px) {
  .hero-left {
    width: 60%;
    padding: 18rem 6rem 12rem 4rem;
  }
  .hero-left h3 {
    font-size: 1.5rem;
  }
  .hero-left h1 {
    font-size: 4.2rem;
  }
  .hero-right {
    width: 40%;
  }
  .hero-right img {
    vertical-align: top;
    width: 100%;
  }
}

@media only screen and (max-width: 900px) {
  #home {
    height: auto;
    min-height: 840px;
  }
  #home,
  .hero {
    display: block;
    text-align: center;
  }
  .hero-left {
    width: 94%;
    position: static;
    padding: 15rem 6rem 366px;
    margin: 0 auto;
  }
  .hero-left h1 {
    margin-bottom: 3.6rem;
  }
  .hero-right {
    width: 350px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0;
  }
}

@media only screen and (max-width: 768px) {
  #home {
    min-height: auto;
  }
  .hero-left h3 {
    font-size: 1.4rem;
  }
  .hero-left h1 {
    font-size: 3.6rem;
  }
}

@media only screen and (max-width: 600px) {
  .hero-left {
    padding: 12rem 6rem 366px;
  }
  .hero-left h1 {
    font-size: 3.3rem;
  }
  .hero-left .button.stroke {
    width: 100%;
    min-width: 0;
    max-width: 280px;
  }
  .home-social-list {
    font-size: 2rem;
    right: 30px;
  }
  .scroll-icon {
    top: 21px;
  }
}

@media only screen and (max-width: 500px) {
  .home-social-list,
  .home-scrolldown {
    display: none;
  }
  .hero-left {
    padding: 12rem 2.5rem 366px;
    width: 100%;
  }
  .hero-left h1 {
    font-size: 3rem;
  }
  .hero-left h4 {
    font-size: 2.5rem;
  }
}

@media only screen and (max-width: 400px) {
  .hero-left {
    padding: 12rem 0 300px;
  }
  .hero-left .button.stroke {
    margin: 0 0 1.2rem 0;
  }
  .hero-right {
    width: 275px;
    margin-bottom: -20px;
  }
}


/* ABOUT */

#about {
  background: #fff;
  padding-top: 8rem;
}

.about-intro {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  padding-bottom: 3.5rem;
}


/* WHITEPAPER */

#whitepaper {
  background: #fff;
  padding: 3.6rem 0;
}

.whitepaper .features-list {
  padding-top: 5.4rem;
}

.whitepaper .feature {
  margin-bottom: 1.8rem;
}

.whitepaper .feature .icon {
  margin-bottom: 1.5rem;
  display: inline-block;
}

.whitepaper .feature .icon i {
  color: #39b54a;
  font-size: 4.8rem;
}

.whitepaper .feature h3 {
  font-size: 1.9rem;
  color: #151515;
  margin-bottom: 3rem;
}

@media only screen and (max-width: 1024px) {
  .about-intro {
    max-width: 800px;
    text-align: center;
  }
  .about-intro h1::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .about-intro [class*="col-"] {
    width: 100% !important;
    float: none !important;
    clear: both !important;
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .whitepaper .feature .icon i {
    font-size: 4.4rem;
  }
  .whitepaper .feature h3 {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 650px) {
  .whitepaper {
    max-width: 600px;
    text-align: center;
  }
  .whitepaper .feature {
    width: 100% !important;
    float: none !important;
    clear: both !important;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 4.5rem;
  }
  .whitepaper .feature h3 {
    margin-bottom: 1.5rem;
  }
}


/* FAQ */
section#faq {
  padding: 50px 0;
}
section#faq h2 {
  color: rgba(255, 255, 255, 0.45);
}
.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}
.accordion .accordion-item button[aria-expanded=true] {
  border-bottom: 1px solid #fff;
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: rgba(255, 255, 255, 0.45);
  border: none;
  background: none;
  outline: none;
  border-radius: 0;
}
.accordion button:hover, .accordion button:focus {
  cursor: pointer;
  color: rgba(255, 255, 255, 1);
}
.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: #fff;
  border: 1px solid #fff;
}
.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.accordion button[aria-expanded=true] {
  color: #fff;
}
.accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
.accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  color:#fff;
  margin: 1em 0 2em 0;
}


/* FOOTER */

footer {
  padding-top: 4rem;
  padding-bottom: 4rem;
  font-size: 1.5rem;
  line-height: 2.7rem;
  color: rgba(255, 255, 255, 0.25);
  text-align: center;
}
  footer .copyright span {
    display: inline-block;
  }

.social-links {
  margin-bottom:1.5rem;
}
  .social-links i {
    font-size: 3rem;
    margin: 0.5rem;
    transition: all 150ms ease-in-out;
    filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.5));
  }
    .social-links i:hover {
      transform: scale(1.2);
      transform: translate(-1px, -1px);
      animation: glitch 200ms infinite;
      -webkit-animation: glitch 300ms infinite;
      color: white;
    }

@keyframes glitch {
  0% { text-shadow: -3px 2px #E73C7E, -2px -4px #2CABFF, -1px -1px black, 3px 5px rgb(0, 0, 0);}
  35% { text-shadow: -2px -4px #E73C7E, 2px 1x #2CABFF, -1px -1px black, 3px 5x 5px rgb(0, 0, 0); }
  40% { text-shadow: 2px -1px #E73C7E, -4px 1px #2CABFF, -1px -1px black, 3px 5px 5px rgb(0, 0, 0);}
  75% { text-shadow: -3px -1px #E73C7E, -2px -2px #2CABFF, -1px -1px black, 3px 5px 5px rgb(0, 0, 0);}
  100% { text-shadow: -2px -1px #E73C7E, 2px -1px #2CABFF, -1px -1px black, 3px 5px 5px rgb(0, 0, 0);}
}


/* BACK TO TOP */

#go-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 600;
  display: none;
}

#go-top a,
#go-top a:visited {
  text-decoration: none;
  border: 0 none;
  display: block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  background: black;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#go-top a i,
#go-top a:visited i {
  font-size: 18px;
  line-height: inherit;
}

#go-top a:hover,
#go-top a:focus {
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  .footer-main>.row {
    max-width: 800px;
  }
}

@media only screen and (max-width: 768px) {
  .footer-main>.row {
    max-width: 600px;
  }
  #go-top {
    bottom: 0;
    right: 0;
  }
  #go-top a,
  #go-top a:visited {
    border-radius: 5px 0 0 0;
  }
}

@media only screen and (max-width: 600px) {
  .footer-main .row {
    max-width: 480px;
  }
  
  footer .copyright span {
    display: block;
  }
}