@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
*,
*::before,
*::after {
    box-sizing: border-box;
}

.grecaptcha-badge {
	display: none;
}
header .block-lang {
	position: absolute;
	right: 77px;
	top: 82px;
	font-family: var(--font-regular);
}
header .block-lang li a {
	color: #ededed !important;
	font-weight: 400;
	font-size: 24px;
	opacity: 1;
	-webkit-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
}
header .block-lang > li > a:hover {
	opacity: 0.6;
	color: #ededed !important;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
header .block-lang li a.nav-link:hover {
	color: var(--red) !important;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
header .block-lang li a img {
	margin-top: -4px;
}
header .block-lang .dropdown-menu {
	top: 100%;
	height: auto;
	border: 0;
	min-width: 44px;
	padding: 20px;
	margin: 0;
	text-align: left;
	-webkit-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
	border-radius: 0;
	left: -10px;
	right: auto;
}
header .block-lang .dropdown-menu {
	opacity: 0;
	visibility: hidden;
	transform: translateY(20px);
	display: block;
	position: absolute;
}
header .block-lang .dropdown-menu {
	background-color: black;
}
header .block-lang .dropdown:hover > .dropdown-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

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

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #0056b3;
    text-decoration: underline;
}

a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

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

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

button:focus:not(:focus-visible) {
    outline: 0;
}

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

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[role=button] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type=radio],
input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
}

textarea {
    overflow: auto;
    resize: vertical;
}

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

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

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

h1, .h1 {
    font-size: 2.5rem;
}

h2, .h2 {
    font-size: 2rem;
}

h3, .h3 {
    font-size: 1.75rem;
}

h4, .h4 {
    font-size: 1.5rem;
}

h5, .h5 {
    font-size: 1.25rem;
}

h6, .h6 {
    font-size: 1rem;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
    font-size: 80%;
    font-weight: 400;
}

mark,
.mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}
.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d;
}
.blockquote-footer::before {
    content: "— ";
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 90%;
    color: #6c757d;
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word;
}
a > code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
}
pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container-sm, .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container-md, .container-sm, .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container-lg, .container-md, .container-sm, .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1140px;
    }
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.row-cols-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
}

.row-cols-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
}

.row-cols-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}

.row-cols-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
}

.row-cols-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
}

.row-cols-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}

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

.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}

.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}

.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}

.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}

.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}

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

.order-first {
    order: -1;
}

.order-last {
    order: 13;
}

.order-0 {
    order: 0;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.order-4 {
    order: 4;
}

.order-5 {
    order: 5;
}

.order-6 {
    order: 6;
}

.order-7 {
    order: 7;
}

.order-8 {
    order: 8;
}

.order-9 {
    order: 9;
}

.order-10 {
    order: 10;
}

.order-11 {
    order: 11;
}

.order-12 {
    order: 12;
}

.offset-1 {
    margin-left: 8.3333333333%;
}

.offset-2 {
    margin-left: 16.6666666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.3333333333%;
}

.offset-5 {
    margin-left: 41.6666666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.3333333333%;
}

.offset-8 {
    margin-left: 66.6666666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.3333333333%;
}

.offset-11 {
    margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-sm-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-sm-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-sm-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .row-cols-sm-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-sm-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-sm-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

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

    .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

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

    .order-sm-first {
        order: -1;
    }

    .order-sm-last {
        order: 13;
    }

    .order-sm-0 {
        order: 0;
    }

    .order-sm-1 {
        order: 1;
    }

    .order-sm-2 {
        order: 2;
    }

    .order-sm-3 {
        order: 3;
    }

    .order-sm-4 {
        order: 4;
    }

    .order-sm-5 {
        order: 5;
    }

    .order-sm-6 {
        order: 6;
    }

    .order-sm-7 {
        order: 7;
    }

    .order-sm-8 {
        order: 8;
    }

    .order-sm-9 {
        order: 9;
    }

    .order-sm-10 {
        order: 10;
    }

    .order-sm-11 {
        order: 11;
    }

    .order-sm-12 {
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.3333333333%;
    }

    .offset-sm-2 {
        margin-left: 16.6666666667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.3333333333%;
    }

    .offset-sm-5 {
        margin-left: 41.6666666667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.3333333333%;
    }

    .offset-sm-8 {
        margin-left: 66.6666666667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.3333333333%;
    }

    .offset-sm-11 {
        margin-left: 91.6666666667%;
    }
}
@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-md-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-md-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-md-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .row-cols-md-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-md-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-md-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

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

    .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

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

    .order-md-first {
        order: -1;
    }

    .order-md-last {
        order: 13;
    }

    .order-md-0 {
        order: 0;
    }

    .order-md-1 {
        order: 1;
    }

    .order-md-2 {
        order: 2;
    }

    .order-md-3 {
        order: 3;
    }

    .order-md-4 {
        order: 4;
    }

    .order-md-5 {
        order: 5;
    }

    .order-md-6 {
        order: 6;
    }

    .order-md-7 {
        order: 7;
    }

    .order-md-8 {
        order: 8;
    }

    .order-md-9 {
        order: 9;
    }

    .order-md-10 {
        order: 10;
    }

    .order-md-11 {
        order: 11;
    }

    .order-md-12 {
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.3333333333%;
    }

    .offset-md-2 {
        margin-left: 16.6666666667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.3333333333%;
    }

    .offset-md-5 {
        margin-left: 41.6666666667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.3333333333%;
    }

    .offset-md-8 {
        margin-left: 66.6666666667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.3333333333%;
    }

    .offset-md-11 {
        margin-left: 91.6666666667%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-lg-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-lg-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-lg-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .row-cols-lg-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-lg-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-lg-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

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

    .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

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

    .order-lg-first {
        order: -1;
    }

    .order-lg-last {
        order: 13;
    }

    .order-lg-0 {
        order: 0;
    }

    .order-lg-1 {
        order: 1;
    }

    .order-lg-2 {
        order: 2;
    }

    .order-lg-3 {
        order: 3;
    }

    .order-lg-4 {
        order: 4;
    }

    .order-lg-5 {
        order: 5;
    }

    .order-lg-6 {
        order: 6;
    }

    .order-lg-7 {
        order: 7;
    }

    .order-lg-8 {
        order: 8;
    }

    .order-lg-9 {
        order: 9;
    }

    .order-lg-10 {
        order: 10;
    }

    .order-lg-11 {
        order: 11;
    }

    .order-lg-12 {
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.3333333333%;
    }

    .offset-lg-2 {
        margin-left: 16.6666666667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.3333333333%;
    }

    .offset-lg-5 {
        margin-left: 41.6666666667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.3333333333%;
    }

    .offset-lg-8 {
        margin-left: 66.6666666667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.3333333333%;
    }

    .offset-lg-11 {
        margin-left: 91.6666666667%;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-xl-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-xl-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-xl-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .row-cols-xl-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-xl-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-xl-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

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

    .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

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

    .order-xl-first {
        order: -1;
    }

    .order-xl-last {
        order: 13;
    }

    .order-xl-0 {
        order: 0;
    }

    .order-xl-1 {
        order: 1;
    }

    .order-xl-2 {
        order: 2;
    }

    .order-xl-3 {
        order: 3;
    }

    .order-xl-4 {
        order: 4;
    }

    .order-xl-5 {
        order: 5;
    }

    .order-xl-6 {
        order: 6;
    }

    .order-xl-7 {
        order: 7;
    }

    .order-xl-8 {
        order: 8;
    }

    .order-xl-9 {
        order: 9;
    }

    .order-xl-10 {
        order: 10;
    }

    .order-xl-11 {
        order: 11;
    }

    .order-xl-12 {
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.3333333333%;
    }

    .offset-xl-2 {
        margin-left: 16.6666666667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.3333333333%;
    }

    .offset-xl-5 {
        margin-left: 41.6666666667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.3333333333%;
    }

    .offset-xl-8 {
        margin-left: 66.6666666667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.3333333333%;
    }

    .offset-xl-11 {
        margin-left: 91.6666666667%;
    }
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}
.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}
.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
    appearance: none;
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0;
}

.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
    height: auto;
}

textarea.form-control {
    height: auto;
}

.form-group {
    margin-bottom: 1rem;
}

.form-text {
    display: block;
    margin-top: 0.25rem;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
    color: #6c757d;
}

.form-check-label {
    margin-bottom: 0;
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #28a745;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
    left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
    border-color: #28a745;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
    border-color: #28a745;
    padding-right: calc(0.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
    color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
    border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
    left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
    border-color: #dc3545;
    padding-right: calc(0.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
    color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #dc3545;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.form-inline .form-check {
    width: 100%;
}
@media (min-width: 576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
    }
    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-plaintext {
        display: inline-block;
    }
    .form-inline .input-group,
    .form-inline .custom-select {
        width: auto;
    }
    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }
    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }
    .form-inline .custom-control {
        align-items: center;
        justify-content: center;
    }
    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}
.btn:hover {
    color: #212529;
    text-decoration: none;
}
.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
    opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}
.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745;
}
.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8;
}
.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
}
.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none;
}
.btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
    text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none;
}

.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
    width: 100%;
}

.fade {
    transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}
.fade:not(.show) {
    opacity: 0;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
    position: relative;
}

.dropdown-toggle {
    white-space: nowrap;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto;
    }
}
@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto;
    }
}
@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto;
    }
}
@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto;
    }
}
.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropright .dropdown-toggle::after {
    vertical-align: 0;
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}
.dropleft .dropdown-toggle::after {
    display: none;
}
.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
    right: auto;
    bottom: auto;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529;
}

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

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
    text-decoration: none;
}
.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-pills .nav-link {
    border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #007bff;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}

.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}
.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}

.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
    max-height: 75vh;
    overflow-y: auto;
}

@media (max-width: 575.98px) {
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid,
    .navbar-expand-sm > .container-sm,
    .navbar-expand-sm > .container-md,
    .navbar-expand-sm > .container-lg,
    .navbar-expand-sm > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid,
    .navbar-expand-sm > .container-sm,
    .navbar-expand-sm > .container-md,
    .navbar-expand-sm > .container-lg,
    .navbar-expand-sm > .container-xl {
        flex-wrap: nowrap;
    }
    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
}
@media (max-width: 767.98px) {
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid,
    .navbar-expand-md > .container-sm,
    .navbar-expand-md > .container-md,
    .navbar-expand-md > .container-lg,
    .navbar-expand-md > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid,
    .navbar-expand-md > .container-sm,
    .navbar-expand-md > .container-md,
    .navbar-expand-md > .container-lg,
    .navbar-expand-md > .container-xl {
        flex-wrap: nowrap;
    }
    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}
@media (max-width: 991.98px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid,
    .navbar-expand-lg > .container-sm,
    .navbar-expand-lg > .container-md,
    .navbar-expand-lg > .container-lg,
    .navbar-expand-lg > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid,
    .navbar-expand-lg > .container-sm,
    .navbar-expand-lg > .container-md,
    .navbar-expand-lg > .container-lg,
    .navbar-expand-lg > .container-xl {
        flex-wrap: nowrap;
    }
    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}
@media (max-width: 1199.98px) {
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid,
    .navbar-expand-xl > .container-sm,
    .navbar-expand-xl > .container-md,
    .navbar-expand-xl > .container-lg,
    .navbar-expand-xl > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid,
    .navbar-expand-xl > .container-sm,
    .navbar-expand-xl > .container-md,
    .navbar-expand-xl > .container-lg,
    .navbar-expand-xl > .container-xl {
        flex-wrap: nowrap;
    }
    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
}
.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0;
}
.navbar-expand .navbar-nav {
    flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
    flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
    overflow: visible;
}
.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}
.navbar-expand .navbar-toggler {
    display: none;
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
    color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
}
.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
    color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
    color: #fff;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}
.card > hr {
    margin-right: 0;
    margin-left: 0;
}
.card > .list-group {
    border-top: inherit;
    border-bottom: inherit;
}
.card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
    border-top: 0;
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}
.card-link + .card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
    flex-shrink: 0;
    width: 100%;
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
    margin-bottom: 15px;
}
@media (min-width: 576px) {
    .card-deck {
        display: flex;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .card-deck .card {
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}

.card-group > .card {
    margin-bottom: 15px;
}
@media (min-width: 576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap;
    }
    .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }
    .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-img-top,
    .card-group > .card:not(:last-child) .card-header {
        border-top-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-img-bottom,
    .card-group > .card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-img-top,
    .card-group > .card:not(:first-child) .card-header {
        border-top-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-img-bottom,
    .card-group > .card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0;
    }
}

.card-columns .card {
    margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }
    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}

.accordion {
    overflow-anchor: none;
}
.accordion > .card {
    overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: -1px;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none;
}
.breadcrumb-item.active {
    color: #6c757d;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 4rem;
}
.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.75rem 1.25rem;
    color: inherit;
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}
.alert-primary hr {
    border-top-color: #9fcdff;
}
.alert-primary .alert-link {
    color: #002752;
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}
.alert-secondary hr {
    border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
    color: #202326;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-success hr {
    border-top-color: #b1dfbb;
}
.alert-success .alert-link {
    color: #0b2e13;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}
.alert-info hr {
    border-top-color: #abdde5;
}
.alert-info .alert-link {
    color: #062c33;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.alert-warning hr {
    border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
    color: #533f03;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert-danger hr {
    border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
    color: #491217;
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}
.alert-light hr {
    border-top-color: #ececf6;
}
.alert-light .alert-link {
    color: #686868;
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}
.alert-dark hr {
    border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
    color: #040505;
}

.media {
    display: flex;
    align-items: flex-start;
}

.media-body {
    flex: 1;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}
.close:hover {
    color: #000;
    text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: 0.75;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}

a.close.disabled {
    pointer-events: none;
}

.modal-open {
    overflow: hidden;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}
.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}
.modal.show .modal-dialog {
    transform: none;
}
.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
    flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: min-content;
    content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
    margin: 0.25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: min-content;
    }

    .modal-sm {
        max-width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}
@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}
.modal-open {
    overflow: hidden;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}
.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}
.modal.show .modal-dialog {
    transform: none;
}
.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
    flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: min-content;
    content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
    margin: 0.25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: min-content;
    }

    .modal-sm {
        max-width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}
@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}
.carousel {
    position: relative;
}

.carousel.pointer-event {
    touch-action: pan-y;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-inner::after {
    display: block;
    clear: both;
    content: "";
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
    transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
    transform: translateX(-100%);
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    z-index: 1;
    opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none;
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
        transition: none;
    }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        transition: none;
    }
}
.carousel-indicators .active {
    opacity: 1;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}
.table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
    border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

.table-bordered {
    border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
    border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #b8daff;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
    border-color: #7abaff;
}

.table-hover .table-primary:hover {
    background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
    background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
    border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
    background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
    border-color: #8fd19e;
}

.table-hover .table-success:hover {
    background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
    background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
    border-color: #86cfda;
}

.table-hover .table-info:hover {
    background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
    background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
    border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
    background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
    background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
    border-color: #ed969e;
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
    background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
    background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
    border-color: #fbfcfc;
}

.table-hover .table-light:hover {
    background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
    background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
    background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #95999c;
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
    background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
}
.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.table-dark {
    color: #fff;
    background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: #454d55;
}
.table-dark.table-bordered {
    border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-sm > .table-bordered {
        border: 0;
    }
}
@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-md > .table-bordered {
        border: 0;
    }
}
@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-lg > .table-bordered {
        border: 0;
    }
}
@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-xl > .table-bordered {
        border: 0;
    }
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
    border: 0;
}

.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.bg-primary {
    background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #0062cc !important;
}

.bg-secondary {
    background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #545b62 !important;
}

.bg-success {
    background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #1e7e34 !important;
}

.bg-info {
    background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #117a8b !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #d39e00 !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #bd2130 !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #dae0e5 !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #1d2124 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

.border-right {
    border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
    border-left: 1px solid #dee2e6 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: #007bff !important;
}

.border-secondary {
    border-color: #6c757d !important;
}

.border-success {
    border-color: #28a745 !important;
}

.border-info {
    border-color: #17a2b8 !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.border-danger {
    border-color: #dc3545 !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #343a40 !important;
}

.border-white {
    border-color: #fff !important;
}

.rounded-sm {
    border-radius: 0.2rem !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
    border-radius: 0.3rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    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-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !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-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: flex !important;
    }

    .d-md-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 992px) {
    .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-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !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-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: inline-flex !important;
    }
}
@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: flex !important;
    }

    .d-print-inline-flex {
        display: inline-flex !important;
    }
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive::before {
    display: block;
    content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-21by9::before {
    padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

.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;
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    flex-shrink: 1 !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-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

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

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

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

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important;
    }

    .flex-sm-column {
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-sm-fill {
        flex: 1 1 auto !important;
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-sm-start {
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        justify-content: center !important;
    }

    .justify-content-sm-between {
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        align-items: center !important;
    }

    .align-items-sm-baseline {
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        align-items: stretch !important;
    }

    .align-content-sm-start {
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        align-content: center !important;
    }

    .align-content-sm-between {
        align-content: space-between !important;
    }

    .align-content-sm-around {
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        align-self: auto !important;
    }

    .align-self-sm-start {
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        align-self: center !important;
    }

    .align-self-sm-baseline {
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important;
    }

    .flex-md-column {
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-md-fill {
        flex: 1 1 auto !important;
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-md-start {
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        justify-content: center !important;
    }

    .justify-content-md-between {
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        justify-content: space-around !important;
    }

    .align-items-md-start {
        align-items: flex-start !important;
    }

    .align-items-md-end {
        align-items: flex-end !important;
    }

    .align-items-md-center {
        align-items: center !important;
    }

    .align-items-md-baseline {
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        align-items: stretch !important;
    }

    .align-content-md-start {
        align-content: flex-start !important;
    }

    .align-content-md-end {
        align-content: flex-end !important;
    }

    .align-content-md-center {
        align-content: center !important;
    }

    .align-content-md-between {
        align-content: space-between !important;
    }

    .align-content-md-around {
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        align-content: stretch !important;
    }

    .align-self-md-auto {
        align-self: auto !important;
    }

    .align-self-md-start {
        align-self: flex-start !important;
    }

    .align-self-md-end {
        align-self: flex-end !important;
    }

    .align-self-md-center {
        align-self: center !important;
    }

    .align-self-md-baseline {
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important;
    }

    .flex-lg-column {
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-lg-fill {
        flex: 1 1 auto !important;
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-lg-start {
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        justify-content: center !important;
    }

    .justify-content-lg-between {
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        align-items: center !important;
    }

    .align-items-lg-baseline {
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        align-items: stretch !important;
    }

    .align-content-lg-start {
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        align-content: center !important;
    }

    .align-content-lg-between {
        align-content: space-between !important;
    }

    .align-content-lg-around {
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        align-self: auto !important;
    }

    .align-self-lg-start {
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        align-self: center !important;
    }

    .align-self-lg-baseline {
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction: row !important;
    }

    .flex-xl-column {
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-xl-fill {
        flex: 1 1 auto !important;
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-xl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        justify-content: center !important;
    }

    .justify-content-xl-between {
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        align-items: center !important;
    }

    .align-items-xl-baseline {
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        align-items: stretch !important;
    }

    .align-content-xl-start {
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        align-content: center !important;
    }

    .align-content-xl-between {
        align-content: space-between !important;
    }

    .align-content-xl-around {
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        align-self: auto !important;
    }

    .align-self-xl-start {
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        align-self: center !important;
    }

    .align-self-xl-baseline {
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        align-self: stretch !important;
    }
}
.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }

    .float-sm-right {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }
}
@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }

    .float-md-right {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }
}
@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }

    .float-lg-right {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }
}
@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }

    .float-xl-right {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }
}
.user-select-all {
    user-select: all !important;
}

