.product-device {
  position: absolute;
  right: 10%;
  bottom: -30%;
  width: 300px;
  height: 540px;
  background-color: #333;
  border-radius: 21px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.product-device::before {
  position: absolute;
  top: 10%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  content: "";
  background-color: rgba(255, 255, 255, .1);
  border-radius: 5px;
}

.product-device-2 {
  top: -25%;
  right: auto;
  bottom: 0;
  left: 5%;
  background-color: #e5e5e5;
}


/*
 * Extra utilities
 */

.flex-equal > * {
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 870px) {
  .flex-md-equal > * {
    -ms-flex: 1;
    flex: 1;
  }
}

.overflow-hidden { overflow: hidden; }


.col-md-6, .col-md-12, .col-lg-6, .col-lg-12 {
  padding: 0;
}

.btn-primary {
  background-color: #FF6600;
  border:none;
  display: inline-block;
  padding: 0.2rem 1.2rem;
  border-radius: 1rem;
  font-size: 1rem;
  width:auto;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #b34700;
  border:none;
}

@font-face {
  font-family: "genosregular";
  src: url("../font/GenosGFG-Regular.eot");
  src: url("../font/GenosGFG-Regular.eot?#iefix") format("embedded-opentype"), url("../font/GenosGFG-Regular.woff") format("woff"), url("../font/GenosGFG-Regular.ttf") format("truetype"), url("../font/GenosGFG-Regular.svg#GenosGFG-Regular") format("svg");
}
  
@font-face {
  font-family: "genosbold";
  src: url("../font/GenosGFG-Bold.eot");
  src: url("../font/GenosGFG-Bold.eot?#iefix") format("embedded-opentype"), url("../font/GenosGFG-Bold.woff") format("woff"), url("../font/GenosGFG-Bold.ttf") format("truetype"), url("../font/GenosGFG-Bold.svg#GenosGFG-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "vr-payment";
  src: url("../font/VR-Payment.eot");
  src: url("../font/VR-Payment.eot?#iefix") format("embedded-opentype"), url("../font/VR-Payment-Bold.woff") format("woff"), url("../font/VR-Payment-Bold.ttf") format("truetype"), url("../font/VR-Payment-Bold.svg#VR-Payment") format("svg");
  font-weight: bold;
  font-style: normal;
}


body {
  font-family: "genosregular";
  font-size: 1.2rem;
  letter-spacing: 0;
}

h1 {
  font-family: genosbold;
  font-size: 2.2rem;
  letter-spacing: -0.01rem;
  margin: 2rem 0 2rem;
}

h2 {
  font-family: genosbold;
  font-size: 1.7rem;
  letter-spacing: -0.01rem;
  margin: 1.3rem 0 .5rem;
}

h3 {
  font-family: genosbold;
  font-size: 1.4rem;
  letter-spacing: -0.01rem;
  margin: .65rem 0;
}

li {
  margin-top: 1.2rem;
}

label {
  font-size: 1rem;
  margin-right:20px;
}

td {
  vertical-align: top;
}

a {
  font-family: genosbold;
  letter-spacing: -0.01rem;
  color:#ff6600;
  text-decoration: none;
}
a:hover {
  color:#ff6600;
}

option {
  font-family: "genosregular";
}


ul.check-white {
    padding-left: 30px;
    position: relative;
    margin-top: 0px;
    margin-bottom: 15px;
}
ul.check-white li {
    margin-bottom: 5px;
    list-style: none;
}
ul.check-white li::before {
    content: url(../img/ico-bullet.svg);
    margin-right: 5px;
    display: inline-block;
    transform: scale(1) rotate(0deg);
    filter: invert(100%) sepia(100%) saturate(18%) hue-rotate(214deg) brightness(103%) contrast(101%);
    position: absolute;
    left: 0px;
}

.card {
  border-color: #FF6600;
  margin: 10px;
}
.card-body {
  padding: 1rem 2rem;
}

.form-control, .form-select {
  width:initial;
  padding: .375rem .5rem;
  border:none;
}