@charset "UTF-8";

.accordion {
  cursor: pointer;
}

.accordion svg {
  float: right;
  position: relative;
  top: 16px;
}

.accordion svg.plus-icon {
  display: block;
}

.accordion svg.minus-icon {
  display: none;
}

.accordion-item-clicked svg.plus-icon {
  display: none;
}

.accordion-item-clicked svg.minus-icon {
  display: block;
}

.accordion-item-open {
  display: block;
}

.accordion-item-closed {
  display: none;
}

@font-face {
  font-family: "Pulp Display";
  src: url("../fonts/PulpDisplay-Regular.eot");
  src: local("\263A"), url("../fonts/PulpDisplay-Regular.html") format("woff2"), url("../fonts/PulpDisplay-Regular.woff") format("woff"), url("../fonts/PulpDisplay-Regular.ttf") format("truetype"), url("../fonts/PulpDisplay-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

/**
 * Body
 */

body {
  color: #2F2F2F;
  padding-top: 50px;
  background: url(../images/backgrounds/cubes.png) top left repeat;
  font-family: "Pulp Display", Roboto, sans-serif;
}

@media (min-width: 768px) {
  body {
    padding-top: 0;
  }
}

svg {
  font-size: 12px;
  margin-right: 10px;
}

/**
 * Main content
 */

.main-content {
  display: block;
  padding-top: 30px;
  padding-bottom: 60px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
}

@media (min-width: 768px) {
  .main-content {
    padding: 0 30px;
  }
}

/**
 * Images
 */

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

/**
 * Newsletter
 */

@media (min-width: 768px) {
  #newsletter {
    width: 50%;
    margin: 0 auto;
  }
}

#newsletter #newsletter-success {
  display: none;
}

/**
 * Text
 */

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  color: #000000;
}

h1 {
  display: block;
  max-width: none;
  font-size: 48px;
  line-height: 74px;
  font-weight: 700;
  font-style: normal;
}

.success {
  color: #28a745;
}

.warning {
  color: #ffcc00;
}

.danger {
  color: #dc3545;
}

.new-order {
  color: #dc3545;
}

.parts-ordered {
  color: #ffcc00;
}

.parts-arrived {
  color: #DD9933;
}

.ready-to-ship {
  color: #0074A2;
}

.shipped {
  color: #1E73BE;
}

.delivered {
  color: #28a745;
}

.black {
  color: #000000;
}

.font-weight-bold {
  font-weight: bold;
}

/**
 * Social
 */

.social-icons a:hover {
  text-decoration: none;
}

.social-icons a svg {
  width: 20px;
  height: auto;
}

/**
 * Payment icons
 */

.payment-icons {
  cursor: default;
  margin: 0;
}

.payment-icons li {
  margin: 0 0 7.5px 15px;
  cursor: default;
  display: inline-block;
}

.payment-icons svg {
  width: 38px;
  height: 24px;
}

.c-pointer {
  cursor: pointer;
}

/**
 * BYOPC button
 */

.btn-byopc {
  background-color: #ffffff;
  color: #000000;
  text-transform: uppercase;
  padding: 5px;
  border: 2px solid #000000;
  display: flex;
  width: 100%;
  cursor: pointer;
  transition: all 0.4s ease 0s;
  font-size: 24px;
  margin-top: 15px;
  text-align: center;
  justify-content: center;
  height: 80%;
  align-items: center;
  flex-direction: column;
}

.btn-byopc:hover {
  color: #000000;
}

.copyright-text {
  font-size: 0.85714em;
  color: #737373;
  margin: 0;
}

table {
  width: 100%;
  margin-top: 0.75em;
  margin-bottom: 1.5em;
  z-index: 1;
}

table tr:nth-child(even) {
  background-color: #f2f2f2;
}

table td {
  padding-top: 0;
  color: #323232;
  font-weight: 500;
}

table th {
  min-width: 100%;
  color: #323232;
  display: block;
  text-align: left;
  padding: 0 15px;
}

.breadcrumb {
  font-size: 13px;
  border-bottom: 1px solid #ececec;
  height: auto;
}

@media (min-width: 768px) {
  .breadcrumb {
    margin-bottom: 60px;
    height: 52px;
  }
}

.breadcrumb a {
  color: #2F2F2F;
  display: inline-block;
  padding: 15px 7px 15px 0;
  margin-right: 7px;
  overflow: hidden;
}

.breadcrumb a:first-child {
  padding-left: 0;
}

.breadcrumb span {
  display: inline-block;
  padding: 15px 7px 15px 0;
  margin-right: 7px;
  overflow: hidden;
}

.breadcrumb .divider {
  font-size: 15px;
  font-family: "Verdana", sans-serif;
  padding: 13px 7px 13px 0;
  color: #767676;
}

/**
 * Quick listing of a build
 */

.build-listing {
  display: flex;
  flex-direction: column;
  vertical-align: middle;
  align-items: center;
}

.build-listing:hover {
  text-decoration: none !important;
}

.build-listing img {
  opacity: 1;
  transition: opacity 0.05s ease-in;
  height: 350px;
}

