/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}
html {
  font-size: 1em;
  line-height: 1.4;
  font-family: Roboto, Arial, sans-serif;
}
* {
  box-sizing: border-box;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
button::-moz-focus-inner {
  border: 0 !important;
  padding: 0;
}
input::-moz-focus-inner {
  border: 0 !important;
  padding: 0;
}
/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.slide-top {
  background: black url(/img/world-background.png) repeat-x;
  background-size: cover;
  box-shadow: inset 0 0 50px #000000;
  height: 340px;
  left: 0;
  top: 40px;
  right: 0;
  z-index: 0;
  position: absolute;
}
@media (min-width: 768px) {
  .slide-top {
    height: 416px;
  }
}
.slide-top:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
}
h1.main-title {
  font-size: 68px;
  font-weight: bold;
  text-align: center;
  margin: 20px auto 0 auto;
  color: white;
  position: relative;
  z-index: 1;
  width: 280px;
  height: 51px;
  background: transparent url('../img/mobile/logo.gif');
}
@media (min-width: 768px) {
  h1.main-title {
    width: 440px;
    height: 80px;
    background: transparent url('../img/logo.gif');
    margin: 60px auto 0 auto;
  }
}
h5.sub-title {
  color: white;
  font-size: 25px;
  text-align: center;
  margin: 20px auto 22px auto;
  font-weight: 300;
  padding: 0 30px;
}
h5.sub-title strong {
  color: #ffe799;
  font-weight: 400;
}
@media (min-width: 768px) {
  h5.sub-title {
    font-size: 35px;
    margin: 20px auto 22px auto;
  }
}
.buttons-block {
  margin: 14px auto 0 auto;
  text-align: center;
}
.launch {
  text-align: center;
  margin-top: 16px;
  font-size: 19px;
  color: white;
}
.launch strong {
  color: #ffe799;
  font-weight: normal;
}
@media (min-width: 768px) {
  .launch {
    font-size: 29px;
  }
}
.greenlight {
  text-align: center;
  margin-top: 17px;
}
.post-internship {
  border: 4px solid #000000;
  display: inline-block;
  margin: 0 5px;
  border-radius: 10px;
  overflow: hidden;
  width: 200px;
}
@media (min-width: 768px) {
  .post-internship {
    width: 260px;
  }
}
.post-internship button,
.post-internship a {
  background-color: #b02e32;
  cursor: pointer;
  display: inline-block;
  color: white;
  border: 0;
  font-size: 16px;
  width: 100%;
  line-height: 40px;
  outline: none;
  position: relative;
  font-weight: 400;
}
@media (min-width: 768px) {
  .post-internship button,
  .post-internship a {
    font-size: 20px;
    line-height: 58px;
  }
}
.post-internship button img,
.post-internship a img {
  position: relative;
  left: -10px;
  top: -3px;
}
.post-internship a:hover {
  background-color: #ca605f;
}
.post-internship a:active {
  top: 1px;
}
.post-internship.sim {
  display: none;
}
@media (min-width: 600px) {
  .post-internship.sim {
    display: inline-block;
  }
}
.post-internship.sim a {
  background-color: #3f51b5;
  display: inline-block;
  text-decoration: none;
}
.post-internship.sim a:hover {
  background-color: #5567ca;
}
.post-internship.sim a span {
  position: relative;
}
.post-internship.sim a .sub {
  display: none;
}
@media (min-width: 768px) {
  .post-internship.sim a span {
    top: -8px;
  }
  .post-internship.sim a .sub {
    display: block;
    position: absolute;
    top: 32px;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    font-weight: 300;
  }
}
.post-internship.steam {
  margin: 5px auto 0 auto;
  display: inline-block;
}
@media (min-width: 600px) {
  .post-internship.steam {
    margin-top: 20px;
  }
}
.post-internship.steam.steam--buy {
  display: none;
}
.post-internship.steam.steam--buy a {
  background-color: #3f51b5;
}
.post-internship.steam.steam--buy a:hover {
  background-color: #5567ca;
}
.post-internship.steam a {
  background-color: #333;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
}
.post-internship.steam a:hover {
  background-color: #444;
}
.post-internship.steam a span {
  position: relative;
}
.post-internship.steam a img {
  left: -5px;
  margin-right: 5px;
}
@media (min-width: 768px) {
  .post-internship.steam a img {
    left: 0;
    margin-right: 10px;
  }
}
@media (min-width: 768px) {
  .post-internship.steam a {
    font-size: 20px;
  }
}
html.utm_campaign .post-internship.sim a {
  background-color: #333;
}
html.utm_campaign .post-internship.sim a:hover {
  background-color: #444;
}
html.utm_campaign .post-internship.steam {
  display: none;
}
html.utm_campaign .post-internship.steam.steam--buy {
  display: inline-block;
}
/** BOTTOM */
.slide-summary {
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  text-align: left;
  background-size: cover;
  padding: 50px 40px 60px 40px;
  background: #333e4f;
  color: #fff;
  font-weight: 300;
  line-height: 1.5;
  font-size: 15px;
  margin-bottom: 40px;
  margin-left: -20px;
  margin-right: -20px;
}
.slide-summary > div {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
@media (min-width: 900px) {
  .slide-summary > div {
    flex-direction: row;
  }
}
.slide-summary iframe {
  border: 2px solid #0000006b;
  box-shadow: 0 5px 22px 0 rgba(0, 0, 0, 0.4);
  max-width: 100%;
  display: block;
  margin: 0 auto 30px auto;
}
@media (min-width: 900px) {
  .slide-summary iframe {
    max-width: none;
    margin: 0 30px 0 0;
  }
}
.slide-summary h4 {
  font-weight: 300;
  margin: 0 0 18px 0;
  color: #ffe799;
}
.slide-summary a {
  display: inline-block;
  width: 236px;
  height: 60px;
  background: #E66F37;
  color: white;
  text-decoration: none;
  font-weight: bold;
  line-height: 54px;
  font-size: 25px;
  border-radius: 6px;
  border: 3px solid rgba(0, 0, 0, 0.25);
}
.slide-summary a:hover {
  background: #e68354;
}
.slide-summary span {
  display: none;
  margin-left: 30px;
  font-size: 21px;
  color: #843D16;
}
@media (min-width: 600px) {
  .slide-summary span {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .slide-summary {
    font-size: 19px;
  }
}
.slide-testimonials {
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  text-align: center;
  color: #fff;
  background-color: #4d6179;
  padding: 20px 20px;
  margin-left: -20px;
  margin-right: -20px;
}
.slide-testimonials .testimonial {
  width: 250px;
  vertical-align: top;
  margin: 40px 20px;
  text-align: left;
  display: inline-block;
}
.slide-testimonials .testimonial__text {
  font-weight: 300;
  text-align: left;
  font-size: 14px;
  margin-bottom: 20px;
  height: 130px;
}
.slide-testimonials .testimonial__text:before {
  content: '';
  display: block;
  width: 72px;
  height: 72px;
  background: transparent url(/img/ic_format_quote_white_36dp_2x.png);
  opacity: 0.2;
  float: left;
  position: relative;
  top: -17px;
  margin-bottom: -30px;
  left: -10px;
  margin-right: -5px;
}
.slide-testimonials .testimonial__icon {
  vertical-align: middle;
  border-radius: 100%;
  display: inline-block;
  border: 4px solid white;
}
.slide-testimonials .testimonial__title {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}
.slide-testimonials .testimonial__title strong {
  display: block;
  font-weight: 400;
  color: #a1ccff;
}
.slide-testimonials .testimonial__title a {
  color: white;
  font-weight: 300;
  font-size: 14px;
}
/** MIDDLE */
.slide-middle {
  z-index: 2;
  position: relative;
  margin-top: 347px;
  border-bottom: 2px solid #403D3D;
  background-color: #222a35;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .slide-middle {
    margin-top: 456px;
  }
}
@media (min-width: 768px) {
  .slide-gray img {
    left: 0;
  }
  .slide-gray .slide-content {
    margin-left: 380px;
  }
}
@media (min-width: 768px) {
  .slide-white img {
    right: 0;
  }
  .slide-white .slide-content {
    margin-right: 380px;
  }
  .slide-white.slide4 .slide-content {
    margin-right: 320px;
  }
}
.slide-gray,
.slide-white {
  position: relative;
  padding: 30px 10px 10px 10px;
  margin: 20px auto 20px auto;
}
.slide-gray img,
.slide-white img {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.8);
}
.slide-gray img.desktop,
.slide-white img.desktop {
  display: none;
}
.slide-gray img.mobile,
.slide-white img.mobile {
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .slide-gray img,
  .slide-white img {
    position: absolute;
    top: 20px;
  }
  .slide-gray img.mobile,
  .slide-white img.mobile {
    display: none;
  }
  .slide-gray img.desktop,
  .slide-white img.desktop {
    display: block;
  }
}
.slide-gray .slide-text,
.slide-white .slide-text {
  font-size: 15px;
  color: #ccc;
  font-weight: 300;
}
.slide-gray .slide-text strong,
.slide-white .slide-text strong {
  color: #fff;
  font-weight: 300;
}
.slide-gray .slide-text a,
.slide-white .slide-text a {
  color: #fff;
}
.slide-gray .slide-text ul,
.slide-white .slide-text ul {
  padding-left: 20px;
}
.slide-gray .slide-text ul li,
.slide-white .slide-text ul li {
  margin-bottom: 13px;
}
@media (min-width: 768px) {
  .slide-gray .slide-text,
  .slide-white .slide-text {
    font-size: 15px;
  }
}
.slide-gray h4.slide-title,
.slide-white h4.slide-title {
  font-weight: 300;
  font-size: 22px;
  text-align: center;
  margin: 0 auto 25px auto;
  padding-top: 20px;
  color: #ffe799;
}
@media (min-width: 768px) {
  .slide-gray h4.slide-title,
  .slide-white h4.slide-title {
    font-size: 29px;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .slide-gray,
  .slide-white {
    max-width: 900px;
    height: 270px;
    padding: 0;
  }
}
.slide-gray .footnote,
.slide-white .footnote {
  color: #aaa;
  font-size: 13px;
  margin-top: 15px;
  font-weight: 300;
}
.slide-gray .footnote a,
.slide-white .footnote a {
  color: white;
}
/** BOTTOM */
.slide-bottom {
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  text-align: center;
  background-size: cover;
  padding-top: 20px;
  height: 100px;
  background-color: #E4C67C;
}
.slide-bottom a {
  display: inline-block;
  width: 236px;
  height: 60px;
  background: #E66F37;
  color: white;
  text-decoration: none;
  font-weight: bold;
  line-height: 54px;
  font-size: 25px;
  border-radius: 6px;
  border: 3px solid rgba(0, 0, 0, 0.25);
}
.slide-bottom a:hover {
  background: #e68354;
}
.slide-bottom span {
  display: none;
  margin-left: 30px;
  font-size: 21px;
  color: #843D16;
}
@media (min-width: 600px) {
  .slide-bottom span {
    display: inline-block;
  }
}
.contact-form {
  margin: 0;
  border-radius: 2px;
  display: inline-block;
  padding: 25px;
  text-align: left;
  z-index: 1;
  position: relative;
}
@media (min-width: 768px) {
  .contact-form {
    width: 500px;
  }
}
.slide-bottom h5 {
  color: #bbb;
  font-size: 21px;
  margin: 0 0 20px 0;
}
.slide-bottom h5 strong {
  color: #fff;
}
.contact-form input {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  color: white;
  font-size: 17px;
  height: 40px;
  padding-left: 11px;
  outline: none;
}
.contact-form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.contact-form input::-moz-placeholder {
  color: white;
}
.contact-form input:-ms-input-placeholder {
  color: white;
}
.contact-form button {
  display: block;
  width: 100%;
  color: white;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  background-color: #65b044;
  border: 0;
  border-radius: 5px;
  line-height: 45px;
}
.contact-form button:hover {
  background-color: #74ca4e;
}
.contact-form button:disabled {
  background-color: #648e57;
}
.post-internship-bottom {
  margin: 0 auto;
  vertical-align: top;
  text-align: center;
  position: relative;
  z-index: 1;
}
.post-internship-bottom h1 {
  color: white;
  font-weight: bold;
  margin: 0;
  text-align: center;
  font-size: 30px;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.8);
  padding: 20px;
}
.post-internship-bottom h1 strong {
  color: #ffe799;
}
@media (min-width: 768px) {
  .post-internship-bottom h1 {
    font-size: 50px;
    margin: 20px 0 0 0;
  }
}
.post-internship-bottom .post-internship {
  margin: 0 auto;
}
@media (min-width: 900px) {
  .post-internship-bottom .post-internship {
    margin: 0;
  }
}
.ng-hide {
  display: none;
}
.ng-cloak {
  display: none;
}
.topbar-fixed {
  display: none;
}
@media (min-width: 768px) {
  .topbar-fixed {
    display: block;
    background-color: rgba(115, 183, 86, 0.97);
    z-index: 100;
    height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
}
.topbar-fixed.ng-hide-add,
.topbar-fixed.ng-hide-remove {
  display: block !important;
  transition: opacity .2s;
}
.topbar-fixed.ng-hide-add.ng-hide-add-active,
.topbar-fixed.ng-hide-remove {
  opacity: 0;
}
.topbar-fixed.ng-hide-add,
.topbar-fixed.ng-hide-remove.ng-hide-remove-active {
  opacity: 1;
}
.footer {
  background: #111;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: right;
  position: relative;
}
.footer .mixpanel {
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 7px;
}
.footer .mixpanel a {
  margin-right: 8px;
}
.footer table {
  margin: 0 auto;
  font-size: 9px;
  color: #777;
}
@media (min-width: 768px) {
  .footer table {
    font-size: 14px;
  }
}
.footer table h4 a {
  color: #999;
}
.footer table a {
  color: #777;
  text-decoration: none;
}
.footer table a:hover {
  color: #ccc;
}
.footer table td {
  padding: 0 10px 20px 10px;
  vertical-align: top;
  line-height: 1.8em;
  text-align: left;
}
@media (min-width: 768px) {
  .footer table td {
    padding: 0 30px 20px 30px;
  }
}
.footer table td h4 {
  margin-bottom: 5px;
}
.footer .nav-footer {
  padding: 15px 15px 15px 150px;
  text-align: left;
  margin-right: 100px;
}
@media (min-width: 768px) {
  .footer .nav-footer {
    padding: 0px;
    text-align: right;
  }
}
.footer .nav-footer a {
  font-size: 18px;
  color: #999;
  line-height: 30px;
  padding: 0 20px;
  white-space: nowrap;
  display: inline-block;
  width: 150px;
  text-align: left;
  text-decoration: none;
}
.footer .nav-footer a:hover {
  color: #ddd;
}
@media (min-width: 768px) {
  .footer .nav-footer a {
    font-size: 16px;
    line-height: 60px;
    width: auto;
  }
}
.footer .facebook {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: transparent url('../img/facebook.png') no-repeat 0 0;
}
.footer .twitter {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: transparent url('../img/twitter.png') no-repeat 0 0;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
#html5-watermark {
  display: none !important;
}
#html5-elem-wrap {
  background: #111 !important;
}
.navbar {
  height: 40px;
  position: fixed;
  background: #1a1a1a;
  z-index: 100;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #111 !important;
  background-image: -webkit-linear-gradient(top, #1f1f1f 0%, #1a1a1a 100%);
  background-image: -o-linear-gradient(top, #1f1f1f 0%, #1a1a1a 100%);
  background-image: linear-gradient(to bottom, #1f1f1f 0%, #1a1a1a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1f1f1f', endColorstr='#ff1a1a1a', GradientType=0);
  overflow: hidden;
}
.navbar .navbar-brand {
  float: left;
  display: inline-block;
  padding: 0 20px;
}
.navbar .navbar-nav {
  margin: 0;
  list-style: none;
  padding: 0;
}
.navbar .navbar-nav li {
  float: left;
  position: relative;
  display: block;
}
.navbar .navbar-nav li a {
  display: block;
  height: 40px;
  color: #aaa;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  padding: 10px 15px;
  line-height: 20px;
  text-decoration: none;
}
.navbar .navbar-nav li a:hover {
  color: #ffe9a8;
}
.navbar .navbar-nav li.active a {
  color: #fff;
  background-color: #080808;
}
.buy-steam-dlg__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
  z-index: 100;
}
.buy-steam-dlg__dialog {
  position: fixed;
  z-index: 101;
  top: 40px;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
@media (min-width: 600px) {
  .buy-steam-dlg__dialog {
    top: 100px;
  }
}
.buy-steam-dlg__dialog-content {
  margin: 0 auto;
  width: 600px;
  max-width: 100%;
  background: #273040;
  color: #eee;
  padding: 20px 30px;
  box-shadow: 0 0 10px #000000;
  font-weight: 300;
  position: relative;
}
@media (min-width: 600px) {
  .buy-steam-dlg__dialog-content {
    border-radius: 5px;
  }
}
.buy-steam-dlg__dialog-content p {
  text-align: left;
}
.buy-steam-dlg__dialog-content h4 {
  color: #ffe799;
  font-size: 30px;
  margin: 0;
  font-weight: 300;
}
.buy-steam-dlg__dialog-content strong {
  margin-right: 5px;
}
.buy-steam-dlg__dialog-content button {
  padding: 15px 20px;
  background-color: #495fd8;
  color: white;
  border: 0;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  margin: 10px 0;
  font-size: 19px;
  font-family: Roboto, Arial;
}
.buy-steam-dlg__dialog-content button[disabled] {
  opacity: 0.5;
}
.buy-steam-dlg__dialog-content button span {
  font-weight: 300;
}
.buy-steam-dlg__dialog-content a {
  color: #ffffff9c;
}
.buy-steam-dlg__note {
  font-size: 13px;
  color: #ffffff9c;
}
.buy-steam-dlg__note:last-child {
  text-align: center;
}
.buy-steam-dlg__close {
  position: absolute;
  right: 16px;
  top: 0;
  font-size: 34px;
  cursor: pointer;
}
.buy-steam-dlg__close:hover {
  color: white;
}
.ng-cloak {
  display: none;
}
