/* 
Table of Contents
    Variables
    Margins and Paddings
    Body
        Imports
        Mixins
    Responsive Design
*/
@font-face {
  font-family: "acme-regular";
  src: url("../../../Fonts/Acme/Acme-Regular.ttf");
}
@font-face {
  font-family: "cinzel-regular";
  src: url("../../../Fonts/Cinzel/Cinzel-Regular.ttf");
}
@font-face {
  font-family: "comfortaa-regular";
  src: url("../../../Fonts/Comfortaa/Comfortaa-Regular.ttf");
}
@font-face {
  font-family: "quicksand-regular";
  src: url("../../../Fonts/Quicksand/Quicksand-Regular.ttf");
}
* {
  margin: 0;
  padding: 0;
}

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 {
  border: 0;
  font: inherit;
  font-size: 100%;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  margin: 0;
  overflow-x: hidden;
  padding: 0;
  /*
  Table of Contents
      Main container
          Imports
  */
}
body .main-container {
  /*
  Table of Contents
      home
      Media Queries
  */
  margin: 0;
  padding: 0;
  width: 100%;
}
body .main-container footer {
  align-items: center;
  background: #353638;
  display: flex;
  height: 60px;
  justify-content: center;
  width: 100%;
}
body .main-container footer h6 {
  font-family: comfortaa-regular;
}
@media (max-width: 300px) {
  body .main-container footer {
    height: 36px;
  }
}
@media (min-width: 301px) and (max-width: 576px) {
  body .main-container footer {
    height: 40px;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  body .main-container footer {
    height: 44px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  body .main-container footer {
    height: 49px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .main-container footer {
    height: 54px;
  }
}
@media (min-width: 1921px) and (max-width: 2400px) {
  body .main-container footer {
    height: 75px;
  }
}
@media (min-width: 2401px) and (max-width: 3000px) {
  body .main-container footer {
    height: 93px;
  }
}
@media (min-width: 3001px) and (max-width: 3750px) {
  body .main-container footer {
    height: 116px;
  }
}
@media (min-width: 3751px) {
  body .main-container footer {
    height: 145px;
  }
}
body .main-container .home {
  font-size: 0;
}
body .main-container .home .home-content {
  margin: 0;
  padding: 0;
}
body .main-container .home .home-content .home-content-bottom {
  display: flex;
  justify-content: center;
  padding: 250px 0 0 0;
}
body .main-container .home .home-content .home-content-bottom .home-content-bottom-text {
  display: inline-block;
}
body .main-container .home .home-content .home-content-bottom .home-content-bottom-text .home-content-bottom-text-large h6 {
  color: #000000;
  font-family: comfortaa-regular;
  font-size: 18px;
}
body .main-container .home .home-content .home-content-bottom .home-content-bottom-text .home-content-bottom-text-small {
  display: flex;
  justify-content: center;
  margin: 15px 0 0 0;
}
body .main-container .home .home-content .home-content-bottom .home-content-bottom-text .home-content-bottom-text-small h6 {
  color: #000000;
  font-family: comfortaa-regular;
  width: 75%;
}
body .main-container .home .home-content .home-content-top {
  position: fixed;
  width: 100%;
}
body .main-container .home .home-content .home-content-top .home-content-top-area {
  background: #242629;
  height: 75px;
  margin: 0;
  padding: 0;
  width: 100%;
}
body .main-container .home .home-content .home-content-top .home-content-top-area .home-content-top-area-menu {
  display: none;
}
body .main-container .home .home-content .home-content-top .home-content-top-area .home-content-top-area-support {
  align-items: center;
  display: flex;
  justify-content: end;
  margin: 0;
  padding: 0;
}
body .main-container .home .home-content .home-content-top .home-content-top-area .home-content-top-area-support .home-content-top-area-support-text {
  display: inline-block;
  margin: 0 4% 0 0;
  padding: 0;
}
body .main-container .home .home-content .home-content-top .home-content-top-area .home-content-top-area-title {
  align-items: center;
  display: flex;
  margin: 0;
  padding: 0;
}
body .main-container .home .home-content .home-content-top .home-content-top-area .home-content-top-area-title .home-content-top-area-title-area {
  cursor: pointer;
  display: inline-flex;
  margin: 0 0 0 4%;
}
body .main-container .home .home-content .home-content-top .home-content-top-area .home-content-top-area-title .home-content-top-area-title-area .home-content-top-area-title-area-img {
  float: left;
}
body .main-container .home .home-content .home-content-top .home-content-top-area .home-content-top-area-title .home-content-top-area-title-area .home-content-top-area-title-area-img img {
  height: auto;
  width: 35px;
}
body .main-container .home .home-content .home-content-top .home-content-top-area .home-content-top-area-title .home-content-top-area-title-area .home-content-top-area-title-area-text {
  align-items: center;
  display: inline-flex;
  margin: 0 0 0 10px;
}
body .main-container .home .home-content .home-content-top .home-content-top-area .home-content-top-area-title .home-content-top-area-title-area .home-content-top-area-title-area-text h5 {
  margin: 0;
  padding: 0;
}
body .main-container .home .home-content .home-content-top .home-content-top-navbar {
  align-items: center;
  background: #353638;
  display: flex;
  height: 60px;
  justify-content: center;
  width: 100%;
}
body .main-container .home .home-content .home-content-top .home-content-top-navbar ul {
  align-items: center;
  display: flex;
  height: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
body .main-container .home .home-content .home-content-top .home-content-top-navbar ul li {
  align-items: center;
  color: #ffffff;
  display: flex;
  height: 100%;
  margin: 10px;
}
body .main-container .home .home-content .home-content-top .home-content-top-navbar ul li a {
  height: 60px;
  line-height: 60px;
}
body .main-container .home .home-content .home-content-top .home-content-top-navbar ul li a:hover {
  border-bottom: 4px solid #00c2cb;
  color: #ffffff;
}
body .main-container .home .home-content .home-content-top .home-content-top-navbar ul li .home-content-top-navbar-active {
  border-bottom: 4px solid #00c2cb;
}
body .main-container .home .home-mobile {
  background: #4c4d4e;
  display: block;
  left: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  top: -400px;
  width: 100%;
}
body .main-container .home .home-mobile .home-mobile-close {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 15px;
}
body .main-container .home .home-mobile .home-mobile-close img {
  height: auto;
  width: 15px;
}
body .main-container .home .home-mobile .home-mobile-navbar {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}
body .main-container .home .home-mobile .home-mobile-navbar ul {
  display: inline-block;
  margin: 15px;
  padding: 0;
}
body .main-container .home .home-mobile .home-mobile-navbar ul li {
  display: flex;
  justify-content: center;
  margin: 5px;
}
body .main-container .home .home-mobile .home-mobile-navbar ul li a:hover {
  color: #ffffff;
}
body .main-container .home-mobile-hide .home-mobile {
  top: -400px;
  transition: top 1s;
}
body .main-container .home-mobile-show .home-mobile {
  top: 0;
  transition: top 1s;
}
@media (max-width: 300px) {
  body .main-container .home .home-content .home-content-bottom {
    padding: 90px 0 0 0;
  }
  body .main-container .home .home-content .home-content-bottom .home-content-bottom-text .home-content-bottom-text-large {
    display: flex;
    justify-content: center;
  }
  body .main-container .home .home-content .home-content-bottom .home-content-bottom-text .home-content-bottom-text-large h6 {
    font-size: 16px;
    text-align: center;
    width: 90%;
  }
  body .main-container .home .home-content .home-content-bottom .home-content-bottom-text .home-content-bottom-text-small {
    margin: 12px 0 0 0;
  }
  body .main-container .home .home-content .home-content-bottom .home-content-bottom-text .home-content-bottom-text-small h6 {
    width: 90%;
  }
  body .main-container .home .home-content .home-content-top .home-content-top-area {
    height: 44px;
  }
  body .main-container .home .home-content .home-content-top .home-content-top-area .home-content-top-area-menu {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
    width: 25%;
  }
  body .main-container .home .home-content .home-content-top .home-content-top-area .home-content-top-area-menu .home-content-top-area-menu-hamburger {
    background: #4c4d4e;
    cursor: pointer;
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 0;
  }
  body .main-container .home .home-content .home-content-top .home-content-top-area .home-content-top-area-menu .home-content-top-area-menu-hamburger .home-content-top-area-menu-hamburger-line {
    background: #ffffff;
    height: 2.7px;
    margin: 4.5px;
    padding: 0;
    width: 27px;
  }
  body .main-container .home .home-content .home-content-top .home-content-top-area .home-content-top-area-support {
    display: none;
  }
  body .main-container .home .home-content .home-content-top .home-content-top-area .home-content-top-area-title {
    width: 75%;
  }
  body .main-container .home .home-content .home-content-top .home-content-top-area .home-content-top-area-title .home-content-top-area-title-area {
    margin: 0 0 0 10px;
  }
  body .main-container .home .home-content .home-content-top .home-content-top-area .home-content-top-area-title .home-content-top-area-title-area .home-content-top-area-title-area-img img {
    width: 20px;
  }
  body .main-container .home .home-content .home-content-top .home-content-top-area .home-content-top-area-title .home-content-top-area-title-area .home-content-top-area-title-area-text {
    margin: 0 0 0 5.9px;
  }
  body .main-container .home .home-content .home-content-top .home-content-top-navbar {
    display: none;
  }
}
@media (min-width: 301px) and (max-width: 576px) {
  body .main-container .home .home-content .home-content-bottom {
    padding: 100px 0 0 0;
  }
  body .main-container .home .home-content .home-content-bottom .home-content-bottom-text .home-content-bottom-text-large {
    display: flex;
    justify-content: center;
  }
  body .main-container .home .home-content .home-content-bottom .home-content-bottom-text .home-content-bottom-text-large h6 {
    font-size: 16px;
    text-align: center;
    width: 90%;
  }
  body .main-container .home .home-content .home-content-bottom .home-content-bottom-text .home-content-bottom-text-small {
    margin: 13px 0 0 0;
  }
  body .main-container .home .home-content .home-content-bottom .home-content-bottom-text .home-content-bottom-text-small h6 {
    width: 90%;
  }
  body .main-container .home .home-content .home-content-top .home-content-top-area {
    height: 49px;
  }
  body .main-container .home .home-content .home-content-top .home-content-top-area .home-content-top-area-menu {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
    width: 25%;
  }
  body .main-container .home .home-content .home-content-top .home-content-top-area .home-content-top-area-menu .home-content-top-area-menu-hamburger {
    background: #4c4d4e;
    cursor: pointer;
    display: inline-block;
    margin: 0 25px 0 0;
    padding: 0;
  }
  body .main-container .home .home-content .home-content-top .home-content-top-area .home-content-top-area-menu .home-content-top-area-menu-hamburger .home-content-top-area-menu-hamburger-line {
    background: #ffffff;
    height: 3px;
    margin: 5px;
    padding: 0;
    width: 30px;
  }
  body .main-container .home .home-content .home-content-top .home-content-top-area .home-content-top-area-support {
    display: none;
  }
  body .main-container .home .home-content .home-content-top .home-content-top-area .home-content-top-area-title {
    width: 75%;
  }
  body .main-container .home .home-content .home-content-top .home-content-top-area .home-content-top-area-title .home-content-top-area-title-area {
    margin: 0 0 0 25px;
  }
  body .main-container .home .home-content .home-content-top .home-content-top-area .home-content-top-area-title .home-content-top-area-title-area .home-content-top-area-title-area-img img {
    width: 22px;
  }
  body .main-container .home .home-content .home-content-top .home-content-top-area .home-content-top-area-title .home-content-top-area-title-area .home-content-top-area-title-area-text {
    margin: 0 0 0 6.6px;
  }
  body .main-container .home .home-content .home-content-top .home-content-top-navbar {
    display: none;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  body .main-container .home .home-content .home-content-bottom {
    padding: 182px 0 0 0;
  }
  body .main-container .home .home-content .home-content-bottom .home-content-bottom-text .home-content-bottom-text-large h6 {
    font-size: 16px;
  }
  body .main-container .home .home-content .home-content-bottom .home-content-bottom-text .home-content-bottom-text-small {
    margin: 15px 0 0 0;
  }
  body .main-container .home .home-content .home-content-top .home-content-top-area {
    height: 54px;
  }
  body .main-container .home .home-content .home-content-top .home-content-top-area .home-content-top-area-title .home-content-top-area-title-area .home-content-top-area-title-area-img img {
    width: 25px;
  }
  body .main-container .home .home-content .home-content-top .home-content-top-area .home-content-top-area-title .home-content-top-area-title-area .home-content-top-area-title-area-text {
    margin: 0 0 0 7.3px;
  }
  body .main-container .home .home-content .home-content-top .home-content-top-navbar {
    height: 44px;
  }
  body .main-container .home .home-content .home-content-top .home-content-top-navbar ul li a {
    height: 44px;
    line-height: 44px;
  }
  body .main-container .home .home-content .home-content-top .home-content-top-navbar ul li a:hover {
    border-bottom: 2.9px solid #00c2cb;
  }
  body .main-container .home .home-content .home-content-top .home-content-top-navbar ul li .home-content-top-navbar-active {
    border-bottom: 2.9px solid #00c2cb;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  body .main-container .home .home-content .home-content-bottom {
    padding: 202px 0 0 0;
  }
  body .main-container .home .home-content .home-content-bottom .home-content-bottom-text .home-content-bottom-text-large h6 {
    font-size: 16px;
  }
  body .main-container .home .home-content .home-content-bottom .home-content-bottom-text .home-content-bottom-text-small {
    margin: 12px 0 0 0;
  }
  body .main-container .home .home-content .home-content-top .home-content-top-area {
    height: 60px;
  }
  body .main-container .home .home-content .home-content-top .home-content-top-area .home-content-top-area-title .home-content-top-area-title-area .home-content-top-area-title-area-img img {
    width: 28px;
  }
  body .main-container .home .home-content .home-content-top .home-content-top-area .home-content-top-area-title .home-content-top-area-title-area .home-content-top-area-title-area-text {
    margin: 0 0 0 8.1px;
  }
  body .main-container .home .home-content .home-content-top .home-content-top-navbar {
    height: 49px;
  }
  body .main-container .home .home-content .home-content-top .home-content-top-navbar ul li a {
    height: 49px;
    line-height: 49px;
  }
  body .main-container .home .home-content .home-content-top .home-content-top-navbar ul li a:hover {
    border-bottom: 3.2px solid #00c2cb;
  }
  body .main-container .home .home-content .home-content-top .home-content-top-navbar ul li .home-content-top-navbar-active {
    border-bottom: 3.2px solid #00c2cb;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .main-container .home .home-content .home-content-bottom {
    padding: 225px 0 0 0;
  }
  body .main-container .home .home-content .home-content-bottom .home-content-bottom-text .home-content-bottom-text-large h6 {
    font-size: 16px;
  }
  body .main-container .home .home-content .home-content-bottom .home-content-bottom-text .home-content-bottom-text-small {
    margin: 13px 0 0 0;
  }
  body .main-container .home .home-content .home-content-top .home-content-top-area {
    height: 67px;
  }
  body .main-container .home .home-content .home-content-top .home-content-top-area .home-content-top-area-title .home-content-top-area-title-area .home-content-top-area-title-area-img img {
    width: 31px;
  }
  body .main-container .home .home-content .home-content-top .home-content-top-area .home-content-top-area-title .home-content-top-area-title-area .home-content-top-area-title-area-text {
    margin: 0 0 0 9px;
  }
  body .main-container .home .home-content .home-content-top .home-content-top-navbar {
    height: 54px;
  }
  body .main-container .home .home-content .home-content-top .home-content-top-navbar ul li a {
    height: 54px;
    line-height: 54px;
  }
  body .main-container .home .home-content .home-content-top .home-content-top-navbar ul li a:hover {
    border-bottom: 3.6px solid #00c2cb;
  }
  body .main-container .home .home-content .home-content-top .home-content-top-navbar ul li .home-content-top-navbar-active {
    border-bottom: 3.6px solid #00c2cb;
  }
}
@media (min-width: 1921px) and (max-width: 2400px) {
  body .main-container .home .home-content .home-content-bottom {
    padding: 312px 0 0 0;
  }
  body .main-container .home .home-content .home-content-bottom .home-content-bottom-text .home-content-bottom-text-large h6 {
    font-size: 22px;
  }
  body .main-container .home .home-content .home-content-bottom .home-content-bottom-text .home-content-bottom-text-small {
    margin: 18px 0 0 0;
  }
  body .main-container .home .home-content .home-content-top .home-content-top-area {
    height: 93px;
  }
  body .main-container .home .home-content .home-content-top .home-content-top-area .home-content-top-area-title .home-content-top-area-title-area .home-content-top-area-title-area-img img {
    width: 43px;
  }
  body .main-container .home .home-content .home-content-top .home-content-top-area .home-content-top-area-title .home-content-top-area-title-area .home-content-top-area-title-area-text {
    margin: 0 0 0 12px;
  }
  body .main-container .home .home-content .home-content-top .home-content-top-navbar {
    height: 75px;
  }
  body .main-container .home .home-content .home-content-top .home-content-top-navbar ul li a {
    height: 75px;
    line-height: 75px;
  }
  body .main-container .home .home-content .home-content-top .home-content-top-navbar ul li a:hover {
    border-bottom: 5px solid #00c2cb;
  }
  body .main-container .home .home-content .home-content-top .home-content-top-navbar ul li .home-content-top-navbar-active {
    border-bottom: 5px solid #00c2cb;
  }
}
@media (min-width: 2401px) and (max-width: 3000px) {
  body .main-container .home .home-content .home-content-bottom {
    padding: 390px 0 0 0;
  }
  body .main-container .home .home-content .home-content-bottom .home-content-bottom-text .home-content-bottom-text-large h6 {
    font-size: 27px;
  }
  body .main-container .home .home-content .home-content-bottom .home-content-bottom-text .home-content-bottom-text-small {
    margin: 22px 0 0 0;
  }
  body .main-container .home .home-content .home-content-top .home-content-top-area {
    height: 116px;
  }
  body .main-container .home .home-content .home-content-top .home-content-top-area .home-content-top-area-title .home-content-top-area-title-area .home-content-top-area-title-area-img img {
    width: 53px;
  }
  body .main-container .home .home-content .home-content-top .home-content-top-area .home-content-top-area-title .home-content-top-area-title-area .home-content-top-area-title-area-text {
    margin: 0 0 0 15px;
  }
  body .main-container .home .home-content .home-content-top .home-content-top-navbar {
    height: 93px;
  }
  body .main-container .home .home-content .home-content-top .home-content-top-navbar ul li a {
    height: 93px;
    line-height: 93px;
  }
  body .main-container .home .home-content .home-content-top .home-content-top-navbar ul li a:hover {
    border-bottom: 6px solid #00c2cb;
  }
  body .main-container .home .home-content .home-content-top .home-content-top-navbar ul li .home-content-top-navbar-active {
    border-bottom: 6px solid #00c2cb;
  }
}
@media (min-width: 3001px) and (max-width: 3750px) {
  body .main-container .home .home-content .home-content-bottom {
    padding: 488px 0 0 0;
  }
  body .main-container .home .home-content .home-content-bottom .home-content-bottom-text .home-content-bottom-text-large h6 {
    font-size: 33px;
  }
  body .main-container .home .home-content .home-content-bottom .home-content-bottom-text .home-content-bottom-text-small {
    margin: 27px 0 0 0;
  }
  body .main-container .home .home-content .home-content-top .home-content-top-area {
    height: 145px;
  }
  body .main-container .home .home-content .home-content-top .home-content-top-area .home-content-top-area-title .home-content-top-area-title-area .home-content-top-area-title-area-img img {
    width: 66px;
  }
  body .main-container .home .home-content .home-content-top .home-content-top-area .home-content-top-area-title .home-content-top-area-title-area .home-content-top-area-title-area-text {
    margin: 0 0 0 18px;
  }
  body .main-container .home .home-content .home-content-top .home-content-top-navbar {
    height: 116px;
  }
  body .main-container .home .home-content .home-content-top .home-content-top-navbar ul li a {
    height: 116px;
    line-height: 116px;
  }
  body .main-container .home .home-content .home-content-top .home-content-top-navbar ul li a:hover {
    border-bottom: 7px solid #00c2cb;
  }
  body .main-container .home .home-content .home-content-top .home-content-top-navbar ul li .home-content-top-navbar-active {
    border-bottom: 7px solid #00c2cb;
  }
}
@media (min-width: 3751px) {
  body .main-container .home .home-content .home-content-bottom {
    padding: 610px 0 0 0;
  }
  body .main-container .home .home-content .home-content-bottom .home-content-bottom-text .home-content-bottom-text-large h6 {
    font-size: 41px;
  }
  body .main-container .home .home-content .home-content-bottom .home-content-bottom-text .home-content-bottom-text-small {
    margin: 33px 0 0 0;
  }
  body .main-container .home .home-content .home-content-top .home-content-top-area {
    height: 181px;
  }
  body .main-container .home .home-content .home-content-top .home-content-top-area .home-content-top-area-title .home-content-top-area-title-area .home-content-top-area-title-area-img img {
    width: 82px;
  }
  body .main-container .home .home-content .home-content-top .home-content-top-area .home-content-top-area-title .home-content-top-area-title-area .home-content-top-area-title-area-text {
    margin: 0 0 0 22px;
  }
  body .main-container .home .home-content .home-content-top .home-content-top-navbar {
    height: 145px;
  }
  body .main-container .home .home-content .home-content-top .home-content-top-navbar ul li a {
    height: 145px;
    line-height: 145px;
  }
  body .main-container .home .home-content .home-content-top .home-content-top-navbar ul li a:hover {
    border-bottom: 8px solid #00c2cb;
  }
  body .main-container .home .home-content .home-content-top .home-content-top-navbar ul li .home-content-top-navbar-active {
    border-bottom: 8px solid #00c2cb;
  }
}
body .main-container .html {
  width: 100%;
}
body .main-container .html .html-content {
  width: 100%;
}
body .main-container .images {
  width: 100%;
}
body .main-container .images .images-content {
  width: 100%;
}
body .main-container .installation {
  width: 100%;
}
body .main-container .installation .installation-content {
  width: 100%;
}
body .main-container .instructions {
  width: 100%;
}
body .main-container .instructions .instructions-content {
  width: 100%;
}
body .main-container .layouts {
  width: 100%;
}
body .main-container .layouts .layouts-content {
  width: 100%;
}
body .main-container .licensing {
  width: 100%;
}
body .main-container .licensing .licensing-content {
  width: 100%;
}
body .main-container .php {
  width: 100%;
}
body .main-container .php .php-content {
  width: 100%;
}
body .main-container .requirements {
  width: 100%;
}
body .main-container .requirements .requirements-content {
  width: 100%;
}
body .main-container .scss {
  width: 100%;
}
body .main-container .scss .scss-content {
  width: 100%;
}
body .main-container .support {
  width: 100%;
}
body .main-container .support .support-content {
  width: 100%;
}
body a {
  color: #ffffff;
  font-family: cinzel-regular;
  font-size: 16px;
  text-decoration: none;
}
body h4 {
  color: #000000;
  font-family: comfortaa-regular;
  font-size: 24px;
}
body h5 {
  color: #ffffff;
  font-family: acme-regular;
  font-size: 20px;
}
body h6 {
  color: #ffffff;
  font-family: acme-regular;
  font-size: 16px;
  margin: 0;
  padding: 0;
  text-align: center;
}
body .section-content {
  padding: 37.5px 75px 37.5px 75px;
}
body .section-content-code {
  display: flex;
  font-size: 0;
  justify-content: center;
  margin: 10px 0 0 0;
  padding: 0;
}
body .section-content-code .html-content-code-area {
  background: #ebebeb;
  display: flex;
  margin: 0;
  padding: 0;
  width: 70%;
}
body .section-content-code .html-content-code-area pre {
  margin: 0;
  max-height: 200px;
  padding: 0;
  text-align: start;
  width: 100%;
}
body .section-content-code .html-content-code-area pre code {
  color: #000000;
  font-family: quicksand-regular;
  font-size: 16px;
  margin: 0;
  margin: 0;
  position: relative;
  right: 160px;
}
body .section-content-code .php-content-code-area {
  background: #ebebeb;
  display: flex;
  margin: 0;
  padding: 0;
  width: 70%;
}
body .section-content-code .php-content-code-area pre {
  margin: 0;
  max-height: 200px;
  padding: 0;
  text-align: start;
  width: 100%;
}
body .section-content-code .php-content-code-area pre code {
  color: #000000;
  font-family: quicksand-regular;
  font-size: 16px;
  margin: 0;
  margin: 0;
  position: relative;
  right: 160px;
}
body .section-content-code .scss-content-code-area {
  background: #ebebeb;
  display: flex;
  margin: 0;
  padding: 0;
  width: 70%;
}
body .section-content-code .scss-content-code-area pre {
  margin: 0;
  max-height: 200px;
  padding: 0;
  text-align: start;
  width: 100%;
}
body .section-content-code .scss-content-code-area pre code {
  color: #000000;
  font-family: quicksand-regular;
  font-size: 16px;
  margin: 0;
  margin: 0;
  position: relative;
  right: 160px;
}
body .section-content-codeImage {
  display: flex;
  justify-content: center;
  margin: 20px 0 0 0;
}
body .section-content-codeImage img {
  height: auto;
  width: 70%;
}
body .section-content-largeImage {
  display: flex;
  justify-content: center;
  margin: 45px 0 0 0;
}
body .section-content-largeImage img {
  height: auto;
  width: 70%;
}
body .section-content-links-subheading {
  margin: 20px 0 0 0;
}
body .section-content-links-subheading h6 {
  color: #000000;
  font-family: comfortaa-regular;
  font-size: 18px;
  font-style: italic;
  text-align: start;
}
body .section-content-links-text {
  margin: 10px 0 0 0;
}
body .section-content-links-text a {
  color: #00c2cb;
  display: block;
  font-family: comfortaa-regular;
  margin: 5px 0 0 0;
}
body .section-content-smallImage {
  display: flex;
  justify-content: center;
  margin: 45px 0 0 0;
}
body .section-content-smallImage img {
  height: auto;
  width: 35%;
}
body .section-content-subheading {
  margin: 25px 0 0 0;
}
body .section-content-subheading h5 {
  color: #000000;
  font-family: comfortaa-regular;
  text-align: start;
}
body .section-content-subheadingCode {
  margin: 25px 0 0 0;
}
body .section-content-subheadingCode h5 {
  color: #000000;
  font-family: comfortaa-regular;
  text-align: center;
}
body .section-content-subheadingThree {
  margin: 40px 0 0 0;
}
body .section-content-subheadingThree h6 {
  color: #000000;
  font-family: comfortaa-regular;
  font-size: 18px;
  text-align: center;
}
body .section-content-subheadingTwo {
  margin: 75px 0 0 0;
}
body .section-content-subheadingTwo h6 {
  color: #000000;
  font-family: comfortaa-regular;
  font-size: 19px;
  text-align: center;
}
body .section-content-text {
  margin: 10px 0 0 0;
}
body .section-content-text h6 {
  color: #000000;
  font-family: comfortaa-regular;
  text-align: start;
}
body .section-content-textCode {
  margin: 10px 0 0 0;
}
body .section-content-textCode h6 {
  color: #000000;
  font-family: comfortaa-regular;
  text-align: center;
}
body .section-content-top {
  padding: 75px 75px 37.5px 75px;
}

@media (max-width: 300px) {
  body h4 {
    font-size: 16px;
  }
  body h5 {
    font-size: 16px;
  }
  body .section-content {
    padding: 22px 18px 22px 18px;
  }
  body .section-content-code .html-content-code-area {
    width: 91%;
  }
  body .section-content-code .html-content-code-area pre {
    max-height: 118px;
  }
  body .section-content-code .php-content-code-area {
    width: 91%;
  }
  body .section-content-code .php-content-code-area pre {
    max-height: 118px;
  }
  body .section-content-code .scss-content-code-area {
    width: 91%;
  }
  body .section-content-code .scss-content-code-area pre {
    max-height: 118px;
  }
  body .section-content-codeImage {
    display: flex;
    justify-content: center;
    margin: 12px 0 0 0;
  }
  body .section-content-codeImage img {
    height: auto;
    width: 91%;
  }
  body .section-content-heading h4 {
    font-weight: bold;
  }
  body .section-content-largeImage {
    margin: 26px 0 0 0;
  }
  body .section-content-largeImage img {
    height: auto;
    width: 90%;
  }
  body .section-content-links-subheading {
    margin: 12px 0 0 0;
  }
  body .section-content-links-subheading h6 {
    font-size: 16px;
    font-weight: bold;
  }
  body .section-content-links-text {
    margin: 5.9px 0 0 0;
  }
  body .section-content-links-text a {
    margin: 2.9px 0 0 0;
  }
  body .section-content-smallImage {
    margin: 26px 0 0 0;
  }
  body .section-content-smallImage img {
    height: auto;
    width: 90%;
  }
  body .section-content-subheading {
    margin: 14px 0 0 0;
  }
  body .section-content-subheading h5 {
    font-weight: bold;
  }
  body .section-content-subheadingCode {
    margin: 14px 0 0 0;
  }
  body .section-content-subheadingCode h5 {
    color: #000000;
    font-family: comfortaa-regular;
    font-weight: bold;
    text-align: center;
  }
  body .section-content-subheadingThree {
    margin: 23px 0 0 0;
  }
  body .section-content-subheadingThree h6 {
    font-size: 16px;
    font-weight: bold;
  }
  body .section-content-subheadingTwo {
    margin: 44px 0 0 0;
  }
  body .section-content-subheadingTwo h6 {
    font-size: 16px;
    font-weight: bold;
  }
  body .section-content-text {
    margin: 5.9px 0 0 0;
  }
  body .section-content-textCode {
    margin: 5.9px 0 0 0;
  }
  body .section-content-textCode h6 {
    color: #000000;
    font-family: comfortaa-regular;
    text-align: center;
  }
  body .section-content-top {
    padding: 44px 18px 22px 18px;
  }
}
@media (min-width: 301px) and (max-width: 576px) {
  body h4 {
    font-size: 16px;
  }
  body h5 {
    font-size: 16px;
  }
  body .section-content {
    padding: 24.5px 20px 24.5px 20px;
  }
  body .section-content-code .html-content-code-area {
    width: 83%;
  }
  body .section-content-code .html-content-code-area pre {
    max-height: 131px;
  }
  body .section-content-code .php-content-code-area {
    width: 83%;
  }
  body .section-content-code .php-content-code-area pre {
    max-height: 131px;
  }
  body .section-content-code .scss-content-code-area {
    width: 83%;
  }
  body .section-content-code .scss-content-code-area pre {
    max-height: 131px;
  }
  body .section-content-codeImage {
    display: flex;
    justify-content: center;
    margin: 13px 0 0 0;
  }
  body .section-content-codeImage img {
    height: auto;
    width: 82%;
  }
  body .section-content-heading h4 {
    font-weight: bold;
  }
  body .section-content-largeImage {
    margin: 29px 0 0 0;
  }
  body .section-content-largeImage img {
    height: auto;
    width: 82%;
  }
  body .section-content-links-subheading {
    margin: 13px 0 0 0;
  }
  body .section-content-links-subheading h6 {
    font-size: 16px;
    font-weight: bold;
  }
  body .section-content-links-text {
    margin: 6.6px 0 0 0;
  }
  body .section-content-links-text a {
    margin: 3.2px 0 0 0;
  }
  body .section-content-smallImage {
    margin: 29px 0 0 0;
  }
  body .section-content-smallImage img {
    height: auto;
    width: 82%;
  }
  body .section-content-subheading {
    margin: 16px 0 0 0;
  }
  body .section-content-subheading h5 {
    font-weight: bold;
  }
  body .section-content-subheadingCode {
    margin: 16px 0 0 0;
  }
  body .section-content-subheadingCode h5 {
    color: #000000;
    font-family: comfortaa-regular;
    font-weight: bold;
    text-align: center;
  }
  body .section-content-subheadingThree {
    margin: 26px 0 0 0;
  }
  body .section-content-subheadingThree h6 {
    font-size: 16px;
    font-weight: bold;
  }
  body .section-content-subheadingTwo {
    margin: 49px 0 0 0;
  }
  body .section-content-subheadingTwo h6 {
    font-size: 16px;
    font-weight: bold;
  }
  body .section-content-text {
    margin: 6.6px 0 0 0;
  }
  body .section-content-textCode {
    margin: 6.6px 0 0 0;
  }
  body .section-content-textCode h6 {
    color: #000000;
    font-family: comfortaa-regular;
    text-align: center;
  }
  body .section-content-top {
    padding: 49px 20px 24.5px 20px;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  body h4 {
    font-size: 18px;
  }
  body h5 {
    font-size: 16px;
  }
  body .section-content {
    padding: 27px 54px 27px 54px;
  }
  body .section-content-code .html-content-code-area pre {
    max-height: 146px;
  }
  body .section-content-code .php-content-code-area pre {
    max-height: 146px;
  }
  body .section-content-code .scss-content-code-area pre {
    max-height: 146px;
  }
  body .section-content-codeImage {
    display: flex;
    justify-content: center;
    margin: 14px 0 0 0;
  }
  body .section-content-codeImage img {
    height: auto;
    width: 70%;
  }
  body .section-content-largeImage {
    margin: 32px 0 0 0;
  }
  body .section-content-largeImage img {
    height: auto;
    width: 70%;
  }
  body .section-content-links-subheading {
    margin: 14px 0 0 0;
  }
  body .section-content-links-subheading h6 {
    font-size: 16px;
  }
  body .section-content-links-text {
    margin: 7.3px 0 0 0;
  }
  body .section-content-links-text a {
    margin: 3.6px 0 0 0;
  }
  body .section-content-smallImage {
    margin: 32px 0 0 0;
  }
  body .section-content-smallImage img {
    height: auto;
    width: 66%;
  }
  body .section-content-subheading {
    margin: 18px 0 0 0;
  }
  body .section-content-subheadingCode {
    margin: 18px 0 0 0;
  }
  body .section-content-subheadingCode h5 {
    color: #000000;
    font-family: comfortaa-regular;
    text-align: center;
  }
  body .section-content-subheadingThree {
    margin: 29px 0 0 0;
  }
  body .section-content-subheadingThree h6 {
    font-size: 16px;
  }
  body .section-content-subheadingTwo {
    margin: 54px 0 0 0;
  }
  body .section-content-subheadingTwo h6 {
    font-size: 16px;
  }
  body .section-content-text {
    margin: 7.3px 0 0 0;
  }
  body .section-content-textCode {
    margin: 7.3px 0 0 0;
  }
  body .section-content-textCode h6 {
    color: #000000;
    font-family: comfortaa-regular;
    text-align: center;
  }
  body .section-content-top {
    padding: 54px 54px 27px 54px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  body h4 {
    font-size: 20px;
  }
  body h5 {
    font-size: 16px;
  }
  body .section-content {
    padding: 30px 60px 30px 60px;
  }
  body .section-content-code .html-content-code-area pre {
    max-height: 162px;
  }
  body .section-content-code .php-content-code-area pre {
    max-height: 162px;
  }
  body .section-content-code .scss-content-code-area pre {
    max-height: 162px;
  }
  body .section-content-codeImage {
    display: flex;
    justify-content: center;
    margin: 16px 0 0 0;
  }
  body .section-content-codeImage img {
    height: auto;
    width: 70%;
  }
  body .section-content-largeImage {
    margin: 36px 0 0 0;
  }
  body .section-content-largeImage img {
    height: auto;
    width: 70%;
  }
  body .section-content-links-subheading {
    margin: 16px 0 0 0;
  }
  body .section-content-links-subheading h6 {
    font-size: 16px;
  }
  body .section-content-links-text {
    margin: 8.1px 0 0 0;
  }
  body .section-content-links-text a {
    margin: 4px 0 0 0;
  }
  body .section-content-smallImage {
    margin: 36px 0 0 0;
  }
  body .section-content-smallImage img {
    height: auto;
    width: 53%;
  }
  body .section-content-subheading {
    margin: 20px 0 0 0;
  }
  body .section-content-subheadingCode {
    margin: 20px 0 0 0;
  }
  body .section-content-subheadingCode h5 {
    color: #000000;
    font-family: comfortaa-regular;
    text-align: center;
  }
  body .section-content-subheadingThree {
    margin: 32px 0 0 0;
  }
  body .section-content-subheadingThree h6 {
    font-size: 16px;
  }
  body .section-content-subheadingTwo {
    margin: 60px 0 0 0;
  }
  body .section-content-subheadingTwo h6 {
    font-size: 16px;
  }
  body .section-content-text {
    margin: 8.1px 0 0 0;
  }
  body .section-content-textCode {
    margin: 8.1px 0 0 0;
  }
  body .section-content-textCode h6 {
    color: #000000;
    font-family: comfortaa-regular;
    text-align: center;
  }
  body .section-content-top {
    padding: 60px 60px 30px 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body h4 {
    font-size: 22px;
  }
  body h5 {
    font-size: 18px;
  }
  body .section-content {
    padding: 33.5px 67px 33.5px 67px;
  }
  body .section-content-code .html-content-code-area pre {
    max-height: 180px;
  }
  body .section-content-code .php-content-code-area pre {
    max-height: 180px;
  }
  body .section-content-code .scss-content-code-area pre {
    max-height: 180px;
  }
  body .section-content-codeImage {
    display: flex;
    justify-content: center;
    margin: 18px 0 0 0;
  }
  body .section-content-codeImage img {
    height: auto;
    width: 70%;
  }
  body .section-content-largeImage {
    margin: 40px 0 0 0;
  }
  body .section-content-largeImage img {
    height: auto;
    width: 70%;
  }
  body .section-content-links-subheading {
    margin: 18px 0 0 0;
  }
  body .section-content-links-subheading h6 {
    font-size: 16px;
  }
  body .section-content-links-text {
    margin: 9px 0 0 0;
  }
  body .section-content-links-text a {
    margin: 4.5px 0 0 0;
  }
  body .section-content-smallImage {
    margin: 40px 0 0 0;
  }
  body .section-content-smallImage img {
    height: auto;
    width: 43%;
  }
  body .section-content-subheading {
    margin: 22px 0 0 0;
  }
  body .section-content-subheadingCode {
    margin: 22px 0 0 0;
  }
  body .section-content-subheadingCode h5 {
    color: #000000;
    font-family: comfortaa-regular;
    text-align: center;
  }
  body .section-content-subheadingThree {
    margin: 36px 0 0 0;
  }
  body .section-content-subheadingThree h6 {
    font-size: 16px;
  }
  body .section-content-subheadingTwo {
    margin: 67px 0 0 0;
  }
  body .section-content-subheadingTwo h6 {
    font-size: 17px;
  }
  body .section-content-text {
    margin: 9px 0 0 0;
  }
  body .section-content-textCode {
    margin: 9px 0 0 0;
  }
  body .section-content-textCode h6 {
    color: #000000;
    font-family: comfortaa-regular;
    text-align: center;
  }
  body .section-content-top {
    padding: 67px 67px 33.5px 67px;
  }
}
@media (min-width: 1921px) and (max-width: 2400px) {
  body a {
    font-size: 20px;
  }
  body h4 {
    font-size: 30px;
  }
  body h5 {
    font-size: 25px;
  }
  body h6 {
    font-size: 20px;
  }
  body .section-content {
    padding: 46.5px 93px 46.5px 93px;
  }
  body .section-content-code {
    margin: 12px 0 0 0;
  }
  body .section-content-code .html-content-code-area pre {
    max-height: 250px;
  }
  body .section-content-code .html-content-code-area pre code {
    font-size: 20px;
    right: 200px;
  }
  body .section-content-code .php-content-code-area pre {
    max-height: 250px;
  }
  body .section-content-code .php-content-code-area pre code {
    font-size: 20px;
    right: 200px;
  }
  body .section-content-code .scss-content-code-area pre {
    max-height: 250px;
  }
  body .section-content-code .scss-content-code-area pre code {
    font-size: 20px;
    right: 200px;
  }
  body .section-content-codeImage {
    display: flex;
    justify-content: center;
    margin: 25px 0 0 0;
  }
  body .section-content-codeImage img {
    height: auto;
    width: 70%;
  }
  body .section-content-largeImage {
    margin: 56px 0 0 0;
  }
  body .section-content-links-subheading {
    margin: 25px 0 0 0;
  }
  body .section-content-links-subheading h6 {
    font-size: 22px;
  }
  body .section-content-links-text {
    margin: 12px 0 0 0;
  }
  body .section-content-links-text a {
    margin: 6px 0 0 0;
  }
  body .section-content-smallImage {
    margin: 56px 0 0 0;
  }
  body .section-content-subheading {
    margin: 31px 0 0 0;
  }
  body .section-content-subheadingCode {
    margin: 31px 0 0 0;
  }
  body .section-content-subheadingCode h5 {
    color: #000000;
    font-family: comfortaa-regular;
    text-align: center;
  }
  body .section-content-subheadingThree {
    margin: 50px 0 0 0;
  }
  body .section-content-subheadingThree h6 {
    font-size: 22px;
  }
  body .section-content-subheadingTwo {
    margin: 93px 0 0 0;
  }
  body .section-content-subheadingTwo h6 {
    font-size: 23px;
  }
  body .section-content-text {
    margin: 12px 0 0 0;
  }
  body .section-content-textCode {
    margin: 12px 0 0 0;
  }
  body .section-content-textCode h6 {
    color: #000000;
    font-family: comfortaa-regular;
    text-align: center;
  }
  body .section-content-top {
    padding: 93px 93px 46.5px 93px;
  }
}
@media (min-width: 2401px) and (max-width: 3000px) {
  body a {
    font-size: 25px;
  }
  body h4 {
    font-size: 30px;
  }
  body h5 {
    font-size: 31px;
  }
  body h6 {
    font-size: 25px;
  }
  body .section-content {
    padding: 58px 116px 58px 116px;
  }
  body .section-content-code {
    margin: 15px 0 0 0;
  }
  body .section-content-code .html-content-code-area pre {
    max-height: 312px;
  }
  body .section-content-code .html-content-code-area pre code {
    font-size: 25px;
    right: 250px;
  }
  body .section-content-code .php-content-code-area pre {
    max-height: 312px;
  }
  body .section-content-code .php-content-code-area pre code {
    font-size: 25px;
    right: 250px;
  }
  body .section-content-code .scss-content-code-area pre {
    max-height: 312px;
  }
  body .section-content-code .scss-content-code-area pre code {
    font-size: 25px;
    right: 250px;
  }
  body .section-content-codeImage {
    display: flex;
    justify-content: center;
    margin: 31px 0 0 0;
  }
  body .section-content-codeImage img {
    height: auto;
    width: 70%;
  }
  body .section-content-largeImage {
    margin: 70px 0 0 0;
  }
  body .section-content-links-subheading {
    margin: 31px 0 0 0;
  }
  body .section-content-links-subheading h6 {
    font-size: 27px;
  }
  body .section-content-links-text {
    margin: 15px 0 0 0;
  }
  body .section-content-links-text a {
    margin: 7px 0 0 0;
  }
  body .section-content-smallImage {
    margin: 70px 0 0 0;
  }
  body .section-content-subheading {
    margin: 38px 0 0 0;
  }
  body .section-content-subheadingCode {
    margin: 38px 0 0 0;
  }
  body .section-content-subheadingCode h5 {
    color: #000000;
    font-family: comfortaa-regular;
    text-align: center;
  }
  body .section-content-subheadingThree {
    margin: 62px 0 0 0;
  }
  body .section-content-subheadingThree h6 {
    font-size: 27px;
  }
  body .section-content-subheadingTwo {
    margin: 116px 0 0 0;
  }
  body .section-content-subheadingTwo h6 {
    font-size: 28px;
  }
  body .section-content-text {
    margin: 15px 0 0 0;
  }
  body .section-content-textCode {
    margin: 15px 0 0 0;
  }
  body .section-content-textCode h6 {
    color: #000000;
    font-family: comfortaa-regular;
    text-align: center;
  }
  body .section-content-top {
    padding: 116px 116px 58px 116px;
  }
}
@media (min-width: 3001px) and (max-width: 3750px) {
  body a {
    font-size: 31px;
  }
  body h4 {
    font-size: 37px;
  }
  body h5 {
    font-size: 38px;
  }
  body h6 {
    font-size: 31px;
  }
  body .section-content {
    padding: 72.5px 145px 72.5px 145px;
  }
  body .section-content-code {
    margin: 18px 0 0 0;
  }
  body .section-content-code .html-content-code-area pre {
    max-height: 390px;
  }
  body .section-content-code .html-content-code-area pre code {
    font-size: 31px;
    right: 312px;
  }
  body .section-content-code .php-content-code-area pre {
    max-height: 390px;
  }
  body .section-content-code .php-content-code-area pre code {
    font-size: 31px;
    right: 312px;
  }
  body .section-content-code .scss-content-code-area pre {
    max-height: 390px;
  }
  body .section-content-code .scss-content-code-area pre code {
    font-size: 31px;
    right: 312px;
  }
  body .section-content-codeImage {
    display: flex;
    justify-content: center;
    margin: 38px 0 0 0;
  }
  body .section-content-codeImage img {
    height: auto;
    width: 70%;
  }
  body .section-content-largeImage {
    margin: 87px 0 0 0;
  }
  body .section-content-links-subheading {
    margin: 38px 0 0 0;
  }
  body .section-content-links-subheading h6 {
    font-size: 33px;
  }
  body .section-content-links-text {
    margin: 18px 0 0 0;
  }
  body .section-content-links-text a {
    margin: 8px 0 0 0;
  }
  body .section-content-smallImage {
    margin: 87px 0 0 0;
  }
  body .section-content-subheading {
    margin: 47px 0 0 0;
  }
  body .section-content-subheadingCode {
    margin: 47px 0 0 0;
  }
  body .section-content-subheadingCode h5 {
    color: #000000;
    font-family: comfortaa-regular;
    text-align: center;
  }
  body .section-content-subheadingThree {
    margin: 77px 0 0 0;
  }
  body .section-content-subheadingThree h6 {
    font-size: 33px;
  }
  body .section-content-subheadingTwo {
    margin: 145px 0 0 0;
  }
  body .section-content-subheadingTwo h6 {
    font-size: 35px;
  }
  body .section-content-text {
    margin: 18px 0 0 0;
  }
  body .section-content-textCode {
    margin: 18px 0 0 0;
  }
  body .section-content-textCode h6 {
    color: #000000;
    font-family: comfortaa-regular;
    text-align: center;
  }
  body .section-content-top {
    padding: 145px 145px 72.5px 145px;
  }
}
@media (min-width: 3751px) {
  body a {
    font-size: 38px;
  }
  body h4 {
    font-size: 46px;
  }
  body h5 {
    font-size: 47px;
  }
  body h6 {
    font-size: 38px;
  }
  body .section-content {
    padding: 90.5px 181px 90.5px 181px;
  }
  body .section-content-code {
    margin: 22px 0 0 0;
  }
  body .section-content-code .html-content-code-area pre {
    max-height: 488px;
  }
  body .section-content-code .html-content-code-area pre code {
    font-size: 38px;
    right: 390px;
  }
  body .section-content-code .php-content-code-area pre {
    max-height: 488px;
  }
  body .section-content-code .php-content-code-area pre code {
    font-size: 38px;
    right: 390px;
  }
  body .section-content-code .scss-content-code-area pre {
    max-height: 488px;
  }
  body .section-content-code .scss-content-code-area pre code {
    font-size: 38px;
    right: 390px;
  }
  body .section-content-codeImage {
    display: flex;
    justify-content: center;
    margin: 47px 0 0 0;
  }
  body .section-content-codeImage img {
    height: auto;
    width: 70%;
  }
  body .section-content-largeImage {
    margin: 108px 0 0 0;
  }
  body .section-content-links-subheading {
    margin: 47px 0 0 0;
  }
  body .section-content-links-subheading h6 {
    font-size: 41px;
  }
  body .section-content-links-text {
    margin: 22px 0 0 0;
  }
  body .section-content-links-text a {
    margin: 10px 0 0 0;
  }
  body .section-content-smallImage {
    margin: 108px 0 0 0;
  }
  body .section-content-subheading {
    margin: 58px 0 0 0;
  }
  body .section-content-subheadingCode {
    margin: 58px 0 0 0;
  }
  body .section-content-subheadingCode h5 {
    color: #000000;
    font-family: comfortaa-regular;
    text-align: center;
  }
  body .section-content-subheadingThree {
    margin: 96px 0 0 0;
  }
  body .section-content-subheadingThree h6 {
    font-size: 41px;
  }
  body .section-content-subheadingTwo {
    margin: 181px 0 0 0;
  }
  body .section-content-subheadingTwo h6 {
    font-size: 43px;
  }
  body .section-content-text {
    margin: 22px 0 0 0;
  }
  body .section-content-textCode {
    margin: 22px 0 0 0;
  }
  body .section-content-textCode h6 {
    color: #000000;
    font-family: comfortaa-regular;
    text-align: center;
  }
  body .section-content-top {
    padding: 181px 181px 90.5px 181px;
  }
}/*# sourceMappingURL=styleManager.css.map */