.build-listing img:hover {
  opacity: 0.9;
  transition: opacity 0.05s ease-out;
}

.build-listing p {
  color: #000000;
  font-size: 0.9rem;
}

.build-listing strong {
  font-size: 1.2rem;
  color: #000000;
}

@media (min-width: 768px) {
  .col-md-3 .build-listing img {
    height: 250px;
  }
}

/**
 * On the build your own pc page
 */

.build-description img {
  margin-bottom: 30px;
  max-width: 100%;
}

.build-description h1 {
  font-size: 1.333em;
  line-height: 1.2;
  font-weight: 500;
  font-style: normal;
}

.build-description ul:not(.features) {
  list-style: none outside;
}

.build-description .build-description__meta {
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .build-description .build-description__meta {
    display: table;
  }
}

.build-description .build-description__meta li {
  display: inline-block;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .build-description .build-description__meta li {
    display: table-cell;
    vertical-align: middle;
    padding-right: 15px;
  }
}

.build-description .build-description__meta span {
  margin-bottom: 0;
  font-size: 1.5em;
  color: #000000;
}

.build-description .build-description__meta span.price-max {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #dd2525;
  text-decoration: line-through;
}

.build-description .build-description__hr {
  margin: 36px 0;
}

.build-description__payment-buttons {
  display: inline-flex;
  flex-direction: column;
  width: 100%;
}

.build-description__payment-buttons a,
.build-description__payment-buttons button {
  min-height: 44px;
  white-space: normal;
  background-color: #fff;
  border: 2px solid #528ec1;
  color: #528ec1;
  transition: 0.15s all;
  border-radius: 0;
  width: 100%;
}

.build-description__payment-buttons a svg path,
.build-description__payment-buttons button svg path {
  transition: 0.15s all;
  fill: #528ec1;
}

.build-description__payment-buttons a:hover,
.build-description__payment-buttons button:hover {
  border: 2px solid #132D4C;
  color: #132D4C;
}

.build-description__payment-buttons a:hover svg path,
.build-description__payment-buttons button:hover svg path {
  fill: #132D4C;
}

.build-description__payment-buttons a.btn-outline-danger,
.build-description__payment-buttons button.btn-outline-danger {
  border: 2px solid #dc3545;
  color: #dc3545;
}

.build-description__payment-buttons a.btn-outline-danger svg path,
.build-description__payment-buttons button.btn-outline-danger svg path {
  fill: #dc3545;
}

.build-description__payment-buttons a.btn-outline-danger:hover,
.build-description__payment-buttons button.btn-outline-danger:hover {
  color: #ffffff;
}

.build-description__payment-buttons a.btn-outline-danger:hover svg path,
.build-description__payment-buttons button.btn-outline-danger:hover svg path {
  fill: #ffffff;
}

.build-description__payment-buttons #add-build-to-cart-btn {
  background-color: #528ec1;
  border: 2px solid #528ec1;
  color: #ffffff;
  text-transform: uppercase;
}

.build-description__payment-buttons #add-build-to-cart-btn svg path {
  fill: #ffffff;
}

.build-description__payment-buttons #add-build-to-cart-btn:hover {
  background-color: #ffffff;
  border: 2px solid #528ec1;
  color: #528ec1;
}

.build-description__payment-buttons #add-build-to-cart-btn:hover svg path {
  fill: #528ec1;
}

.part-listing {
  display: flex;
  flex-direction: column;
  vertical-align: middle;
  align-items: center;
}

.part-listing:hover {
  text-decoration: none !important;
}

.part-listing img {
  opacity: 1;
  transition: opacity 0.05s ease-in;
  max-height: 150px;
}

.part-listing img:hover {
  opacity: 0.9;
  transition: opacity 0.05s ease-out;
}

.part-listing p {
  color: #000000;
  font-size: 15px;
}

.part-listing strong {
  font-size: 1.2rem;
  color: #000000;
}

.price-max {
  color: #dd2525;
  text-decoration: line-through;
}

.price-difference {
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  padding: 0 8px;
  border-radius: 3px;
  vertical-align: text-bottom;
  color: #528ec1;
  border: 2px solid #528ec1;
}

.out-of-stock {
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  padding: 0 8px;
  border-radius: 3px;
  vertical-align: text-bottom;
  color: #dd2525;
  border: 2px solid #dd2525;
}

.part-spec-images .part-spec-images__selected {
  height: 300px;
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-items: center;
  justify-content: center;
}

.part-spec-images .img-fluid {
  max-height: 300px;
}

@media (min-width: 576px) {
  .part-spec-images .part-spec-images__selected {
    height: 500px;
  }

  .part-spec-images .part-spec-images__selected .img-fluid {
    max-height: 500px;
  }
}

.cpu-type .cpu-type__intel,
.cpu-type .cpu-type__amd {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  vertical-align: middle;
  align-items: center;
}

.cpu-type .cpu-type__intel:hover,
.cpu-type .cpu-type__amd:hover {
  text-decoration: none !important;
}

.cpu-type .cpu-type__intel:hover button,
.cpu-type .cpu-type__amd:hover button {
  opacity: 0.8;
}

