h1, .h1 {
  font-size: 46px;
  line-height: 55.2px;
  letter-spacing: 1px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
  color: #000;
}

h2, .h2 {
  font-size: 32px;
  line-height: 55.2px;
  letter-spacing: 1px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #000;
  margin-bottom: 30px;
}

h2:empty {
  display: none;
  visibility: hidden;
}

h3 {
  font-size: 20.8px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #000;
  margin-bottom: 30px;
}

h4 {
  font-size: 16px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #000;
  margin-bottom: 30px;
}

h5 {
  font-size: 12.8px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #000;
  margin-bottom: 30px;
}

h6 {
  font-size: 11.2px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #000;
  margin-bottom: 30px;
}

p {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 25px;
  line-height: 19.6px;
}

a {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  text-decoration: none;
  color: #4e1300;
}

a:hover {
  cursor: pointer;
  text-decoration: none;
  color: #4e1300;
}

strong {
  font-weight: 700;
}

/*----------- Typography End ---------*/
html,
body {
  height: 100%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  line-height: 1;
  appearance: none;
  text-decoration: none;
}

body {
  color: #424648;
  font-size: 16px;
  font-family: "Bebas Neue", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  width: 100%;
}

.container {
  max-width: 1920px;
  width: 100%;
  margin: auto;
  position: relative;
  padding: 0;
}

footer .container {
  min-height: unset;
}

.miniContainer {
  padding: 50px 0;
}

.wrapper {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  position: relative;
}

.wrapper__small {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  position: relative;
}

video, canvas, iframe {
  display: block;
  max-width: 100%;
}

img {
  display: block;
}

p:empty {
  display: none;
}

