.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;
}

.btn-secondary {
  background-color: #002d67;
  border:none;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 22px;
  font-size: 16px;
  width:auto;
  font-weight: 700;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background-color: #ff6600;
  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: 22px;
  letter-spacing: 0;
  line-height: 26px;
  font-weight: 400;
  color: #002D67;
}

h1 {
  font-family: "genosbold";
  font-size: 42px;
  letter-spacing: -0.25%;
  margin: 2rem 0;
  line-height: 42px;
  font-weight: 700;
  color: #0066b3;
}

h2 {
  font-family: "genosbold";
  font-size: 42px;
  letter-spacing: -0.25%;
  margin: 2rem 0;
  line-height: 42px;
  font-weight: 700;
  color: #002D67;
}

h3 {
  font-family: "genosregular";
  font-size: 42px;
  letter-spacing: -0.25%;
  margin: 10px 0;
  line-height: 42px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}

h4 {
  font-family: "genosregular";
  font-size: 26px;
  letter-spacing: -0.25%;
  margin: 30px 0 10px;
  line-height: 30px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}

h5 {
  font-family: "genosregular";
  font-size: 16px;
  letter-spacing: 0;
  margin: 8px 0;
  line-height: 20px;
  font-weight: 400;
  color: #002D67;
  text-align: center;
}

h6 {
  font-family: "genosregular";
  font-size: 13px;
  letter-spacing: 0;
  margin: 12px 0;
  line-height: 16px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}

p {
  margin-bottom: 26px;
}

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;
}

.form-check-input:checked {
  background-color: #0066b3;
  border-color: #0066b3;
}

.table td {
  padding: 10px;
  border:none;
  border-left:2px solid #F5F5F5;
  border-right:2px solid #F5F5F5;
  color: #002D67;
}

a.link-ext::before {
  content: "";
  background-image: url(../img/ico-link-ext.svg);
  color: var(--bright-orange);
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 5px;
  filter: invert(36%) sepia(64%) saturate(2094%) hue-rotate(5deg) brightness(108%) contrast(101%);
}

.ico-mail {
  background-image: url(../img/ico-mail.svg);
  width: 16px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 5px;
  filter: invert(36%) sepia(64%) saturate(2094%) hue-rotate(5deg) brightness(108%) contrast(101%);
}

@media (min-width: 992px) {
  .topGap {
    padding-top:90px;
  }
}