@charset "UTF-8";
/* Variables */
/* Root Element */
html {
  font-size: 14pt;
  box-sizing: border-box;
}

/* Box Sizing Reset */
*, *:before, *:after {
  box-sizing: inherit;
}

/* Fontello */
@font-face {
  font-family: "fontello";
  src: url('https://static.gtri.be/font/defiant-fontello.eot?11596692');
  src: url('https://static.gtri.be/font/defiant-fontello.eot?11596692#iefix') format('embedded-opentype'),
       url('https://static.gtri.be/font/defiant-fontello.woff2?11596692') format('woff2'),
       url('https://static.gtri.be/font/defiant-fontello.woff?11596692') format('woff'),
       url('https://static.gtri.be/font/defiant-fontello.ttf?11596692') format('truetype'),
       url('https://static.gtri.be/font/defiant-fontello.svg?11596692#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Proxima";
  src: url("https://static.gtri.be/font/proxima.woff2?62244694") format("woff2"), url("https://static.gtri.be/font/proxima.woff?62244694") format("woff");
  font-weight: normal;
  font-style: normal;
}

/* Imports */
[data-tooltip] {
  position: relative;
  z-index: 2;
}
[data-tooltip]::after {
  color: #4c1f31;
  content: attr(data-tooltip);
  position: absolute;
  left: 50%;
  margin: auto;
  top: 1.8rem;
  background-color: #e6e6e6;
  display: block;
  padding: 0.5rem;
  text-align: center;
  font-weight: 400;
  white-space: nowrap;
  border-radius: 4px;
  opacity: 0;
  font-size: 14px;
  transform-origin: 50% 100%;
  transform: translate(-50%, 5px);
  transition-duration: 0.2s;
  pointer-events: none;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
[data-tooltip]::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 8px solid;
  border-color: transparent transparent #e6e6e6 transparent;
  left: 0;
  right: 0;
  margin: auto;
  top: 0.95rem;
  opacity: 0;
  transition-duration: 0.2s;
}
[data-tooltip]:hover::after {
  opacity: 1;
  transform: translate(-50%) rotateX(0);
  pointer-events: all;
}
[data-tooltip]:hover::before {
  opacity: 1;
}

a, a:focus, a:hover {
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
}

body {
  font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
  color: #fff;
  background: #222 url("https://static.gtri.be/img/promo/defiant4_background_desktop.jpg") no-repeat center center;
  background-size: cover;
    background-attachment: fixed;
}

.body-darkener {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: -1;
}

.faded-box {
  background: rgba(0, 0, 0, 0.75);
}

.float-right {
  float: right;
}

header {
  padding: 1.5rem 0;
}

h1 {
  font-size: 1rem;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 768px) {
  h1 {
    font-size: 2rem;
  }
}

#hover-specs-box {
  background: rgba(0, 0, 0, 0.75);
  padding: 1rem;
  text-align: center;
  font-size: 0.875rem;
}

[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-adjust:before { content: '\e800'; } /* '' */
.icon-spin2:before { content: '\e831'; } /* '' */
.icon-angle-double-up:before { content: '\f102'; } /* '' */
.icon-angle-double-down:before { content: '\f103'; } /* '' */
.icon-circle-empty:before { content: '\f10c'; } /* '' */
.icon-circle-full:before { content: '\f192'; } /* '' */

.icon-circle-empty,
.icon-circle-full {
	font-size: 0.9em;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.largefont {
  font-size: 1.25rem;
}

.margin {
  margin-bottom: 1.5rem !important;
}

.margin-third {
  margin-bottom: 0.5rem !important;
}

p, ul {
  font-size: 0.875rem;
  margin: 0 0 1.5rem;
  line-height: 1.4;
}
@media (min-width: 768px) {
  p, ul {
    font-size: 1rem;
  }
}
p:last-child, ul:last-child {
  margin-bottom: 0;
}

.responsive-imap {
  position: relative;
}
.responsive-imap img {
  z-index: 1;
}
.responsive-imap a {
  z-index: 2;
  cursor: pointer;
  position: absolute;
}
.responsive-imap.highlight a {
    background: hsla(305, 71%, 53%, 0.5);
    box-shadow: 0px 0px 4px 0px hsla(305, 71%, 53%, 0.5);
}

#show-hide-specs {
  font-weight: bold;
  text-decoration: none;
}

.smallfont {
  font-size: 0.75rem;
}

.spacer {
  height: 1.5rem;
}
.spacer.fade-down {
  background: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
}
.spacer.fade-up {
  background: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
}

#specs {
  display: none;
}
#specs.visible {
  display: flex;
}

.split-button {
  display: inline-block;
}
.split-button button {
  display: inline-block !important;
  padding: 0.5rem 1rem !important;
  margin: 0 0 1rem !important;
  width: auto !important;
}
.split-button button:first-child {
  border-radius: 1rem 0 0 1rem;
}
.split-button button:last-child {
  border-radius: 0 1rem 1rem 0;
}