.cpu-type .cpu-type__intel div,
.cpu-type .cpu-type__amd div {
  opacity: 1;
  border-radius: 0;
  padding: 1rem;
  font-size: 18px;
  margin-bottom: 0.5rem;
  color: white;
  font-weight: 600;
  transition: 0.2s all;
}

.cpu-type .cpu-type__intel div svg,
.cpu-type .cpu-type__amd div svg {
  transform: rotate(270deg);
  margin: 0;
  width: 16px;
  height: auto;
}

.cpu-type .cpu-type__intel img,
.cpu-type .cpu-type__amd img {
  width: 400px;
  height: auto;
  opacity: 1;
  transition: opacity 0.05s ease-in;
}

.cpu-type .cpu-type__intel img:hover,
.cpu-type .cpu-type__amd img:hover {
  opacity: 0.9;
  transition: opacity 0.05s ease-out;
}

.cpu-type .cpu-type__intel div {
  background-color: #197FCA;
  border-color: #197FCA;
}

.cpu-type .cpu-type__amd div {
  background-color: #ed1c24;
  border-color: #ed1c24;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-primary:hover {
  color: #fff;
  background-color: #025ce2;
  border-color: #0257d5;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #025ce2;
  border-color: #0257d5;
  box-shadow: 0 0 0 0.2rem rgba(49, 132, 253, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0257d5;
  border-color: #0252c9;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(49, 132, 253, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus,
.btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #0f243d;
  border-color: #0f243d;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #0f243d;
  border-color: #0f243d;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #0d6efd;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #0f243d;
  border-color: #0f243d;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #0f243d;
  border-color: #0f243d;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #0f243d;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #0f243d;
  border-color: #0f243d;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: none;
}

.btn-link:hover {
  color: #024dbc;
  text-decoration: underline;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

.byopc-page .build-description__meta {
  display: none;
}

.byopc-page .build-description__meta small {
  display: none;
}

@media (min-width: 768px) {
  .byopc-page .build-description__meta {
    display: block;
  }
}

.byopc-page .build-description__payment-buttons {
  display: none;
}

@media (min-width: 768px) {
  .byopc-page .build-description__payment-buttons {
    display: inline-flex;
  }
}

.byopc-page .tns-desc {
  display: none;
}

@media (min-width: 768px) {
  .byopc-page .tns-desc {
    display: inline-flex;
  }
}

.byopc-page .build-mobile-cta {
  text-align: center;
  display: block;
  width: 100%;
  background-color: #ffffff;
  padding: 10px 35px;
  opacity: 1;
  z-index: 1000;
  position: fixed;
  box-shadow: 0 -15px 20px -10px rgba(35, 35, 35, 0.4);
  bottom: 0 !important;
}

.byopc-page .build-mobile-cta #configurator-cta {
  display: none;
}

.byopc-page .build-mobile-cta .build-description__meta {
  display: block;
}

.byopc-page .build-mobile-cta .build-description__meta small {
  font-size: 14px;
  display: block;
}

.byopc-page .build-mobile-cta .build-description__payment-buttons {
  display: inline-flex;
}

@media (min-width: 768px) {
  .byopc-page .build-mobile-cta {
    display: none;
    opacity: 0;
  }
}

.byopcfg {
  display: flex;
}

.byopcfg a {
  display: flex;
  transition: 0.2s all;
}

.byopcfg a:hover {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.byopcfg--build > h4 {
  border-bottom: 1px solid rgba(50, 50, 93, 0.11);
}

.cart-badge--desktop {
  position: absolute;
  top: 1px;
  right: 1px;
}

@media (min-width: 768px) {
  .cart-badge--desktop {
    top: -10px;
    right: -10px;
  }
}

.cart-count {
  display: inline-block;
  text-align: center;
  background-color: #dd2525;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  min-width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 20px;
}

.cart-row {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #ececec;
}

.cart-row:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.checkout {
  background: none;
  padding-top: 0;
  min-height: 100vh;
}

.checkout footer {
  margin-top: auto;
  padding: 1em 0;
  border-top: 1px solid #f2f2f2;
  background-color: white;
}

@media (min-width: 768px) {
  .checkout .breadcrumb {
    margin-bottom: 0;
  }
}

.checkout .checkout__header {
  flex-shrink: 0;
  padding: 1.5em 0 0;
  background: transparent;
  background-size: cover;
  display: block;
}

.checkout .checkout__header a {
  width: 100%;
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  max-width: 40em;
  zoom: 1;
}

@media (min-width: 768px) {
  .checkout .checkout__header a {
    margin: 0;
  }
}

.checkout .main-content {
  box-shadow: none;
  padding-top: 0;
  padding-bottom: 0;
  min-height: 100vh;
}

.checkout .main-content > .row {
  min-height: 100vh;
}

.checkout .checkout__form {
  padding-top: 1.5rem;
}

.checkout .checkout__form .checkout__form__title > h2 {
  text-transform: capitalize;
  font-size: 1.3em;
}

.checkout .checkout__form .checkout__form__inputs > div {
  padding: 0.5em 0;
}

.checkout .checkout__form .checkout__form__inputs .checkbox-wrapper {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  flex-direction: row;
}

.checkout .checkout__form .checkout__form__inputs .checkbox-wrapper label {
  cursor: pointer;
  vertical-align: middle;
  font-size: 0.85714em;
}

.checkout .checkout__form .checkout__form__inputs input[type=checkbox] {
  width: 18px;
  height: 18px;
  box-shadow: 0 0 0 0 #197bbd inset;
  transition: all 0.2s ease-in-out;
  position: relative;
  cursor: pointer;
  vertical-align: -4px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 0;
  background-color: white;
  margin-right: 5px;
}

.checkout .checkout__form .checkout__form__inputs input[type=checkbox]:after {
  width: 10px;
  height: 8px;
  margin-left: -5px;
  margin-top: -4px;
  background-image: url(../images/icons/checkbox.svg), none;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: scale(0.2);
  transition: all 0.2s ease-in-out 0.1s;
  opacity: 0;
}

.checkout .checkout__form .checkout__form__inputs input[type=checkbox]:checked {
  border: none;
  box-shadow: 0 0 0 10px #197bbd inset;
}

.checkout .checkout__form .checkout__form__inputs input[type=checkbox]:checked:after {
  transform: scale(1);
  opacity: 1;
}

.checkout .checkout__form .checkout__form__inputs input[type=checkbox]:hover {
  border-color: #cccccc;
}

.checkout .checkout__form .checkout__form__inputs .floating-label {
  position: relative;
}

.checkout .checkout__form .checkout__form__inputs .floating-label input[type=email],
.checkout .checkout__form .checkout__form__inputs .floating-label input[type=text],
.checkout .checkout__form .checkout__form__inputs .floating-label select {
  border: 1px #d9d9d9 solid;
  background-clip: padding-box;
  border-radius: 5px;
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 0.6em 0.8em;
  word-break: normal;
  line-height: inherit;
  background-color: white;
  color: #333333;
  transition: all 0.2s ease-out;
}

.checkout .checkout__form .checkout__form__inputs .floating-label label {
  font-size: 13px;
  font-weight: normal;
  position: absolute;
  top: 0;
  width: 100%;
  margin-top: 0.5em;
  margin-left: 1px;
  padding: 0 0.91667em;
  z-index: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transform: translateY(3px);
  pointer-events: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
  opacity: 0;
  transition: all 0.2s ease-out;
  color: #737373;
}

.checkout .checkout__form .checkout__form__inputs .floating-label.is-floating input[type=email],
.checkout .checkout__form .checkout__form__inputs .floating-label.is-floating input[type=text],
.checkout .checkout__form .checkout__form__inputs .floating-label.is-floating select {
  padding-top: 1em;
  padding-bottom: 0.35714em;
}

.checkout .checkout__form .checkout__form__inputs .floating-label.is-floating label {
  transform: none;
  opacity: 1;
}

.checkout .checkout__form .checkout__form__inputs input:disabled {
  background-color: transparent;
}

.checkout .checkout__form .checkout__form__inputs textarea:disabled {
  background-color: transparent;
}

.checkout .checkout__cta {
  z-index: 2;
  position: relative;
  margin-top: 1em;
}

@media (min-width: 768px) {
  .checkout .checkout__cta {
    margin-top: 1.5em;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }
}

.checkout .checkout__cta a {
  display: block;
  padding-top: 1.5em;
  text-align: center;
}

@media (min-width: 768px) {
  .checkout .checkout__cta a {
    float: left;
    margin-right: 1em;
  }
}

.checkout .checkout__cta .btn {
  background-color: #197bbd;
  color: white;
  width: 100%;
  padding-top: 1.75em;
  padding-bottom: 1.75em;
  margin-right: 0;
}

.checkout .checkout__cta .btn:hover {
  background-color: #135e90;
}

@media (min-width: 768px) {
  .checkout .checkout__cta .btn {
    float: right;
    width: auto;
  }
}

.checkout .checkout__cta .btn > span {
  position: relative;
  transition: opacity 0.3s ease-in-out;
}

.order-summary {
  display: none;
  position: relative;
  color: #535353;
  padding-top: 4em;
  padding-left: 4%;
  padding-right: 4%;
  float: right;
  flex-direction: column;
  width: 100%;
  background-color: #FAFAFA;
}

@media (min-width: 768px) {
  .order-summary {
    display: flex;
  }
}

.order-summary .order-summary__builds {
  display: flex;
  flex: 0 1 auto;
  min-height: 7em;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.order-summary .order-summary__builds table {
  width: 100%;
  margin-top: 0.75em;
  margin-bottom: 1.5em;
  position: relative;
  z-index: 1;
}

.order-summary .order-summary__builds table td {
  padding-top: 0;
}

.order-summary .order-summary__builds table td > span {
  color: #323232;
  font-weight: 500;
}

.order-summary .order-summary__builds table td:first-child {
  padding-top: 0;
  border-color: #fad9d9;
}

.order-summary .order-summary__builds table td:first-child > div {
  width: 4.6em;
  height: 4.6em;
  border-radius: 8px;
  background: #fff;
  position: relative;
}

.order-summary .order-summary__builds table td:first-child > div img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.order-summary .order-summary__builds table td:first-child > div span {
  font-size: 0.85714em;
  font-weight: 500;
  line-height: 1.75em;
  white-space: nowrap;
  text-align: center;
  border-radius: 1.75em;
  background-color: rgba(114, 114, 114, 0.9);
  color: #fff;
  box-sizing: border-box;
  min-width: 1.75em;
  height: 1.75em;
  padding: 0 0.58333em;
  position: absolute;
  right: -0.75em;
  top: -0.75em;
  z-index: 3;
}

.order-summary .order-summary__builds table th {
  padding-top: 0;
  padding-bottom: 0;
}

.order-summary .order-summary__builds table th > span {
  min-width: 100%;
  color: #323232;
  font-weight: 500;
  display: block;
  text-align: left;
  padding: 0 15px;
}

.order-summary .order-summary__totals table {
  width: 100%;
}

.order-summary .order-summary__totals table tbody td {
  float: right;
}

.order-summary .order-summary__totals table tbody td span {
  color: #323232;
  font-weight: 500;
}

.order-summary .order-summary__totals table tbody th {
  font-weight: normal;
  font-size: 1em;
  padding-bottom: 1em;
  display: table-cell;
}

.order-summary .order-summary__totals table tfoot td span {
  color: #323232;
  font-size: 1.71429em;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1em;
  float: right;
}

.order-summary .order-summary__totals table tfoot th span {
  color: #323232;
  font-size: 1.14286em;
}

.pay-via {
  background-color: #fafafa !important;
  border: 2px solid #ececec;
  border-radius: 5px;
  padding: 15px;
  color: #495057 !important;
  font-style: italic;
  transition: 0.2s all;
}

@media (min-width: 768px) {
  .pay-via {
    float: none !important;
    width: 100% !important;
  }
}

.pay-via:hover {
  background-color: #f1fcff !important;
  border: 2px solid #079cda;
  color: #000000 !important;
}

.close {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.configurator h2 {
  display: block;
  margin: 0 0 0.5em;
  line-height: 1.4;
  font-family: "Pulp Display", Roboto, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  font-size: 1.333em;
}

.configurator .configurator__title {
  text-align: left;
  padding: 10px;
  font-weight: 700;
  border-bottom: 1px solid #dbdbdb;
}

.configurator .configurator__title p {
  margin: 0;
}

.configurator .configurator__part-name {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: #2f2f2f;
}

.configurator .configurator__aside {
  background-color: #FAFAFA;
  flex-direction: column;
  font-size: 15px;
  padding-left: 4%;
  padding-right: 4%;
  padding-top: 1%;
}

.configurator .configurator__aside .configurator__aside__parts {
  display: flex;
  flex-direction: row;
}

.configurator .configurator__aside .configurator__aside__parts img {
  width: 32px;
  height: auto;
  position: relative;
  top: 16px;
}

.configurator .configurator__aside .configurator__aside__parts p {
  font-weight: bold;
  color: #000000;
  margin-top: 1rem;
  margin-bottom: 0.25rem;
}

.configurator .configurator__aside .configurator__aside__parts span {
  margin-bottom: 0.75rem;
}

.configurator .configurator__aside .configurator__aside__parts svg {
  position: relative;
  top: 16px;
}

.configurator .configurator__parts-list button {
  border-radius: 0;
  width: 100%;
}

.configurator .configurator__parts-list img {
  opacity: 1;
  transition: opacity 0.05s ease-in;
}

.configurator .configurator__parts-list .configurator__part-name {
  opacity: 1;
  transition: opacity 0.05s ease-in;
}

.configurator .configurator__parts-list:hover img {
  opacity: 0.9;
  transition: opacity 0.05s ease-out;
}

.configurator .configurator__parts-list:hover .configurator__part-name {
  opacity: 0.9;
  transition: opacity 0.05s ease-out;
}

@media (min-width: 768px) {
  .configurator .configurator__parts-list button {
    width: initial;
  }
}

.configurator .configurator__parts-list--error {
  border: 1px solid red;
  padding-top: 3px;
}

.configurator .configurator__parts-container .configurator__parts-list {
  box-shadow: 0 12px 24px 0 rgba(132, 146, 166, 0.16);
  padding: 0.3rem 1rem;
  background-color: #fff;
  cursor: pointer;
  margin-top: 1em;
  border-radius: 12px;
}

@media (min-width: 768px) {
  .configurator .configurator__parts-container .configurator__parts-list {
    padding: 1.3rem 2rem;
  }
}

.modal.configurator .configurator__parts-list {
  border-bottom: 1px solid #dbdbdb;
}

.modal.configurator .configurator__parts-list:last-of-type {
  border-bottom: none;
}

.modal.configurator .configurator__parts-list .btn {
  width: 100%;
}

.contact-details {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding-top: 0;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .contact-details {
    flex-direction: row;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.contact-details .contact-details__item {
  display: flex;
  flex-direction: row;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.contact-details .contact-details__profile {
  border-radius: 50%;
  display: flex;
  align-items: center;
}

.contact-details .contact-details__text {
  display: flex;
  flex-direction: column;
}

.contact-details .contact-details__title a {
  color: #2F2F2F;
  font-weight: bold;
}

.contact-details .contact-details__subtitle {
  color: #5dcea2;
  font-weight: bold;
}

.divider--astro {
  margin: 84px auto 64px;
  width: 100%;
  max-width: 100%;
  position: relative;
}

.divider--astro > div {
  overflow: hidden;
  height: 20px;
}

.divider--astro > div:after {
  content: "";
  display: block;
  margin: -25px auto 0;
  width: 100%;
  height: 25px;
  border-radius: 125px/12px;
  box-shadow: 0 0 8px #528ec1;
}

.divider--astro > span {
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: 100%;
  margin-bottom: -50px;
  left: 50%;
  margin-left: -50px;
  border-radius: 100%;
  box-shadow: 0 2px 4px #528ec1;
  background: #fff;
}

.divider--astro > span > i {
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  right: 4px;
  border-radius: 100%;
  border: 1px dashed #528ec1;
  text-align: center;
  line-height: 40px;
  font-style: normal;
  color: #528ec1;
  display: flex;
  justify-content: center;
}

.divider--astro > span > i > svg {
  align-self: center;
  margin-right: 0;
}

@media (min-width: 768px) {
  .express-checkout {
    margin-top: 1.5em;
  }
}

.express-checkout .express-checkout__title {
  color: #737373;
  font-size: 1em;
  font-weight: 500;
  margin: 0;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
}

.express-checkout .express-checkout__title::after,
.express-checkout .express-checkout__title::before {
  content: "";
  border: 1px #e6e6e6 solid;
  border-bottom: 0;
  height: 0.5em;
  flex: 1 0 2em;
}

.express-checkout .express-checkout__title::after {
  border-left: 0;
  border-top-right-radius: 5px;
  margin-left: 1em;
}

.express-checkout .express-checkout__title::before {
  border-right: 0;
  border-top-left-radius: 5px;
  margin-right: 1em;
}

.express-checkout .express-checkout__content {
  border: 1px #e6e6e6 solid;
  border-top: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 0.92857em 1.42857em 1.42857em;
}

.express-checkout .express-checkout__buttons {
  display: flex;
}

.express-checkout .express-checkout__buttons__stripe {
  display: inline-block;
  height: 40px;
  width: 100%;
  margin-top: 12px;
  font-size: 15px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 0.025em;
  text-decoration: none;
  white-space: nowrap;
  background: #32325d;
  color: #fff;
  border: none;
  outline: none;
  border-radius: 4px;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  transition: all 150ms ease;
}

.express-checkout .express-checkout__buttons__stripe:hover {
  transform: translateY(-1px);
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
  background-color: #43458b;
}

.faq svg {
  margin: 0;
  height: auto;
  width: 20px;
  transition: all 200ms ease-in-out 0s;
}

@media (min-width: 768px) {
  .faq svg {
    margin: 0 10px;
  }
}

.faq .faq__title {
  font-weight: bold;
  line-height: 44px;
  text-align: center;
}

@media (min-width: 768px) {
  .faq .faq__title {
    line-height: 60px;
  }
}

.faq .faq__container {
  max-width: 825px;
  margin: auto;
}

.faq .faq__item {
  box-shadow: 0 12px 24px 0 rgba(132, 146, 166, 0.16);
  padding: 2rem 1.5rem;
  background-color: #fff;
  cursor: pointer;
  margin-top: 1em;
  border-radius: 12px;
}

@media (min-width: 768px) {
  .faq .faq__item {
    padding: 1.3rem 2rem;
  }
}

.faq .faq__item .faq__item__title {
  font-weight: bold;
  line-height: 28px;
  flex: 1;
  margin: 0;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  .faq .faq__item .faq__item__title {
    line-height: 33px;
  }
}

.faq .faq__item .faq__item__content {
  display: none;
  font-size: 15px;
  line-height: 24px;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .faq .faq__item .faq__item__content {
    margin-top: 15px;
  }
}

.faq .faq--active svg {
  transform: rotate(180deg);
}

.faq .faq--active .faq__item__content {
  display: block;
}

footer {
  background-color: #f2f2f2;
  padding: 60px 0 6px;
  color: #636363;
}

@media (min-width: 768px) {
  footer {
    padding: 30px 0 10px;
  }
}

footer a {
  color: #636363;
}

footer h3 {
  font-size: 1em;
  margin: 0 0 15px 0;
  font-weight: bold;
}

footer ul {
  list-style: none;
  padding-left: 0;
}

.form-control {
  display: block;
  width: 100%;
  min-height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #8bbafe;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.form-control-color {
  max-width: 3rem;
  padding: 0.375rem;
}

.form-control-color::-moz-color-swatch {
  border-radius: 0.25rem;
}

.form-control-color::-webkit-color-swatch {
  border-radius: 0.25rem;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-file {
  position: relative;
  flex: 1 1 0%;
  min-width: 0;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .form-select,
.input-group > .form-control + .form-file,
.input-group > .form-select + .form-control,
.input-group > .form-select + .form-select,
.input-group > .form-select + .form-file,
.input-group > .form-file + .form-control,
.input-group > .form-file + .form-select,
.input-group > .form-file + .form-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-file .form-file-input:focus ~ .form-file-label {
  z-index: 3;
}

.input-group > .form-file .form-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:last-child),
.input-group > .form-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .form-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .form-file {
  display: flex;
  align-items: center;
}

.input-group > .form-file:not(:last-child) .form-file-label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-file:not(:first-child) .form-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 1.14286em 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  color: #737373;
  flex: 0 1 5em;
}

.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control {
  min-height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control {
  min-height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.vertical-input-group .input-group:first-child {
  padding-bottom: 0;
}

.vertical-input-group .input-group:first-child * {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.vertical-input-group .input-group:last-child {
  padding-top: 0;
}

.vertical-input-group .input-group:last-child * {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.vertical-input-group .input-group:not(:last-child):not(:first-child) {
  padding-top: 0;
  padding-bottom: 0;
}

.vertical-input-group .input-group:not(:last-child):not(:first-child) * {
  border-radius: 0;
}

.vertical-input-group .input-group:not(:first-child) * {
  border-top: 0;
}

/**
 * Mobile Header
 */

#header #header-mobile {
  display: table;
  height: 50px;
  z-index: 9999;
  width: 100%;
  background-color: #282c33;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

@media (min-width: 768px) {
  #header #header-mobile {
    display: none;
  }
}

#header #header-mobile > div {
  display: table-cell;
  vertical-align: middle;
  float: none;
  padding: 0 15px;
}

#header #header-mobile a,
#header #header-mobile button {
  display: block;
  padding: 10px 0;
  color: #fff;
  cursor: pointer;
  border: 0;
  background: none;
}

/**
 * Site Header
 */

#header header {
  padding: 15px 0;
  background-color: #fff;
  color: #fff;
}

@media (min-width: 768px) {
  #header header {
    padding: 30px 0;
  }
}

#header header .header-logo {
  margin: 30px auto;
  text-align: center;
}

@media (min-width: 768px) {
  #header header .header-logo {
    margin: 15px 0;
    text-align: left;
  }
}

#header header .header-logo a {
  display: block;
}

#header header .header-logo .header-logo__image {
  max-width: 140px;
  margin: 0 auto;
  position: relative;
}

@media (min-width: 768px) {
  #header header .header-logo .header-logo__image {
    margin: 0;
  }
}

#header header .header-logo img {
  float: none;
  width: 140px;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 0;
}

