@font-face {
  font-family: "CoconPro-Regular Regular";
  src: url("/fonts/CoconPro-Regular/CoconPro-Regular.eot");
  src: url("/fonts/CoconPro-Regular/CoconPro-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/CoconPro-Regular/CoconPro-Regular.woff") format("woff"), url("/fonts/CoconPro-Regular/CoconPro-Regular.woff2") format("woff2"), url("/fonts/CoconPro-Regular/CoconPro-Regular.ttf") format("truetype"), url("/fonts/CoconPro-Regular/CoconPro-Regular.svg#CoconPro-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.btn {
  border: 2px solid transparent;
  border-radius: 20px;
  font-family: "CoconPro-Regular Regular", sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
}
.btn-primary {
  background-color: #f5c644;
  color: #000;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #a8a9ad;
  border-color: transparent;
  color: #10263d;
}
.btn-secondary {
  background-color: #ee9144;
  color: #000000;
}
.btn-blue {
  background-color: #4a71cf;
  color: #fff;
}
.btn-blue:hover {
  color: #fff;
}
.btn-blue-outline {
  background-color: #fff;
  border-color: #6485d6;
  color: #000;
}
.btn-blue-outline:hover {
  background-color: #4a71cf;
  color: #fff;
}
.btn-quiet {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.btn-quiet:hover, .btn-quiet:focus {
  color: #fff;
  text-decoration: underline;
}
.btn-plan-more {
  background-color: transparent;
  color: #fff;
}
.btn-plan-more i.fa-circle {
  color: #6485d6;
  margin-right: 5px;
  position: relative;
}
.btn-plan-more i.fa-circle::after {
  content: "\f067";
  font-family: "Font Awesome 6 Pro";
  font-size: 0.6rem;
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}
.btn-plan-more-dark {
  color: #06174f;
  padding-left: 0;
}
.btn-plan-more-dark i {
  color: #6485d6;
  margin-right: 5px;
}
.btn-plan-more:hover, .btn-plan-more:focus {
  color: inherit;
  text-decoration: underline;
}
.btn-prime-more {
  background-color: transparent;
  color: #06174f;
  font-size: 1rem;
  font-weight: 600;
  font-style: none;
  padding-left: 0;
}
.btn-prime-more i {
  color: #6485d6;
  font-size: 1.2rem;
  margin-right: 5px;
}
.btn-accent-border {
  background-color: transparent;
  border: 1px solid #fe9a00;
  color: #fff;
  padding: 10px 20px;
}
.btn-y-slim {
  font-size: 0.9rem;
  padding: 0.12rem 0.75rem;
}
.btn-small, .btn-sm {
  font-size: 0.9rem;
  padding: 5px 15px;
}
.btn-xl {
  border-radius: 60px;
  padding: 0.5em 2em !important;
}
@media (min-width: 992px) {
  .btn-xl {
    font-size: 1.7rem;
    padding: 0.5em 4em !important;
  }
}
.btn-registration-select {
  background-color: #17304f;
  border-radius: 8px;
  color: #fff;
  font-size: 0.9rem;
  margin: 0;
  padding: 6px 5px;
  width: 100%;
}
.btn-registration-select:hover, .btn-registration-select:focus {
  background-color: #6485d6;
  color: #fff;
}
.btn-form-back {
  background-color: #a8a9ad;
  color: #fff;
}
.btn-form-back:hover, .btn-form-back:focus {
  background-color: #cbcbcd;
  color: #fff;
}
.btn-orange, .btn-orange-to-dark {
  background-color: #fe9a00;
  color: #fff;
  margin: 10px auto;
  padding: 8px 15px;
  text-decoration: none;
  width: auto;
}

html,
body {
  background: rgb(6, 23, 79);
  background: linear-gradient(180deg, rgb(6, 23, 79) 0%, rgb(6, 23, 79) 200px, rgb(247, 247, 247) 200px, rgb(247, 247, 247) 100%);
  background-size: 100vh;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  min-height: 100vh;
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

main {
  flex: 1;
}

.bg-light {
  background-color: #f7f7f7 !important;
}
.bg-yellow {
  background-color: #f5c644;
}

.panel {
  border-radius: 15px;
  padding: 1em;
}
.panel-white {
  background-color: #fff;
  color: #000;
}
.panel-switch-off {
  background: url("/images/office/switch-off-overlay-mobile.png"), rgb(241, 168, 68);
  background: url("/images/office/switch-off-overlay-mobile.png"), linear-gradient(90deg, rgb(241, 168, 68) 0%, rgb(239, 150, 68) 100%);
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f1a844",endColorstr="#ef9644",GradientType=1);
  color: #fff;
  text-align: center;
}
.panel-switch-off h2 {
  color: #fff;
}
.panel-switch-off span,
.panel-switch-off h2 a,
.panel-switch-off a.span {
  color: #06174f;
}
.panel-switch-off.compare {
  font-family: "CoconPro-Regular Regular", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.2;
  padding: 0.5em;
}
.panel-switch-off.compare p {
  margin: 0;
}
@media (min-width: 992px) {
  .panel-switch-off {
    background: url("/images/office/switch-off-overlay-desktop-left.png") left center/auto 100% no-repeat, url("/images/office/switch-off-overlay-desktop-right.png") right center/auto 100% no-repeat, rgb(241, 168, 68);
    background: url("/images/office/switch-off-overlay-desktop-left.png") left center/auto 100% no-repeat, url("/images/office/switch-off-overlay-desktop-right.png") right center/auto 100% no-repeat, linear-gradient(90deg, rgb(241, 168, 68) 0%, rgb(239, 150, 68) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f1a844",endColorstr="#ef9644",GradientType=1);
  }
}
@media (min-width: 768px) {
  .panel-md-white {
    background-color: #fff;
  }
}
.panel-about {
  background-color: #f7f7f7;
  margin-bottom: 2em;
  padding-top: 2em;
  text-align: center;
}
@media (min-width: 992px) {
  .panel-about h3 {
    min-height: 63px;
  }
}
.panel-about i {
  background-color: #fff;
  border-radius: 50%;
  color: #ee9144;
  font-size: 2rem;
  position: absolute;
  top: -0.5em;
  left: calc(50% - 1rem);
}
.panel-about .buttons {
  margin-top: 1em;
}
@media (min-width: 992px) {
  .panel-about .buttons {
    position: absolute;
    bottom: 1em;
    left: 0;
    right: 0;
  }
}
@media (min-width: 992px) {
  .panel-about {
    height: 100%;
    padding-bottom: 3em;
    position: relative;
  }
}
.panel-info {
  background-color: #e0e7f7;
  border-radius: 15px;
  font-weight: 600;
  padding-block: 1em;
  padding-left: 4em;
  padding-right: 1em;
  position: relative;
}
.panel-info::before {
  color: #06174f;
  content: "\f044";
  float: left;
  font-family: FontAwesome;
  font-size: 1.5em;
  line-height: 1;
  position: absolute;
  top: 0.7em;
  left: 1em;
}

h1,
h2,
h3 {
  font-family: "CoconPro-Regular Regular", sans-serif;
  letter-spacing: 1px;
}

h1 {
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 0.5em;
}
h1.solo {
  font-weight: 600;
}
h1.solo span {
  color: #ee9144;
}

h1,
h2,
h3 {
  color: #06174f;
}

h2,
h3 {
  font-weight: 600;
}

h2 {
  font-size: 1.5rem;
  margin-bottom: 1em;
}
h2.solo {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: 1.2rem;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  h3 {
    font-size: 1.6rem;
  }
}

header {
  padding-block: 1em;
}
header .navbar {
  padding: 0;
}
header .navbar-toggler {
  border-radius: 50%;
  line-height: 48px;
  padding: 0;
  width: 50px;
}
header nav {
  color: #fff;
  font-family: "CoconPro-Regular Regular", sans-serif;
  font-weight: normal;
}
header nav a {
  color: #fff;
}
header nav a:focus, header nav a:hover {
  color: #fff;
  text-decoration: underline !important;
}
header nav .nav-item {
  border: 1px solid transparent;
}
header nav .nav-item.active a {
  color: #f5c644;
}
header nav .nav-link {
  padding-block: 0.3rem;
}
@media (min-width: 768px) {
  header {
    padding-bottom: 2em;
  }
}

footer {
  color: #06174f;
  line-height: 1.8;
}
footer a {
  color: inherit;
}
footer h3 {
  color: #fe9a00;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 1em;
}
footer nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .legal-text {
  font-size: 0.8rem;
  margin-top: 1em;
}
footer .legal-text nav {
  display: inline-block;
}
footer .legal-text nav ul li {
  display: inline;
}
footer .legal-text nav ul li + li {
  border-left: 1px #06174f solid;
  padding-left: 1em;
  margin-left: 1em;
}
footer .logo {
  max-width: 200px;
}
footer .email {
  color: #000;
  font-size: 0.8rem;
}

input[type=file] {
  position: absolute;
  visibility: hidden;
}

.hide {
  display: none;
}

#form-details strong {
  border: 1px solid #06174f;
  cursor: pointer;
  display: block;
  font-size: 0.9rem;
  padding: 2px 5px;
  position: relative;
}
#form-details strong:hover {
  background-color: #06174f;
  color: #fff;
}
#form-details strong:hover::after {
  background-color: #06174f;
  border-radius: 5px;
  color: #fff;
  content: "click to copy";
  font-size: 12px;
  position: absolute;
  top: -25px;
  right: 0;
  text-decoration: underline;
  padding: 5px 15px;
}
@media (min-width: 768px) {
  #form-details strong:hover::after {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 768px) {
  #form-details strong {
    display: inline-block;
  }
}

