@charset "ISO-8859-1";

:root {
  scroll-behavior: smooth;
  --tdk-base: #fff;
  --tdk-supplemental: #666666;
  --tdk-accent: #0046ad;
  --tdk-font: #323232;
  --tdk-secondary-font: #fff;
  --tdk-secondary-base: #6690CE;
  --tdk-outline: rgba(0,0,0,.2);
  --tdk-disabled: #d1d1d1;
  --tdk-danger: #F32013;
  --tdk-header-height: 95px;
  --tdk-font-family: noto-sans, sans-serif;  /* If changing this, ensure it is handled in the 'HtmlToPdf' classes */
  --tdk-line-height: 1.5;
  --tdk-font-weight: 400;
  --tdk-border-radius: 8px;
  --tdk-capsule-radius: 500px;
  --tdk-box-radius: 3px;
  --tdk-button-opacity: .5;
  --tdk-prodtype-button-opacity: .3;
  --tdk-transparent-bg: rgba(0,0,0,.03);
  --alt-section-bg: #eeeeee;
}

.cell--integer {
	text-align: right;
}

@font-face {
  font-family: noto-sans; /* If changing this, ensure it is handled in the 'HtmlToPdf' classes */
  src: url(../fonts/notosans-regular-webfont.woff?v1.0) format("woff");
  font-display: swap;
}

figure {
	margin: 0 0 1rem;
}

/* this class is used to visually hide content that is needed for screen reader functionality */
.visually-hidden { 
	border: 0;
	padding: 0;
	margin: 0;
	position: absolute !important;
	height: 1px; 
	width: 1px;
	overflow: hidden;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 - a 0 height clip, off to the bottom right of the visible 1px box */
	clip: rect(1px, 1px, 1px, 1px); /*maybe deprecated but we need to support legacy browsers */
	clip-path: inset(50%); /*modern browsers, clip-path works inwards from each corner*/
	white-space: nowrap; /* added line to stop words getting smushed together (as they go onto seperate lines and some screen readers do not understand line feeds as a space */
}

.list-style--default li {
	list-style: disc;
}

.text_error {
	position: relative;
  background: #ffc107;
  border: 1px solid rgba(0,0,0,.1);
  padding: .1rem .5rem .1rem 2rem;
  border-radius: 3px;
  display: inline-block;
  font-weight: bold;
}

.text_error--danger-bg {
	background: #fff;
	color: #dc3545;
	border: none;
}

.text_error--warning-bg {
	background: #ffc107;
}

.text_error::after {
  content: '';
  font-family: 'bootstrap-icons';
  position: absolute;
  left: .3rem;
  font-weight: normal;
  border-right: 1px solid rgba(0,0,0,.1);
  padding-right: .3rem;
  height: 100%;
  top: 0;
}

.text_error.text_error--warning-bg::after {
	content: '\F33B';
}

.text_error.text_error--danger-bg::after {
	content: '\F623';
	border: none;
	height: auto;
}

kbd {
  -moz-border-radius:3px;
  -moz-box-shadow:0 1px 0 rgba(0,0,0,0.2),0 0 0 2px #fff inset;
  -webkit-border-radius:3px;
  -webkit-box-shadow:0 1px 0 rgba(0,0,0,0.2),0 0 0 2px #fff inset;
  background-color:#f7f7f7;
  border:1px solid #ccc;
  border-radius:3px;
  box-shadow:0 1px 0 rgba(0,0,0,0.2),0 0 0 2px #fff inset;
  color:#333;
  display:inline-block;
  font-family:Arial,Helvetica,sans-serif;
  font-size:11px;
  line-height:1.4;
  margin:0 .1em;
  padding:.1em .6em;
  text-shadow:0 1px 0 #fff;
}

#configDetails .feature-section {
	padding: 20px;
  margin: 5px;
}
#configDetails .more-product_img-container {
  position: relative;
  background: #eee;
  padding: 20px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#configDetails .more-product_img-container img {
  filter: drop-shadow(2px 4px 10px #fff);
}