@media (min-width: 768px) {
  #header header .header-logo img {
    float: left;
  }
}

#header header .header-contact {
  font-size: 0.85em;
  color: #000000;
}

@media (min-width: 768px) {
  #header header .header-contact {
    text-align: right;
  }
}

#header header .header-cart-btn {
  display: none;
  padding: 8px 20px 10px 20px;
  margin: 0 0 0 15px;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 2px;
  font-family: "Pulp Display", Roboto, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  text-transform: uppercase;
  transition: background-color 0.2s ease-out;
  position: relative;
  line-height: 26px;
  border: 0 none;
  vertical-align: top;
  background-color: #0f243d;
  color: #fff;
}

@media (min-width: 768px) {
  #header header .header-cart-btn {
    display: inline-block;
  }
}

/**
 * Nav
 */

.nav-bar {
  background-color: #282c33;
  position: fixed;
  z-index: 9999;
}

@media (min-width: 768px) {
  .nav-bar {
    position: unset;
    z-index: 1;
  }
}

.nav-bar a {
  color: #ffffff;
}

.nav-bar .mobile-nav {
  text-align: left;
  border-top: 1px solid #3e4550;
  margin: 0;
  font-family: "Pulp Display", Roboto, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  text-transform: uppercase;
  cursor: default;
  position: fixed;
  z-index: 100500;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

@media (min-width: 768px) {
  .nav-bar .mobile-nav {
    display: none;
  }
}

.nav-bar .mobile-nav a {
  flex: 1;
  display: block;
  text-decoration: none;
  padding: 15px;
}

.nav-bar .mobile-nav li {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #555d6c;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
  margin: 0;
}

.nav-bar .mobile-nav li:hover {
  background-color: #181e28;
}

.nav-bar .mobile-nav li .dropdown {
  display: none;
  position: absolute;
  z-index: 9999;
  background-color: #282c33;
}

.nav-bar .mobile-nav .mobile-nav__panel {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.19), 0 0 6px rgba(0, 0, 0, 0.23);
  position: absolute;
  z-index: 15;
  top: 0;
  width: 300px;
  height: 100vh;
  left: 0;
  transform: translateX(-125%);
  transition: transform 0.32s linear;
  background-color: #282c33;
  padding: 0;
}

