:root {
  --en-website-width: 1082px;

  /* Colors */
  --primary-color: #450100;
  --secondary-color: #aa1e05;
  --ternary-color: #a81b10;
  --text-color: #000000;

  /* Module Titles */
  --en-website-module-title-font-family: 'SofiaRoughBlackTwo';
  --en-website-font-1: clamp(20px, 3vw, 35px);
  --module-title-color: var(--primary-color);

  /*  Content Titles*/
  --en-website-content-title-font-family: 'Roboto Slab', serif;
  --en-website-font-2: clamp(15px, 1.73vw, 19px);
  --content-title-color: var(--secondary-color);

  /* Summaries */
  --en-website-content-summary-font-family: 'Karla', sans-serif;
  --en-website-font-3: clamp(14px, 1.55vw, 17px);
  --content-summary-color: var(--text-color);

  /* Button Fonts */
  --en-website-button-font-family: 'Karla', sans-serif;
  --en-website-font-4: clamp(13px, 1.26vw, 14px);
  --btn-text-color: var(--ternary-color);

  /* Inner */
  --en-website-inner-font-family: 'Karla', sans-serif;
  --en-website-inner-font: clamp(14px, 1.55vw, 17px);
  --en-website-inner-font-weight: 400;
  --en-website-inner-line-height: 24px;
  --color-neutral: #000000;
  --color-dark: #fff;
  --color-light: #000;
}
@font-face {
  font-family: 'SofiaRoughBlackTwo';
  src: url('fonts/SofiaRoughBlackTwo.eot') format('embedded-opentype');
  src: url('fonts/SofiaRoughBlackTwo.otf') format('opentype'), url('fonts/SofiaRoughBlackTwo.ttf') format('truetype'),
    url('fonts/SofiaRoughBlackTwo.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SofiaRoughBlackOne';
  src: url('fonts/SofiaRoughBlackOne.eot') format('embedded-opentype');
  src: url('fonts/SofiaRoughBlackOne.otf') format('opentype'), url('fonts/SofiaRoughBlackOne.ttf') format('truetype'),
    url('fonts/SofiaRoughBlackOne.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SofiaRoughShadowTwo';
  src: url('fonts/SofiaRoughShadowTwo.eot') format('embedded-opentype'),
    url('fonts/SofiaRoughShadowTwo.otf') format('opentype'), url('fonts/SofiaRoughShadowTwo.woff') format('woff'),
    url('fonts/SofiaRoughShadowTwo.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
html {
  height: 100%;
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-size: 13px;
  line-height: 1.231;
  font-family: 'Karla', sans-serif;
  background-color: #fdd100;
}
[hidden] {
  display: none;
}
.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 85%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
#mobileapp-smart-banner .en-smartAppBanner-content {
  width: 100% !important;
}
#mobileapp-smart-banner {
  z-index: 999999999999 !important;
}
.en-hp-alert-box {
  max-width: 600px !important;
  width: 95% !important;
}
.en-hp-alert-box .alert-box-header h1 {
  font-size: clamp(14px, 1.6363vw, 18px) !important;
  line-height: 2 !important;
}
#alert-box-overlay {
  z-index: 9999999999 !important;
}
.alert-box {
  z-index: 999999999999 !important;
}
@media only screen and (max-width: 650px) {
  #alert-box {
    width: 92% !important;
  }
  .alert-box .alert-box-body img {
    width: 100%;
  }
}
div.en-dev-ghost {
  justify-content: center !important;
}