/* Modern browsers */
.form-control::-moz-placeholder {
  opacity: 1;
  color: #bbb;
  font-style: italic;
}

.form-control::placeholder {
  opacity: 1;
  color: #bbb;
  font-style: italic;
}

.breadcrumb {
  background: none;
  color: #d3d3d3;
  display: flex;
}
.breadcrumb-item {
  display: none;
  position: relative;
  text-align: center;
}
.breadcrumb-item::after {
  content: "";
  background-color: #06174f;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 25px;
  width: 100%;
  z-index: 1;
}
.breadcrumb-item .step {
  background: #06174f;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 45px;
  font-size: 18px;
  margin: 0 auto 10px auto;
  padding: 2px;
  position: relative;
  z-index: 2;
}
.breadcrumb-item .title {
  font-weight: 600;
}
.breadcrumb-item.previous::after, .breadcrumb-item.active::after {
  background-color: #f5c644;
}
.breadcrumb-item.previous .step, .breadcrumb-item.active .step {
  background: #f5c644;
}
.breadcrumb-item.previous.display, .breadcrumb-item.next.display, .breadcrumb-item.active {
  display: block;
}
.breadcrumb-item.active .step i {
  color: #06174f;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "";
}
.breadcrumb-item:first-of-type::after {
  left: 50%;
}
.breadcrumb-item:last-of-type::after {
  width: 50%;
}
@media (min-width: 768px) {
  .breadcrumb-item {
    display: block;
  }
}