.nav-bar .mobile-nav .mobile-nav__panel .mobile-nav__panel-head {
  height: 50px;
}

.nav-bar .mobile-nav .mobile-nav__panel .mobile-nav__panel-head svg {
  height: 50px;
  font-size: 20px;
  width: 20px;
  float: right;
}

.nav-bar .mobile-nav .mobile-nav__panel ul {
  padding: 0;
  overflow: auto;
  max-height: 100%;
}

.nav-bar .mobile-nav.is-opened {
  left: 0;
}

.nav-bar .mobile-nav.is-opened .mobile-nav__panel {
  transform: translateX(0);
}

.nav-bar .site-nav {
  display: none;
  margin: 0 0 0 -15px;
  text-align: left;
  font-family: "Pulp Display", Roboto, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  text-transform: uppercase;
  cursor: default;
  padding: 0;
}

@media (min-width: 768px) {
  .nav-bar .site-nav {
    display: block;
  }
}

.nav-bar .site-nav a {
  display: block;
  text-decoration: none;
  padding: 15px;
  white-space: nowrap;
}

.nav-bar .site-nav li {
  margin: 0;
  display: block;
  position: relative;
}

.nav-bar .site-nav li:hover {
  background-color: #181e28;
}

.nav-bar .site-nav > li {
  display: inline-block;
}

