@charset "UTF-8";
html {
  box-sizing: border-box;
  line-height: 1.5;
}
*,
:after,
:before {
  box-sizing: inherit;
}
article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
figure {
  margin: 16px 0;
}
caption {
  padding: 10px 0;
  color: var(--bic-text-color);
  font-weight: 500;
  text-align: left;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-bottom: 1px solid var(--bic-border-color);
  margin: 16px 0;
}
hr.wp-block-separator {
  max-width: 100px;
}
hr.wp-block-separator.is-style-dots,
hr.wp-block-separator.is-style-wide {
  max-width: 100%;
}
pre {
  background: #eee;
  font-family: monospace;
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 20px;
  max-width: 100%;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}
abbr,
acronym {
  border-bottom: 1px dotted var(--bic-border-color);
  cursor: help;
}
b,
strong {
  font-weight: 600;
}
code,
kbd,
samp,
tt,
var {
  font-family: monospace;
  font-size: 16px;
}
cite,
dfn,
em,
i {
  font-style: italic;
}
ins,
mark {
  background: #fff;
  color: var(--bic-text-color);
  border-radius: 4px;
  padding: 4px 8px;
  text-decoration: none;
}
small {
  font-size: 80%;
}
big {
  font-size: 125%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -4px;
}
sup {
  top: -8px;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
  display: block;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
select,
textarea {
  font-family: var(--bic-primary-font);
  font-size: var(--bic-font-size);
  line-height: 1.6;
  margin: 0;
}
number,
select,
text,
textarea {
  background: #f2f2f2;
  color: var(--bic-text-color);
}
p {
  margin: 0 0 20px;
}
p:last-child {
  margin: 0;
}
.wp-block-quote,
blockquote {
  color: var(--bic-link-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  margin: 0 0 24px;
  padding: 0 0 0 40px;
}
.wp-block-quote.is-style-large {
  padding: 0 0 0 40px;
}
blockquote:before {
  font-size: 28px;
  left: 0;
  position: absolute;
}
.wp-block-quote cite,
blockquote cite {
  color: var(--bic-text-color);
  display: block;
  font-size: 16px;
  font-style: normal;
  margin-top: 8px;
}
blockquote cite:before {
  content: "-";
  margin-right: 5px;
}
blockquote cite a {
  color: var(--bic-primary-color);
}
address {
  font-style: normal;
  margin: 0 0 24px;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  appearance: button;
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted var(--bic-border-color);
}
fieldset {
  margin: 0 2px;
  padding: 6px 10px 12px;
  border: 1px solid var(--bic-border-color);
  border-radius: var(--bic-border-radius);
}
legend {
  font-weight: 600;
  color: var(--bic-text-color);
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  opacity: 1;
}
[type="search"] {
  appearance: textfield;
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  appearance: button;
  -webkit-appearance: button;
  font: inherit;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
.hidden,
[hidden],
template {
  display: none;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.screen-reader-text:focus {
  background: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: 600;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 12px 20px 12px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.alignleft {
  clear: both;
  display: inline;
  float: left;
  margin: 6px 24px 24px 0;
}
.alignright {
  clear: both;
  display: inline;
  float: right;
  margin: 6px 0 24px 24px;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
.bic-site-content:after,
.bic-site-footer:after,
.bic-site-header:after,
.clear:after,
.clear:before,
.comment-content:after,
.comment-content:before,
.entry-content:after,
.entry-content:before,
.entry-footer:after,
.entry-footer:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.bic-site-content:after,
.bic-site-footer:after,
.bic-site-header:after,
.clear:after,
.comment-content:after,
.entry-content:after,
.entry-footer:after {
  clear: both;
}
.heading_1,
.heading_2,
.heading_3,
.heading_4,
.heading_5,
.heading_6,
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: var(--bic-text-color);
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 20px;
}
.heading_1,
h1 {
  font-size: 56px;
}
.heading_2,
h2 {
  font-size: 44px;
}
.heading_3,
h3 {
  font-size: 36px;
}
.heading_4,
h4 {
  font-size: 30px;
}
.heading_5,
h5 {
  font-size: 24px;
}
.heading_6,
h6 {
  font-size: 20px;
}
:focus,
button:focus {
  outline: 0;
}
label {
  color: var(--bic-text-color);
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
}
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea {
  background: #fff;
  color: var(--bic-text-color);
  border: 1px solid var(--bic-border-color);
  border-radius: var(--bic-border-radius);
  display: block;
  font-size: var(--bic-font-size);
  line-height: 1.5;
  padding: 10px 15px;
  height: 46px;
  width: 100%;
}
textarea {
  overflow: auto;
  min-height: 80px;
}
select {
  border: 1px solid var(--bic-border-color);
  border-radius: var(--bic-border-radius);
  height: 46px;
  max-width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff url(../images/icons/icon_select.svg) 97% 50%/26px 60px
    no-repeat;
  padding: 0 25px 0 15px;
}
select option {
  background: #fff;
  color: var(--bic-text-color);
}
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: #f8f8f8;
}
::-webkit-scrollbar-thumb {
  background: var(--bic-primary-color);
  border-radius: 8px;
}
.easy-select {
  --es-dropdown-width: 360px;
  --es-text: var(--bic-text-color);
  --es-text-hover: var(--bic-primary-color);
  --es-border: 1px solid var(--bic-border-color);
  --es-border-hover: 1px solid var(--bic-primary-color);
  --es-radius: var(--bic-border-radius);
}
@media (max-width: 767px) {
  .easy-select {
    width: 100%;
    --es-dropdown-width: 100%;
  }
}
.easy-popup-master {
  --ep-radius: var(--bic-border-radius);
  --ep-close-color: #000;
  --ep-close-color-hover: #fff;
  --ep-close-width: 30px;
}
.easy-popup-container {
  padding: 0 var(--bic-grid-gap);
}
.es-option {
  white-space: nowrap;
  padding: 5px 15px;
}
.ep-close-button {
  padding: 0;
  top: 45px;
  right: 15px;
  border-radius: 100%;
  background: #ddd;
}
.easy-popup.ep-has-custom-close-button .ep-close-button:hover,
.ep-close-button:hover {
  background: #000;
}
.ep-close-button svg {
  width: 20px;
  height: 20px;
}
.es-current .es-option:after {
  content: "\e931";
  font-size: 12px;
  font-family: icomoon, fantasy !important;
  display: inline-flex;
  transform: translate(0, -50%);
}
.easy-select.es-dropdown-open .es-current .es-option:after {
  transform: translate(0, -50%) rotate(180deg);
}
input[type="checkbox"],
input[type="radio"] {
  border: 1px solid var(--bic-border-color);
  margin-right: 8px;
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 6px 5px 0;
  cursor: pointer;
  vertical-align: middle;
  top: 1px;
  line-height: 0;
  transition: var(--bic-transition);
}
input[type="checkbox"] + label,
input[type="radio"] + label {
  font-weight: 400;
  display: inline-block;
}
input[type="checkbox"]:checked::before,
input[type="radio"]:checked::before {
  transform: scale(1);
  opacity: 1;
}
input[type="radio"]::before {
  background: var(--bic-secondary-color);
  position: absolute;
  content: "";
  left: 3px;
  top: 3px;
  right: 3px;
  bottom: 3px;
  opacity: 0;
  transform: scale(0.9);
  border-radius: 50%;
}
input[type="checkbox"]::before {
  background: var(--bic-secondary-color);
  color: var(--bic-secondary-inverse-color);
  font-weight: 400;
  font-size: 12px;
  height: 100%;
  width: 100%;
  line-height: 1.3;
  opacity: 0;
  transform: scale(0.9);
}
.btn,
.button,
button,
input[type="button"],
input[type="submit"] {
  --background-color: var(--bic-button-color);
  --background-hover-color: var(--bic-primary-hover-color);
  --color-text: #fff;
  --color-hover-text: var(--bic-text-color);
  background: var(--background-color);
  color: var(--color-text);
  border-radius: var(--bic-border-radius);
  border: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  line-height: 1.2;
  padding: 12px 20px 12px;
  height: 46px;
  text-align: center;
  text-transform: uppercase;
  transition: var(--bic-transition);
}
.btn:hover,
.btn:not([href]):not([tabindex]):hover,
.button:hover,
.button:not([href]):not([tabindex]):hover,
button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover {
  background: var(--background-hover-color);
  color: #fff;
}
input + button,
input + input[type="button"],
input + input[type="submit"] {
  padding: 12px 24px;
}
:-moz-placeholder,
::-moz-placeholder,
::-webkit-input-placeholder,
::placeholder {
  color: var(--bic-text-color);
  font-family: var(--bic-primary-font);
}
::-moz-placeholder {
  opacity: 1;
}
ol,
ul {
  margin: 0 0 24px 22px;
  padding: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
dt {
  font-weight: 600;
}
dd {
  margin: 0 24px 24px;
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
}
table {
  border-spacing: 0;
  margin: 0 0 24px;
  width: 100%;
}
thead th {
  color: var(--bic-text-color);
  padding-bottom: 10px;
  font-weight: 600;
}
tr {
  border: 1px solid var(--bic-border-color);
}
th {
  font-weight: 600;
  padding: 10px;
  text-align: left;
}
td {
  padding: 10px;
}
a {
  color: var(--bic-link-color);
  text-decoration: none;
  transition: var(--bic-transition);
}
a:hover {
  color: var(--bic-link-hover-color);
  outline: 0;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.required {
  color: red;
}
.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.img-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.image-holder {
  transition: var(--bic-transition);
}
.image-holder img {
  object-position: center;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: var(--bic-transition);
}
.skeleton-bg {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgd2lkdGg9IjEwMHB4IiBoZWlnaHQ9IjEwMHB4Ij4NCjxjaXJjbGUgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBjeD0iNTAiIGN5PSI1MCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNTA1MjU0IiBzdHJva2Utd2lkdGg9IjEwIiByPSI0NSIgc3Ryb2tlLWRhc2hhcnJheT0iMTY2IDQ0IiBzdHlsZT0iJiMxMDsgICAgLyogc3Ryb2tlLWRhc2hhcnJheTogMTY2IDQ0OyAqLyYjMTA7Ij4NCiAgPGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJyb3RhdGUiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiBkdXI9IjFzIiB2YWx1ZXM9IjAgNTAgNTA7MzYwIDUwIDUwIiBrZXlUaW1lcz0iMDsxIi8+DQo8L2NpcmNsZT4NCjwvc3ZnPg==)
    no-repeat center/30px;
}
.container,
.container-fluid {
  width: 100%;
  padding: 0 var(--bic-grid-gap);
  margin: 0 auto;
}
.container {
  max-width: var(--bic-container-width);
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 calc(var(--bic-grid-gap) * -1);
}
.no-gutters {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: var(--bic-grid-gap);
  padding-right: var(--bic-grid-gap);
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (max-width: 576px) {
.btn, .button, button, input[type="button"], input[type="submit"] {
  height: 40px;
}
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-sm-50 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-sm-70 {
    flex: 0 0 14.285714%;
    max-width: 14.285714%;
  }
  .col-sm-80 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .col-sm-90 {
    flex: 0 0 11.111111%;
    max-width: 11.111111%;
  }
  .col-sm-100 {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .col-sm-110 {
    flex: 0 0 9.090909%;
    max-width: 9.090909%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-md-50 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-md-70 {
    flex: 0 0 14.285714%;
    max-width: 14.285714%;
  }
  .col-md-80 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .col-md-90 {
    flex: 0 0 11.111111%;
    max-width: 11.111111%;
  }
  .col-md-100 {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .col-md-110 {
    flex: 0 0 9.090909%;
    max-width: 9.090909%;
  }
}
@media (min-width: 1025px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-lg-50 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-lg-70 {
    flex: 0 0 14.285714%;
    max-width: 14.285714%;
  }
  .col-lg-80 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .col-lg-90 {
    flex: 0 0 11.111111%;
    max-width: 11.111111%;
  }
  .col-lg-100 {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .col-lg-110 {
    flex: 0 0 9.090909%;
    max-width: 9.090909%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-xl-50 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-xl-70 {
    flex: 0 0 14.285714%;
    max-width: 14.285714%;
  }
  .col-xl-80 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .col-xl-90 {
    flex: 0 0 11.111111%;
    max-width: 11.111111%;
  }
  .col-xl-100 {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .col-xl-110 {
    flex: 0 0 9.090909%;
    max-width: 9.090909%;
  }
}
.flex-auto {
  flex: auto !important;
}
.flex-one {
  flex: 1 !important;
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1025px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.pd {
  padding: var(--bic-gap) 0;
}
.pd-top {
  padding-top: var(--bic-gap);
}
.pd-bottom {
  padding-bottom: var(--bic-gap);
}
.pd-0 {
  padding: 0 !important;
}
.mg {
  margin: var(--bic-gap) 0;
}
.mg-top {
  margin-top: var(--bic-gap);
}
.mg-bottom {
  margin-bottom: var(--bic-gap);
}
.mg-0 {
  margin: 0 !important;
}