.golden-number-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}

.golden-number-badge {
  background: #f8f9fa;
  border-radius: 0.5em;
  border: 1px solid #dee2e6;
  color: #212529;
  display: inline-block;
  font-weight: 500;
  margin-bottom: 0.5em;
  padding: 0.5em 1em;
  text-decoration: none;
  transition: all 0.3s ease;
}
.golden-number-badge:hover {
  background: #dae0e5;
  border-color: #c1c9d0;
}
.golden-number-badge.selected {
  background: #f5c644;
  border-color: #f4bf2c;
  color: #fff;
}

.golden-numbers-pagination-controls {
  justify-content: center;
  align-items: center;
  display: flex;
  gap: 0.5rem;
  margin-top: 1em;
  margin-bottom: 1em;
}
.golden-numbers-pagination-controls .btn {
  min-width: 50px;
  text-align: center;
}
.golden-numbers-pagination-controls div {
  align-items: center;
  display: flex;
  font-weight: 600;
  height: 38px;
  justify-content: center;
  min-width: 60px;
  text-align: center;
}

.font-bronze, .font-silver, .font-gold {
  text-shadow: 1px 1px 1px #666;
}
.font-bronze {
  color: #cd7f32;
}
.font-silver {
  color: #c0c0c0;
}
.font-gold {
  color: #ffd700;
}