.nav-bar .site-nav .dropdown {
  display: none;
  position: absolute;
  z-index: 9999;
  background-color: #282c33;
}

.nav-bar.nav-bar--grey {
  background-color: #F4F4F4;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  z-index: 1;
  position: unset;
}

.nav-bar.nav-bar--grey .site-nav {
  text-align: center;
  display: block;
}

.nav-bar.nav-bar--grey .site-nav a {
  color: #000000;
  padding: 13px;
}

.nav-bar.nav-bar--grey .site-nav a:hover {
  background-color: #F4F4F4;
  color: #282c33;
}

#hero {
  padding-top: 0;
  display: none;
}

@media (min-width: 768px) {
  #hero {
    padding-top: 30px;
    display: block;
  }
}

#hero > div {
  margin: 0 0 25px;
  padding: 0;
  position: relative;
  zoom: 1;
}

#hero .hero-image {
  display: block;
  position: relative;
  margin: 0 auto;
}

#hero .hero-image__wrapper {
  position: relative;
  margin: 0 auto;
  display: block;
}

#hero .hero-image__wrapper img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  max-height: 100%;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 50px;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

@media (min-width: 768px) {
  .modal {
    top: 0;
  }
}

.modal.fade.show {
  display: block;
  opacity: 1;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.fade {
  transition: opacity 0.15s linear;
}

.fade:not(.show) {
  opacity: 0;
}

.notice-bar {
  padding: 8px 15px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.56;
  background: #0d6efd;
  text-decoration: none;
  display: block;
  position: fixed;
  top: 50px;
  z-index: 9;
}

@media (min-width: 768px) {
  .notice-bar {
    position: initial;
    top: 0;
  }
}

.notice-bar .notice-bar__content {
  max-width: 1140px;
  margin: auto;
}

.notice-bar .notice-bar__content span {
  display: none;
}

@media (min-width: 768px) {
  .notice-bar .notice-bar__content span {
    display: inline-block;
  }
}

.spinner-container .spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  margin: -125px 0 0 -125px;
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #282c33;
  width: 250px;
  height: 250px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 1.5s linear infinite;
}