/* Thanks, Bootstrap! =) */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.stricken {
  text-decoration: line-through;
}

.subtitle {
  font-size: 0.7rem;
}
@media (min-width: 768px) {
  .subtitle {
    font-size: 1.3rem;
  }
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.underline-me {
  text-decoration: underline;
}

.visible-mobile {
  display: none;
}
@media (max-width: 767px) {
  .visible-mobile {
    display: block;
  }
}

/* Grid */
.grid {
  position: relative;
  max-width: 980px;
  margin: 0 auto 1.5rem;
  padding: 0 0.75rem;
}
.grid.no-margin {
  margin-bottom: 0;
}
.grid.no-margin .row {
  margin-bottom: 0;
}
.grid .row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 768px) {
  .grid .row {
    margin-bottom: 1.5rem;
  }
}
.grid .row [class^=col-] {
  width: 100%;
  min-height: 1px;
  margin-bottom: 1.5rem;
  padding: 0 0.75rem;
}
@media (min-width: 768px) {
  .grid .row [class^=col-] {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .grid .row [class^=col-].order-one {
    order: 1;
  }
  .grid .row [class^=col-].order-two {
    order: 2;
  }
  .grid .row [class^=col-].order-three {
    order: 3;
  }
}
.grid .row .col-0 {
  width: 0;
  padding: 0 !important;
}
.grid .row .col-33 {
  width: 33.3333333333%;
}
.grid .row .col-66 {
  width: 66.6666666666%;
}
@media (min-width: 768px) {
  .grid .row .col-t-16-66 {
    width: 16.6666666666%;
  }
}
@media (min-width: 768px) {
  .grid .row .col-t-20 {
    width: 20%;
  }
}
@media (min-width: 768px) {
  .grid .row .col-t-25 {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .grid .row .col-t-33 {
    width: 33.3333333333%;
  }
}
@media (min-width: 768px) {
  .grid .row .col-t-40 {
    width: 40%;
  }
}
@media (min-width: 768px) {
  .grid .row .col-t-50 {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .grid .row .col-t-60 {
    width: 60%;
  }
}
@media (min-width: 768px) {
  .grid .row .col-t-66 {
    width: 66.6666666666%;
  }
}
@media (min-width: 768px) {
  .grid .row .col-t-75 {
    width: 75%;
  }
}
@media (min-width: 768px) {
  .grid .row .col-t-100 {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .grid .row .col-d-25 {
    width: 25%;
  }
}
@media (min-width: 992px) {
  .grid .row .col-d-50 {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .grid .row .col-d-75 {
    width: 75%;
  }
}
@media (min-width: 992px) {
  .grid .row .col-d-100 {
    width: 100%;
  }
}

/* All form elements. */
.btn {
  border: 2px solid #fff;
  background-color: transparent;
  padding: 0.5rem 2rem;
  border-radius: 1rem;
  transition: 0.3s all ease-in-out;
  cursor: pointer;
  color: #fff;
  font-size: 0.875rem;
  font-family: "Proxima", sans-serif;
  outline: none;
}
@media (min-width: 768px) {
  .btn {
    font-size: 1rem;
  }
}
.btn:hover {
  color: #222;
  background-color: #fff;
}
.btn.small {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .btn.small {
    font-size: 1.5rem;
  }
}

.btn a {
	transition: 0.3s all ease-in-out;
}
.btn:hover a,
.btn.solid a {
	color: #222;
}

button sup {
	vertical-align: top;
	position: relative;
	top: -0.25em;
}

#purchase_buttons .btn {
	text-align: right;
}

.btn.solid {
  color: #222;
  background-color: #fff;
}

.button-row .btn {
  margin-bottom: 1rem;
  width: 100%;
  display: block;
}
.button-row .btn:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .button-row .btn {
    display: inline-block;
    width: auto;
    margin: 0 0.75rem 1rem;
  }
  .button-row .btn:last-child {
    margin-right: 0;
  }
}

input, textarea {
  border: 2px solid #222;
  background: #fff;
  color: #222;
  padding: 0.5rem;
  width: 100%;
  margin: 0;
  font-size: 0.875rem;
}
input:not(:last-child), textarea:not(:last-child) {
  margin-bottom: 0.5rem;
}

#specs-subtitle {
	display: none;
    font-size: 0.9em;
    margin-top: 0.5em;
}

#tapon {
	display: inline;
}

#mouseover {
	display: none;
}

@media (pointer: fine) {
	#tapon {
		display: none;
	}

	#mouseover {
		display: inline;
	}
}

#cooling_mask {
    left: 14.24%;
    top: 17.24%;
    width: 42.29%;
    height: 11.35%;
    transform: skewY(-17deg);
}