.cta_vertical-container {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.table--success {
  background: #28a745 !important;
}
.table--danger {
  background: #dc3545 !important;
}
.table--warning {
  background: #ffc107 !important;
}
.bg-warning {
	background: #ffc107 !important;
}
.bg-success {
  background: #28a745 !important;
}
.bg-danger {
  background: #dc3545 !important;
}
.bg-warning > .tab-button {
  background: #ffc107 !important;
}
.bg-success > .tab-button {
  background: #28a745 !important;
}
.bg-danger > .tab-button {
  background: #dc3545 !important;
}

.float-clear {
	clear: both;
}
.overflow-auto {
	overflow: auto;
}

.spec-table {
	width: 100%;
	margin-bottom: 1rem;
}
.spec-table tr td:hover {
	background-color:#c9d8ed;
}
.spec-table th, .spec-table td {
	padding: 11px;
}
.spec-table tr:nth-child(even) > * {
	background-color: #e5e7ea;
}
.spec-table tr:nth-child(odd) > * {
	background-color: #f4f6f9;
}
.spec-table.spec-table--inner {
  padding: 5px;
}
.product-page_heading {
  line-height: 1.2;
  font-weight: 400;
  font-size: 2.5rem;
  display: block;
  width: 100%;
  margin: 0 0 50px 0;
  margin-bottom: 0.5rem;
  margin-bottom: .5rem;
  padding-bottom: 0;
}

.Modal {
	background-color: #fff;
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 8px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
	position: relative;
}

dialog.Modal::backdrop {
	background: rgba(0,0,0,0.2);
}

.btn_close-panel {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
}

iframe {
	border: 0;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

fieldset legend, .legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: inherit;
  font-weight: bold;
}

legend + * {
	clear: left;
}

fieldset legend.legend-as-label {
	font-size: 1em;
	font-weight: normal;
	width: auto;
	float: none;
	display: inline;
}

label.label-inline {
	display: inline;
}

.disable-visual-search {pointer-events: none;}

a.link--underlined {
	text-decoration: underline !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-6 {
  margin-top: 5rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.body--disable-scroll {
	overflow: hidden;
	height: 100%;
}

.scroll-icon-container {
  position: relative;
}

.scroll-icon {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.scroll-icon > * {
  color: #0046ad;
  font-size: .9em;
  font-weight: 300;
}

.scroll-icon.scroll-icon--bottom-scroller > * {
	color: #0046ad;
  font-size: 1rem;
  font-weight: 300;
  padding-bottom: 3.4375000000000004vw;
  margin-bottom: -3.4375000000000004vw;
}

.scroll-icon::after {
  content: "";
  display: block;
  width: 0.078125vw;
  height: 3.4375000000000004vw;
  background-color: #0046ad;
  background: #0046ad;
  -webkit-animation: scrollDown 2s ease infinite;
  animation: scrollDown 2s ease infinite;
}

.form-control {
	display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #666666;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #dee2e6;;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
    color: #666666;
    background-color: #fff;
    border-color: #80b3d9;
    box-shadow: 0 0 0 0.25rem rgba(0, 102, 178, 0.25);
}

textarea.form-control-sm {
    min-height: calc(1.5em + 0.5rem + calc(1px* 2));
}
textarea.form-control {
    min-height: calc(1.5em + 0.75rem + calc(1px* 2));
}
.form-control-sm {
    min-height: calc(1.5em + 0.5rem + calc(1px* 2));
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.25rem;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

*, *::before, *::after {
    box-sizing: border-box;
}

.visible-on-focus {
	position: absolute;
  height: 0px;
  padding: 0 .313rem;
  transition: 0s ease .6s;
  overflow: hidden;
  text-align: center;
  z-index: 1055;
  background-color: #dc3545;
  border-radius: .19rem;
}

.visible-on-focus:focus {
	position: relative;
  height: 100%;
  transition: 0s ease 0s;
}

.button {
  border: none;
  background: none;
  transition: opacity .2s ease;
  cursor: pointer;
}

.button--text-white {
	color: #fff;
}

button:disabled {
  opacity: var(--tdk-button-opacity);
  pointer-events: none;
}

input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

input[type=search] {
   -webkit-appearance: none;
   appearance: none;
}

input:not([type=checkbox]):focus, select:focus, optgroup:focus, textarea:focus {
    border-color: var(--tdk-secondary-base);
}

.validate-input-container {
	position: relative;
	display: block;
	width: 100%;
}

.validate-input-container--flex-grow {
	flex: 1;
}

.validate-input-container.input-valid > input,
.validate-input-container.input-invalid > input,
.validate-input-container.input-required > input {
  padding-right: 27px;
}

.validate-input-container.input-valid::after,
.validate-input-container.input-invalid::after,
.validate-input-container.input-required::after {
	position: absolute;
	font-size: 1.5em;
  right: 5px;
  top: 0;
  height: 100%;
  content: "";
  font-family: bootstrap-icons;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  opacity: 1;
}

.validate-input-container.input-valid::after {color: #1CAC78; content: "\F26A";}
.validate-input-container.input-invalid::after {color: #dc3545; content: "\F332";}
.validate-input-container.input-required::after {color: #ffc107; content: "\F33A";}

.validate-input-tooltip {padding: 0.25rem 0.5rem; border-radius: 0.1875rem; position: absolute; bottom: 105%; right: 0; opacity: 0; 
    visibility: hidden; transition: opacity .3s ease, visibility .3s ease; border: 1px solid rgba(0,0,0,.1);}
.validate-input-container.input-invalid:hover .validate-input-tooltip,
.validate-input-container.input-required:hover .validate-input-tooltip,
.validate-input-container.input-invalid:focus .validate-input-tooltip,
.validate-input-container.input-required:focus .validate-input-tooltip {visibility: visible; opacity: 1;}
.validate-input-container.input-invalid:hover .validate-input-tooltip::after,
.validate-input-container.input-required:hover .validate-input-tooltip::after,
.validate-input-container.input-invalid:focus .validate-input-tooltip::after,
.validate-input-container.input-required:focus .validate-input-tooltip::after {        
	position: absolute;
	content: "";
	border-width: 8px;
	border-style: solid;
	bottom: -15px;
	left: calc(50% - 8px);
	display: inline-block;
	z-index: 2;
}
.validate-input-container.input-invalid .validate-input-tooltip {background-color: #dc3545; color: #fff;}
.validate-input-container.input-required .validate-input-tooltip {background-color: #ffc107; color: #666666;}
.validate-input-container.input-invalid .validate-input-tooltip::after {border-color:#dc3545 transparent transparent transparent;}
.validate-input-container.input-required .validate-input-tooltip::after {border-color:#ffc107 transparent transparent transparent;}

ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol, ul {
    padding-left: 2rem;
}

img, svg {
    vertical-align: middle;
}

button, select {
    text-transform: none;
}

button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
    cursor: pointer;
}

body {
  margin: 0;
  /*font-family: var(--tdk-font-family);*/
  font: 1.3rem / 1.7em 'Noto Sans', sans-serif;
  font-weight: var(--tdk-font-weight);
  line-height: var(--tdk-line-height);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: var(--tdk-base) !important;
  color: var(--tdk-font) !important;
}

label {
    display: inline-block;
}

.w50 {
  width: 50%;
}

.w100 {
  width: 100%;
}

.h50 {
  height: 50%;
}

.h100 {
  height: 100%;
}
.min-h100 {
	min-height: 100%;
}


a:not([class*="btn"]) {
    text-decoration: none;
}

/*
a:not([class*="btn"]):hover {
    text-decoration: underline;
}*/

a {
    color: var(--tdk-accent);
    text-decoration: underline;
}

b, strong {
    font-weight: bold;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
h2, .h2 {
	font-size: calc(1.325rem + 0.9vw);
}
h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
h5, .h5 {
  font-size: 1.125rem;
  margin-bottom: 0;
}
h6, .h6 {
  font-size: 1rem;
}
i {
	font-style: normal;
}
.icon_envelope--checked {
	position: relative;
}
.icon_envelope--checked::after {
	content: '\F26A';
	font-family: 'bootstrap-icons';
	position: absolute;bottom: 0; right: -0.318046972em;
	color: #28a745;
	font-size: 0.618046972em;
	background-color: #fff;
	height: 1em;
	width: 1em;
	border-radius: 100%;
}

.color--success {
	color: #28a745;
}
.color--danger {
	color: #dc3545;
}
.color--warning {
	color: #ffc107;
}
.checkbox--hidden {
	-webkit-appearance:none;
       -moz-appearance:none;
            appearance:none;
   position:absolute;
}

.btn_btn-icon--right {
	position: absolute;
	right: 11px;
	font-size: 1.2em;
}

.btn_btn-icon--left {
  position: absolute;
  left: 11px;
}

.nav-group {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-direction: row;
  flex-wrap: wrap;
}

.product-card_options .nav-group {
	overflow: auto;
	max-width: 100%;
	flex-wrap: nowrap;
}

.nav-group.nav-group--border {
  border-bottom: 4px solid #ccc;
 }
 
.navlink {
  display: block;
  padding: .5rem 1rem;
  text-decoration: none;
  background: none;
  border: 0;
}
 
 .navlink.navlink--border {
  color: var(--tdk-font);
  border-bottom: 4px solid #ccc;
  margin-bottom: -4px;
 }
 
 .navlink.active {
  font-weight: bold;
 }

 .navlink.navlink--border.active{
  color: var(--tdk-accent);
  border-bottom: 4px solid var(--tdk-accent);
  font-weight: 600;
 }
 
 .nav-item.nav-item--two-col {
  flex: 1;
  text-align: center;
 }
 
 .nav-item--two-col .nav-link.active {
  justify-content: center;
 }
 
 .request-form--padding {
  padding: 11px;
}

.info-span {
	background: #27b2c8;
	padding: 3px;
	display: inline-block;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 2px;
	color: #fff;
}

.info-span--top-left {
	position: fixed;
	top: 0;
	left: 0;
}

.form__row {
  display: flex;
  gap: 10px;
}

.form__input-label {
	width: 100%;
}

.form__country,
.form__application {
  flex: 1;
}

.form__zip {
  width: 20%
}

.form__annual-volume {
  width: 30%;
}

.request-form input {
  background-color: #fff !important;
}

.form__text-area {
  width: 100%;
  border: 1px solid var(--tdk-outline);
  border-radius: var(--tdk-box-radius);
  color: var(--tdk-font);
}

.toggle-radio_hidden-container {
	height: 0; 
  position: absolute; 
  overflow: hidden;
  padding: 0 .313rem;
  transition: 0s ease .6s;
  text-align: center;
  z-index: 1055;
  color: #fff;
  background-color: #dc3545;
  border-radius: .19rem;
}
.toggle-radio_hidden-container:focus-within { 
	height: 1.534rem;
  padding: .13rem .313rem;
  transition: 0s ease 0s;
}
.toggle-radio_hidden-container .toggle-radio_btn {opacity: 1;position: relative; margin-right: 10px;}
.toggle-radio_btn {opacity: 0;position: absolute;}

main fieldset {
  margin-bottom: 1rem;
} 

fieldset legend {
	font-size: 1rem;
	margin-bottom: 0;
	font-weight: bold;
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

.text-center {
    text-align: center !important;
}

.text--align-right {
	text-align: right !important;
}

.text-danger {
    color: rgba(220,53,69, 1) !important;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-color-type: #000;
    --bs-table-bg-type: rgba(0,0,0,.05);
}

.table {
    --bs-table-color-type: initial;
    --bs-table-bg-type: initial;
    --bs-table-color-state: initial;
    --bs-table-bg-state: initial;
    --bs-table-color: #000;
    --bs-table-bg: inherit;
    --bs-table-border-color: #dee2e6;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #000;
    --bs-table-striped-bg: rgba(0,0,0, 0.05);
    --bs-table-active-color: #000;
    --bs-table-active-bg: rgba(0,0,0, 0.1);
    --bs-table-hover-color: #000;
    --bs-table-hover-bg: rgba(0,0,0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    vertical-align: top;
    border-color: #dee2e6;
}

table {
    caption-side: bottom;
    border-collapse: collapse;
}

.table > tbody {
    vertical-align: inherit;
}

thead, tbody, tfoot, tr, td, th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

.table-bordered > :not(caption) > * {
    border-width: 1px 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-color-type: #000;
    --bs-table-bg-type: rgba(0,0,0,.05);
}

.table-sm > :not(caption) > * > * {
    padding: 0.25rem 0.25rem;
}

.table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px initial, rgba(0, 0, 0, 0.05), transparent;
}

.table-bordered > :not(caption) > * > * {
    border-width: 0 1px;
}

thead, tbody, tfoot, tr, td, th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

td {
    display: table-cell;
    vertical-align: inherit;
    unicode-bidi: isolate;
}

li {
	width: auto;
}

p {
    margin-top: auto;
    margin-bottom: 1rem;
}
p.p--def {
	margin-top: 2em;
	margin-bottom: 2em;
}
.input-mini,
input[type="number"].input-mini {
	width: auto;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: calc(-0.5* var(--bs-gutter-x));
    margin-left: calc(-0.5* var(--bs-gutter-x));
}

.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)* 0.5);
    padding-left: calc(var(--bs-gutter-x)* 0.5);
    margin-top: var(--bs-gutter-y);
}

.fs-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
}

@-webkit-keyframes scrollDown {
    0% {
      transform-origin: top;
      transform: scaleY(0);
    }
    45% {
      transform-origin: top;
      transform: scaleY(1);
    }
    55% {
      transform-origin: bottom;
      transform: scaleY(1);
    }
    100% {
      transform-origin: bottom;
      transform: scaleY(0);
    }
  }

  @keyframes scrollDown {
    0% {
      transform-origin: top;
      transform: scaleY(0);
    }
    45% {
      transform-origin: top;
      transform: scaleY(1);
    }
    55% {
      transform-origin: bottom;
      transform: scaleY(1);
    }
    100% {
      transform-origin: bottom;
      transform: scaleY(0);
    }
  }
 
@media (min-width: 1200px) {
	.fs-3 {
        font-size: 1.75rem !important;
    }
  h1, .h1 {
	  font-size: 2.5rem;
	}
	h2, .h2 {
    font-size: 2rem;
  }
  h3, .h3 {
    font-size: 1.75rem;
  }
  h4, .h4 {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 769px) {
  .order-md-first {
    order: -1 !important;
  }
  .col-md-6 {
      flex: 0 0 auto;
      width: 50%;
  }
}

@media screen and (max-width: 768px) {
	.flex-wrap--sm {
	 flex-wrap: wrap;
	}
}

select[multiple] {
	overflow-y: auto;
}