.spinner-container img {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  margin: -50px 0 0 -90px;
}

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

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

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

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

blockquote {
  display: block;
  background: #fff;
  padding: 30px 30px 30px 50px;
  position: relative;
  line-height: 1.5;
  color: #446578;
  text-align: justify;
  border-left: 15px solid #EBF2F8;
  border-right: 1px dotted #EBF2F8;
  box-shadow: -1px 2px 5px #ccc;
}

blockquote:before {
  content: '"';
  font-family: "Pulp Display", Roboto, serif;
  font-size: 60px;
  font-weight: bold;
  color: #8DACC0;
  position: absolute;
  left: 10px;
  top: 5px;
}

.trusted-by {
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
}

.trusted-by span {
  color: #AFAFBB;
}

.text-hero {
  padding-top: 0.5rem;
}

.text-hero > div {
  text-align: center;
}

.text-hero a {
  color: #fff;
  background-color: #0f243d;
  border-color: #132d4c;
}

.text-hero a:hover {
  background-color: #132D4C;
  border-color: #132D4C;
}

.text-hero h1 {
  color: #000000;
  font-size: 48px;
  line-height: 54px;
  letter-spacing: -0.9px;
  font-weight: 800;
}

.text-hero p {
  padding-right: 20px;
  padding-left: 20px;
  font-size: 18px;
  padding-top: 10px;
}

@media (min-width: 768px) {
  .text-hero {
    padding-top: 3rem;
    padding-bottom: 2rem;
    background-image: url(../images/banners/mobo-gpu.png);
    background-repeat: repeat;
    background-position: center;
  }

  .text-hero h1 {
    margin: auto;
  }

  .text-hero p {
    padding-bottom: 0;
    font-weight: 400;
  }
}

@media (min-width: 1024px) {
  .text-hero h1 {
    width: 50%;
  }

  .text-hero p {
    width: 50%;
    margin: auto;
  }
}