#cpu_mask {
	left: 35.18%;
	top: 42.71%;
	width: 8.59%;
	height: 11.29%;
}

#chasis_mask {
    left: 63.94%;
    top: 4.41%;
    width: 22.72%;
    height: 86.69%;
    transform: perspective(1000px) rotateX(186deg) scale(-2.4, 0.9) rotateY(68.3deg);
}

#gpu_mask {
    left: 13.65%;
    top: 62.15%;
    width: 43.02%;
    height: 4.25%;
}

#ram_mask {
    left: 44.58%;
    top: 36.82%;
    width: 12.09%;
    height: 19.88%;
}

#psu_mask {
    left: 18.59%;
    top: 66.99%;
    width: 16.82%;
    height: 18.3%;
}

#ssd_mask {
    left: 36%;
    top: 73.87%;
    width: 20.13%;
    height: 6.24%;
}

#motherboard_mask {
    left: 21.65%;
    top: 32.82%;
    width: 12.99%;
    height: 28.58%;
}

#toggle-highlight {
	color: white;
	top: 0;
	right: 0;
	cursor: pointer;
    position: absolute;
    font-size: 1.2rem;
}
#toggle-highlight.on {
	color: hsl(305deg, 71%, 53%);
}

@media (min-width: 768px) {
	#toggle-highlight {
		top: 15px;
		right: 15px;
		font-size: 1.4rem;
	}
}

.form-group {
    max-width: 510px;
    margin: 1em auto;
}

input, select {
    border: 2px solid #fff;
    background-color: transparent;
    padding: 0.5rem 2rem;
    border-radius: 1rem;
    transition: 0.3s all ease-in-out;
    color: #fff;
    font-size: 0.875rem;
    font-family: "Proxima", sans-serif;
    outline: none;
    color: #222;
    background-color: #fff;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    width: 100%;
}

.form-text {
	text-align: left;
	width: 100%;
	margin: 0 auto 2rem auto;
	max-width: 510px;
}

ul {
    text-align: left;
    list-style-type: none;
}

/**************************\
  Basic Modal Styles
\**************************/

.modal {
	font-family: -apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif;
	position: absolute;
	z-index: 9999;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal__container {
  background-color: #ffffffe6;
  padding: 30px;
  max-width: 900px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: black;
  box-sizing: border-box;
}

.modal__close {
	background: transparent;
	border: 0;
    font-weight: 600;
    font-size: 1.4rem;
    position: absolute;
    right: 10px;
    top: 10px;
	cursor: pointer;
}

.modal__header .modal__close:before { content: "\2715"; }

.modal__print {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background-color: black;
}

.modal__print.solid,
.modal__print:hover {
	color: white;
    background-color: black;
}

.modal__content {
  margin-top: 1rem;
  margin-bottom: 0rem;
  line-height: 1.5;
  color: rgba(0,0,0,.8);
}

.modal__btn {
  font-size: .875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  background-color: #e6e6e6;
  color: rgba(0,0,0,.8);
  border-radius: .25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out,-webkit-transform .25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

@keyframes mmfadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}

@keyframes mmfadeOut {
	from { opacity: 1; }
	to { opacity: 0; }
}

@keyframes mmslideIn {
	from { transform: translateY(15%); }
	to { transform: translateY(0); }
}

@keyframes mmslideOut {
	from { transform: translateY(0); }
	to { transform: translateY(-10%); }
}

.micromodal-slide {
	display: none;
}

.micromodal-slide.is-open {
	display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
	animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
	animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
	animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
	animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
	will-change: transform;
}

@media print {
	body > *:not(.print),
	main > *:not(.print) {
		display: none;
	}

	.modal__container {
		max-width: 100%;
		height: 100%;
		border-radius: 0;
	}

	.modal__close,
	.modal__print {
		display: none;
	}
}

.section-heading {
  font-size: 1.25em;
  margin: 1.5em 0 0.5em 0;
}

.spec-line {
  margin: 0.5em 0;
  font-size: 1em;
}

#image {
  max-height: 550px;
  margin: 0 auto;
  user-select: none;
  filter: none;
  -webkit-user-drag: none;
  will-change: transform;
  transition: transform ease-in-out 300ms, filter ease-in-out 300ms;
}

#glow {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: radial-gradient(#ffffff5e, transparent 70%);
  will-change: transform;
  transition: transform ease-in-out 300ms, opacity ease-in-out 150ms;
  transition-delay: 100ms, 0s;
  opacity: 0;
}

@media (hover: hover) {
  #image-row:hover #image {
    transform: scale(1.2);
    filter: brightness(1.3);
  }

  #image-row:hover #glow {
    transform: scale(1.2);
    transition-delay: 0s, 0s;
    opacity: 1;
  }
}