.fancybox-overlay.fancybox-overlay-fixed {
  z-index: 999999;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* END OF BASE*/
.paging {
  display: block;
  text-align: center;
  width: 100%;
}

.paging-nav {
  background-color: #f1f1f1;
  overflow: hidden;
  display: inline-flex;
  margin-top: 50px;
  padding-block: 15px;
  width: 100%;
  justify-content: center;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
.paging-nav a,
.paging-nav div {
  display: flex;
  padding: 10px 15px;
  text-align: center;
  box-sizing: border-box;
  color: #424648;
  background-color: #ffffff;
  vertical-align: top;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 22.2px;
  width: 33px;
  height: 33px;
  margin: 0;
}
.paging-nav div {
  color: #fff;
  background: #F3A120;
  margin: 5px 0;
}
.paging-nav a:hover {
  color: #fff;
  background: #F3A120;
  margin: 5px 0;
  text-decoration: none;
}
.paging-nav a.prev:hover,
.paging-nav a.next:hover {
  outline: 1px solid #424648;
  background-color: #ffffff;
}

select {
  max-width: 488px;
  width: 100%;
  background-color: #f2f2f2;
  background-image: url(../images/svg/menuArrow.svg);
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-size: 12px;
  list-style: none;
  padding-left: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  border: none;
  padding: 10px;
}

svg {
  width: 25px;
  height: 25px;
}

.pill {
  padding: 5px 15px;
  background: #424648;
  color: #fff;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  line-height: 19.6px;
  font-size: 16px;
}

.align_justify {
  text-align: justify;
}

.block_container {
  display: table;
  width: auto;
  margin: auto;
  box-sizing: border-box;
}

.horizontal_m50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.inner_container {
  display: inline-block;
}

.breadcrumb {
  padding-block: 15px;
  padding-inline: 0px;
}

.breadcrumb b {
  height: 50px;
  background: none;
  color: #ababab !important;
  font-size: 12px;
  text-transform: capitalize;
  font-weight: normal;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
}

.breadcrumb a {
  color: #ababab;
  font-size: 12px;
  text-transform: capitalize;
  font-weight: normal;
  padding-right: 15px;
  position: relative;
}

.breadcrumb a::after {
  content: ">";
  padding-left: 5px;
  right: 5px;
  top: 2px;
  position: absolute;
}

.relatedLinks {
  font-size: 16px;
  color: #424648;
  font-weight: 400;
}

.relatedLinks h3 {
  padding: 0 !important;
  margin-bottom: 5px !important;
  font-size: 20.8px;
  text-transform: lowercase;
  text-transform: capitalize;
  color: #424648 !important;
}

.relatedLinks a {
  color: #424648;
  font-weight: 400;
}

.relatedLinks a:hover {
  color: #424648;
  text-decoration: none;
}

.relatedLinks ul {
  margin-bottom: 0;
  padding-left: 10px !important;
}
.relatedLinks ul li {
  padding-left: 15px;
  position: relative;
}

.relatedLinks ul li::marker {
  content: "-" !important;
  color: #424648 !important;
  position: absolute;
  top: 10px;
}

.notification {
  padding: 7px 9px;
  display: none;
}

.notificationError {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  padding: 15px;
  margin: 20px 0px;
  border: 1px solid transparent;
  border-radius: 4px;
  display: none;
}

.notificationError {
  background: none repeat scroll 0 0 #fbe3e4;
  border-radius: 4px;
  padding: 10px;
  display: none;
  margin: 15px 0px;
  color: #721c24;
}

.notificationSuccess {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
  border-radius: 4px;
  padding: 10px;
  display: none;
}

.b-lazy {
  -webkit-transition: opacity 500ms ease-in-out;
  -moz-transition: opacity 500ms ease-in-out;
  -o-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
  max-width: 100%;
  opacity: 0;
}

.b-lazy.b-loaded {
  opacity: 1;
}

.button__left {
  display: flex;
  gap: 15px;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.button__center {
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

.buttons__left {
  display: flex;
  gap: 15px;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.buttons__center {
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

.btn__white--solid, .btn__white--ghost,
.btn__gray--solid, .btn__gray--ghost {
  font-family: "Nunito", sans-serif;
  display: inline-block;
  text-align: center;
  min-width: 175px;
  padding-inline: 40px;
  width: fit-content;
  padding-block: 10px;
}
@media screen and (max-width: 567px) {
  .btn__white--solid, .btn__white--ghost,
  .btn__gray--solid, .btn__gray--ghost {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
}

.btn__primary--solid, .btn__primary--ghost {
  font-family: "Nunito", sans-serif;
  display: inline-block;
  text-align: center;
  min-width: 175px;
  padding-inline: 40px;
  width: fit-content;
  padding-block: 10px;
}
@media screen and (max-width: 567px) {
  .btn__primary--solid, .btn__primary--ghost {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
}

.btn__secondary--solid, .btn__secondary--ghost {
  font-family: "Nunito", sans-serif;
  display: block;
  text-align: center;
  min-width: 175px;
  padding-inline: 40px;
  width: fit-content;
  padding-block: 10px;
}
@media screen and (max-width: 567px) {
  .btn__secondary--solid, .btn__secondary--ghost {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
}

.btn__highlight--solid, .btn__highlight--ghost {
  font-family: "Nunito", sans-serif;
  display: block;
  text-align: center;
  min-width: 175px;
  padding-inline: 40px;
  width: fit-content;
  padding-block: 10px;
}
@media screen and (max-width: 567px) {
  .btn__highlight--solid, .btn__highlight--ghost {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
}

.btn__omega--solid, .btn__omega--ghost {
  font-family: "Nunito", sans-serif;
  display: block;
  text-align: center;
  min-width: 175px;
  padding-inline: 40px;
  width: fit-content;
  padding-block: 10px;
}
@media screen and (max-width: 567px) {
  .btn__omega--solid, .btn__omega--ghost {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #424648;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #424648;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #424648;
}

/* The container */
.tickbox_container {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #424648;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
}
.tickbox_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.tickbox_container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #fff;
  border: #dee2e6 solid 1px;
}

/* On mouse-over, add a grey background color */
.tickbox_container:hover input ~ .checkmark {
  background-color: #dee2e6;
}

/* When the checkbox is checked, add a blue background */
.tickbox_container input:checked ~ .checkmark {
  background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.tickbox_container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.tickbox_container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.tickbox_container .checkmark:after {
  left: 4px;
  top: 1px;
  width: 2px;
  height: 8px;
  border: solid #424648;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  outline: none;
}

.radiobox_container {
  display: inline-block;
  position: relative;
  padding-left: 22px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1;
  font-weight: 400 !important;
}

/* Hide the browser's default radio button */
.radiobox_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.radiobox_container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border: #adb5bd solid 1px;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radiobox_container:hover input ~ .checkmark {
  background-color: #fff;
}

/* When the radio button is checked, add a blue background */
.radiobox_container input:checked ~ .checkmark {
  background-color: #fff;
  border: #ccc solid 1px;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radiobox_container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radiobox_container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radiobox_container .checkmark:after {
  top: 3px;
  left: 3px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #424648;
}

.fancybox-overlay {
  z-index: 999999;
}

@media only screen and (max-width: 1280px) {
  .breadcrumb {
    padding-left: 15px;
  }
  .table-scroll {
    overflow-x: auto;
  }
  .oi__row {
    margin: 0;
  }
}
@media only screen and (max-width: 769px) {
  .breadcrumb {
    padding-left: 0px;
  }
  .columns__holder .column__1 {
    flex-direction: column;
  }
  .table__responsive {
    overflow: auto;
  }
}
@media only screen and (max-width: 567px) {
  .btn__main {
    max-width: 100%;
    width: 100%;
  }
}
/*----------- Utilities End ---------*/

/*# sourceMappingURL=styling.css.map */