.user-select-auto {
    user-select: auto !important;
}

.user-select-none {
    user-select: none !important;
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: sticky !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@supports (position: sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    box-shadow: none !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.min-vw-100 {
    min-width: 100vw !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.vw-100 {
    width: 100vw !important;
}

.vh-100 {
    height: 100vh !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}

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

.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}

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

.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}

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

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}

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

.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}

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

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

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

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

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

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

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

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }

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

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }

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

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

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

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

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

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

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

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

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

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }

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

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

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }

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

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }

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

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

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

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

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

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

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

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }

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

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }

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

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

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }

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

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }

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

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

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }

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

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }

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

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

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }

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

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }

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

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

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }

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

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }

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

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

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }

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

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }

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

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

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }

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

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }

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

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }

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

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }

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

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }

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

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }

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

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important;
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important;
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important;
    }

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

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

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }

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

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }

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

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }

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

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }

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

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

    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }

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

    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }

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

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

    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }

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

    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }

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

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

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }

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

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }

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

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

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }

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

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }

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

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

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }

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

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }

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

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

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }

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

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }

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

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

    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }

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

    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }

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

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

    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }

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

    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }

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

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

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }

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

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }

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

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

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }

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

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }

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

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

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }

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

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }

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

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }

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

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }

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

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }

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

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }

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

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important;
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important;
    }

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

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

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }

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

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

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

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }

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

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }

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

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

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

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

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

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

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

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

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

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

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

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

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }

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

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }

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

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

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

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

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

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

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

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }

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

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }

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

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

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }

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

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }

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

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

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }

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

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }

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

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

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }

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

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }

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

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

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }

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

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }

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

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

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }

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

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }

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

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

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }

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

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }

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

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }

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

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }

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

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }

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

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }

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

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important;
    }

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

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

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }

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

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }

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

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }

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

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }

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

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

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

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

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

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

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

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

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

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

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

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

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }

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

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }

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

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

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

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

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

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

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

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }

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

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }

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

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

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }

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

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }

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

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

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }

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

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }

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

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

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }

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

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }

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

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

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }

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

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }

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

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

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }

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

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }

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

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

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }

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

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }

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

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }

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

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }

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

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }

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

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }

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

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important;
    }

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

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

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }

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

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}
.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }

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

    .text-sm-center {
        text-align: center !important;
    }
}
@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }

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

    .text-md-center {
        text-align: center !important;
    }
}
@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }

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

    .text-lg-center {
        text-align: center !important;
    }
}
@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }

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

    .text-xl-center {
        text-align: center !important;
    }
}
.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-lighter {
    font-weight: lighter !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-weight-bolder {
    font-weight: bolder !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #fff !important;
}

.text-primary {
    color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #0056b3 !important;
}

.text-secondary {
    color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
    color: #494f54 !important;
}

.text-success {
    color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
    color: #19692c !important;
}

.text-info {
    color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
    color: #0f6674 !important;
}

.text-warning {
    color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
    color: #ba8b00 !important;
}

.text-danger {
    color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
    color: #a71d2a !important;
}

.text-light {
    color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
    color: #cbd3da !important;
}

.text-dark {
    color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
    color: #121416 !important;
}

.text-body {
    color: #212529 !important;
}

.text-muted {
    color: #6c757d !important;
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-break {
    word-break: break-word !important;
    word-wrap: break-word !important;
}

.text-reset {
    color: inherit !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

@font-face {
    font-family: 'AllianceN2-regular';
    font-style: normal;
    font-display: swap;
    src: local('Alliance No.2 Regular'),
    url('../fonts/Alliance No.2 Regular.otf') format('opentype');
}
@font-face {
    font-family: 'AllianceN2-Italic';
    font-style: normal;
    font-display: swap;
    src: local('Alliance No.2 Regular Italic'),
    url('../fonts/Alliance No.2 Regular Italic.otf') format('opentype');
}
@font-face {
    font-family: 'AllianceN2-medium';
    font-style: normal;
    font-display: swap;
    src: local('Alliance No.2 Medium'),
    url('../fonts/Alliance No.2 Medium.otf') format('opentype');
}
@font-face {
    font-family: 'AllianceN2-semibold';
    font-style: normal;
    font-display: swap;
    src: local('Alliance No.2 SemiBold'),
    url('../fonts/Alliance No.2 SemiBold.otf') format('opentype');
}

:root {
    --red:#EE2737;
    --grey:#EDEDED;
    --blue: #001EFF;
    --green: #176D38;
    --font-regular:"AllianceN2-regular";
    --font-medium:"AllianceN2-medium";
    --font-bold:"AllianceN2-bold";
    --font-semibold:"AllianceN2-semibold";
    --font-italic:"AllianceN2-italic";
    --veterinary: #E3378C;
    --clinical: #FF5100;
    --food-quality: #DDF23A;
    --agricultural: #176D38;
    --bioprecesses: #001EFF;
}

html,
a {
    cursor: none;
}
/*html,
.site-nav__menu .swiper-button-next,
.site-nav__menu .swiper-button-prev {
    cursor: url(../img/icons/cursor.svg) 20 20,auto !important;
}
html a,
html a:hover,
html button,
header .burger,
.d-list-contact .b-list .row,
.d-contact .b-info .text img,
.map:hover,
.d-video-text .button,
.d-testimonials .swiper-button-next, .d-testimonials  .swiper-button-prev {
    cursor: pointer;
    cursor: url(../img/icons/cursor-hover.png) 40 40,auto !important;
}*/
.d-content .d-categories p {
    cursor: none;
}
.d-content .d-categories {
    cursor: url(../icons/drag.svg) 50 50,auto !important;
}

body {
    background-color: #EDEDED;
}
section {
    position: relative;
}
a:hover {
    text-decoration: none;
}
i {
    font-family: var(--font-italic);
}
b, strong {
    font-family: var(--font-semibold);
}

[data-aos^=zoom][data-aos^=zoom] {
    opacity: 1;
}

/* --------------- custom cursor --------------- */
.circle-cursor,
.cursor {
    position: fixed;
    background: #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.cursor {
    height: 14px;
    width: 14px;
    z-index: 11;
    background: #fff;
    transition: transform 0.25s linear;
}
.circle-cursor {
    height: 60px;
    width: 60px;
    /*mix-blend-mode: difference;*/
    z-index: 10;
    /*transition: left 0.25s ease-out, top 0.25s ease-out, transform 0.25s linear;*/
    transition: transform 0.25s linear;
    background: transparent;
    border:1px solid var(--red);
}
.cursor.hover {
    background-color: var(--red);
}
.circle-cursor.hover {
    transform: translate(-50%, -50%) scale(2);
    border:0;
    background-color: #8686869c;
    /*animation: liquid 2.5s linear infinite;*/
}

@keyframes liquid {

    0%,
    100% {
        border-radius: 28% 72% 46% 54% / 22% 50% 50% 78%;
    }

    25% {
        border-radius: 73% 27% 41% 59% / 49% 20% 80% 51%;
    }

    50% {
        border-radius: 47% 53% 28% 72% / 49% 76% 24% 51%;
    }

    75% {
        border-radius: 48% 52% 68% 32% / 78% 54% 46% 22%;
    }
}

@media screen and (max-width: 768px) {
    .circle-cursor,
    .cursor {
        display: none;
    }
}

/* --------------- header --------------- */
header {
    position: absolute;
    width: 100%;
    z-index: 6;
}
header.open {
    position: fixed;
}
header .title-logo {
    font-family: var(--font-regular);
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0;
    color: var(--red);
    position: absolute;
    top: 82px;
    left: 98px;
    margin: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
header .title-logo:hover {
    color: white;
}
header .title-logo a {
    color: var(--red);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
header .title-logo a:hover {
    color: white;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
header .burger {
    width: 155px;
    height: 100px;
    background-color: var(--red);
    position: absolute;
    right: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
header .burger:hover {
    background-color: white;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
header.open .burger {
    background-color: white;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
header .burger span {
    height: 1px;
    background-color: white;
    position: absolute;
    left: 42px;
    top: 43px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
header .burger:hover span {
    background-color: var(--red);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
header.open .burger span {
    background-color: var(--red);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
header .burger span:first-child {
    width: 70px;
}
header .burger span:last-child {
    width: 35px;
    margin-top: 15px;
}
header.open .burger span:first-child {
    top: 48px;
    width: 70px;
    transform: rotate(-15deg);
}
header.open .burger span:last-child {
    width: 0;
    transform: rotate(-15deg);
    opacity: 0;
}
header.open .burger:hover span:last-child {
    width: 70px;
    transform: rotate(15deg);
    top: 33px;
    opacity: 1;
}
.site-nav__menu {
    font-family: var(--font-regular);
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    background-color: black;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    opacity: 0;
    overflow: auto;
}
.site-nav__menu.open {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: matrix(1,0,0,1,0,0);
    transform: matrix(1,0,0,1,0,0);
    z-index: 5;
    opacity: 1;
}
.site-nav__menu .container-fluid,
.site-nav__menu .row {
    height: 100%;
}
.site-nav__menu .swiper {
    width: 100%;
    height: 90vh;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    overflow: hidden;
}
.site-nav__menu .swiper-slide {
    text-align: center;
    background: transparent;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

    font-size: 155px;
    line-height: 100px;
    letter-spacing: 0;
    color: var(--red);
    position: relative;
}
.site-nav__menu .swiper-slide a {
    font-size: 155px;
    line-height: 100px;
    letter-spacing: 0;
    color: var(--red);
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.site-nav__menu .swiper-slide a:hover {
    color: white;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.site-nav__menu .swiper-slide a.active {
    color: var(--grey);
}
.site-nav__menu .swiper-slide.swiper-slide-active {
    transform: scale(1);
    opacity: 1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.site-nav__menu .swiper-slide.swiper-slide-next,
.site-nav__menu .swiper-slide.swiper-slide-prev {
    transform: scale(0.6);
    opacity: .2;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.site-nav__menu .swiper-slide {
    transform: scale(0.2);
    opacity: .2;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.site-nav__menu .info {
    position: absolute;
    right: 240px;
    bottom: 76px;
    z-index: 1;
}
.site-nav__menu .info a {
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.site-nav__menu .info a:hover {
    opacity: .5;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.site-nav__menu .open-page {
    position: absolute;
    right: 68px;
    bottom: 76px;
    z-index: 1;
}
.site-nav__menu .open-page > ul {
    width: 137px;
}
.site-nav__menu .social {
    position: absolute;
    left: 98px;
    bottom: 76px;
    z-index: 1;
}
.site-nav__menu .swiper-button-prev {
    left: 0;
    right: auto;
    top: 0;
    height: 40%;
    width: 100%;
}
.site-nav__menu .swiper-button-next {
    left: 0;
    right: auto;
    top: auto;
    bottom: 0;
    height: 40%;
    width: 100%;
}
.site-nav__menu .swiper-button-prev:after,
.site-nav__menu .swiper-button-next:after {
    display: none;
}

@media screen and (max-width: 1800px) {
    .site-nav__menu .swiper-slide a {
        font-size: 95px;
        line-height: 70px;
    }
}
@media screen and (max-width: 991px) {
    header .title-logo {
        font-size: 24px;
        line-height: 29px;
        top: 47px;
        left: 36px;
    }
	header .block-lang {
		right: 36px;
		top: 45px;
	}
    header .burger {
        width: 103px;
        height: 66px;
    }
    header .burger span {
        left: 34px;
    }
    header .burger span:first-child {
        width: 33px;
        top: 28px;
    }
    header .burger span:last-child {
        width: 17px;
        top: 28px;
        margin-top: 10px;
    }
    header.open .burger:hover span:last-child {
        width: 38px;
        top: 21px;
    }
    header.open .burger span:first-child {
        top: 31px;
        width: 38px;
    }
    .site-nav__menu .swiper-slide a {
        font-size: 44px;
        line-height: 45px;
    }
    .site-nav__menu .swiper {
        height: 60vh;
        top: 44%;
    }
    .site-nav__menu .swiper-slide {
        opacity: .25;
        transform: scale(0.4);
    }
    .site-nav__menu .swiper-slide.swiper-slide-next,
    .site-nav__menu .swiper-slide.swiper-slide-prev {
        opacity: .3;
        transform: scale(0.7);
    }
    .site-nav__menu .info li,
    .site-nav__menu .open-page li {
        font-size: 14px;
        line-height: 27px;
    }
    .site-nav__menu .social,
    .site-nav__menu .info,
    .site-nav__menu .open-page {
        bottom: 70px;
    }
    .site-nav__menu .social {
        left: 30px;
    }
    .site-nav__menu .info {
        right: 158px;
    }
    .site-nav__menu .open-page {
        right: 29px;
    }
    .site-nav__menu .social a {
        font-size: 22px;
        line-height: 35px;
        margin-right: 3px;
    }
    .site-nav__menu .social a img {
        margin-top: -28px;
    }
    .site-nav__menu .open-page a img {
        height: 20px;
    }
    .site-nav__menu .open-page > ul {
        width: 99px;
    }
    .site-nav__menu .swiper-slide {
        transform: none;
    }
    .site-nav__menu .swiper-slide a {
        font-size: 19px;
    }
    .site-nav__menu .swiper-slide.swiper-slide-active a {
        font-size: 44px;
        line-height: 45px;
    }
    .site-nav__menu .swiper-slide.swiper-slide-next,
    .site-nav__menu .swiper-slide.swiper-slide-prev {
        transform: none;
    }
    .site-nav__menu .swiper-slide.swiper-slide-next a,
    .site-nav__menu .swiper-slide.swiper-slide-prev a {
        font-size: 30px;
    }
}

/* --------------- cabecera home --------------- */
.d-hero-home {
    background-color: black;
}
.d-hero-home,
.d-hero-home .col-12 {
    position: relative;
    height: 100vh;
    overflow: hidden;
}
.d-hero-home.d-hero {
    overflow: inherit;
}
.d-hero-home.d-hero.one-title {
    overflow: hidden;
}
.d-hero-home .circle {
    position: absolute;
    transform: translate(-50%,-50%) rotate(0deg);
    top:50%;
    left:50.5%;
    height: 100vh;
    width: 100%;
    object-fit: contain;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.d-hero-home.landing .circle {
    display: none;
}
.d-hero-home.h-3 .circle {
    transform: translate(-46%,-50%) rotate(25deg);
}
.d-hero-home.h-1 .circle {
    transform: translate(-54%,-50%) rotate(-25deg);
}
.d-hero-home .all {
    position: absolute;
    left: 100px;
    bottom: 74px;
    text-align: left;
}
.d-hero-home .scroll-down,
.d-hero-secondary .scroll-down {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    z-index: 1;
}
.d-hero-home .scroll-down p,
.d-hero-secondary .scroll-down p {
    font-family: var(--font-medium);
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    color: white;
    margin: 0;
    margin-right: 32px;
}
.d-hero-secondary .scroll-down p {
    color: var(--red);
}
.d-hero-home .scroll-down > div,
.d-hero-secondary .scroll-down > div {
    width: 155px;
    height: 100px;
    position: relative;
    background-color: var(--grey);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.d-hero-secondary .scroll-down > div {
    background-color: var(--red);
}
.d-hero-home.clinical .scroll-down > div {
    background-color: var(--clinical);
}
.d-hero-home.veterinary .scroll-down > div {
    background-color: var(--veterinary);
}
.d-hero-home.food-quality .scroll-down > div {
    background-color: var(--food-quality);
}
.d-hero-home.agricultural .scroll-down > div {
    background-color: var(--agricultural);
}
.d-hero-home.bioprecesses .scroll-down > div {
    background-color: var(--bioprecesses);
}
.d-hero-home .scroll-down > div:hover {
    background-color: var(--red);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.d-hero-secondary .scroll-down > div:hover,
.d-hero-home.clinical .scroll-down > div:hover,
.d-hero-home.veterinary .scroll-down > div:hover,
.d-hero-home.food-quality .scroll-down > div:hover{
    background-color: white;
}
.d-hero-home .scroll-down > div img,
.d-hero-secondary .scroll-down > div img {
    height: 24px;
    width: auto;
    position: absolute;
    transform: translate(-50%,-50%);
    top:50%;
    left:50%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.d-hero-secondary .scroll-down > div img {
    filter:invert(1);
}
.d-hero-secondary .scroll-down > div:hover img {
    filter:invert(0);
}
.d-hero-home .scroll-down > div:hover img {
    filter:invert(1);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.d-hero-home.clinical .scroll-down > div:hover img,
.d-hero-home.veterinary .scroll-down > div:hover img,
.d-hero-home.food-quality .scroll-down > div:hover img {
    filter:invert(0);
}
.d-hero-home .b-titles .title-1,
.d-hero-home .b-titles .title-2,
.d-hero-home .b-titles .title-3,
.d-hero-home.h-1 .b-titles .title-0,
.d-hero-home.h-2 .b-titles .title-0,
.d-hero-home.h-3 .b-titles .title-0,
.d-hero-home .b-titles .title-0.opacity-0 {
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -ms-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
}
.d-hero-home.h-1 .b-titles .title-1,
.d-hero-home.h-2 .b-titles .title-2,
.d-hero-home.h-3 .b-titles .title-3,
.d-hero-home .b-titles .title-0 {
    opacity: 1;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -ms-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
    /*transition-delay: .5s;*/
}
.d-hero-home .b-titles .title {
    font-family: var(--font-regular);
    font-size: 100px;
    line-height: 100px;
    letter-spacing: 0;
    color: var(--grey);

    position: absolute;
    transform: translate(-50%,-50%);
    top:58%;
    left:50%;
    width: 90%;
    z-index: 0;
}
.d-hero-home .b-titles .p-title {
    font-family: var(--font-regular);
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0;
    color: #f7f7f782;
    margin: 0;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 76%;
    left: 50%;
    max-width: 250px;
}
.d-hero-home .b-titles-red {
    font-family: var(--font-regular);
    font-size: 165px;
    line-height: 100px;
    letter-spacing: 0;
    color: var(--red);

    position: absolute;
    transform: translate(-50%,-50%);
    top:34%;
    left:50%;
    width: 150%;
    z-index: 1;
}
.d-hero-home .b-titles-red span {
    opacity: 1;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -ms-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
}
.d-hero-home .b-titles-red span.opacity {
    opacity: 0.2;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -ms-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
}
.d-hero-home .b-titles-red span.hover {
    opacity: 1 !important;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -ms-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
}
.d-hero-home.d-hero {
    font-family: var(--font-regular);
}
.d-hero-home.d-hero .background {
    position: absolute;
    right: 0;
}
.d-hero-home.d-hero .b-hero {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.d-hero-home.d-hero .p-title {
    font-size: 80px;
    line-height: 80px;
    letter-spacing: 0;
    color: var(--grey);
}
.d-hero-home.d-hero .title {
    color: var(--grey);
    font-size: 300px;
    line-height: 285px;
    letter-spacing: 0;
    margin-bottom: 85px;
}
.d-hero-home.d-hero .text {
    max-width: 489px;
    margin: 0 auto;
}
.d-hero-home.d-hero .text p {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    color: var(--grey);
}
.d-hero-home.d-hero.one-title .title {
    font-size: 165px;
    line-height: 165px;
    letter-spacing: 0;
}
.d-hero-home.d-hero.one-title .background {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: hidden;
}
.d-hero-home.d-hero.one-title .background img {
    height: 119%;
    width: 121%;

    height: 100%;
    width: 100%;
    object-fit: cover;
}
.d-hero-home.d-hero.one-title .background:before {
    content: '';
    background-color: rgb(0 0 0 / 80%);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
}

.d-hero-secondary {
    font-family: var(--font-regular);
    max-height: 581px;
    height: 77vh;
}
.d-hero-secondary .container-fluid,
.d-hero-secondary .row {
    height: 100%;
}
.d-hero-secondary .title {
    font-size: 165px;
    line-height: 165px;
    letter-spacing: 0;
    color: var(--red);
}
.d-hero-secondary .col-12 > div {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 100%;
}

.col-20 {
    /*flex: 0 0 20%;
    max-width: 20%;*/
    flex: 0 0 12.5%;
    max-width: 12.5%;
}
.layers-hovers {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.layers-hovers .col-20 {
    height: 100vh;
}
.d-hero-home.l-1 .circle {
    transform: translate(-58%,-50%) rotate(-60deg);
}
.d-hero-home.l-2 .circle {
    transform: translate(-56%,-50%) rotate(-45deg);
}
.d-hero-home.l-3 .circle {
    transform: translate(-54%,-50%) rotate(-30deg);
}
.d-hero-home.l-4 .circle {
    transform: translate(-52%,-50%) rotate(-15deg);
}
.d-hero-home.l-5 .circle {
    transform: translate(-48%,-50%) rotate(15deg);
}
.d-hero-home.l-6 .circle {
    transform: translate(-46%,-50%) rotate(30deg);
}
.d-hero-home.l-7 .circle {
    transform: translate(-44%,-50%) rotate(45deg);
}
.d-hero-home.l-8 .circle {
    transform: translate(-42%,-50%) rotate(60deg);
}

@media screen and (max-width: 1870px) {
    .d-hero-home .b-titles-red {
        font-size: 140px;
    }
}
@media screen and (max-width: 1800px) {
    .d-hero-home .b-titles-red {
        font-size: 100px;
    }
    .d-hero-home .b-titles .title {
        font-size: 70px;
        line-height: 70px;
    }
    .d-hero-home .b-titles .p-title {
        font-size: 25px;
    }
    .d-hero-home.d-hero .title {
        font-size: 163px;
        line-height: 137px;
        margin-bottom: 68px;
    }
    .d-hero-home.d-hero .p-title {
        font-size: 65px;
        line-height: 65px;
    }
    .d-hero-home.d-hero .text p {
        font-size: 16px;
        line-height: 25px;
    }
    .d-hero-home.d-hero .background img {
        width: 100%;
        height: 187vh;
    }
    .d-hero-home.d-hero.one-title .title {
        font-size: 100px;
        line-height: 100px;
    }
    .d-hero-secondary {
        min-height: 480px;
        height: 72vh;
    }
    .d-hero-secondary .title {
        font-size: 125px;
        line-height: 125px;
    }
    .d-legal .title {
        font-size: 50px;
        line-height: 54px;
    }
}
@media screen and (max-width: 991px) {
    .d-hero-home .b-titles-red {
        font-size: 85px;
        line-height: 75px;
    }
    .d-hero-home .b-titles .title {
        font-size: 48px;
        line-height: 52px;
    }
    .d-hero-home .scroll-down p {
        margin-right: 14px;
    }
    .d-hero-home .scroll-down > div {
        width: 101px;
        height: 66px;
    }
    .d-hero-home .scroll-down > div img {
        height: 16px;
    }
    .d-hero-home .all {
        left: 36px;
        bottom: 44px;
    }
    .d-hero-home .b-titles .title {
        top: 62%;
    }
    .d-hero-home .circle {
        top:57%;
    }
    .d-hero-home.d-hero.one-title .title {
        font-size: 60px;
        line-height: 60px;
    }
    .d-hero-home.d-hero .text {
        max-width: 290px;
    }
    .d-hero-home.d-hero .title {
        margin-bottom: 25px;
    }
    .d-hero-home.d-hero .title {
        font-size: 50px;
        line-height: 55px;
    }
    .d-hero-home.d-hero .p-title {
        font-size: 28px;
        line-height: 30px;
    }
    .d-hero-home.d-hero .background img {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }
    .d-hero-secondary .title {
        font-size: 69px;
        line-height: 69px;
    }
}

/* --------------- intro --------------- */
.d-intro {
    padding: 90px 0;
    font-family: var(--font-regular);
    background-color: var(--grey);
}
.d-intro .num {
    font-size: 400px;
    line-height: 400px;
    letter-spacing: 0;
    color: white;
    text-align: right;
}
.d-intro .num p {
    margin: 0;
}
.d-intro .num span {
    font-size: 30px;
    line-height: 100px;
    letter-spacing: 0;
    color: var(--red);

    position: absolute;
    display: block;
    top: 157px;
    left: 36px;
}
.d-intro .text {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0;
    text-align: justify;
    color: black;
}
.d-intro .text > div {
    max-width: 865px;
    position: absolute;
    transform: translate(0, -50%);
    top: 55%;
    left: 0;
}

@media screen and (max-width: 1800px) {
    .d-intro .text > div {
        max-width: 652px;
    }
    .d-intro .text {
        font-size: 24px;
        line-height: 32px;
    }
    .d-intro .num {
        font-size: 300px;
        line-height: 300px;
    }
    .d-intro .num span {
        font-size: 27px;
        line-height: 0;
    }
}
@media screen and (max-width: 991px) {
    .d-intro .text > div {
        position: initial;
        transform: none;
        padding: 15px;
    }
    .d-intro .num {
        font-size: 249px;
        line-height: 295px;
    }
}

/* --------------- overview intro --------------- */
.d-overview-intro {
    background-color: black;
    padding-top: 60px;
    padding-bottom: 210px;
    overflow: hidden;
}
.d-overview-intro p {
    color: white;
}
.d-overview-intro .text-1 {
    font-family: var(--font-medium);
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0;
    margin-bottom: 46px;
    margin-left: 54px;
}
.d-overview-intro .text-2 {
    font-family: var(--font-regular);
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0;
    max-width: 366px;
    margin-bottom: 175px;
}
.d-overview-intro .text-3 {
    font-family: var(--font-regular);
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    max-width: 413px;
    margin-top: 171px;
    margin-left: 100px;
}
.d-overview-intro .read-more {
    color: white;
    font-family: var(--font-regular);
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0;
    margin-left: 180px;
}
.d-overview-intro .read-more img {
    margin-left: 16px;
    height: 99px;
    width: auto;
}
.d-overview-intro .read-more img.i-hover,
.d-overview-intro .read-more:hover img.i-open {
    display: none;
}
.d-overview-intro .read-more:hover img.i-hover {
    display: initial;
}
/*.d-overview-intro .background img {
    position: absolute;
    z-index: 0;
    right: -212px;
    top: -195px;
}*/
.d-overview-intro .background {
    position: absolute;
    z-index: 0;
    right: -188px;
    top: -283px;
}
.d-overview-intro .position-relative {
    z-index: 1;
}
.d-overview-intro .title {
    font-family: var(--font-regular);
    font-size: 630px;
    letter-spacing: 0;
    color: var(--red);
}
/*.marquee {
    position: absolute;
    text-align: right;
    animation: marquee 20s linear infinite;
    bottom: 344px;
}
@keyframes marquee {
    0% { left: 100%; }
    100% { left: -3489px; }
}*/
.marquee {
    width: 25585px;
    position: absolute;
    text-align: right;
    animation: marquee 100s linear infinite;
    bottom: 344px;
}
@keyframes marquee {
    0% { left: 100%; }
    100% { left: -25585px; }
}

@media screen and (max-width: 991px) {
    .d-overview-intro .text-2 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 120px;
        max-width: 301px;
        margin-left: 15px;
    }
    .d-overview-intro .text-1 {
        margin-left: 86px;
    }
    .d-overview-intro .read-more {
        margin-left: 15px;
    }
    .d-overview-intro .text-3 {
        margin-top: 477px;
        font-size: 18px;
        line-height: 22px;
        margin-left: 90px;
        max-width: 274px;
    }
    .d-overview-intro .title {
        font-size: 320px;
        line-height: 388px;
    }
    .marquee {
        bottom: 388px;
        width: 13085px;
        animation: marquee 200s linear infinite;
    }
}

/* --------------- cta --------------- */
.d-cta {
    padding: 32px 0;
    overflow: hidden;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    z-index: 1;
    background-color: var(--grey);
}
.d-cta .animate-anchor {
    color: black;
}
.d-cta p {
    font-family: var(--font-regular);
    font-size: 300px;
    letter-spacing: 0;
    line-height: 300px;

    display: flex;
    align-items: center;
}
.d-cta p i {
    font-family: var(--font-italic);
    margin: 0 45px;
}
.d-cta img {
    margin: 0 60px;
    margin-top: 65px;
}
.d-cta p span {
    display: inherit;
    margin: 0 25px;
}

/* style 2 */
.d-cta.style-2,
.d-cta.style-3 {
    background-color: black;
    padding: 0;
}
.d-cta.style-2 p,
.d-cta.style-3 p,
.d-cta.style-4 p {
    font-size: 120px;
    line-height: 318px;
    color: var(--grey);
    margin-left: 200px;
}
.d-cta.style-2 p span,
.d-cta.style-3 p span,
.d-cta.style-4 p span {
    display: inherit;
    margin: 0 15px;
}
.d-cta.style-2 img,
.d-cta.style-3 img,
.d-cta.style-4 img {
    margin: 0 45px;
    margin-top: 35px;
}

/* style 4 */
.d-cta.style-4 {
    background-color: var(--grey);
    padding: 0;
    border:0;
}
.d-cta.style-4 p {
    color: var(--red);
}
.d-cta.style-4 img {
    filter: invert(1);
}

@media screen and (max-width: 1800px) {
    .d-cta p {
        font-size: 194px;
        line-height: 244px;
    }
    .d-cta img {
        margin: 0 60px;
        margin-top: 40px;
        height: 125px;
    }
}
@media screen and (max-width: 991px) {
    .d-cta p {
        font-size: 79px;
        line-height: 90px;
    }
    .d-cta img,
    .d-cta.style-2 img,
    .d-cta.style-3 img,
    .d-cta.style-4 img {
        margin: 0 40px;
        margin-top: 5px;
        height: 90px;
    }
    .d-cta p i {
        margin: 0 18px;
    }
    .d-cta.style-2 p, .d-cta.style-3 p, .d-cta.style-4 p {
        font-size: 49px;
        line-height: 100px;
        margin-left: 0;
    }
    .d-cta p span,
    .d-cta.style-2 p span, .d-cta.style-3 p span, .d-cta.style-4 p span {
        display: inherit;
        margin: 0 5px;
    }
}

/* --------------- bloque texto --------------- */
.box,
.box-0,
.box-1,
.box-2,
.box-3,
.box-4,
.box-5 {
    position: absolute;
    /*transition: ease-out 1s;*/
    background: radial-gradient(circle, rgba(238,39,55,0.8687850140056023) 0%, rgba(255,255,255,0) 80%);
    width:500px;
    height:500px;
    border-radius: 100%;
    mix-blend-mode: darken;
    z-index: 1;
}
.box-2 {
    background: radial-gradient(circle, rgba(238,39,55,1) 0%, rgba(255,255,255,0) 49%);
}
.box-4 {
    background: radial-gradient(circle, rgb(238 39 55) 0%, rgba(255,255,255,0) 100%);
    mix-blend-mode: lighten;
}
.box-5 {
    mix-blend-mode: lighten;
}
.d-text {
    background-color: black;
    padding-top: 243px;
    padding-bottom: 88px;
    overflow: hidden;
}
.d-text p,
.d-editorial-text p{
    font-family: var(--font-regular);
    font-size: 90px;
    line-height: 100px;
    letter-spacing: 0;
    margin: 0;
    color: white;
    max-width: 1345px;
}
.d-text p:first-child {
    opacity: 0.4;
}
.d-text .b-btn,
.d-editorial-text .b-btn {
    text-align: right;
    z-index: 1;
}
.d-text .btn-circle,
.d-editorial-text .btn-circle {
    font-family: var(--font-regular);
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0;
    margin-top: 156px;
    margin-right: calc(100px - 15px);
    display: inline-flex;
    align-items: center;
    color: white;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.d-text .btn-circle:hover {
    color: var(--red);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.d-text .btn-circle img,
.d-editorial-text .btn-circle img{
    margin-left: 31px;
}
.d-text .btn-circle img.i-hover,
.d-text .btn-circle:hover img.i-open {
    display: none;
}
.d-text .btn-circle:hover img.i-hover {
    display: initial;
}
.d-text .btn-circle span,
.d-editorial-text .btn-circle span{
    width: 253px;
}
.d-text .background img {
    position: absolute;
    top: 0;
    right: 0;
}

@media screen and (max-width: 991px){
    .box, .box-0, .box-1, .box-2, .box-3, .box-4, .box-5 {
        width: 200px;
        height: 200px;
    }
}

/* --------------- bloque texto + img background --------------- */
.d-text-bg {
    overflow: hidden;
    padding-top: 439px;
    padding-bottom: 331px;
}
.d-text-bg .box-0 {
    background: radial-gradient(circle, rgba(238,39,55,0.8687850140056023) 0%, rgba(255,255,255,0) 51%);
}
.d-text-bg .background img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.d-text-bg .text {
    max-width: 1345px;
    font-family: var(--font-regular);
    font-size: 90px;
    line-height: 100px;
    letter-spacing: 0;
    color: white;
}
.d-text-bg .text p {
    margin: 0;
}

/* --------------- editorial text --------------- */
.d-editorial-text {
    background-color: var(--red);
    padding-top: 202px;
    padding-bottom: 88px;
    overflow: hidden;
    padding-left: 85px;
}
.d-editorial-text.clinical {
    background-color: var(--clinical);
}
.d-editorial-text.veterinary {
    background-color: var(--veterinary);
}
.d-editorial-text.food-quality {
    background-color: var(--food-quality);
}
.d-editorial-text .background {

}
.d-editorial-text p,
.d-editorial-text .btn-circle {
    color: black;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.d-editorial-text .btn-circle:hover {
    color: white;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.d-editorial-text .btn-circle .i-hover,
.d-editorial-text .btn-circle:hover .i-open {
    display: none;
}
.d-editorial-text .btn-circle:hover .i-hover {
    display: initial;
}
.d-editorial-text p {
    max-width: 100%;
    padding-right: 75px;
}
.d-editorial-text p img {
    margin: 0 20px;
}
.d-editorial-text p span {
    height: 102px;
    width: 152px;
    display: inline-table;
}
.d-editorial-text .title {
    font-family: var(--font-regular);
    font-size: 60px;
    line-height: 60px;
    letter-spacing: 0;
    color: black;
    margin-bottom: 198px;
}
.d-editorial-text .text {
    position: absolute;
    right:364px;
    top: 0;
    max-width: 470px;
}
.d-editorial-text.landing p,
.d-editorial-text.clinical p,
.d-editorial-text.veterinary p,
.d-editorial-text.food-quality p {
    font-size: 120px;
    line-height: 140px;
    letter-spacing: 0;
    margin-bottom: 100px;
}
.d-editorial-text .text p {
    text-align: justify;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
}
.d-editorial-text.clinical .btn-landing img {
    transform: rotate(45deg);
}
.btn-download {
    margin-right: -100px;
    display: flex;
    align-items: center;
    font-family: var(--font-regular);
    font-size: 40px;
    line-height: 30px;
    letter-spacing: 0;
    color: black;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.btn-download:hover {
    color: white;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.btn-download img {
    margin-left: 53px;
    background-color: black;
    height: 99px;
    width: 99px;
    padding: 40px;
    border-radius: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    filter:invert(0);
}
.btn-download:hover img {
    filter:invert(1);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.btn-download span {
    max-width: 292px;
    display: block;
    line-height: 50px;
    text-align: right;
}

#contact .d-editorial-text ,
#id-3 .d-editorial-text p{
    font-size: 100px;
    line-height: 120px;
}

.d-editorial-text.landing .d-contact.direct-form .b-secondary {
    /*position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;*/
    background-color: var(--grey);
    /*overflow: auto;
    height: 0;*/
}
.d-editorial-text.landing .d-contact.direct-form .b-secondary .b-info .d-button-close {
    padding: 50px 66px;
    border-bottom: 1px solid black;
    text-align: right;
}
.d-editorial-text.landing .d-contact.direct-form .b-secondary.position-fixed {
    z-index: 2;
    height: auto;
}
.d-editorial-text.landing .d-contact.direct-form .b-secondary .b-title p {
    font-size: 20px !important;
    line-height: 30px !important;
    max-width: 574px;
    text-align: justify;
}
.d-editorial-text.landing .d-contact .b-secondary .title {
    padding-bottom: 330px;
}
.d-editorial-text.landing .b-form {
    display: none;
    margin-left: -100px;
    margin-bottom: -88px;
}
.d-editorial-text.landing.open-form .b-form{
    display: flex;
}

@media screen and (max-width: 1800px){
    .d-editorial-text .text {
        right: 100px;
        max-width: 400px;
    }
    .d-editorial-text .title {
        font-size: 50px;
        line-height: 50px;
    }
    .d-editorial-text.landing p,
    .d-editorial-text.clinical p,
    .d-editorial-text.veterinary p,
    .d-editorial-text.food-quality p {
        font-size: 90px;
        line-height: 110px;
    }
    .d-editorial-text .text p {
        font-size: 20px;
        line-height: 30px;
    }
    .d-text-bg .text {
        font-size: 70px;
        line-height: 80px;
    }
    .d-text-bg .text > div {
        margin-left: 55px;
    }
    .d-text-bg {
        padding-top: 368px;
        padding-bottom: 293px;
    }
    .btn-download {
        margin-right: 0;
        font-size: 29px;
    }
    .btn-download span {
        line-height: 30px;
    }
    .btn-download img {
        margin-left: 35px;
    }
    #contact .d-editorial-text p,
    #id-3 .d-editorial-text p {
        font-size: 80px;
        line-height: 100px;
    }
}
@media screen and (max-width: 991px){
    .d-text p {
        font-size: 50px;
        line-height: 55px;
        margin-left: 15px;
    }
    .d-text,
    .d-editorial-text {
        padding-top: 100px;
        padding-bottom: 39px;
    }
    .d-text .btn-circle,
    .d-editorial-text .btn-circle {
        font-size: 18px;
        line-height: 22px;
        margin-right: 21px;
    }
    .d-text .btn-circle span,
    .d-editorial-text .btn-circle span{
        width: 157px;
    }
    .d-text .background img {
        right: -303px;
    }
    .box {
        height: 350px;
        width: 350px;
    }
    .d-editorial-text {
        padding-left: 15px;
    }
    .d-editorial-text .title {
        font-size: 30px;
        line-height: 39px;
        margin-bottom: 100px;
    }
    .d-editorial-text p {
        margin-right: 15px;
    }
    .d-text p,
    .d-editorial-text p {
        font-size: 50px;
        line-height: 55px;
    }
    .d-editorial-text p img {
        margin: 0 7px;
        height: 68px;
        width: auto;
    }
    .d-text .btn-circle, .d-editorial-text .btn-circle {
        margin-top: 100px;
    }
    .d-text-bg .text > div {
        margin-left: 15px;
    }
    .d-text-bg .text,
    #contact .d-editorial-text p,
    #id-3 .d-editorial-text p {
        font-size: 50px;
        line-height: 55px;
    }
    .d-text-bg {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .d-editorial-text.landing p,
    .d-editorial-text.clinical p,
    .d-editorial-text.veterinary p,
    .d-editorial-text.food-quality p {
        font-size: 50px;
        line-height: 55px;
    }
    .d-editorial-text .text p {
        font-size: 18px;
        line-height: 28px;
    }
    .d-editorial-text p {
        padding-right: 0;
    }
    .d-editorial-text .text {
        right: 40px;
        position: initial;
    }
    .btn-download {
        font-size: 20px;
        margin-top: 98px;
        margin-bottom: 55px;
    }
    .btn-download span {
        max-width: 176px;
    }
    .d-editorial-text p span {
        height: auto;
        width: auto;
        display: initial;
    }
    .d-editorial-text.landing .b-form {
        margin-left: -30px;
        margin-bottom: -39px;
    }
    .d-editorial-text.landing .d-contact .b-secondary .title {
        padding-bottom: 90px;
        padding-left: 15px;
    }
    .d-editorial-text.landing p {
        margin-bottom: 30px;
    }
    .d-editorial-text.landing .d-contact.type-2 .form form {
        padding-top: 45px;
    }
}

/* --------------- editorial text two img --------------- */
.d-editorial-text-two-img {
    padding-top: 188px;
    padding-bottom: 167px;
    overflow: hidden;
    font-family: var(--font-regular);
}
.d-editorial-text-two-img.bg-grey .box-1 {
    mix-blend-mode: lighten;
}
.d-editorial-text-two-img.bg-grey.clinical .box-1 {
    background: radial-gradient(circle, rgb(238 109 39) 0%, rgba(255,255,255,0) 87%);
}
.d-editorial-text-two-img.bg-grey {
    color: black;
    background-color: var(--grey);
}
.d-editorial-text-two-img.bg-red {
    background-color: var(--red);
    color: var(--grey);
}
.d-editorial-text-two-img .text p:first-child {
    opacity: .4;
}
.d-editorial-text-two-img.bg-grey .text p span {
    color: black;
}
.d-editorial-text-two-img.bg-red .text p:first-child {
    color: white;
}
.d-editorial-text-two-img .text {
    font-size: 90px;
    line-height: 100px;
    letter-spacing: 0;
    margin-bottom: 73px;
    margin-left: 155px;
    max-width: 1345px;
}
.d-editorial-text-two-img .text p {
    margin-bottom: 0;
}
.d-editorial-text-two-img .col-lg-6 p {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0;
    max-width: 604px;
}
.d-editorial-text-two-img.bg-grey .col-lg-6 p {
    max-width: 500px;

    max-width: 100%;
}
/*.d-editorial-text-two-img .img-1*/
.d-editorial-text-two-img .oh-1 {
    object-fit: cover;
    margin-left: 324px;
    margin-top: 80px;
    position: relative;
    z-index: 1;

    width: 462px;
    height: 679px;
}
/*.d-editorial-text-two-img .img-2*/
.d-editorial-text-two-img .oh-2{
    margin-bottom: 92px;
    object-fit: cover;
    position: relative;
    z-index: 1;

    width: 494px;
    height: 231px;
    margin-right: 163px;
    margin-left: auto;

    margin-left: 0;
    margin-right: 0;
    height: 298px;
    margin-bottom: 40px;
    margin-top: 40px;
}
@media screen and (min-width: 1200px) {
    .d-editorial-text-two-img .oh-2:first-child {
        margin-left: 14%;
    }
}
.d-editorial-text-two-img .oh-2 img {
    height: 298px;
}
.d-editorial-text-two-img.bg-grey .img-2 {
    margin-bottom: 325px;
    height: 311px;
    margin-top: -20px;

    margin-top: 0;
}
.d-editorial-text-two-img .col-lg-6 p,
.d-editorial-text-two-img .img-2 {
    margin-right: 163px;
    margin-left: auto;
    text-align: justify;

    margin-right: 0;
    margin-left: 0;
}
.d-editorial-text-two-img .button {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0;
    color: black;
    display: block;
    margin-right: 145px;
}
.d-editorial-text-two-img .button img {
    margin-left: 35px;
}
.d-editorial-text-two-img .button .i-hover {
    height: 99px;
    width: 99px;
    background-color: black;
    padding: 37px;
    border-radius: 100%;
    display: none;
}
.d-editorial-text-two-img .button:hover .i-open {
    display: none;
}
.d-editorial-text-two-img .button:hover .i-hover {
    display: initial;
}

/*#contact .d-editorial-text-two-img .img-*/
#contact .d-editorial-text-two-img .oh-1,
#id-3 .d-editorial-text-two-img .oh-1 {
    margin-left: 160px;
    margin-top: 250px;
    height: 378px;
    width: 485px;
}
/*#contact .d-editorial-text-two-img.bg-grey .img-2*/
#contact .d-editorial-text-two-img.bg-grey .oh-2,
#id-3 .d-editorial-text-two-img.bg-grey .oh-2 {
    margin-bottom: 124px;
    height: 224px;
    margin-top: 105px;
    margin-right: 145px;

    width: 462px;
}
#contact .d-editorial-text-two-img.bg-grey .img-2,
#contact .d-editorial-text-two-img .img-1,
#id-3 .d-editorial-text-two-img.bg-grey .img-2,
#id-3 .d-editorial-text-two-img .img-1,
.d-editorial-text-two-img .img-1,
.d-editorial-text-two-img.bg-grey .img-2 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 1800px){
    .d-editorial-text-two-img .text {
        font-size: 74px;
        line-height: 85px;
        margin-left: 70px;
        max-width: 1157px;
    }
    .d-editorial-text-two-img .text p {
        margin-bottom: 0;
    }
    /*.d-editorial-text-two-img .img-1*/
    .d-editorial-text-two-img .oh-1 {
        margin-left: 70px;
        width: 330px;
        height: auto;

        height: 460px;
    }
    /*.d-editorial-text-two-img .img-2,*/
    .d-editorial-text-two-img .oh-2 {
        height: 200px;
        width: 400px;
    }
    #contact .d-editorial-text-two-img .oh-1,
    #id-3 .d-editorial-text-two-img .oh-1{
        margin-left: 70px;
        margin-top: 250px;
        height: 312px;
        width: 446px;
    }
    .d-editorial-text-two-img .col-lg-6 p {
        font-size: 24px;
        line-height: 35px;
        max-width: 424px;
    }
    .d-editorial-text-two-img.bg-grey .img-2 {
        margin-bottom: 180px;
    }
}
@media screen and (max-width: 991px){
    .d-editorial-text-two-img .text {
        font-size: 50px;
        line-height: 55px;
        margin-left: 0;
        padding-left: 30px;
    }
    .d-editorial-text-two-img .img-1 {
        margin-top: 0;
        margin-left: 15px;
        width: 290px;
    }
    .d-editorial-text-two-img .img-2 {
        display: none;
    }
    .d-editorial-text-two-img .col-lg-6 p, .d-editorial-text-two-img .img-2 {
        margin-right: 0;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 60px;
    }
    .d-editorial-text-two-img {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    #contact .d-editorial-text-two-img .img-1,
    #id-3 .d-editorial-text-two-img .img-1{
        margin-left: 15px;
        margin-top: 0;
        height: auto;
        width: 300px;
        margin-bottom: 80px;
    }
    .d-editorial-text-two-img .button {
        margin-right: 15px;
    }
    .d-editorial-text-two-img.bg-grey .oh-2,
    .d-editorial-text-two-img .oh-2,
    #contact .d-editorial-text-two-img.bg-grey .oh-2,
    #id-3 .d-editorial-text-two-img.bg-grey .oh-2 {
        height: 0;
        width: auto;
        margin: 0;
    }
    .d-editorial-text-two-img .oh-1,
    #contact .d-editorial-text-two-img.bg-grey .oh-1,
    #id-3 .d-editorial-text-two-img.bg-grey .oh-1 {
        margin-left: auto;
        margin-top: auto;
        height: auto;
        width: auto;
    }
}

/* --------------- descripción --------------- */
.d-description {
    background-color: black;
    padding-top: 259px;
    padding-bottom: 292px;
    font-family: var(--font-regular);
    color: var(--grey);
    z-index: -1;
}
.d-description .text-1 {
    font-family: var(--font-medium);
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0;
    margin-bottom: 46px;
    margin-left: 61px;
}
.d-description .text-2 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0;
    text-align: justify;
    max-width: 486px;
    margin-bottom: 441px;
}
.d-description .text-2 span {
    width: 61px;
    display: inline-block;
}
.d-description .text-3 {
    font-size: 90px;
    line-height: 100px;
    letter-spacing: 0;
    max-width: 1230px;
    margin-right: 0;
    margin-left: auto;
    position:relative;
}
.d-description .overflow-hidden{
    width: 300px;
    height: 371px;
    position: absolute;
    top: 80px;
    right: 194px;
}
.d-description .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 1800px){
    .d-description .text-2 {
        font-size: 26px;
        line-height: 34px;
        max-width: 435px;
    }
    .d-description .overflow-hidden {
        right: 80px;
    }
}
@media screen and (max-width: 991px){
    .d-description {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .d-description .overflow-hidden{
        width: 284px;
    }
    .d-description .overflow-hidden,
    .d-description .img {
        right: auto;
        left: 30px;
        top: 209px;
        height: auto;
        width: 284px;
    }
    .d-description .text-2 {
        font-size: 22px;
        line-height: 29px;
    }
    .d-description .text-1,
    .d-description .text-2 {
        padding-left: 15px;
    }
    .d-description .text-3 {
        font-size: 50px;
        line-height: 55px;
        margin-right: auto;
        margin-left: 15px;
    }
}

/* --------------- facts numbers --------------- */
.d-facts-numbers,
.d-editorial-intro {
    font-family: var(--font-regular);
}
.d-facts-numbers .background {
    position: absolute;
    top: -13%;
    left: -2%;
}
.d-facts-numbers .col-left.part-1,
.d-facts-numbers .col-principal,
.d-editorial-intro .col-left.part-1,
.d-editorial-intro .col-principal {
    padding: 40px 30px;
    border-bottom: 1px solid black;
}
.d-facts-numbers .col-left.part-1 img,
.d-editorial-intro .col-left.part-1 img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.map.position-fixed {
    position: fixed;
    top: 0;
    background-image: url('../img/icons/close.svg');
    background-repeat: no-repeat;
    background-position: 97% 5%;
    background-size: 20px;
    background-color: var(--grey);
    width: 100%;
    height: 100%;
    left: 0;
    text-align: center;
    z-index: 1;
}
.map.position-fixed img,
.d-facts-numbers .col-principal .map.position-fixed img {
    height: 100%;
    width: auto;
    margin: 0;
}
.d-facts-numbers .title,
.d-editorial-intro .title {
    font-size: 60px;
    line-height: 60px;
    letter-spacing: 0;
    color: black;
    margin-bottom: 583px;
}
.d-facts-numbers .col-principal,
.d-editorial-intro .col-principal{
    border-left: 1px solid black;
    border-right: 1px solid black;
}
.d-facts-numbers .col-principal .text-left,
.d-editorial-intro .col-principal .text-left {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
    max-width: 200px;
    margin-left: 25px;
}
.d-facts-numbers .col-principal .text-right,
.d-editorial-intro .col-principal .text-right {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0;
    position: absolute;
    right: 55px;
    top: 40px;
}
.d-facts-numbers .col-principal .text-center {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    max-width: 499px;
    margin: 0 auto;
    margin-top: 70px;
    margin-bottom: 97px;
}
.d-facts-numbers .col-principal img {
    height: auto;
    width: 100%;
    margin-top: 80px;
}
.d-facts-numbers .col-right {
    padding: 0;
}
.d-facts-numbers .col-right .b-num p {
    font-size: 60px;
    line-height: 60px;
    letter-spacing: 0;
    color: black;
}
.d-facts-numbers .col-right .b-num .num {
    color: var(--red);
    font-size: 254px;
    line-height: 244px;
    margin-left: -52px;
}
.d-facts-numbers .col-right .b-num {
    padding: 224px 40px;
    border-bottom: 1px solid black;
    overflow: hidden;
}
.d-facts-numbers .col-right .b-img > div {
    position: absolute;
    top: 65px;
    left: 45px;
    right: 45px;
}
.d-facts-numbers .col-right .b-img img {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}
.d-facts-numbers .col-right .b-img p {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    color: black;
    max-width: 283px;
}
.d-facts-numbers .col-left.part-2,
.d-facts-numbers .col-left.part-2 .text-1 {
    height: 918px;
}
.d-facts-numbers .col-left.part-2 p {
    font-size: 350px;
    line-height: 400px;
    letter-spacing: 0;
    color: white;
}
.d-facts-numbers .col-left.part-2 p.num {
    margin-left: -45px;
}
.d-facts-numbers .col-left.part-2 p.num span {
    width: 87px;
    height: 350px;
    display: block;
    margin-top: 31px;
    background-color: var(--grey);
    position: absolute;
    border-right: 1px solid #a5a5a5;
}
.d-facts-numbers .col-left.part-2 .text-1 {
    position: absolute;
    max-width: 50%;
    text-align: center;
    transform: translate(-50%, 0);
    width: 100%;
    left: 50%;
    top: 0;
    border-left: 1px solid black;
    border-right: 1px solid black;
}
.d-facts-numbers .col-left.part-2 .text-1 p {
    font-size: 120px;
    line-height: 120px;
    letter-spacing: 0;
    color: black;
    margin-top: 86px;
}
.d-facts-numbers .col-left.part-2 .big-num {
    position: absolute;
    right: 104px;
    bottom: -199px;
}
.d-facts-numbers .col-left.part-2 .big-num p {
    font-size: 600px;
    line-height: 600px;
    letter-spacing: 0;
    color: black;
}
.d-facts-numbers .col-left.part-2 .big-num .text-2 {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    color: black;

    position: absolute;
    top: 225px;
    right: 148px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.d-facts-numbers .col-left.part-2 .big-num .text-2 span {
    font-size: 100px;
    line-height: 100px;
    letter-spacing: 0;
}
.d-facts-numbers .legend {
    border-top: 1px solid black;
    background-color: var(--grey);
}
.d-facts-numbers .legend .row > div {
    padding: 67px 55px;
    border-right: 1px solid black;
}
.d-facts-numbers .legend .row > div:last-child {
    border-right: 0;
}
.d-facts-numbers .legend p {
    color: black;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0;
    margin: 0;
    display: flex;
    align-items: center;
    height: 80px;
}
.d-facts-numbers .legend p span {
    font-size: 60px;
    line-height: 40px;
    letter-spacing: 0;
    margin-right: 45px;
}

/* --------------- editorial intro --------------- */
.d-editorial-intro{
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    overflow: hidden;
    background-color: var(--grey);
}
.d-editorial-intro .title {
    margin-bottom: 615px;
    max-width: 85%;
    max-width: 350px;
}
.d-editorial-intro .col-right {
    padding: 40px;
}
.d-editorial-intro .col-right img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.d-editorial-intro .col-principal .text-center {
    font-size: 100px;
    line-height: 120px;
    letter-spacing: 0;
    margin:0 auto;
    margin-top: 261px;
    margin-bottom: 372px;
    max-width: 628px;
    position: relative;

    font-size: 82px;
    line-height: 102px;
}
.d-editorial-intro .figura {
    position: absolute;
    height: auto;
    width: 90%;
    left: 7%;
}
.d-editorial-intro .col-left.part-1,
.d-editorial-intro .col-principal {
    border-bottom: 0;
}
.d-editorial-intro .letter {
    font-size: 600px;
    line-height: 450px;
    letter-spacing: 0;

    position: absolute;
    bottom: -13px;
    right: -130px;
}
.d-editorial-intro .scroll-1 .col-principal .text-center,
.d-editorial-intro .scroll-2 .col-principal .text-center {
    max-width: 813px;
}
.d-editorial-intro .scroll-1 .text-bottom,
.d-editorial-intro .scroll-2 .text-bottom {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0;
    text-align: center;
    max-width: 401px;
    margin: 0 auto;
    margin-bottom: 263px;
}
.d-editorial-intro .scroll-1 .col-principal .text-center {
    margin-bottom: 263px;
}
.d-editorial-intro .scroll-1 .figura {
    top: -139px;
    left: 11%;
}
.d-editorial-intro .scroll-2 .figura {
    top:-160px;
    left: 9%;
}
.d-editorial-intro .scroll-2 .text-bottom {
    margin-bottom: 240px;
}
.d-editorial-intro .scroll-2 .col-principal .text-center {
    margin-bottom: 240px;
}
.d-editorial-intro .scroll-1 .col-principal,
.d-editorial-intro .scroll-2 .col-principal {
    padding-bottom: 0;
}
.d-editorial-intro .scroll-1,
.d-editorial-intro .scroll-2 {
    /*display: none;*/
    height: 0;
    height: auto;
    opacity: 1;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}
.d-editorial-intro.active-scroll-1 .scroll-1,
.d-editorial-intro.active-scroll-2 .scroll-2 {
    /*display: flex;*/
    height: 1218px;
    height: auto;
    opacity: 1;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}
.d-editorial-intro .scroll-1 .col-principal img,
.d-editorial-intro .scroll-2 .col-principal img,
.d-editorial-intro .scroll-1 .col-principal > div,
.d-editorial-intro .scroll-2 .col-principal > div {
    opacity: 0;
    opacity: 1;
}
.d-editorial-intro.active-scroll-1 .scroll-1 .col-principal img,
.d-editorial-intro.active-scroll-2 .scroll-2 .col-principal img,
.d-editorial-intro.active-scroll-1 .scroll-1 .col-principal > div,
.d-editorial-intro.active-scroll-2 .scroll-2 .col-principal > div {
    opacity: 1;
}
.d-editorial-intro.active-scroll-2 .scroll-2 {
    height: 1038px;
    height: auto;
}
.d-editorial-intro .col-principal img,
.d-editorial-intro .col-principal .text-center,
.d-editorial-intro .col-principal .letter,
.d-editorial-intro .col-principal .text-bottom {
    opacity: 1;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}
.d-editorial-intro.active-scroll-1 .scroll-0 .col-principal img,
.d-editorial-intro.active-scroll-1 .scroll-0 .col-principal .text-center,
.d-editorial-intro.active-scroll-1 .scroll-0 .col-principal .letter {
    opacity: 0;
    opacity: 1;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}
.d-editorial-intro.active-scroll-2 .scroll-1 .col-principal img,
.d-editorial-intro.active-scroll-2 .scroll-1 .col-principal .text-center,
.d-editorial-intro.active-scroll-2 .scroll-1 .col-principal .text-bottom {
    opacity: 0;
    opacity: 1;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}
.d-editorial-intro .hover-scroll {
    height: 400px;
    position: absolute;
    bottom: 200px;
    z-index: 2;
    width: 100%;
}
.d-editorial-intro.active-scroll-1 .hover-scroll {
    height: 400px;
    position: absolute;
    bottom: -100px;
    z-index: 2;
    width: 100%;
    /*transition-delay: 1s;*/
}

/* block bottom */
.d-editorial-intro .block-bottom {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    border-top: 1px solid black;
}
.d-editorial-intro .block-bottom p {
    max-width: 499px;
    margin: 36px auto;
}
.d-editorial-intro .block-bottom .text-center {
    border-left: 1px solid black;
    border-right:1px solid black;
}

.d-editorial-intro.short .col-left.part-1:before {
    content: '';
    position: absolute;
    height: 1px;
    background-color: black;
    width: 100%;
    left: 0;
    top: 240px;
}
.d-editorial-intro.short .col-principal .text-center {
    margin-top: 210px;
    margin-bottom: 188px;
}
.d-editorial-intro.short .block-bottom p {
    max-width: 412px;
    margin: 36px auto;
    margin-left: 30px;
    text-align: left;
}
.d-editorial-intro.short .letter {
    bottom: -286px;
    right: -273px;
}
.d-editorial-intro.short .figura {
    top: 140px;
}

@media screen and (max-width: 1800px){
    .d-facts-numbers .title,
    .d-editorial-intro .title,
    .d-facts-numbers .col-right .b-num p {
        font-size: 39px;
        line-height: 44px;
    }
    .d-facts-numbers .col-left.part-2 .text-1 p {
        font-size: 67px;
        line-height: 62px;
        margin-top: 152px;
    }
    .d-facts-numbers .legend p {
        font-size: 20px;
        line-height: 24px;
    }
    .d-facts-numbers .legend p span {
        font-size: 43px;
        margin-right: 25px;
    }
    .d-editorial-intro .col-principal .text-center {
        font-size: 80px;
        line-height: 100px;
    }
}
@media screen and (max-width: 991px){
    .d-facts-numbers .title, .d-editorial-intro .title {
        margin-bottom: 121px;
    }
    .d-facts-numbers .col-principal, .d-editorial-intro .col-principal {
        border-left: 0;
        border-right: 0;
    }
    .d-facts-numbers .col-principal .text-center {
        margin-bottom: 60px;
    }
    .d-facts-numbers .col-right .b-num {
        padding: 75px 40px;
    }
    .d-facts-numbers .col-right .b-img > div {
        position: initial;
        border-bottom: 1px solid black;
        padding-bottom: 60px;
        padding-top: 60px;
    }
    .d-facts-numbers .col-right .b-img img {
        padding: 30px;
    }
    .d-facts-numbers .col-right .b-img p {
        margin-left: 30px;
    }
    .d-facts-numbers .col-left.part-2 p {
        font-size: 192px;
        line-height: 344px;
    }
    .d-facts-numbers .col-left.part-2 p.num span {
        width: 50px;
        height: 218px;
        margin-top: 68px;
    }
    .d-facts-numbers .col-left.part-2 .text-1 {
        width: 85%;
        max-width: 100%;
        top: 35px;
        border-left: 0;
        border-right: 0;
    }
    .d-facts-numbers .col-left.part-2 .text-1 p {
        font-size: 50px;
        line-height: 50px;
    }
    .d-facts-numbers .col-left.part-2,
    .d-facts-numbers .col-left.part-2 .text-1 {
        height: 572px;
    }
    .d-facts-numbers .col-left.part-2 .big-num {
        right: 10px;
    }
    .d-facts-numbers .col-left.part-2 .big-num p {
        font-size: 193px;
        line-height: 453px;
    }
    .d-facts-numbers .col-left.part-2 .big-num .text-2 span {
        font-size: 60px;
        line-height: 47px;
    }
    .d-facts-numbers .col-left.part-2 .big-num .text-2 {
        top: 86px;
        right: 82px;
    }
    .d-facts-numbers .legend .row > div {
        padding: 50px 30px;
        border-right: 0;
        border-bottom: 1px solid black;
    }
    .d-editorial-intro.short .col-left.part-1:before {
        top: 173px;
    }
    .d-editorial-intro .col-principal .text-center {
        font-size: 50px;
        line-height: 55px;
    }
    .d-editorial-intro .block-bottom .text-center {
        border-left: 0;
        border-right: 0;
    }
    .d-editorial-intro.short .col-principal .text-center {
        margin-top: 118px;
        margin-bottom: 127px;
    }
    .d-editorial-intro .letter {
        font-size: 251px;
        line-height: 326px;
    }
    .d-editorial-intro.short .letter {
        bottom: -156px;
        right: -29px;
    }
    .d-editorial-intro .col-left.part-1 {
        border-bottom: 1px solid black;
    }
    .d-editorial-intro .letter {
        right: 0;
    }
    .d-editorial-intro .scroll-1, .d-editorial-intro .scroll-2 {
        height: auto;
        opacity: 1;
    }
    .d-editorial-intro .col-principal .text-center {
        margin-top: 136px;
        margin-bottom: 323px;
    }
    .d-editorial-intro .scroll-1 .text-bottom,
    .d-editorial-intro .scroll-2 .text-bottom {
        margin-bottom: 90px;
    }
    .d-editorial-intro .scroll-1 .col-principal .text-center,
    .d-editorial-intro .scroll-2 .col-principal .text-center {
        margin-bottom: 86px;
    }
    .d-editorial-intro .figura {
        width: 100%;
    }
    .d-editorial-intro .scroll-2 .figura,
    .d-editorial-intro .scroll-1 .figura {
        top: -137px;
        width: 100%;
    }
    .d-editorial-intro .scroll-1 .col-principal img,
    .d-editorial-intro .scroll-2 .col-principal img,
    .d-editorial-intro .scroll-1 .col-principal > div,
    .d-editorial-intro .scroll-2 .col-principal > div {
        opacity: 1;
    }
}

/* --------------- d-content --------------- */
.d-content {
    font-family: var(--font-regular);
    color: black;
}
.d-content .d-list {
    padding: 0;
}
.d-content .d-list .title {
    font-size: 40px;
    line-height: 120px;
    letter-spacing: 0;
}
.d-content .d-list .title h3,
.d-content .d-list .category p{
    margin: 0;
}
.d-content .d-list .title h3 {
    margin-left: 100px;
}
.d-content .d-list .category {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    border-left: 1px solid black;
    border-right:1px solid black;
}
.d-content .d-list .category span {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0;
    margin-right: 55px;
    margin-left: 60px;
}
.d-content .d-list .accordion {
    border-top: 1px solid black;
}
.d-content .d-list .card {
    border: 1px solid black;
    border-radius: 0 !important;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    background-color: transparent;
}
.d-content .d-list .card-header {
    background-color: transparent;
    padding: 0;
    border-bottom: 1px solid black;
}
.d-content .d-list .card-header .info {
    position: relative;
}
.d-content .d-list .row.btn-link > div {
    padding: 20px;
}
.d-content .d-list .row.btn-link > div:not(.button) {
    display: flex;
    align-items: center;
}
.d-content .d-list .btn-link.collapsed {
    background-color: transparent !important;
}
.d-content .d-list .btn-link {
    color: black;
}
.d-content .d-list .btn-link {
    background-color: var(--red);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.d-content .d-list .btn-link.collapsed:hover {
    background-color: var(--red) !important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.d-content.clinical .d-list .btn-link {
    background-color: var(--clinical);
}
.d-content.clinical .d-list .btn-link.collapsed:hover {
    background-color: var(--clinical) !important;
}
.d-content.veterinary .d-list .btn-link {
    background-color: var(--veterinary);
}
.d-content.veterinary .d-list .btn-link.collapsed:hover {
    background-color: var(--veterinary) !important;
}
.d-content.food-quality .d-list .btn-link {
    background-color: var(--food-quality);
}
.d-content.food-quality .d-list .btn-link.collapsed:hover {
    background-color: var(--food-quality) !important;
}
.d-content.agricultural .d-list .btn-link {
    background-color: var(--agricultural);
}
.d-content.agricultural .d-list .btn-link.collapsed:hover {
    background-color: var(--agricultural) !important;
}
.d-content.bioprecesses .d-list .btn-link {
    background-color: var(--bioprecesses);
}
.d-content.bioprecesses .d-list .btn-link.collapsed:hover {
    background-color: var(--bioprecesses) !important;
}
.d-content .d-list .btn-link .button {
    background-color: #D8D8D8;
}
.d-content .d-list .btn-link.collapsed .button {
    background-color: transparent !important;
}
.d-content .d-list .btn-link:hover {
    text-decoration: none;
}
.d-content .d-list .category,
.d-content .d-list .button {
    text-align: center;
}
.d-content .d-list .button .i-hover,
.d-content .d-list .btn-link.collapsed .button .i-close,
.d-content .d-list .card .button:hover .i-open,
.d-content .d-list .card .btn-link .button .i-open,
.d-content .d-list .card .btn-link.collapsed:hover .button .i-open {
    display: none;
}
.d-content .d-list .card .btn-link.collapsed:hover .button .i-hover,
.d-content .d-list .card .btn-link.collapsed .button .i-open {
    display: initial;
}
.d-content .d-list .button .i-close {
    font-size: 49px;
    height: 99px;
    width: 99px;
    display: grid;
    align-items: center;
    margin: 0 auto;
    color: var(--red);
}
.d-content.clinical .d-list .button .i-close {
    color: var(--clinical);
}
.d-content.veterinary .d-list .button .i-close {
    color: var(--veterinary);
}
.d-content.food-quality .d-list .button .i-close {
    color: var(--food-quality);
}
.d-content .d-list .p-title {
    font-size: 90px;
    line-height: 90px;
    letter-spacing: 0;
    max-width: 390px;
    margin-bottom: 200px;
    color: black;
}
.d-content .d-list .info .row > div {
    padding: 160px 15px;
    padding-left: 100px;
    color: black;
}
.d-content .d-list .info .text {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    text-align: justify;
    max-width: 413px;
    color: black;
}
.d-content .d-list .info .col-lg-5 {
    border-right: 1px solid;
}
.d-content .d-categories {
    padding: 0;
}
.d-content .d-categories p {
    font-size: 40px;
    letter-spacing: 0;
    margin: 0;
    display: flex;
    align-items: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.d-content .d-categories p .num {
    font-size: 70px;
    letter-spacing: 0;
    color: white;
    margin-right: 23px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.d-content .d-categories p .line {
    width: 19px;
    height: 80px;
    display: block;
    margin-top: 0;
    background-color: var(--grey);
    position: absolute;
    border-right: 1px solid black;
}
.d-content .d-categories p:hover,
.d-content .d-categories p:hover .num{
    color: var(--red);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.d-content.clinical .d-categories p:hover,
.d-content.clinical .d-categories p:hover .num{
    color: var(--clinical);
}
.d-content.veterinary .d-categories p:hover,
.d-content.veterinary .d-categories p:hover .num {
    color: var(--veterinary);
}
.d-content.food-quality .d-categories p:hover,
.d-content.food-quality .d-categories p:hover .num {
    color: var(--food-quality);
}
.d-content .swiper {
    width: 100%;
    height: auto;
}

.d-content .swiper .swiper-wrapper {
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
}

.d-content .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    width: auto;
    padding: 120px 0 100px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.d-content .swiper-slide:first-child {
    margin-left: 90px;
}
.d-content .swiper-slide:last-child {
    margin-right: 90px !important;
}
.d-content .d-contact {
    border-top: 1px solid black;
}
.d-content .d-contact .form form {
    padding: 168px 160px;
}
.d-content .d-contact .form form .row > div:before {
    z-index: 0;
}
.d-content .d-contact .form form .btn-contact,
.d-contact.landing .form form .btn-contact {
    background-color: black;
}
.d-content .d-contact .form form .btn-contact:hover,
.d-contact.landing .form form .btn-contact:hover {
    color: white !important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.d-content .d-contact .form form .btn-contact:hover img,
.d-contact.landing .form form .btn-contact:hover img {
    filter:grayscale(1) invert(1);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.d-contact.landing .form form .btn-contact img {
    transform: rotate(0deg);
}
.d-content .d-contact .form form .btn-contact,
.d-contact.landing .form form .btn-contact {
    color: var(--red);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.d-content.clinical .d-contact .form form .btn-contact {
    color: var(--clinical);
}
.d-content.clinical .d-contact .form form .btn-contact:hover {
    background-color: var(--clinical);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.d-content.veterinary .d-contact .form form .btn-contact {
    color: var(--veterinary);
}
.d-content.veterinary .d-contact .form form .btn-contact:hover {
    background-color: var(--veterinary);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.d-content.food-quality .d-contact .form form .btn-contact {
    color: var(--food-quality);
}
.d-content.food-quality .d-contact .form form .btn-contact:hover {
    background-color: var(--food-quality);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.d-content .load,
.d-list-contact .load {
    margin: 90px 0;
}
.btn-load {
    font-family: var(--font-regular);
    height: 175px;
    width: 175px;
    border-radius: 100%;
    border:1px solid black;
    background-color: var(--grey);

    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    color: black;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.btn-load:hover {
    font-size: 40px;
    line-height: 30px;
    color: var(--red);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.btn-load:hover span {
    display: none;
}

.d-content .d-thanks,
.d-contact .d-thanks,
.d-newsletter .d-thanks{
    background-color: var(--grey);
}
.d-newsletter .d-thanks {
    border-top: 1px solid black;
}
.d-content .d-thanks p,
.d-contact .d-thanks p,
.d-newsletter .d-thanks p{
    font-size: 90px;
    line-height: 90px;
    letter-spacing: 0;
    margin: 0;
}
.d-content .d-thanks .first,
.d-contact .d-thanks .first,
.d-newsletter .d-thanks .first{
    border-right: 1px solid black;
}
.d-content .d-thanks .second,
.d-contact .d-thanks .second,
.d-newsletter .d-thanks .second{
    display: flex;
    align-items: center;
}
.d-content .d-thanks .second img,
.d-contact .d-thanks .second img,
.d-newsletter .d-thanks .second img{
    position: absolute;
    right: 80px;
    transform: rotate(225deg);
}
.d-content .d-thanks .second img:hover,
.d-contact .d-thanks .second img:hover,
.d-newsletter .d-thanks .second img:hover{
    filter: invert(1);
}
.d-content .d-thanks .first,
.d-content .d-thanks .second,
.d-contact .d-thanks .first,
.d-contact .d-thanks .second,
.d-newsletter .d-thanks .first,
.d-newsletter .d-thanks .second {
    padding: 90px 80px !important;
    border-bottom: 1px solid black;
}
.d-content .d-thanks .third,
.d-contact .d-thanks .third,
.d-newsletter .d-thanks .third {
    padding: 250px 80px 400px !important;
}
.d-content .d-thanks .b-left,
.d-contact .d-thanks .b-left,
.d-newsletter .d-thanks .b-left {
    position: absolute;
    bottom: 100px;
    left: 80px;
}
.d-content .d-thanks .b-right,
.d-contact .d-thanks .b-right,
.d-newsletter .d-thanks .b-right {
    position: absolute;
    bottom: 100px;
    right: 80px;
}
.d-content .d-thanks .b-left a,
.d-contact .d-thanks .b-left a,
.d-newsletter .d-thanks .b-left a {
    color: black;
}
.d-content .d-thanks .b-right a,
.d-contact .d-thanks .b-right a,
.d-newsletter .d-thanks .b-right a {
    display: block;
    color: black;
    opacity: 1;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -ms-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
}
.d-content .d-thanks .b-right a:hover,
.d-contact .d-thanks .b-right a:hover,
.d-newsletter .d-thanks .b-right a:hover {
    opacity: .7;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -ms-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
}
.d-content .d-thanks .first p,
.d-content .d-thanks p span,
.d-contact .d-thanks .first p,
.d-contact .d-thanks p span,
.d-newsletter .d-thanks .first p,
.d-newsletter .d-thanks p span{
    color: var(--red);
}
.d-content .d-thanks .all,
.d-contact .d-thanks .all,
.d-newsletter .d-thanks .all {
    color: var(--red);
}
.d-content.clinical .d-thanks .first p,
.d-content.clinical .d-thanks p span {
    color: var(--clinical);
}
.d-content.clinical .d-thanks .all {
    color: var(--clinical);
}

@media screen and (max-width: 1800px) {
    .d-content .d-list .title h3 {
        margin-left: 50px;
    }
    .d-content .d-list .category span {
        margin-right: 20px;
        margin-left: 35px;
    }
    .d-content .d-categories p {
        font-size: 28px;
    }
    .d-content .d-categories p .num {
        font-size: 55px;
        margin-right: 17px;
    }
    .d-content .d-categories p .line {
        height: 56px;
    }
    .d-content .swiper-slide {
        padding: 60px 0 40px;
    }
}
@media screen and (max-width: 991px) {
    .d-content .d-list .row.btn-link > div:not(.button) {
        display: block;
    }
    .d-content .d-list .row.btn-link > div {
        text-align: center;
    }
    .d-content .d-list .title h3,
    .d-content .d-list .category span {
        margin-left: 0;
    }
    .d-content .d-list .btn-link {
        padding: 15px 0;
        padding-bottom: 0;
    }
    .d-content .d-list .row.btn-link > div.button {
        padding-bottom: 30px;
    }
    .d-content .swiper-slide:first-child {
        margin-left: 15px;
    }
    .d-content .d-list .info .row > div {
        padding: 70px 30px;
        padding-left: 40px;
    }
    .d-content .d-list .p-title {
        font-size: 45px;
        line-height: 50px;
        max-width: 319px;
        margin-bottom: 65px;
    }
    .d-content .d-list .info .text,
    .d-contact .b-title p {
        max-width: 333px;
    }
}

/* --------------- tabs --------------- */
.d-tabs-info {
    font-family: var(--font-regular);
}
.d-tabs-info .btn-link.blue, .d-tabs-info .btn-link.blue:hover {color: var(--blue);}
.d-tabs-info .btn-link.green, .d-tabs-info .btn-link.green:hover {color: var(--green);}
.d-tabs-info .btn-link {
    font-size: 90px;
    line-height: 120px;
    letter-spacing: 0;
    background-color: white;
    padding: 0;
    margin: 0;
    border: 0;
    text-align: left;

    padding-left: 132px;
    padding-right: 100px;
    padding-top: 70px;
    padding-bottom: 60px;
    width: 100%;
}
.d-tabs-info .card:not(:last-child) {
    border-bottom: 1px solid black;
}
.d-tabs-info .btn-link:hover,
.d-tabs-info .btn-link:focus{
    text-decoration: none;
    margin: 0;
    border: 0;
    box-shadow: none;
    padding-left: 132px;
    padding-right: 100px;
    padding-top: 70px;
    padding-bottom: 60px;
    width: 100%;
}
.d-tabs-info .btn-link.collapsed {
    color: black;
    background-color: var(--grey);
}
.d-tabs-info .btn-link.collapsed:hover,
.d-tabs-info .btn-link.collapsed:hover span:not(.text) {
    background-color: white;
}
.d-tabs-info .btn-link span:not(.text) {
    width: 23px;
    height: 91px;
    display: block;
    margin-top: 17px;
    background-color: white;
    position: absolute;
    border-right: 1px solid #bbbbbb;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.d-tabs-info .btn-link.collapsed span:not(.text) {
    background-color: var(--grey);
    border-right: 1px solid black;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.d-tabs-info .btn-link img {
    position: absolute;
    right: 100px;
    margin-top: 15px;
}
.d-tabs-info .btn-link.collapsed img.i-close,
.d-tabs-info .btn-link.collapsed img.i-hover,
.d-tabs-info .btn-link img.i-open{
    display: none;
}
.d-tabs-info .btn-link img.i-close,
.d-tabs-info .btn-link.collapsed img.i-open,
.d-tabs-info .btn-link.collapsed:hover img.i-hover {
    display: initial;
}
.d-tabs-info .card {
    border:0;
}
.d-tabs-info .card.position-fixed {
    top:0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: auto;
}
.d-tabs-info .card-header {
    padding: 0;
    border:0;
}
.d-tabs-info .card-body {
    padding: 0;
    padding-bottom: 106px;
}
.d-tabs-info .card-body .text {
    max-width: 462px;
    margin-left: 362px;
    margin-top: 246px;
}
.d-tabs-info .card-body p {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0;
    color: black;
}
.d-tabs-info .show .b-img {
    opacity: 1;
    top: 308px;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -ms-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
}
.d-tabs-info .b-img {
    display: flex;
    position: absolute;
    right: 199px;
    top: 0;
    opacity: 0;
}
.d-tabs-info .b-img img {
    object-fit: cover;
}
.d-tabs-info .b-img .img-2 {
    margin-top: 48px;
}

@media screen and (max-width: 1800px) {
    .d-tabs-info .card-body .text {
        margin-left: 12%;
    }
    .d-tabs-info .b-img {
        right: 9%;
    }
}
@media screen and (max-width: 1800px) {
    .d-tabs-info .btn-link {
        font-size: 65px;
    }
    .d-tabs-info .card-body p {
        font-size: 22px;
        line-height: 35px;
    }
    .d-tabs-info .card-body .text {
        max-width: 346px;
        margin-left: 11%;
    }
    .d-tabs-info .b-img {
        right: 8%;
    }
    .d-tabs-info .btn-link span:not(.text) {
        width: 15px;
    }
}
@media screen and (max-width: 991px) {
    .d-tabs-info .card-body .text {
        margin-left: 30px;
        margin-right: 30px;
        margin-top: 30px;
    }
    .d-tabs-info .b-img {
        position: initial;
        margin-top: 40px;
    }
    .d-tabs-info .b-img img {
        height: 250px;
    }
    .d-tabs-info .card-body {
        padding-bottom: 50px;
    }
    .d-tabs-info .btn-link,
    .d-tabs-info .btn-link:hover,
    .d-tabs-info .btn-link:focus{
        padding: 30px;
    }
    .d-tabs-info .btn-link img {
        right: 36px;
        top: 53px;
        margin-top: -7px;
    }
    .d-tabs-info .btn-link .num {
        font-size: 120px;
        margin-left: -30px;
    }
    .d-tabs-info .btn-link .title {
        font-size: 50px;
        line-height: 55px;
        display: block;
        margin-top: 140px;
        margin-bottom: 10px;
    }
    .d-tabs-info .btn-link span:not(.text) {
        width: 29px;
        left: 0;
        height: 128px;
        margin-top: -12px;
    }
}

/* --------------- bloque imagen / video --------------- */
.d-video-img {
    overflow: hidden;
    margin-top: -10px;
    z-index: -1;
    height: 100vh;
}
.d-video-img img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}

.parallax-window {
    height: 200vh;
    width: 100%;
}

.d-video-text {
    font-family: var(--font-regular);
    font-size: 90px;
    line-height: 100px;
    letter-spacing: 0;
    color: black;
}
.d-video-text .text p:first-child {
    opacity: .4;
}
.d-video-text .text {

}
.d-video-text .text > div {
    margin-left: 155px;
    margin-top: 214px;
    margin-bottom: 186px;
    max-width: 1345px;
}
.d-video-text .text {
    position: relative;
    z-index: 0;
    background-color: var(--grey);
}
.d-video-text .video {
    background-color: var(--grey);
    position: absolute;
    top: 0;
    z-index: -1;
}
.d-video-text.open .video {
    z-index: 3;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
}
.d-video-text.open .video video {
    width: 100%;
    height: 100%;
}
.d-video-text .button {
    position: absolute;
    z-index: 3;
    right: 197px;
    top: 115px;
}
.d-video-text .button p {
    margin: 0;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.d-video-text .button:hover p {
    color: var(--red);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.d-video-text .button img {
    margin-left: 20px;
}
.d-video-text .button:hover img.play,
.d-video-text.open .button img.play,
.d-video-text .button img.hover,
.d-video-text .button img.pause,
.d-video-text.open .button:hover img.hover,
.d-video-text.open .button .p-play,
.d-video-text .button .p-pause {
    display: none;
}
.d-video-text .button:hover img.hover,
.d-video-text.open .button .p-pause,
.d-video-text.open .button img.pause{
    display: initial;
}
.d-video-text .button img.hover {
    border-radius: 100%;
    border: 1px solid white;
}

@media screen and (max-width: 1800px) {
    .d-video-text .text > div {
        margin-left: 70px;
        max-width: 1157px;
    }
    .d-video-text .text > div p {
        margin-bottom: 0;
    }
    .d-video-text {
        font-size: 70px;
        line-height: 85px;
    }
    .d-video-text .button {
        right: 100px;
        top: 90px;
    }
    .d-video-img {
        margin-top: -30px;
        z-index: -1;
    }
}
@media screen and (max-width: 991px) {
    .d-video-text .button {
        right: 40px;
        top: 60px;
    }
    .d-video-text .button img {
        margin-left: 15px;
    }
    .d-video-text .text > div {
        margin-left: 15px;
        margin-bottom: 100px;
        margin-top: 200px;
    }
    .d-video-text {
        font-size: 50px;
        line-height: 55px;
    }
    .d-video-img img {
        height: 70vh;
    }
}

/* --------------- testimonials --------------- */
.d-testimonials {
    border-bottom: 1px solid black;
    overflow: hidden;
    background-color: var(--grey);
}
.div-box {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 80%;
    height: 500px;
}
.d-testimonials .box-5 {
    z-index: 2;
}
.d-hero.clinical .box-2,
.d-testimonials.clinical .box-5 {
    background: radial-gradient(circle, #ff5100 0%, rgba(255, 174, 27, 1) 13%, rgba(255,255,255,0) 49%);
    /*background: radial-gradient(circle, #ff5100 0%, rgba(255,255,255,0) 60%);*/
}
.d-testimonials.clinical .box-5 {
    background: radial-gradient(circle, rgb(238 109 39) 0%, rgba(255,255,255,0) 87%);
}
.d-hero.veterinary .box-2,
.d-testimonials.veterinary .box-5 {
    background: radial-gradient(circle, rgba(189, 22, 104, 1) 0%, rgba(227, 55, 140, 1) 13%, rgba(255,255,255,0) 49%);
}
.d-hero.food-quality .box-2,
.d-testimonials.food-quality .box-5 {
    background: radial-gradient(circle, #DDF23AFF 0%, rgba(255,255,255,0) 60%);
}
.d-testimonials .b-title {
    background-color: var(--grey);
}
.d-testimonials .title {
    margin-left: 155px;
    margin-top: 115px;
    margin-bottom: 175px;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: 0;
}
.d-testimonials .text > div {
    margin-top: 0;
    margin-bottom: 322px;
}
.d-testimonials .text > div span {
    font-size: 500px;
    line-height: 100px;
    letter-spacing: 0;
    position: absolute;
    bottom: 162px;
}
.d-testimonials .text > div .by span {
    font-size: 100px;
    line-height: 100px;
    letter-spacing: 0;
    bottom: 22px;
    left: -40px;
}
.d-testimonials .text > div .by {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0;
    position: absolute;
    bottom: 70px;
    right: 197px;
}
.d-testimonials.d-video-text .text .by p:first-child {
    opacity: 1;
    margin:0;
}
.d-testimonials.clinical .text > div span {
    color: var(--clinical);
}
.d-testimonials.veterinary .text > div span {
    color: var(--veterinary);
}
.d-testimonials.food-quality .text > div span {
    color: var(--food-quality);
}
.d-testimonials .pagination {
    position: absolute;
    bottom: 76px;
    left: 155px;
    width: 165px;
    height: 37px;
    z-index: 2;
}
.d-testimonials .pagination .swiper-pagination {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    text-align: left;
    padding: 0 15px;
}
.d-testimonials .swiper-slide {
    opacity: 0;
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    -ms-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease;
}
.d-testimonials .swiper-slide.swiper-slide-active {
    opacity: 1;
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    -ms-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease;
}
.d-testimonials .swiper-button-next {
    z-index: 11;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    display: none;
}
.d-testimonials .swiper-button-next img {
    transform: scale(1);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.d-testimonials .swiper-button-next:hover img {
    transform: scale(1.2);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

@media screen and (max-width: 1800px) {
    .d-testimonials .title {
        margin-left: 70px;
        font-size: 50px;
        line-height: 50px;
    }
    .d-testimonials.d-video-text .text > div {
        max-width: 998px;
    }
    .d-testimonials .pagination {
        left: 70px;
    }
}
@media screen and (max-width: 991px) {
    .d-testimonials.d-video-text {
        font-size: 35px;
        line-height: 40px;
    }
    .d-testimonials .text > div span {
        font-size: 182px;
        line-height: 68px;
        bottom: 138px;
    }
    .d-testimonials .title {
        margin-left: 15px;
    }
    .d-testimonials.d-video-text .button {
        right: 40px;
        top: 204px;
    }
    .d-testimonials .pagination {
        left: 15px;
        width: 115px;
    }
    .d-testimonials .text > div {
        margin-bottom: 207px;
    }
    .d-testimonials .text > div .by {
        font-size: 14px;
        line-height: 21px;
        bottom: 84px;
        right: 30px;
    }
    .d-testimonials .text > div .by span {
        font-size: 69px;
        line-height: 48px;
        bottom: 14px;
        left: -26px;
    }
}

/* --------------- bloque servicios --------------- */
.d-overview-services {
    font-family: var(--font-regular);
    background-color: var(--grey);
    overflow: hidden;
}
.d-overview-services:before {
    position: absolute;
    content: '';
    background-color: black;
    top: 0;
    left: 50%;
    right: 0;
    bottom: 0;
}
.d-overview-services.bg-black-left:before {
    left: 0;
    right: 50%;
}
.d-overview-services,
.d-overview-services .text-img,
.d-overview-services .bg-black {
    height: 100vh;
}
.d-overview-services .bg-black {
    color: var(--grey);
    background-color: black;
    padding: 70px;
    overflow: hidden;
}

/* ------- */

.d-overview-services .service-2 .bg-black,
.d-overview-services .service-3 .bg-black{
    background-color: transparent;
}
.d-overview-services .service-2 .title,
.d-overview-services .service-2 .bg-black .text,
.d-overview-services .service-2 .bg-black i,
/*.d-overview-services .service-2 .text-img .bg,*/
.d-overview-services .service-2 .bg-black span,
.d-overview-services .service-3 .title,
.d-overview-services .service-3 .bg-black .text,
.d-overview-services .service-3 .bg-black i,
/*.d-overview-services .service-3 .text-img .bg,*/
.d-overview-services .service-3 .bg-black span {
    opacity: 0;
}
.d-overview-services .bg-black i {
    font-family: var(--font-regular) !important;
    font-style: initial;
}

/* ------- */

.d-overview-services .title {
    font-size: 80px;
    line-height: 80px;
    letter-spacing: 0;
    max-width: 450px;
    margin-bottom: 4vh;
}
.d-overview-services.scroll-3 .title {
    max-width: 660px;
}
.d-overview-services .num {
    font-size: 400px;
    line-height: 400px;
    letter-spacing: 0;
    color: white;
}
.d-overview-services .num img {
    object-fit: cover;
    margin-left: 2vw;
    max-width: 342px;
    width: 100%;
}
.d-overview-services.bg-black-left .num img {
    margin-left: 87px;
    margin-right: 2vw;
}
.d-overview-services .bg-black .num p {
    margin: 0;
    display: flex;
    margin-left: -87px;
    align-items: center;
}
.d-overview-services .bg-black .num p span {
    width: 87px;
    height: 350px;
    display: block;
    margin-top: 17px;
    background-color: black;
    position: absolute;
    border-right: 1px solid #ffffff;
}
.d-overview-services.bg-black-left .bg-black .num p span {
    width: 77px;
    height: 350px;
    margin-top: 17px;
    border-left: 1px solid #ffffff;
    border-right: 0;
    right: 30px;
}
.d-overview-services .bg-black .text {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    max-width: 413px;
    text-align: justify;
}
.d-overview-services .text-img .text {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0;
    max-width: 295px;
    color: black;

    position: absolute;
    top: 31vh;
    left: 8vw;
}
.d-overview-services .service-2 .text-img .text {
    top:62vh;
}
.d-overview-services .service-3 .text-img .text {
    top:43vh;
}
.d-overview-services.scroll-2 .text-img .text {
    max-width: 336px;
    position: absolute;
    top: 14vh;
    left: 29vw;
}
.d-overview-services.scroll-2 .service-2 .text-img .text {
    top:35vh;
}
.d-overview-services.scroll-2 .service-3 .text-img .text {
    top:63vh;
}
.d-overview-services .text-img img {
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left:50%;
    object-fit: cover;
    z-index: -1;
}
.d-overview-services .text-img img.bg {
    position: initial;
    height: 100%;
    width: 100%;
    transform: none;
    object-fit: contain;
}
.d-overview-services .more {
    right: 100px;
}
.d-overview-services .bg-black .text,
.d-overview-services .more {
    position: absolute;
    bottom: 12vh;
}
.d-overview-services .link-service .more.i-hover,
.d-overview-services .link-service:hover .more.i-open {
    display: none;
}
.d-overview-services .link-service:hover .more.i-hover {
    display: initial;
}
.d-overview-services .service {
    position: absolute;
    width: 100%;
}
.d-overview-services .service-1 {
    z-index: 2;
}
.d-overview-services .service-2 {
    z-index: 2;
}
.d-overview-services .service-3 {
    z-index: 2;
}

/* mobile */
.d-overview-services .mobile .bg-black {
    padding: 30px 40px;
    padding-bottom: 120px;
    overflow: initial;
}
.d-overview-services .mobile .title {
    font-size: 44px;
    line-height: 45px;
    margin-bottom: 59px;
    max-width: 168px;
}
.d-overview-services .mobile .num {
    font-size: 150px;
    line-height: 75px;
}
.d-overview-services .mobile .bg-black .text {
    display: none;
}
.d-overview-services .mobile .bg-black .num p span {
    width: 29px;
    height: 148px;
    margin-top: -3px;
    left: 15px;
}
.d-overview-services .mobile .bg-black .num p {
    margin-left: -32px;
}
.d-overview-services .mobile .num img {
    margin-left: auto;
    width: auto;
    height: 130px;
}
.d-overview-services .mobile .more {
    position: absolute;
    /*bottom: -50px;
    left: calc(50% - 50px);*/
    transform: translate(-50%, -50%);
    top: 49%;
    z-index: 2;
    left: 50%;
}
.d-overview-services .mobile .text-img {
    height: 449px;
}
.d-overview-services .mobile .text-img img {
    z-index: 0;
    top: 52%;
    width: 50%;
    height: 66%;
}
.d-overview-services.bg-black-left .mobile .bg-black .num p span {
    border-left: 0;
    border-right: 1px solid #ffffff;
}
.d-overview-services .mobile .text-img .text {
    font-size: 20px;
    line-height: 26px;
    max-width: 185px;
    top:14vh;
    left:40px;
}
.d-overview-services.bg-black-left .mobile .text-img .text {
    top:9vh;
    left:auto;
    right: 35px;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-image: none;
}
.carousel-control-prev, .carousel-control-next {
    top: 42%;
    width: 35px;
    height: 35px;
    right: 22px;
    opacity: 1;
}
.carousel-control-prev {
    left: auto;
    right: 62px;
}
.carousel-control-next .sr-only {
    width: 5px;
    height: 5px;
    clip: auto;
    border-radius: 100%;
    margin-right: 35px;
    margin-top: 6px;
}
.clinical .carousel-control-next .sr-only {
    background-color: var(--clinical);
}
.veterinary .carousel-control-next .sr-only {
    background-color: var(--veterinary);
}
.food-quality .carousel-control-next .sr-only {
    background-color: var(--food-quality);
}
.d-overview-services .mobile > .bg-black {
    position: absolute;
    padding: 30px 25px;
    padding-bottom: 120px;
}
.d-overview-services .mobile > .bg-black img {
    opacity: 0;
}
.d-overview-services .mobile > .bg-black .num p span {
    left: 0;
}
@media screen and (max-width: 1890px) {
    .d-overview-services.bg-black-left .bg-black .num p span {
        right:0;
    }
}
@media screen and (max-width: 1800px) {
    .d-overview-services .title {
        font-size: 50px;
        line-height: 50px;
        max-width: 365px;
        margin-bottom: 5vh;
    }
    .d-overview-services .num {
        font-size: 225px;
        line-height: 225px;
    }
    .d-overview-services .bg-black .num p span {
        height: 219px;
        margin-top: 13px;
    }
    .d-overview-services .num img {
        max-width: 284px;
        height: 245px;
    }
    .d-overview-services .bg-black .text {
        font-size: 16px;
        line-height: 26px;
        max-width: 348px;
    }
    .d-overview-services .text-img .text {
        font-size: 24px;
        line-height: 32px;
    }
    .d-overview-services.scroll-2 .text-img .text {
        left: 25vw;
    }
    .d-overview-services.bg-black-left .bg-black .num p span {
        width: 76px;
        right: 0;
        height: 219px;
        margin-top: 14px;
    }
}
@media screen and (max-width: 991px) {
    .d-overview-services,
    .d-overview-services .text-img,
    .d-overview-services .bg-black {
        height: auto;
    }
    .d-overview-services:before {
        display: none;
    }
    .d-overview-services.bg-black-left .bg-black .num p span {
        width: 29px;
        height: 135px;
        margin-top: -8px;
    }
    .d-overview-services .mobile .bg-black .num p span {
        margin-top: -8px;
        height: 135px;
    }
}

/* --------------- newsletter --------------- */
.d-newsletter {
    background-color: black;
}
.d-newsletter .b-title {
    text-align: center;
    border-right: 1px solid var(--grey);
}
.d-newsletter .title {
    font-family: var(--font-regular);
    font-size: 90px;
    line-height: 90px;
    letter-spacing: 0;
    color: var(--grey);
    padding: 114px 0;
    margin: 0;
}
.d-newsletter .b-form {
    font-family: var(--font-regular);
    color: var(--grey);
    padding-left: 70px;
}
.d-newsletter .b-form p {
    font-size: 20px;
    line-height: 90px;
    letter-spacing: 0;
    margin-bottom: 20px;
}
.d-newsletter form,
.d-newsletter form .part-1,
.d-newsletter form .part-2 {
    height: 318px;
}
.d-newsletter form input {
    background-color: transparent;
    border:0;
    font-size: 30px;
    letter-spacing: 0;
    padding: 0;
    color: white;
    width: 95%;
}
.d-newsletter form button {
    background-color: transparent;
    border: 0;
}
.d-newsletter form button .i-hover,
.d-newsletter form button:hover .i-open {
    display: none;
}
.d-newsletter form button:hover .i-hover {
    display: initial;
    transform: translate(-50%, -50%);
}
.d-newsletter form .plain-text {
    font-size: 14px;
    line-height: 44px;
    letter-spacing: 0;
    position: absolute;
    bottom: 43px;
    right: 50px;
    z-index: 1;
}
.d-newsletter form .plain-text input,
.d-contact .form form .plain-text input {
    background: transparent;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    height: 20px;
    width: 20px;
    border: 1px solid;
    margin-bottom: -5px;
    margin-right: 5px;
}
.d-newsletter form .plain-text input.active,
.d-contact .form form .plain-text input.active {
    background: var(--red);
}
.d-newsletter form .plain-text a {
    color: var(--grey);
}
.d-newsletter form .plain-text a:hover {
    text-decoration: underline;
}
.d-newsletter form .part-1 {
    border-right: 1px solid #646464;
    padding:23px 15px;
}
.d-newsletter form .part-2 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0;
}
.d-newsletter form input::-webkit-input-placeholder { /* Edge */
    color: #EDEDED;
    opacity: 0.4;
}
.d-newsletter form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #EDEDED;
    opacity: 0.4;
}
.d-newsletter form input::placeholder {
    color: #EDEDED;
    opacity: 0.4;
}

/* --------------- lista contacto --------------- */
.d-list-contact .b-img img {
    width: 100%;
    height: auto;
}
.d-list-contact .b-list {
    border-top: 1px solid black;
    font-family: var(--font-regular);
}
.d-list-contact .b-list p {
    margin: 0;
}
.d-list-contact .b-list .country {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0;
}
.d-list-contact .b-list .name {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0;
}
.d-list-contact .b-list .email {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0;
}
.d-list-contact .b-list .email img {
    margin-left: 70px;
}
.d-list-contact .b-list .email a {
    color: black;
}
.d-list-contact .b-list .row:hover .email a {
    color: white;
}
.d-list-contact .b-list .name:before,
.d-list-contact .b-list .name:after {
    content: '';
    position: absolute;
    width: 1px;
    background-color: black;
    left: 0;
    top: -35px;
    bottom: -35px;
}
.d-list-contact .b-list .name:after {
    left: auto;
    right: 0;
}
.d-list-contact .b-list .country,
.d-list-contact .b-list .name,
.d-list-contact .b-list .email {
    color: black;
    padding: 15px;
    padding-left: 100px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.d-list-contact .b-list .row:hover .country,
.d-list-contact .b-list .row:hover .name,
.d-list-contact .b-list .row:hover .email {
    color: white;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.d-list-contact .b-list .row {
    align-items: center;
    border-bottom: 1px solid black;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.d-list-contact .b-list .row:hover {
    background-color: var(--red);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.d-list-contact .b-list .row .i-hover,
.d-list-contact .b-list .row:hover .i-open {
    display: none;
}
.d-list-contact .b-list .row:hover .i-hover {
    display: initial;
}

/* --------------- contacto --------------- */
.d-contact {
    background-color: var(--grey);
}
.d-contact.position-fixed {
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    overflow: auto;
}
.d-contact.direct-form.position-fixed {
    position: initial !important;
}
.d-contact .b-inicial .b-title {
    text-align: center;
}
.d-contact .title {
    font-family: var(--font-regular);
    font-size: 90px;
    line-height: 99px;
    letter-spacing: 0;
    color: var(--red);
    padding: 210px 0;
    margin: 0;
}
.d-contact .b-title {
    border-right: 1px solid black;
}
.d-contact .b-title p {
    font-family: var(--font-regular);
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    max-width: 434px;
    text-align: justify;
}
.d-contact .b-info .text {
    font-family: var(--font-regular);
    font-size: 40px;
    line-height: 30px;
    letter-spacing: 0;
    color: black;

    padding: 125px 0 119px;
    padding-left: 250px;
    border-bottom: 1px solid black;
}
.d-contact .b-info .text p {
    margin: 0;
}
.d-contact .b-info .text > div {
    display: flex;
    align-items: center;
}
.d-contact .b-info .text img {
    position: absolute;
    right: 100px;
}
.d-contact .b-info .text a .i-hover,
.d-contact .b-info .text a:hover .i-open{
    display: none;
}
.d-contact .b-info .text a:hover .i-hover {
    display: initial;
}
.d-contact .b-inicial .form {
    height: 275px;
}
.d-contact .b-inicial .form p {
    width: 375px;
    position: absolute;
    right: 99px;
    bottom: 93px;
    margin: 0;
}
.d-contact .b-inicial .form p,
.d-contact .b-inicial .form p a{
    color: var(--red);
    opacity: 1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.d-contact .b-inicial .form p a:hover {
    opacity: .5;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.d-contact .b-inicial {
    position: relative;
    z-index: 0;
}
.d-contact .b-secondary {
    position: absolute;
    top:0;
    z-index: -1;
}
.d-contact.open .b-inicial{
    position: absolute;
    top:0;
}
.d-contact.open .b-secondary,
.d-contact.direct-form .b-secondary {
    position: relative;
    z-index: 1;
}
.d-contact .b-secondary .title,
.d-contact .b-secondary .b-info .text > div,
.d-contact .b-secondary .form{
    opacity: 0;
}
.d-contact.open .b-inicial .title,
.d-contact.open .b-inicial .b-info .text > div,
.d-contact.open .b-inicial .form{
    opacity: 0;
}
.d-contact.open .b-secondary .title,
.d-contact.open .b-secondary .b-info .text > div,
.d-contact.open .b-secondary .form,
.d-contact.direct-form .b-secondary .title,
.d-contact.direct-form .b-secondary .b-info .text > div,
.d-contact.direct-form .b-secondary .form{
    opacity: 1;
}
.d-contact .b-secondary .title {
    padding: 110px 0 420px;
}
.d-contact .b-secondary .b-title {
    padding-bottom: 80px;
}
.d-contact .b-secondary .title,
.d-contact .b-secondary .b-title p {
    padding-left: 10%;
}
.d-contact .form form {
    font-family: var(--font-regular);
    font-size: 20px;
    line-height: 45px;
    letter-spacing: 0;
    color: black;
}
.d-contact .form form {
    padding: 75px 140px;
}
.d-contact.type-2 .form form {
    padding-top: 125px;
}
.d-contact .form form .row > div:before {
    border:1px solid black;
    content:'';
    position: absolute;
    top: 0;
    bottom: -1px;
    right: -1px;
    left:0;
    z-index: -1;
}
.d-contact .form form .row > div.legal:before,
.d-contact .form form .row > div.button:before {
    display: none;
}
.d-contact .form form .row > div {
    padding: 15px 20px !important;
}
.d-contact .form form .row > div.button {
    padding: 0 !important;
}
.d-contact .form form label {
    line-height: 20px;
    margin-bottom: 0 !important;
}
.d-contact .form form label,
.d-contact .form form input,
.d-contact .form form select,
.d-contact .form form textarea{
    width: 100%;
}
.d-contact .form form input,
.d-contact .form form select,
.d-contact .form form textarea {
    border: 0;
    background-color: transparent;
    position: relative;
    z-index: 0;
}
.d-contact .form form .plain-text {
    font-size: 14px;
    line-height: 47px;
    letter-spacing: 0;
}
.d-contact .form form .plain-text input {
    width: 20px;
    margin-right: 5px;
}
.d-contact .form form .plain-text a {
    color: black;
}
.d-contact .form form .plain-text a:hover {
    text-decoration: underline;
}
.d-contact .form form .btn-contact {
    color: black;
    background-color: var(--red);
    font-family: var(--font-regular);
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0;
    padding: 50px 20px;
    border: 0;
    width: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.d-contact .form form .btn-contact:hover {
    background-color: white;
    color: var(--red);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.d-content .d-contact .form form .btn-contact:hover,
.d-contact.landing .form form .btn-contact:hover {
    background-color: black;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.d-contact .form form .btn-contact img {
    height: 23px;
    width: auto;
    margin-left: 25px;
    transform: rotate(-90deg);
}
.d-contact .form form .btn-contact:hover img {
    transform: none;
}
.d-contact .form form .btn-contact img.i-hover,
.d-contact .form form .btn-contact:hover img.i-open {
    display: none;
}
.d-contact .form form .btn-contact:hover img.i-hover {
    display: initial;
}
.d-content .d-contact .form form .btn-contact img {
    transform: none;
}
.d-contact .form form input::-webkit-input-placeholder { /* Edge */
    color: black;
}
.d-contact .form form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: black;
}
.d-contact .form form input::placeholder {
    color: black;
}
.col-edit-3,
.col-edit-5,
.col-edit-7 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col-edit-3 {
    flex: 0 0 30%;
    max-width: 30%;
}
.col-edit-5 {
    flex: 0 0 40%;
    max-width: 40%;
}
.col-edit-7 {
    flex: 0 0 60%;
    max-width: 60%;
}

/* dropdown select */
.d-contact .form form .services,
.d-contact .form form .inquiry {
    background-image: url('../img/icons/select.svg');
    background-repeat: no-repeat;
    background-position: 88% center;
}
.choices {
    position: initial;
    line-height: 18px;
}
.choices__list--dropdown {
    position: absolute;
    top: 1px;
    width: calc(100% + 259px);
    left: -258px;
    height: auto;
    border: 0;
    border-color: black !important;
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    background-color: var(--grey);
}
.services .choices__list--dropdown {
    left: 0;
}
.choices__list--dropdown .choices__list {
    max-height: 100% !important;
}
.choices__inner {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    font-size: 14px;
    min-height: auto;
    height: 45px;
    padding: 0;
}
.choices__list--multiple {
    position: absolute;
    height: 44px;
    overflow: auto;
}
.choices__list--multiple .choices__item {
    display: inline-block;
    vertical-align: middle;
    border-radius: 20px;
    padding: 0;
    font-size: 12px;
    font-weight: 500;
    margin-right: 3.75px;
    margin-bottom: 3.75px;
    background-color: transparent;
    border: 0;
    color: black;
    word-break: break-all;
}
.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
    margin: 0;
    padding-left: 16px;
    border-left: 0;
    border-radius: 0;
    filter: invert(1);
}
.choices__list--dropdown .choices__item {
    font-size: 25px;
    line-height: 90px;
    letter-spacing: 0;
    padding: 6px 32px;
    border-bottom: 1px solid black;
    background-color: transparent;
}
.inquiry .dropdown-menu li a:hover,
.inquiry .dropdown.multiselect li.active a {
    background-color: rgba(216, 216, 216, 1);
}
.services .choices__list--dropdown .choices__list #choices--choices-multiple-remove-button-services-item-choice-1,
.services .dropdown-menu li:nth-child(1) a:hover,
.services .dropdown.multiselect li.active:nth-child(1) a {
    background-color: var(--veterinary);
}
.services .choices__list--dropdown .choices__list #choices--choices-multiple-remove-button-services-item-choice-2,
.services .dropdown-menu li:nth-child(2) a:hover,
.services .dropdown.multiselect li.active:nth-child(2) a {
    background-color: var(--clinical);
}
.services .choices__list--dropdown .choices__list #choices--choices-multiple-remove-button-services-item-choice-3,
.services .dropdown-menu li:nth-child(3) a:hover,
.services .dropdown.multiselect li.active:nth-child(3) a {
    background-color: var(--food-quality);
}
.services .choices__list--dropdown .choices__list #choices--choices-multiple-remove-button-services-item-choice-4,
.services .dropdown-menu li:nth-child(4) a:hover,
.services .dropdown.multiselect li.active:nth-child(4) a {
    background-color: var(--agricultural);
}
.services .choices__list--dropdown .choices__list #choices--choices-multiple-remove-button-services-item-choice-5,
.services .dropdown-menu li:nth-child(5) a:hover,
.services .dropdown.multiselect li.active:nth-child(5) a {
    background-color: var(--bioprecesses);
}
/*.services .dropdown.multiselect li:nth-child(1) input[type="checkbox"]:checked + label:before,
.services .dropdown.multiselect li:nth-child(2) input[type="checkbox"]:checked + label:before,
.services .dropdown.multiselect li:nth-child(3) input[type="checkbox"]:checked + label:before,
.services .dropdown.multiselect li:nth-child(4) input[type="checkbox"]:checked + label:before,
.services .dropdown.multiselect li:nth-child(5) input[type="checkbox"]:checked + label:before {
    z-index: -1;
}*/

.d-contact  .dropdown.multiselect input[type="checkbox"] {
    display: none;
}
.d-contact  .dropdown.multiselect input[type="checkbox"] + label:before {
    /*content: '\00a0';*/
    width: 15px;
    display: inline-block;
    padding-right: 20px;
}
.d-contact  .dropdown.multiselect input[type="checkbox"]:checked + label:before {
    /*content: '\2714';*/
    content: '';
    background-image: url('../img/icons/close.svg');
    background-position: 94% center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
}
.d-contact  .dropdown.multiselect .btn-default:after {
    display: none;
}
.d-contact  .dropdown.multiselect .btn-default {
    height: 44px;
}

.d-contact  .dropdown-menu {
    position: absolute;
    top: -62px !important;
    width: calc(100% + 100% + 81px);
    left: -20px !important;
    transform: none !important;
    height: auto;
    border: 0;
    border-color: black !important;
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    background-color: var(--grey);
    border-radius: 0;
    padding: 0;
}
.inquiry .dropdown-menu {
    left: calc(-60px - 100%) !important;
}
.d-contact .dropdown-menu li a {
    font-size: 25px;
    line-height: 90px;
    letter-spacing: 0;
    padding: 6px 32px;
    border-bottom: 1px solid black;
    background-color: transparent;
    position: relative;
    display: block;
}

@media screen and (max-width: 1800px) {
    .d-contact .b-info .text {
        font-size: 30px;
        padding-left: 110px;
    }
    .d-contact .title ,
    .d-newsletter .title {
        font-size: 65px;
        line-height: 75px;
    }
    .d-contact .form form,
    .d-content .d-contact .form form {
        padding: 65px 80px;
    }
    .d-content .d-list .p-title {
        font-size: 70px;
        line-height: 70px;
        max-width: 363px;
        margin-bottom: 157px;
    }
    .d-content .d-list .info .text,
    .d-contact .b-title p {
        font-size: 18px;
        line-height: 27px;
        max-width: 355px;
    }
    .d-list-contact .b-list .country,
    .d-list-contact .b-list .name,
    .d-list-contact .b-list .email {
        padding-left: 30px;
    }
    .d-list-contact .b-list .email img {
        margin-left: 25px;
    }
    .d-list-contact .b-list .name {
        font-size: 25px;
        line-height: 25px;
    }
    .d-list-contact .b-list .country {
        font-size: 35px;
        line-height: 35px;
    }
}
@media screen and (max-width: 991px) {
    .d-contact .title {
        padding: 100px 0;
    }

    .d-contact .b-title {
        border-right: 0;
    }
    .d-contact .b-info {
        border-top: 1px solid black;
    }

    .d-newsletter .title {
        overflow-wrap: break-word;
        max-width: 203px;
        padding: 100px 0;
    }
    .d-contact .title,
    .d-newsletter .title {
        /*font-size: 85px;
        line-height: 75px;*/
        font-size: 67px;
        line-height: 68px;
        text-align: left;
        padding-left: 15px;
    }

    .d-contact .b-info .text {
        font-size: 40px;
        line-height: 45px;
        padding-top: 30px;
        padding-left: 30px;
        padding-bottom: 215px;
        padding-bottom: 150px;
    }

    .d-contact .b-info .text img {
        right: 36px;
        bottom: 38px;
    }

    .d-contact .b-inicial .form p {
        width: 253px;
        right: 36px;
        bottom: 59px;
    }

    .d-contact .b-inicial .form {
        height: 200px;
    }

    .d-newsletter .b-form {
        padding-left: 30px;
        border-top: 1px solid;
    }

    .d-newsletter form .part-1 {
        padding-top: 0;
    }

    .d-newsletter form,
    .d-newsletter form .part-1,
    .d-newsletter form .part-2 {
        height: auto;
    }

    .d-newsletter form .part-2 {
        height: 270px;
    }

    .d-newsletter form .part-2 img {
        position: absolute;
        top: auto;
        left: auto;
        transform: rotate(-90deg);
        right: 36px;
        bottom: 38px;
    }

    .d-newsletter form .plain-text {
        bottom: -42px;
    }
    .d-contact .b-secondary {
        opacity: 0;
    }
    .d-contact.direct-form .b-secondary {
        opacity: 1;
    }
    .d-contact.open .b-inicial {
        opacity: 0;
    }
    .d-contact.open .b-secondary {
        opacity: 1;
    }
    .d-contact .b-secondary .title,
    .d-contact .b-secondary .b-title p {
        padding-left: 15px;
    }
    .d-contact .b-secondary .title {
        padding: 100px 0 140px;
    }
    .col-edit-3,
    .col-edit-5,
    .col-edit-7 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .d-contact .form form {
        padding: 45px;
        font-size: 18px;
        line-height: 29px;
    }
    .d-contact .form form .row > div.legal {
        padding: 15px 0 !important;
    }
    .d-contact .form form .plain-text {
        font-size: 12px;
        line-height: 30px;
    }
    .d-newsletter .b-title,
    .d-newsletter form .part-1 {
        border-right:0;
    }
    .d-contact .form form,
    .d-content .d-contact .form form {
        padding: 45px 55px;
    }
    .d-list-contact .b-list .name:before, .d-list-contact .b-list .name:after {
        display: none;
    }
    .d-list-contact .b-list {
        text-align: center;
    }
    .d-list-contact .b-list .country, .d-list-contact .b-list .name, .d-list-contact .b-list .email {
        padding-left: 15px;
    }
    .d-list-contact .b-list .email img {
        margin-left: 0;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .d-list-contact .b-list .row {
        padding-top: 10px;
    }
    .d-contact .dropdown-menu li a {
        font-size: 18px;
        line-height: 76px;
    }
    .d-contact  .dropdown-menu {
        width: calc(100% + 41px);
    }
    .inquiry .dropdown-menu {
        left: -20px !important;
    }
}

/* --------------- legal --------------- */
.d-legal {
    font-family: var(--font-regular);
    border-top: 1px solid black;
}
.d-legal .b-left .b-title {
    padding: 5vh 15px;
    padding-left: 75px;
}
.d-legal .b-left .b-info {
    border-top: 1px solid;
    padding-top: 40px;
    padding-left: 75px;
}
.d-legal .b-left .b-info p {
    max-width: 215px;
}
.d-legal .title {
    font-size: 60px;
    line-height: 60px;
    letter-spacing: 0;
    max-width: 250px;
}
.d-legal .b-center {
    border-left: 1px solid black;
    border-right: 1px solid black;
    padding: 268px 49px 200px;
}
.d-legal .b-center p,
.d-legal .b-center h3,
.d-legal .b-center h2,
.d-legal .b-center h4 {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
}
.d-legal .b-center h3,
.d-legal .b-center h2,
.d-legal .b-center h4 {
    margin-top: 40px;
    margin-bottom: 15px;
    font-family: var(--font-semibold);
    text-transform: uppercase;
}
.d-legal .background img {
    width: 100%;
    position: absolute;
    top: -500px;
}

/* --------------- footer --------------- */
footer {
    padding: 113px 0;
    background-color: black;
    position: relative;
    font-family: var(--font-regular);
    border-top: 1px solid var(--grey);
}
footer .column-1,
footer .column-2 {
    font-size: 30px;
    letter-spacing: 0;
    color: var(--grey);
}
footer .column-1,
footer .social {
    padding-left: 90px;
}
footer .column-1 a{
    color: var(--red);
}
footer .column-2 a {
    color: var(--grey);
    line-height: 50px;
}
footer .column-3 {
    margin-top: 160px;
}
footer .column-3,
footer .info,
.d-contact .b-inicial .form,
.site-nav__menu .info,
.site-nav__menu .open-page {
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0;
    color: var(--grey);
}
footer .column-3 a,
footer .info a,
.site-nav__menu .info a {
    color: var(--grey);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
footer .column-3 .open-page a,
.site-nav__menu .open-page a {
    color: var(--red);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
footer .column-3 .open-page a:hover,
.site-nav__menu .open-page a:hover {
    color: white;
    opacity: 1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
footer .social a,
.site-nav__menu .social a,
.d-thanks .social a{
    font-size: 24px;
    line-height: 50px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: var(--grey);
    margin-right: 9px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
footer .social a img,
.site-nav__menu .social a img,
.d-thanks .social a img{
    margin-top: -35px;
}
.site-nav__menu .social a:hover img {
    height: 19px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
footer .social a img,
footer .column-3 .open-page a img,
.site-nav__menu .open-page a img,
.site-nav__menu .social a img,
.d-thanks .social a img{
    height: 26px;
    width: auto;
    margin-left: 3px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
footer .social a:hover img,
footer .column-3 .open-page a:hover img,
.site-nav__menu .open-page a:hover img,
.site-nav__menu .social a:hover img,
.d-thanks .social a:hover img {
    height: 29px;
    margin-bottom: 2px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
footer .info ,
.d-contact .b-inicial .form {
    line-height: 30px;
}
footer .info p {
    margin: 0;
    margin-left: 50px;
}
.all {
    font-family: var(--font-medium) !important;
    font-size: 18px !important;
    line-height: 22px !important;
    letter-spacing: 0;
    color: var(--red);
}
footer a {
    opacity: 1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
footer a:hover {
    opacity: .5;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

@media screen and (max-width: 1800px) {
    footer .info p {
        margin-left: 0;
    }
    footer .column-3, footer .info, .d-contact .b-inicial .form {
        font-size: 18px;
        line-height: 35px;
    }
    footer .info,
    .d-contact .b-inicial .form {
        line-height: 26px;
    }
}
@media screen and (max-width: 991px) {
    .all {
        font-size: 16px;
    }
    footer {
        padding-top: 62px;
        padding-bottom: 35px;
    }
    footer .column-1,
    footer .column-2,
    footer .social,
    footer .info {
        padding-left: 30px;
    }
    footer .column-1 {
        margin-bottom: 58px;
    }
    footer .column-2 {
        font-size: 24px;
        line-height: 50px;
    }
    footer .column-3 {
        margin-top: 115px;
    }
    footer .column-3,
    footer .info {
        font-size: 24px;
        line-height: 40px;
    }
    footer .column-3 > div {
        max-width: 165px;
        margin-left: auto;
    }
    footer .social {
        margin-top: 54px;
        margin-bottom: 30px;
    }
    footer .social a {
        font-size: 31px;
    }
    footer .info {
        border-top: 1px solid;
        padding-top: 30px;
    }
    footer .info p {
        font-size: 20px;
        line-height: 30px;
    }
    .d-legal .b-left .b-title {
        padding: 5vh 15px;
        padding-left: 35px;
    }
    .d-legal .b-left .b-info {
        padding-left: 35px;
    }
    .d-legal .b-center {
        border-left: 0;
        border-right: 0;
        padding: 90px 35px 90px;
    }
    .d-legal .title {
        font-size: 50px;
        line-height: 50px;
    }
    .d-content .d-thanks p,
    .d-contact .d-thanks p,
    .d-newsletter .d-thanks p {
        font-size: 70px;
        line-height: 70px;
    }
    .d-content .d-thanks .b-left,
    .d-contact .d-thanks .b-left,
    .d-newsletter .d-thanks .b-left {
        position: absolute;
        bottom: 145px;
        left: 45px;
    }
    .d-content .d-thanks .b-right,
    .d-contact .d-thanks .b-right,
    .d-newsletter .d-thanks .b-right {
        position: absolute;
        bottom: 72px;
        right: 45px;
    }
    .d-content .d-thanks .third,
    .d-contact .d-thanks .third,
    .d-newsletter .d-thanks .third {
        padding: 100px 45px 345px !important;
    }
    .d-content .d-thanks .first, .d-content .d-thanks .second,
    .d-contact .d-thanks .first, .d-contact .d-thanks .second,
    .d-newsletter .d-thanks .first, .d-newsletter .d-thanks .second {
        padding: 70px 45px !important;
        border-bottom: 1px solid black;
    }
}

.d-video-bg iframe {
    z-index: -1;
}

@media screen and (min-width: 991px) {
    .d-editorial-text-two-img .oh-2 {
        width: 494px;
    	height: 298px;
    }
}
@media screen and (min-width: 991px) {
    .d-content .d-list .p-title {
        max-width: 428px;
    }
}
@media screen and (min-width: 1800px) {
    .d-content .d-list .p-title {
            max-width: 550px;
    }
}
@media screen and (max-width: 991px) {
    .d-content .d-list .p-title {
        font-size: 50px;
        line-height: 50px;
    }
}

/* dropdown select */
.d-contact .form form .country,
.d-contact .form form .services,
.d-contact .form form .inquiry,
.d-contact .form form .provincia {
  background-image: url('https://gluten.biosystems.global/assets/themes/gluten.biosystems.global/img/icons/select.svg');
  background-repeat: no-repeat;
  background-position: 88% center;
}
.d-contact .col-edit-7.country .dropdown-menu {
  width: calc(100% + 0% + 1px);
}
.d-contact .form form .col-edit-7.country {
  background-position: 95% center;
}
.choices {
  position: initial;
  line-height: 18px;
}
.choices__list--dropdown {
  position: absolute;
  top: 1px;
  width: calc(100% + 259px);
  left: -258px;
  height: auto;
  border: 0;
  border-color: black !important;
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid black;
  background-color: var(--grey);
}
.services .choices__list--dropdown {
  left: 0;
}
.choices__list--dropdown .choices__list {
  max-height: 100% !important;
}
.choices__inner {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-size: 14px;
  min-height: auto;
  height: 45px;
  padding: 0;
}
.choices__list--multiple {
  position: absolute;
  height: 44px;
  overflow: auto;
}
.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 0;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: transparent;
  border: 0;
  color: black;
  word-break: break-all;
}
.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
  margin: 0;
  padding-left: 16px;
  border-left: 0;
  border-radius: 0;
  filter: invert(1);
}
.choices__list--dropdown .choices__item {
  font-size: 25px;
  line-height: 90px;
  letter-spacing: 0;
  padding: 6px 32px;
  border-bottom: 1px solid black;
  background-color: transparent;
}
.inquiry .dropdown-menu li a:hover,
.inquiry .dropdown.multiselect li.active a {
  background-color: #d8d8d8;
}
.provincia .dropdown-menu li a:hover,
.provincia .dropdown.multiselect li.active a {
  background-color: #d8d8d8;
}
.services .choices__list--dropdown .choices__list #choices--choices-multiple-remove-button-services-item-choice-1,
.services .dropdown-menu li:nth-child(1) a:hover,
.services .dropdown.multiselect li.active:nth-child(1) a {
  background-color: var(--clinical);
}
.services .choices__list--dropdown .choices__list #choices--choices-multiple-remove-button-services-item-choice-2,
.services .dropdown-menu li:nth-child(2) a:hover,
.services .dropdown.multiselect li.active:nth-child(2) a {
  background-color: var(--veterinary);
}
.services .choices__list--dropdown .choices__list #choices--choices-multiple-remove-button-services-item-choice-3,
.services .dropdown-menu li:nth-child(3) a:hover,
.services .dropdown.multiselect li.active:nth-child(3) a {
  background-color: var(--food);
}
.services .choices__list--dropdown .choices__list #choices--choices-multiple-remove-button-services-item-choice-4,
.services .dropdown-menu li:nth-child(4) a:hover,
.services .dropdown.multiselect li.active:nth-child(4) a {
  background-color: var(--agricultural);
  color: white;
}
.services .choices__list--dropdown .choices__list #choices--choices-multiple-remove-button-services-item-choice-5,
.services .dropdown-menu li:nth-child(5) a:hover,
.services .dropdown.multiselect li.active:nth-child(5) a {
  background-color: var(--bioprocesses);
  color: white;
}
.services .choices__list--dropdown .choices__list #choices--choices-multiple-remove-button-services-item-choice-6,
.services .dropdown-menu li:nth-child(6) a:hover,
.services .dropdown.multiselect li.active:nth-child(6) a {
  background-color: var(--environmental);
  color: white;
}
/*.services .dropdown.multiselect li:nth-child(1) input[type="checkbox"]:checked + label:before,
.services .dropdown.multiselect li:nth-child(2) input[type="checkbox"]:checked + label:before,
.services .dropdown.multiselect li:nth-child(3) input[type="checkbox"]:checked + label:before,
.services .dropdown.multiselect li:nth-child(4) input[type="checkbox"]:checked + label:before,
.services .dropdown.multiselect li:nth-child(5) input[type="checkbox"]:checked + label:before {
    z-index: -1;
}*/
.d-contact .dropdown.multiselect input[type="checkbox"] {
  display: none;
}
.d-contact .dropdown.multiselect input[type="checkbox"] + label:before {
  /*content: '\00a0';*/
  width: 15px;
  display: inline-block;
  padding-right: 20px;
}
/*.d-contact  .dropdown.multiselect input[type="checkbox"]:checked + label:before*/
.d-contact .dropdown.multiselect li.active label:before {
  /*content: '\2714';*/
  content: '';
  background-image: url('https://gluten.biosystems.global/assets/themes/gluten.biosystems.global/img/icons/close.svg');
  background-position: 94% center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
}
.d-contact .dropdown.multiselect li label:before {
  display: none;
}
.d-contact .dropdown.multiselect .btn-default:after {
  display: none;
}
.d-contact .dropdown.multiselect .btn-default {
  height: 44px;
}
.d-contact .dropdown-menu {
  position: absolute;
  top: -62px !important;
  top: -2px !important;
  width: calc(100% + 100% + 81px);
  width: calc(100% + 100% + 1px);
  left: -20px !important;
  left: 0px !important;
  transform: none !important;
  height: auto;
  border: 0;
  border-color: black !important;
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid black;
  background-color: var(--grey);
  border-radius: 0;
  padding: 0;
}
.inquiry .dropdown-menu {
  left: calc(-60px - 100%) !important;
  left: calc(0px - 100%) !important;
}
.provincia .dropdown-menu {
  left: calc(-60px - 100%) !important;
  left: calc(0px - 100%) !important;
	
	left: auto !important;
    right: calc(-1px - 100%) !important;
}
.d-contact .dropdown-menu li a {
  font-size: 25px;
  line-height: 90px;
  letter-spacing: 0;
  padding: 6px 32px;
  border-bottom: 1px solid black;
  background-color: transparent;
  position: relative;
  display: block;
  height: 103px;
  font-size: 20px;
  height: 77px;
}
.d-contact .dropdown.multiselect,
.d-contact .dropdown.multiselect > button {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto !important;
}
.d-contact .dropdown-menu label {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex !important;
  align-items: center;
  padding-left: 30px;
}
.d-contact .services.color-bg .text-label1,
.d-contact .inquiry.color-bg .text-label2 {
  /*font-size: 25px;
  line-height: 30px;
  width: 87%;*/
}
.d-contact .services.color-bg.clinical:before {
  background-color: var(--clinical);
}
.d-contact .services.color-bg.veterinary:before {
  background-color: var(--veterinary);
}
.d-contact .services.color-bg.food:before {
  background-color: var(--food);
}
.d-contact .services.color-bg.bioprecesses:before {
  background-color: var(--bioprocesses);
}
.d-contact .services.color-bg.environmental:before {
  background-color: var(--environmental);
}
.d-contact .services.color-bg.agricultural:before {
  background-color: var(--agricultural);
}
.d-contact .inquiry.color-bg:before {
  background-color: #d8d8d8;
}
.d-contact .provincia.color-bg:before {
  background-color: #d8d8d8;
}
.d-contact .country.color-bg-red:before {
  background-color: #EE2737;
}
.d-contact .provincia.color-bg-red:before {
  background-color: #EE2737;
}
.d-contact .country label,
.d-contact .provincia label {
  display: block;
}
.d-contact .form form .services.color-bg,
.d-contact .form form .inquiry.color-bg,
.d-contact .form form .provincia.color-bg,
.d-contact .form form .provincia.color-bg-red {
  background-image: url(https://gluten.biosystems.global/assets/themes/gluten.biosystems.global/img/icons/check.svg);
}
@media screen and (max-width: 1300px) {
  .d-contact .b-info .text,
  .d-contact .b-info .text-4 {
    font-size: 30px;
    padding-left: 110px;
  }
  .d-contact .title,
  .d-newsletter .title {
    font-size: 65px;
    line-height: 75px;
  }
  .d-contact .form form,
  .d-content .d-contact .form form {
    padding: 65px 80px;
  }
  .d-content .d-list .p-title {
    font-size: 70px;
    line-height: 70px;
    max-width: 363px;
    margin-bottom: 157px;
  }
  .d-content .d-list .info .text,
  .d-contact .b-title p {
    font-size: 18px;
    line-height: 27px;
    max-width: 355px;
  }
  .d-list-contact .b-list .country,
  .d-list-contact .b-list .name,
  .d-list-contact .b-list .email {
    padding-left: 20px;
  }
  .d-list-contact .b-list .email img {
    margin-left: 25px;
  }
  .d-list-contact .b-list .name {
    font-size: 25px;
    line-height: 25px;
  }
  .d-list-contact .b-list .country {
    font-size: 35px;
    line-height: 35px;
  }
}
@media screen and (max-width: 1700px) {
  .d-contact .form form .plain-text p {
    width: 75%;
  }
}
@media screen and (max-width: 991px) {
	.provincia .dropdown-menu {
      left: auto !important;
    right: -1px !important;
	}
  .d-contact .title {
    padding: 100px 0;
  }
  .d-contact .b-title {
    border-right: 0;
  }
  .d-contact .b-info {
    border-top: 1px solid black;
  }
  .d-newsletter .title {
    overflow-wrap: break-word;
    max-width: 203px;
    padding: 100px 0;
  }
  .d-contact .title,
  .d-newsletter .title {
    /*font-size: 85px;
        line-height: 75px;*/
    font-size: 67px;
    line-height: 68px;
    text-align: left;
    padding-left: 15px;
  }
  .d-contact .b-info .text,
  .d-contact .b-info .text-4 {
    font-size: 40px;
    line-height: 45px;
    padding-top: 30px;
    padding-left: 30px;
    padding-bottom: 215px;
    padding-bottom: 150px;
  }
  .d-contact .b-info .text img,
  .d-contact .b-info .text-4 img {
    right: 36px;
    bottom: 38px;
  }
  .d-contact .b-inicial .form p {
    width: 253px;
    right: 36px;
    bottom: 59px;
  }
  .d-contact .b-inicial .form {
    height: 200px;
  }
  .d-newsletter .b-form {
    padding-left: 30px;
    border-top: 1px solid;
  }
  .d-newsletter form .part-1 {
    padding-top: 0;
  }
  .d-newsletter form,
  .d-newsletter form .part-1,
  .d-newsletter form .part-2 {
    height: auto;
  }
  .d-newsletter form .part-2 {
    height: 270px;
  }
  .d-newsletter form .part-2 img {
    position: absolute;
    top: auto;
    left: auto;
    transform: rotate(-90deg);
    right: 36px;
    bottom: 38px;
  }
  .d-newsletter form .plain-text {
    bottom: -42px;
  }
  .d-contact .b-secondary {
    opacity: 0;
  }
  .d-contact.direct-form .b-secondary {
    opacity: 1;
  }
  .d-contact.open .b-inicial {
    opacity: 0;
  }
  .d-contact.open .b-secondary {
    opacity: 1;
  }
  .d-contact .b-secondary .title,
  .d-contact .b-secondary .b-title p {
    padding-left: 15px;
  }
  .d-contact .b-secondary .title {
    padding: 100px 0 140px;
  }
  .col-edit-3,
  .col-edit-5,
  .col-edit-7 {
    flex: 0 0 100%;
    max-width: 100%;
  }
	.d-contact .col-edit-4 {
    flex: 0 0 100%;
    max-width: 100%;
}
  .d-contact .form form {
    padding: 45px;
    font-size: 18px;
    line-height: 29px;
  }
  .d-contact .form form .row > div.legal {
    padding: 15px 0 !important;
  }
  .d-contact .form form .plain-text,
  .d-contact .form form .plain-text p {
    font-size: 12px !important;
    line-height: 30px;
  }
  .d-newsletter .b-title,
  .d-newsletter form .part-1 {
    border-right: 0;
  }
  .d-contact .form form,
  .d-content .d-contact .form form {
    padding: 45px 55px;
  }
  .d-list-contact .b-list .name:before,
  .d-list-contact .b-list .name:after {
    display: none;
  }
  .d-list-contact .b-list {
    text-align: center;
  }
  .d-list-contact .b-list .country,
  .d-list-contact .b-list .name,
  .d-list-contact .b-list .email {
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .d-list-contact .b-list .email img {
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .d-list-contact .b-list .row {
    padding-top: 10px;
  }
  .d-contact .dropdown-menu li a {
    font-size: 18px;
    line-height: 76px;
    height: 90px;
  }
  .d-contact .dropdown-menu {
    width: calc(100% + 41px);
    width: calc(100% + 1px);
  }
  .d-contact .form form .row > div.services,
  .d-contact .form form .row > div.inquiry,
  .d-contact .form form .row > div.country {
    height: 90px;
  }
  .inquiry .dropdown-menu {
    left: -20px !important;
    left: 0 !important;
  }
}


.d-contact form .col-edit-4 > label {
	max-width: 155px;
}
.d-contact form .col-edit-3 label,
.d-contact form .col-edit-4 label {
  display: block;
}
.d-contact .form form .country {
  background-image: url(https://gluten.biosystems.global/assets/themes/gluten.biosystems.global/img/icons/select.svg);
  background-repeat: no-repeat;
  background-position: 88% center;
}
.d-contact .form form .country.color-bg {
  background-image: url(https://gluten.biosystems.global/assets/themes/gluten.biosystems.global/img/icons/check.svg);
}
.d-contact .form form label .text-label1,
.d-contact .form form label .text-label2,
.d-contact .form form label .text-label3,
.d-contact .form form label .text-label4 {
  margin-top: 14px;
}
.d-contact .form form .country,
.d-contact .form form .services,
.d-contact .form form .inquiry,
.d-contact .form form .provincia {
  background-position: 78% 85%;
}
.d-contact .form form .col-edit-5.country,
.d-contact .form form .col-edit-5.services,
.d-contact .form form .col-edit-5.inquiry {
  background-position: 41% 85%;
}
body.hero-product .d-contact .form form .btn-contact:hover,
body.hero-product .d-contact.direct-form.btn-black .form form .btn-contact:hover {
  color: white;
}
body.hero-product .d-contact .form form .btn-contact:hover .i-hover,
body.hero-product .d-contact.direct-form.btn-black .form form .btn-contact:hover .i-hover {
  filter: brightness(0) invert(1);
}
.d-contact .dropdown-menu {
  max-height: 454px;
  overflow: auto;
  border-bottom: 1px solid black;
}
.d-contact .dropdown-menu li:last-child a {
  border-bottom: 0;
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 575px) {
}
:root {
  --red: #EE2737;
  --grey: #EDEDED;
  --blue: #001EFF;
  --green: #176D38;
  --veterinary: #E3378C;
  --clinical: #FF5100;
  --food: #DDF23A;
  --agricultural: #176D38;
  --bioprocesses: #001EFF;
  --environmental: #009F80;
}
.d-contact .b-secondary {
    display: none;
}
.d-contact.open .b-secondary {
    display: block;
}
.d-text-bg .text p a {
    color: inherit;
    text-decoration: underline;
}
