@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Poppins:wght@500;800&display=swap");
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
}

a {
  transition: all 0.5s ease;
  color: #fff;
}
a:hover {
  color: #ED2428;
}

section {
  padding: 30px 0;
}

input {
  border: 0 !important;
  border-bottom: 1px solid #C0C0C0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  font-family: "Inter", sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  opacity: 0.5 !important;
}

input::placeholder,
textarea::placeholder {
  font-family: "Inter", sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  opacity: 0.5 !important;
}

#hero {
  position: relative;
}
#hero h1 {
  font-size: 42px;
  font-weight: 500;
}
@media (max-width: 420px) {
  #hero h1 {
    font-size: 30px;
  }
}
#hero p {
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 0;
}
@media (max-width: 420px) {
  #hero p {
    font-size: 11px;
  }
}
#hero .logo {
  width: 146px;
}
#hero .hero-bg {
  position: absolute;
  left: 0;
}
#hero .hero-container > div > div > div:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #2F1415 0%, #000 100%);
  left: 0;
  top: 0;
  z-index: -1;
}
#hero .hero-container > div > div > div:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../images/e-whistleblowing_hero.png");
  background-size: cover;
  background-position: center top;
  left: 0;
}
#hero .hero-container > div {
  z-index: 1;
}
#hero .alert {
  background: red;
  border-radius: 0;
}
#hero .alert p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
}
#hero .fa-stack i.fas {
  font-size: 11px;
  margin: -2px 0;
}

main {
  overflow: hidden;
  height: 100%;
}
@media (max-width: 767px) {
  main {
    height: unset;
    overflow: visible;
  }
}
main h2 {
  font-size: 35px;
  font-weight: 800;
}
main p, main h3 {
  font-family: "Inter", sans-serif;
  font-size: 16px;
}
main p em, main h3 em {
  font-family: "Inter", sans-serif;
}
main h3 {
  font-weight: 600;
}
main h3 em {
  font-weight: 400;
}
main p {
  font-weight: 400;
  line-height: 23px;
}
main p strong {
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
main ul, main ol {
  line-height: 10px;
}
main ul p, main ol p {
  margin-bottom: 0;
}

main > div > div {
  height: 100%;
}
main > div > div > div {
  overflow-y: auto;
  height: 100%;
}
@media (max-width: 767px) {
  main > div > div > div {
    overflow-y: unset;
    height: unset;
  }
}
main > div > div > div:last-child {
  overflow-y: inherit;
}

.image-uploader {
  height: 220px;
}

.checkbox label {
  position: relative;
}
.checkbox label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox label input:checked ~ .checkmark {
  background-color: gray;
}
.checkbox label input:checked ~ .checkmark:after {
  display: block;
}
.checkbox label .checkmark {
  height: 30px;
  width: 30px;
  background-color: #F0F0F0;
  font-family: bootstrap-icons !important;
  display: inherit;
}
.checkbox label .checkmark:after {
  color: white;
  content: "\f633";
  position: absolute;
  display: none;
  left: 8px;
  font-size: 14px;
  top: 6px;
}
.checkbox label > div {
  display: inline-block;
  position: absolute;
  margin: 3px 0 0 10px;
  line-height: 17px;
}
.checkbox label span[key=agree] {
  white-space: nowrap;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}

.btn-gray {
  background: #6B6B6B;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 0;
  color: white;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.footer {
  background-color: #1F1F1F;
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 991px) {
  .footer {
    position: inherit;
  }
}
.footer p {
  color: #fff;
  font-family: "Helvetica Neue", "Arial", sans-serif;
  margin-bottom: 0;
  font-weight: 300;
  font-size: 10px;
  line-height: 16px;
}
@media (max-width: 767px) {
  .footer p:first-child {
    padding-top: 1rem;
  }
}
@media (max-width: 432px) {
  .footer p {
    font-size: 13px;
    line-height: 20px;
  }
}
.footer p a {
  color: #fff;
  font-family: "Helvetica Neue", "Arial", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  text-decoration: none;
  position: relative;
  white-space: nowrap;
  line-height: 20px;
}
@media (max-width: 432px) {
  .footer p a {
    font-size: 15px;
  }
}
.footer p a:after {
  content: "";
  width: 1px;
  height: 12px;
  background: #fff;
  margin: 0 5px -3px 10px;
  display: inline-block;
}
@media (max-width: 432px) {
  .footer p a:after {
    width: 1px;
    height: 15px;
  }
}
.footer p a:last-child:after {
  display: none;
}
.footer p a:hover {
  color: #ED2428;
}
.footer p span {
  white-space: nowrap;
}
.footer i {
  background: #666;
  padding: 6px;
  color: #FFF;
  margin: 0 4px;
  border-radius: 20px;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease;
}
.footer i[class*=facebook] {
  background: #4267B2;
  padding: 3px 7px;
}
.footer i[class*=facebook]:before {
  position: absolute;
  margin: 4px 2px;
  font-size: 22px;
}
.footer i[class*=facebook]:after {
  content: "";
  height: 20px;
  width: 15px;
  display: inherit;
}
@media (max-width: 432px) {
  .footer i[class*=facebook] {
    padding: 6px 10px;
  }
  .footer i[class*=facebook]:before {
    font-size: 24px;
    margin: 3px 1px;
  }
}
.footer i[class*=twitter] {
  background: #56ACEE;
  padding: 6px;
}
@media (max-width: 432px) {
  .footer i[class*=twitter] {
    padding: 7px;
    font-size: 19px;
  }
}
.footer i[class*=instagram] {
  background: #f09433;
  background: linear-gradient(45deg, #FDDA17 0%, #FDAD30 25%, #FE7054 50%, #F41D8A 75%, #9000DC 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#FDDA17", endColorstr="#9000DC",GradientType=1 );
  padding: 6px 7px;
}
@media (max-width: 432px) {
  .footer i[class*=instagram] {
    padding: 5px 6px;
    font-size: 23px;
  }
}
.footer i[class*=linkedin] {
  background: #0177B5;
  padding: 6px 7px;
  border-radius: 7px;
}
@media (max-width: 432px) {
  .footer i[class*=linkedin] {
    padding: 6px 7px;
    font-size: 21px;
    border-radius: 5px;
  }
}
.footer a i:hover {
  background: #fff;
  color: #1F1F1F;
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
/*** Spinner ***/
#loader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
}
#loader .spinner {
  position: relative;
  top: 30%;
  margin: 100px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}
#loader .spinner .rect2 {
  animation-delay: -1.1s;
}
#loader .spinner .rect3 {
  animation-delay: -1s;
}
#loader .spinner .rect4 {
  animation-delay: -0.9s;
}
#loader .spinner .rect5 {
  animation-delay: -0.8s;
}
#loader .spinner > div {
  background-color: #fff;
  height: 100%;
  width: 6px;
  display: inline-block;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
/*** Spinner ***/
#agree_chk_error {
  background: #ED2428;
  padding: 5px 15px;
  width: auto;
  position: relative;
  border-radius: 0.25rem;
  width: 30%;
}
#agree_chk_error:before {
  left: 7px;
  top: -13px;
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 13px solid #ED2428;
  position: absolute;
}
#agree_chk_error p {
  color: white;
  margin-bottom: 0;
  font-size: 13px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

#messageModalContent p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: black;
  margin-bottom: 0;
  opacity: 0.75;
}
#messageModalContent .my {
  font-style: italic;
}
#messageModalContent.alert-success {
  background: white;
  border: none;
}/*# sourceMappingURL=style.css.map */