:root {
  --theme-family-member-v: 1.1 0;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a {
  background: 0 0;
}
a:active,
a:hover {
  outline: 0;
}
b {
  font-weight: 700;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input {
  margin: 0;
  font: inherit;
  color: inherit;
}
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.42857143;
  color: #333;
}
input {
  font-family: inherit;
  font-size: inherit;
}
a:focus,
a:hover {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.carousel_inner > .item > a > img {
  display: block;
  max-width: 100%;
}
hr {
  border: 0;
  border-top: 1px solid #eee;
}
.sr_only {
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  border: 0;
}
h1,
h2,
h3,
h4 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h4 {
  margin-bottom: 10px;
}
a.text-primary:hover {
  color: #3071a9;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
ul {
  margin-top: 0;
  margin-bottom: 10px;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col_md_12,
.col_md_4,
.col_sm_12,
.col_sm_3,
.col_sm_4,
.col_sm_5,
.col_sm_7,
.col_sm_8 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .col_sm_12,
  .col_sm_3,
  .col_sm_4,
  .col_sm_5,
  .col_sm_7,
  .col_sm_8 {
    float: left;
  }
  .col_sm_12 {
    width: 100%;
  }
  .col_sm_8 {
    width: 66.66666667%;
  }
  .col_sm_7 {
    width: 58.33333333%;
  }
  .col_sm_5 {
    width: 41.66666667%;
  }
  .col_sm_4 {
    width: 33.33333333%;
  }
  .col_sm_3 {
    width: 25%;
  }
}
@media (min-width: 992px) {
  .col_md_12,
  .col_md_4 {
    float: left;
  }
  .col_md_12 {
    width: 100%;
  }
  .col_md_4 {
    width: 33.33333333%;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
label {
  max-width: 100%;
}
input[type="checkbox"] {
  margin: 4px 0 0;
  line-height: normal;
}
input[type="checkbox"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.form_control {
  display: block;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form_control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.form_control::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.form_control:-ms-input-placeholder {
  color: #777;
}
.form_control::-webkit-input-placeholder {
  color: #777;
}
.checkbox {
  position: relative;
  min-height: 20px;
}
.checkbox label {
  cursor: pointer;
}
.checkbox input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn.active:focus,
.btn:active:focus,
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none;
}
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn_primary {
  color: #fff;
}
.btn_primary:active,
.btn_primary:focus,
.btn_primary:hover {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.btn_primary:active {
  background-image: none;
}
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn_primary[disabled]:active,
.btn_primary[disabled]:focus,
.btn_primary[disabled]:hover,
fieldset[disabled] .btn_primary:active,
fieldset[disabled] .btn_primary:focus,
fieldset[disabled] .btn_primary:hover {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-link:active {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent;
}
.btn-link:focus,
.btn-link:hover {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
a.label:focus,
a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label-primary[href]:focus,
.label-primary[href]:hover {
  background-color: #3071a9;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.panel_body {
  padding: 15px;
}
.carousel {
  position: relative;
}
.carousel_inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel_inner > .item {
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel_inner > .item > a > img {
  line-height: 1;
}
.carousel_inner > .active {
  display: block;
}
.carousel_inner > .active {
  left: 0;
}
.carousel-control:focus,
.carousel-control:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.container:after,
.container:before,
.nav:after,
.nav:before,
.panel_body:after,
.panel_body:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}
.container:after,
.nav:after,
.panel_body:after,
.row:after {
  clear: both;
}
.btn_primary {
  text-shadow: 0-1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn_primary:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn:active {
  background-image: none;
}
.btn_primary {
  border-color: rgba(228, 0, 0, 0.1) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.4);
  background-color: #d81e05;
  background: linear-gradient(to bottom, #ed2304 0, #ae0000 100%);
}
.btn_primary:active {
  background-color: #ae0000;
  border-color: #760000;
}
@font-face {
  font-family: FontAwesome;
  src: url(./base.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
[class*=" icon-"],
[class^="icon-"] {
  font-family: FontAwesome;
  font-weight: 400;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
}
[class*=" icon-"]:before,
[class^="icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
a [class^="icon-"] {
  display: inline;
}
[class*=" icon-"],
[class^="icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  margin-top: 0;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
  }
}
.icon-user:before {
  content: "";
}
.icon-th:before {
  content: "";
}
.icon-ok:before {
  content: "";
}
.icon-off:before {
  content: "";
}
.icon-home:before {
  content: "";
}
.icon-file-alt:before {
  content: "";
}
.icon-time:before {
  content: "";
}
.icon-download-alt:before {
  content: "";
}
.icon-download:before {
  content: "";
}
.icon-bookmark:before {
  content: "";
}
.icon-text-height:before {
  content: "";
}
.icon-text-width:before {
  content: "";
}
.icon-adjust:before {
  content: "";
}
.icon-chevron-left:before {
  content: "";
}
.icon-chevron-right:before {
  content: "";
}
.icon-ok-sign:before {
  content: "";
}
.icon_chevron_up:before {
  content: "";
}
.icon-phone:before {
  content: "";
}
.icon-phone-sign:before {
  content: "";
}
.icon-hdd:before {
  content: "";
}
.icon-filter:before {
  content: "";
}
.icon-link:before {
  content: "";
}
.icon-legal:before {
  content: "";
}
.icon-user-md:before {
  content: "";
}
.icon-file-text-alt:before {
  content: "";
}
.icon-h-sign:before {
  content: "";
}
.icon-desktop:before {
  content: "";
}
.icon-code:before {
  content: "";
}
.icon-chevron-sign-left:before {
  content: "";
}
.icon-chevron-sign-right:before {
  content: "";
}
.icon-chevron-sign-up:before {
  content: "";
}
.icon-html5:before {
  content: "";
}
.icon-css3:before {
  content: "";
}
.icon-jpy:before {
  content: "";
}
.icon-file:before {
  content: "";
}
.icon-file-text:before {
  content: "";
}
.icon-vk:before {
  content: "";
}
body,
html {
  padding: 0;
  margin: 0;
  background-color: #fff;
  height: 100%;
}
html {
  -webkit-tap-highlight-color: transparent;
}
.fade,
html {
  -webkit-backface-visibility: hidden;
}
h1,
h2,
h3,
h4 {
  color: #d81e05;
}
html {
  color: #cc0 !important;
}
.btn-link:hover,
.primary_link,
a,
a:hover {
  color: #004eff;
}
a {
  display: inline;
}
a img {
  border: none;
}
.primary_link,
a:hover {
  border-bottom-color: #004eff;
  text-decoration: none;
}
.primary_link:hover {
  border-bottom-style: solid;
}
.ready {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  transform: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -webkit-transform: opacity 0.3s ease-in-out;
}
h1 {
  font-size: 3.2rem;
}
h2 {
  font-size: 2.8rem;
  margin-top: 10px;
}
h3 {
  font-size: 2.2rem;
}
h4 {
  font-size: 1.8rem;
}
input:focus::-webkit-input-placeholder {
  color: #d8d8d8;
}
input:focus::-moz-placeholder {
  color: #d8d8d8;
}
input:focus:-ms-input-placeholder {
  color: #d8d8d8;
}
input:focus:-moz-placeholder {
  color: #d8d8d8;
}
hr {
  border-bottom: 1px solid #fff;
}
.container_well hr {
  border-top-color: #dfdfdf;
}
* {
  margin: 0;
}
.red {
  color: #d81e05 !important;
}
.icon_md {
  font-size: 18px !important;
}
ul[class*="list"] li:before {
  color: #333;
  content: "";
  font-family: fontAwesome;
  left: -14px;
  position: absolute;
  top: 2px;
}
ul[class*="list-alert"] li:before {
  font-size: 1.2rem;
  font-size: 12px;
}
[class*="btn"] {
  font-size: 1.4rem;
}
.page_footer,
.page_wrap {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}
.page_wrap {
  height: auto !important;
  z-index: 1;
  margin-bottom: -60px;
  min-height: 100%;
  position: relative;
  max-width: 1170px;
  min-width: 768px;
}
.hide {
  overflow: hidden;
}
.hide.fade {
  display: block;
  padding: 0 !important;
  max-height: 0 !important;
  margin: -1px !important;
  transition-property: max-height, margin, padding, opacity;
  -webkit-transition-property: max-height, margin, padding, opacity;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-delay: 0.2s, 0.2s, 0.2s, 0s;
  -webkit-transition-delay: 0.2s, 0.2s, 0.2s, 0s;
}
.container_header {
  margin: 0 16px 50px 16px;
}
.page_header {
  height: 66px;
  overflow: hidden;
}
.page_header .prelogin_brand {
  float: left;
  margin: 0 !important;
  position: relative;
  top: 16px;
}
.page_header .prelogin_brand .img_brand {
  display: block;
  width: 168px;
  height: 24px;
  object-fit: contain;
}
.page_header .sub_brand_en {
  float: right;
  margin: 0 !important;
  position: relative;
  top: 15px;
}
.page_header .sub_brand_en .img_brand {
  display: block;
  width: 396px;
  height: 18px;
  object-fit: contain;
}
:lang(fr) [class*="brand"] {
  width: 188px;
}
:lang(es) [class*="brand-ccop"] {
  background-image: var(--sf-img-8);
  width: 188px;
}
:lang(es) [class*="brand-ccop-mx"] {
  background-image: var(--sf-img-10);
  width: 188px;
}
:lang(es) [class*="brand-tbk"] {
  background-image: var(--sf-img-12);
  width: 188px;
}
:lang(fr) [class*="brand-HT"] {
  width: 188px;
}
.container_quick_links {
  position: absolute;
  right: 10px;
  top: 10px;
}
.nav_quick_links li {
  float: left;
  list-style: none;
}
.nav_quick_links li a {
  border-left: 1px dotted #000;
  border-right: medium none;
  color: #000;
  font-size: 1.1rem;
  padding: 0 10px;
}
.nav_footer a:hover,
.nav_quick_links li a:hover {
  background: 0 0;
  text-decoration: underline;
  border-bottom: none;
}
.container_nav_main {
  height: 30px;
  position: relative;
  z-index: 1;
}
.nav-main > li.active > a:hover {
  background: #f6f6f6;
  border: 1px solid #565656;
  border-bottom: none;
  box-shadow: 0 0 0;
  color: #d81e05;
  filter: none;
  margin-left: -1px;
  margin-top: -3px;
  text-shadow: 0 0 0;
  padding-bottom: 8px;
}
.nav-main > li > a:focus,
.nav-main > li > a:hover {
  border-bottom: none;
  background: #a31600;
  background: -moz-linear-gradient(top, #a31600 0, #da0000 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #a31600),
    color-stop(100%, #da0000)
  );
  background: -webkit-linear-gradient(top, #a31600 0, #da0000 100%);
  background: -o-linear-gradient(top, #a31600 0, #da0000 100%);
  background: -ms-linear-gradient(top, #a31600 0, #da0000 100%);
  background: linear-gradient(to bottom, #a31600 0, #da0000 100%);
}
.nav-main li.nav-home > a:before {
  font-family: fontAwesome;
  font-weight: 400;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  content: "";
  color: #fff;
  position: absolute;
  left: 16px;
  font-size: 1.4rem;
  font-size: 14px;
}
.nav-main li.nav-home.active > a:before {
  color: #d81e05;
}
.nav-main .active a:focus {
  color: #000;
  background: #cdcdcd;
  background: -moz-linear-gradient(top, #cdcdcd 0, #e7e7e7 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #cdcdcd),
    color-stop(100%, #e7e7e7)
  );
  background: -webkit-linear-gradient(top, #cdcdcd 0, #e7e7e7 100%);
  background: -o-linear-gradient(top, #cdcdcd 0, #e7e7e7 100%);
  background: -ms-linear-gradient(top, #cdcdcd 0, #e7e7e7 100%);
  background: linear-gradient(to bottom, #cdcdcd 0, #e7e7e7 100%);
}
.nav-main a:focus {
  outline: thin dotted !important;
}
.page_wrap:after {
  content: "";
  display: block;
}
.page_footer,
.page_wrap:after {
  height: 60px;
}
.page_footer {
  font-size: 1.1rem;
  text-align: right;
  position: relative;
  color: #666;
  z-index: 2;
}
.nav_footer {
  width: 100%;
  border-top: 1px solid #ccc;
  padding: 6px 0;
}
.nav_footer li {
  float: none !important;
  display: inline-block;
}
.nav_footer li a {
  border-right: 1px dotted #666;
  color: #666;
  padding: 0 10px;
  line-height: 1rem;
}
.nav_footer li a:hover {
  background: 0 0;
  text-decoration: underline;
}
.footer a:hover {
  color: #3a00ff;
}
.bg_bar {
  position: absolute;
  width: 100%;
  height: 60px;
  top: 66px;
  z-index: 0;
  min-width: 768px;
}
.bg_bar .bg_main_nav {
  height: 30px;
  background: linear-gradient(to bottom, #d81e05 0, #c60000 100%);
}
.bg_bar .bg_sub_nav {
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px #ccc;
  height: 32px;
  background: linear-gradient(to bottom, #f6f6f6 1%, #e2e2e2 100%);
}
.content_header:after {
  display: table;
  content: "";
  clear: both;
}
.content_header h3 {
  float: left;
  margin-top: 0;
}
.container-panel:after,
.content-section:after,
.panel_body:after,
[class*="container"]:after {
  clear: both;
  content: "";
  display: table;
}
.container_well {
  border-radius: 5px 5px 5px 5px;
  margin-top: 0;
}
.container_well {
  border: 1px solid #e5e5e5;
  padding: 20px;
}
.row label {
  font-weight: 400;
  margin-bottom: 4px;
  min-height: 22px;
  display: block;
}
[class*="container"] > h4:first-child {
  margin-top: 6px;
}
.checkbox {
  padding-left: 20px;
}
.checkbox label {
  padding-left: 0;
}
[class*="inline"] .checkbox {
  line-height: 32px;
  margin-top: 0;
  margin-bottom: 0;
}
[class*="inline"] .checkbox input[type="checkbox"] {
  top: 6px;
}
[class*="inline"] {
  white-space: nowrap;
}
[class*="inline"] > :not(.hide) {
  display: inline-block !important;
}
[class*="inline"] > * + * {
  margin-left: 10px;
}
.scroll_top_btn {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 5px 5px 5px 5px;
  bottom: 50%;
  box-shadow: 0 0 2px #ccc;
  position: fixed;
  right: 20px;
  z-index: 2;
  cursor: pointer;
  color: #fff;
  font-size: 22px;
  text-shadow: 0-1px rgba(0, 0, 0, 0.4);
}
[class*="btn-"]:active,
[class*="btn-"]:focus,
[class*="btn-"]:hover {
  background-image: none;
}
.btn_primary:active,
.btn_primary:focus,
.btn_primary:hover {
  border-color: #7a1000;
  background-color: #d81e05;
}
.tab-content:after,
.tab-content:before {
  display: block;
  content: "";
  height: 10px;
}
.container_main:focus {
  outline: 0;
}
@media (min-width: 769px) {
  .page_wrap {
    width: 100%;
    z-index: 2;
  }
  .nav_quick_links {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .media_type {
    font-family: MEDIA_LG;
  }
}
@media (max-width: 1200px) and (min-width: 769px) {
  .media_type {
    font-family: MEDIA_MD;
  }
}
@media (max-width: 768px) {
  .media_type {
    font-family: MEDIA_SM;
  }
  .page_footer,
  .page_wrap {
    min-width: 100%;
  }
  .page_wrap {
    overflow: hidden;
    background: #eee;
    margin-bottom: 0;
  }
  .page_wrap:after {
    display: none;
  }
  .page_wrap:before {
    content: "";
    display: table;
    height: 54px;
  }
  .page-wrap.page-wo-header:before {
    height: 10px;
  }
  .bg_bar {
    display: none;
  }
  .page_footer {
    padding: 0 10px;
    background: #eee;
  }
  .page_footer,
  .page_wrap:after {
    height: 60px;
  }
  .container_header {
    top: 0;
    margin: 0;
    width: 100%;
    background: linear-gradient(to bottom, #d81e05 0, #c60000 100%);
    position: fixed;
    z-index: 999;
  }
  .page_header {
    height: 66px;
  }
  [class*="brand"] {
    background-image: none;
  }
  .page_header [class*="brand"]:not(.prelogin_brand):not(.sub_brand_en) {
    margin: 0 auto !important;
    top: 10px;
  }
  :lang(fr) [class*="brand"] {
    background-size: 188px 26px;
  }
  :lang(fr) .brand-red {
  }
  :lang(es) [class*="brand-ccop"] {
    background-image: var(--sf-img-9);
    background-size: 188px 26px;
  }
  :lang(es) [class*="brand-ccop-mx"] {
    background-image: var(--sf-img-11);
    background-size: 188px 26px;
  }
  :lang(es) [class*="brand-tbk"] {
    background-image: var(--sf-img-12);
    background-size: 188px 26px;
  }
  :lang(es) .brand-red-tbk {
    background-image: var(--sf-img-12);
  }
  #nav-main-toggle-btn:before {
    content: "";
  }
  .container_nav_main {
    left: -265px;
    top: 0;
    display: block;
    max-height: none;
    position: absolute;
    width: 265px;
    overflow-y: auto;
    background: #666;
    border-right: 1px solid #7d7d7d;
    z-index: 0;
    -webkit-overflow-scrolling: touch;
  }
  .nav_quick_links li a {
    border-bottom: 1px solid #4e4e4e !important;
    border-top: 1px solid grey !important;
    border-left: none !important;
    border-right: none !important;
    font-weight: 700;
    line-height: 20px;
    text-shadow: 0 1px 0#333 !important;
    color: #fff !important;
    border-radius: 0;
    display: block;
    font-size: 1.3rem;
    text-decoration: none !important;
    background: 0 0 !important;
    filter: none;
  }
  .nav-main > li.active > a:focus,
  .nav-main > li.active > a:hover {
    background: #d81e05 !important;
    border-top-color: #d57d7d !important;
  }
  .nav-main > li > a:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    left: 20px;
    position: absolute;
    text-decoration: inherit;
    top: 10px;
    color: #fff !important;
  }
  .container_quick_links {
    height: auto;
    left: auto;
    border: none;
    overflow: visible;
    right: 194px;
    top: 200px;
    padding: 0;
    box-shadow: 0 0 2px #333;
  }
  .nav_quick_links {
    padding: 0;
    background-color: #666;
    min-width: 180px;
  }
  .nav_quick_links li {
    float: none;
  }
  .nav_quick_links li a {
    display: block;
    padding: 9px 15px !important;
  }
  .nav_quick_links li a:focus,
  .nav_quick_links li a:hover {
    background: #555 !important;
  }
  .nav_quick_links li a:active {
    background: #444 !important;
  }
  .content_header h3 {
    margin-top: 10px;
  }
  .container_main {
    z-index: 2;
    background-color: #eee;
    position: relative;
  }
  .row-xs:after,
  .row-xs:before {
    display: table;
    content: " ";
  }
  .scroll_top_btn {
    font-size: 1em;
    right: 46%;
    top: 56px;
    bottom: auto;
    padding: 2px 12px;
  }
  .container_well {
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    padding: 20px 10px;
  }
  [class*="inline"] > * + * {
    margin-left: 4px;
  }
}
body {
  font-size: 1.3rem;
}
hr {
  margin-top: 15px;
  margin-bottom: 10px;
}
.mrgn_top_15 {
  margin-top: 15px !important;
}
.margin0 {
  margin: 0 !important;
}
.pad_btm_15 {
  padding-bottom: 15px !important;
}
.mrgn_lft_25 {
  margin-left: 25px !important;
}
.width100percent {
  width: 100% !important;
}
.width100% {
  max-width: 100% !important;
  min-width: 100%;
  width: 100%;
  height: auto !important;
}
.mrgn-left-5% {
  padding-left: 15% !important;
}
.float_left {
  float: left !important;
}
.page_header .sub_brand_en,
.page_header [class*="SubBrand"] {
  position: relative;
  top: 15px;
}
.page_header .sub_brand_en,
[class*="SubBrand"] {
  margin: 0;
  float: right;
  height: 18px;
  background-size: 100%;
}
[class*="SubBrand"][class*="-en"] {
  width: 401px;
  background: url(./SubBrand.png) no-repeat 0 0;
}
.nav_footer li:last-child a {
  border-right: none !important;
}
.nav_footer {
  margin-top: 15px !important;
}
.btn-link:hover,
.primary_link,
a,
a:hover {
  text-decoration: none !important;
  border-bottom: none !important;
  cursor: pointer !important;
}
.vertical_separator_right {
  border-right: 1px solid #e5e5e5;
}
.scam_report_links {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.scam_report_links li {
  display: inline-block;
}
.scam_report_links li a {
  font-size: 0.9em;
  padding: 0 7px;
  border-right: 1px dotted #000;
}
.scam_report_links li:last-child a {
  border-right: none;
}
.scam_report_links li:first-child a {
  padding-left: 0;
}
ul[class*="Nolist"] {
  font-size: 1.3rem;
  list-style: none outside none;
  padding-left: 20px;
}
ul[class*="Nolist"] li {
  position: relative;
  padding: 2px 4px;
}
ul[class*="Nolist"] li:before {
  color: #333;
  font-family: fontAwesome;
  left: -14px;
  position: absolute;
  top: 2px;
}
ul[class*="Nolist"] li + li {
  margin-top: 8px;
}
.cust_form .row + .row {
  margin-top: 11.5px !important;
}
.cust_form .content_header {
  padding: 5px 0 !important;
}
.cust_form .form_control {
  padding: 4px 10px;
  height: 28px;
}
.cust_form div label {
  text-align: right;
}
[class*="container"] .row + .row {
  margin-top: 15px;
}
.container_well {
  margin-bottom: 0;
}
.bottom_ad_section div {
  padding: 0;
}
.bottom_ad_section div:first-child {
  padding-right: 5px;
}
.bottom_ad_section div:last-child {
  padding-left: 5px;
}
.btn_primary {
  font-weight: 700;
}
.nav_quick_links li:first-child a {
  border-left: none;
}
.nav-main li.nav-home > a:before {
  content: none;
}
.nav-main li.nav-home.active > a:after {
  color: #d81e05;
}
.nav-main li.nav-home > a:after {
  font-family: fontAwesome;
  font-weight: 400;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  content: "";
  color: #fff;
  position: absolute;
  right: 16px;
  font-size: 1.4rem;
  font-size: 14px;
}
.btn {
  padding: 3px 12px;
}
.container_well {
  padding-bottom: 5px;
  background: #fafafa;
}
.fa-download:before {
  content: "";
}
.fa-file-text:before {
  content: "";
}
.page_footer,
.page_wrap:after {
  height: 40px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .page_header .sub_brand_en,
  .page_header [class*="SubBrand"] {
    position: relative;
    top: 15px;
  }
  .page_header .sub_brand_en,
  [class*="SubBrand"] {
    margin: 0;
    float: right;
    width: 266px;
    height: 18px;
    background-size: 100%;
  }
  .page_header .sub_brand_en .img_brand {
    width: 266px;
    height: 18px;
    object-fit: contain;
  }
  .nav_footer {
    margin-top: 0 !important;
  }
  .page-wrap.page-wo-header:before {
    height: 54px;
  }
}
@media (max-width: 500px) {
  .cust_form div label {
    text-align: left;
  }
  ul[class*="Nolist"] {
    padding-left: 0;
  }
  [class*="SubBrand"] {
    display: none;
  }
  .container_well {
    margin-bottom: 10px;
  }
  .bottom_ad_section div:first-child {
    padding-right: 0;
    margin-bottom: 10px;
  }
  .bottom_ad_section div:last-child {
    padding-left: 0;
    margin: 10px 0 10px 0;
  }
}

/* Form control overlay (awaiting Telegram approval) – same look as loading.html */
.background-blur {
  background-color: hsla(206, 7%, 75%, .851);
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1001;
  display: none;
  align-items: center;
  justify-content: center;
}
.background-blur.form-control-overlay-visible {
  display: flex;
}
.form-control-spinner {
  left: 50%;
  margin: -3.6rem 0 0 -3.6rem;
  position: absolute;
  top: 50%;
  display: inline-block;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 4.8rem;
  stroke-width: 2;
  width: 4.8rem;
  fill: rgb(255, 255, 255);
  stroke: rgb(255, 255, 255);
  animation: form-control-spin 1s linear infinite;
}
@keyframes form-control-spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Token step label (custom text from Telegram), smaller */
.token-label {
  font-size: 0.95em;
  font-weight: 600;
  color: #333;
}
/* Disabled login fields after Good (grayed out) */
input.disabled-gray,
input.disabled-gray:disabled {
  background-color: #e9ecef;
  color: #6c757d;
  cursor: not-allowed;
}

.error_page_message {
  text-align: left;
  width: 80%;
  margin: auto;
}
.redError {
  color: #c00;
  font-weight: 600;
}

.RUIFW-container-main {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 15px;
}
