.d-inline {
    display: inline !important
}

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

.d-block {
    display: block !important
}

.d-grid {
    display: grid !important
}

.d-inline-grid {
    display: inline-grid !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
}

.d-none {
    display: none !important
}

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

.flex-row {
    flex-direction: row !important
}

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

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

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

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

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

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

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !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
}

.justify-content-evenly {
    justify-content: space-evenly !important
}

@media screen and (min-width: 768px) {
    .justify-content-md-end {
        justify-content: end !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
}

.order-first {
    order: -1 !important
}

.order-0 {
    order: 0 !important
}

.order-1 {
    order: 1 !important
}

.order-2 {
    order: 2 !important
}

.order-3 {
    order: 3 !important
}

.order-4 {
    order: 4 !important
}

.order-5 {
    order: 5 !important
}

.order-last {
    order: 6 !important
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

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

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

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

.m-6 {
    margin: 6rem !important
}

.m-7 {
    margin: 12rem !important
}

.m-8 {
    margin: 24rem !important
}

.m-9 {
    margin: 48rem !important
}

.m-10 {
    margin: 96rem !important
}

.m-auto {
    margin: auto !important
}

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

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

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

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

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

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

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

.mx-7 {
    margin-right: 12rem !important;
    margin-left: 12rem !important
}

.mx-8 {
    margin-right: 24rem !important;
    margin-left: 24rem !important
}

.mx-9 {
    margin-right: 48rem !important;
    margin-left: 48rem !important
}

.mx-10 {
    margin-right: 96rem !important;
    margin-left: 96rem !important
}

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

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

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

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

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

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

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

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

.my-7 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important
}

.my-8 {
    margin-top: 24rem !important;
    margin-bottom: 24rem !important
}

.my-9 {
    margin-top: 48rem !important;
    margin-bottom: 48rem !important
}

.my-10 {
    margin-top: 96rem !important;
    margin-bottom: 96rem !important
}

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

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

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

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

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

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

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

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

.mt-7 {
    margin-top: 12rem !important
}

.mt-8 {
    margin-top: 24rem !important
}

.mt-9 {
    margin-top: 48rem !important
}

.mt-10 {
    margin-top: 96rem !important
}

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

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

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

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

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

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

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

.me-6 {
    margin-right: 6rem !important
}

.me-7 {
    margin-right: 12rem !important
}

.me-8 {
    margin-right: 24rem !important
}

.me-9 {
    margin-right: 48rem !important
}

.me-10 {
    margin-right: 96rem !important
}

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

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

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

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

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

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

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

.mb-6 {
    margin-bottom: 6rem !important
}

.mb-7 {
    margin-bottom: 12rem !important
}

.mb-8 {
    margin-bottom: 24rem !important
}

.mb-9 {
    margin-bottom: 48rem !important
}

.mb-10 {
    margin-bottom: 96rem !important
}

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

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

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

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

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

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

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

.ms-6 {
    margin-left: 6rem !important
}

.ms-7 {
    margin-left: 12rem !important
}

.ms-8 {
    margin-left: 24rem !important
}

.ms-9 {
    margin-left: 48rem !important
}

.ms-10 {
    margin-left: 96rem !important
}

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

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

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

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

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

.p-6 {
    padding: 6rem !important
}

.p-7 {
    padding: 12rem !important
}

.p-8 {
    padding: 24rem !important
}

.p-9 {
    padding: 48rem !important
}

.p-10 {
    padding: 96rem !important
}

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

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

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

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

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

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

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

.px-7 {
    padding-right: 12rem !important;
    padding-left: 12rem !important
}

.px-8 {
    padding-right: 24rem !important;
    padding-left: 24rem !important
}

.px-9 {
    padding-right: 48rem !important;
    padding-left: 48rem !important
}

.px-10 {
    padding-right: 96rem !important;
    padding-left: 96rem !important
}

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

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

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

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

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

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

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

.py-7 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important
}

.py-8 {
    padding-top: 24rem !important;
    padding-bottom: 24rem !important
}

.py-9 {
    padding-top: 48rem !important;
    padding-bottom: 48rem !important
}

.py-10 {
    padding-top: 96rem !important;
    padding-bottom: 96rem !important
}

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

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

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

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

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

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

.pt-6 {
    padding-top: 6rem !important
}

.pt-7 {
    padding-top: 12rem !important
}

.pt-8 {
    padding-top: 24rem !important
}

.pt-9 {
    padding-top: 48rem !important
}

.pt-10 {
    padding-top: 96rem !important
}

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

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

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

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

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

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

.pe-6 {
    padding-right: 6rem !important
}

.pe-7 {
    padding-right: 12rem !important
}

.pe-8 {
    padding-right: 24rem !important
}

.pe-9 {
    padding-right: 48rem !important
}

.pe-10 {
    padding-right: 96rem !important
}

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

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

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

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

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

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

.pb-6 {
    padding-bottom: 6rem !important
}

.pb-7 {
    padding-bottom: 12rem !important
}

.pb-8 {
    padding-bottom: 24rem !important
}

.pb-9 {
    padding-bottom: 48rem !important
}

.pb-10 {
    padding-bottom: 96rem !important
}

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

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

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

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

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

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

.ps-6 {
    padding-left: 6rem !important
}

.ps-7 {
    padding-left: 12rem !important
}

.ps-8 {
    padding-left: 24rem !important
}

.ps-9 {
    padding-left: 48rem !important
}

.ps-10 {
    padding-left: 96rem !important
}

.gap-0 {
    gap: 0 !important
}

.gap-1 {
    gap: .25rem !important
}

.gap-2 {
    gap: .5rem !important
}

.gap-3 {
    gap: 1rem !important
}

.gap-4 {
    gap: 1.5rem !important
}

.gap-5 {
    gap: 3rem !important
}

.gap-6 {
    gap: 6rem !important
}

.gap-7 {
    gap: 12rem !important
}

.gap-8 {
    gap: 24rem !important
}

.gap-9 {
    gap: 48rem !important
}

.gap-10 {
    gap: 96rem !important
}

.row-gap-0 {
    row-gap: 0 !important
}

.row-gap-1 {
    row-gap: .25rem !important
}

.row-gap-2 {
    row-gap: .5rem !important
}

.row-gap-3 {
    row-gap: 1rem !important
}

.row-gap-4 {
    row-gap: 1.5rem !important
}

.row-gap-5 {
    row-gap: 3rem !important
}

.row-gap-6 {
    row-gap: 6rem !important
}

.row-gap-7 {
    row-gap: 12rem !important
}

.row-gap-8 {
    row-gap: 24rem !important
}

.row-gap-9 {
    row-gap: 48rem !important
}

.row-gap-10 {
    row-gap: 96rem !important
}

.column-gap-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important
}

.column-gap-1 {
    -moz-column-gap: .25rem !important;
    column-gap: .25rem !important
}

.column-gap-2 {
    -moz-column-gap: .5rem !important;
    column-gap: .5rem !important
}

.column-gap-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important
}

.column-gap-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important
}

.column-gap-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important
}

.column-gap-6 {
    -moz-column-gap: 6rem !important;
    column-gap: 6rem !important
}

.column-gap-7 {
    -moz-column-gap: 12rem !important;
    column-gap: 12rem !important
}

.column-gap-8 {
    -moz-column-gap: 24rem !important;
    column-gap: 24rem !important
}

.column-gap-9 {
    -moz-column-gap: 48rem !important;
    column-gap: 48rem !important
}

.column-gap-10 {
    -moz-column-gap: 96rem !important;
    column-gap: 96rem !important
}

section.static-page h2 {
    font-size: 4rem
}

section.static-page h3 {
    font-size: 3.5rem
}

section.static-page h4 {
    font-size: 3rem
}

section.static-page h5 {
    font-size: 2.5rem
}

section.static-page ol,
section.static-page ul {
    margin: unset !important;
    padding: unset !important
}

section.static-page ol li,
section.static-page ul li {
    margin: 0 0 0 6rem !important;
    padding: unset !important;
    font-size: 2.1rem;
    line-height: 1.6
}

section.static-page ol {
    list-style-type: numeric !important;
    list-style: numeric !important
}

section.static-page ul {
    list-style-type: circle !important;
    list-style: circle !important
}

.blog-detail h2 {
    margin: 5.5rem 0 0 0;
    padding: 0;
    font-size: 6.5rem;
    font-weight: 500
}

.blog-detail h3 {
    margin: 5.5rem 0 0 0;
    padding: 0;
    font-size: 5.5rem;
    font-weight: 500
}

.blog-detail h4 {
    margin: 4.5rem 0 0 0;
    padding: 0;
    font-size: 4.5rem;
    font-weight: 500
}

.blog-detail strong {
    font-weight: 800
}

.blog-detail ol,
.blog-detail ul {
    margin: unset !important;
    padding: unset !important
}

.blog-detail ol li,
.blog-detail ul li {
    margin: 0 0 0 6rem !important;
    padding: unset !important;
    font-size: 2.1rem;
    line-height: 1.6
}

.blog-detail ol {
    list-style-type: numeric !important;
    list-style: numeric !important
}

.blog-detail ul {
    list-style-type: circle !important;
    list-style: circle !important
}

table tbody td,
table tbody th,
table thead td,
table thead th {
    font-size: 1.9rem;
    padding: 1.5rem 2rem;
    align-items: center
}

table thead {
    background-color: #0b466e;
    border-bottom: 2px solid #06b1ad
}

table thead th {
    font-weight: 600;
    color: #fff;
    padding: 2rem
}

table tbody tr {
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

table tbody tr td {
    font-size: 1.6rem
}

.detail-headline .info .item.full-line-item {
    width: 100%;
    border: none
}

.d-none {
    display: none
}

.form-alert {
    margin-top: 1rem;
    margin-left: 3.5rem;
    padding-left: 2rem;
    font-size: 1.5rem;
    color: #0b466e
}

.form-alert.form-alert-danger {
    color: red;
    position: relative
}

.form-alert.form-alert-danger:before {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="14" height="14" fill="red"><title>close</title><path d="M19,6.41L17.59,5L12,10.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L12,13.41L17.59,19L19,17.59L13.41,12L19,6.41Z" /></svg>');
    background-position: top left;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    width: 14px;
    height: 14px;
    content: ""
}

h1.smaller-for-news {
    font-size: 6.1rem !important
}

.history-slider ul {
    list-style: square;
    margin: 0 0 0 1rem;
    padding: 0 0 0 1rem
}

.history-slider ul li {
    font-size: 2rem;
    line-height: 1.5;
    color: #0b466f;
    padding: .5rem 0
}

@media only screen and (max-width: 1920px) {
    .news-cards.type-2 .item img {
        height: 35rem
    }
}

.form-replace-div {
    width: 100%;
    display: flex;
    gap: 4rem
}

.form-replace-div .search-field {
    width: 100%;
    height: 8rem;
    border-radius: 100vmax;
    position: relative
}

.form-replace-div .cta-field {
    width: 42rem;
    flex-shrink: 0;
    position: relative
}

@media only screen and (max-width: 768px) {
    .form-replace-div .cta-field {
        padding-right: 2rem
    }
}

@media only screen and (max-width: 768px) {
    .content-search .search-item .search input {
        padding-right: 2rem
    }
}

.form form label {
    font-size: 1.7rem
}

.form form .checkbox {
    display: flex;
    flex-grow: 1;
    max-width: 100%;
    margin: 1.5rem 0 1.5rem;
    padding-left: 0
}

.form form .checkbox:last-child {
    margin: 0
}

@media only screen and (max-width: 768px) {
    .form form .checkbox {
        max-width: 100%
    }
}

.form form .checkbox .link {
    text-align: left;
    font-size: 1.5rem
}

.form form .checkbox .link a {
    color: #0b466f;
    text-decoration: underline;
    cursor: pointer
}

.form form .checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
    position: relative
}

.form form .checkbox input:checked+:after {
    content: "";
    background: #0b466f url(../images/icons/check.html) no-repeat center center;
    background-size: 1.5rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 1.6rem;
    height: 1.6rem;
    margin: .45rem 0 0 .45rem;
    border-radius: 2rem
}

.form form .checkbox input:checked+:before {
    border: solid #0b466f .2rem
}

.form form .checkbox input:checked+label {
    color: #0b466f
}

.form form .checkbox label {
    position: relative;
    cursor: pointer;
    color: #000;
    display: flex;
    align-items: center;
    margin: 0;
    font-size: 1.6rem
}

@media only screen and (max-width: 1024px) {
    .form form .checkbox label {
        font-size: 1.6rem
    }
}

.form form .checkbox label a {
    color: #0b466f;
    text-decoration: underline
}

.form form .checkbox label:before {
    content: "";
    width: 2.6rem;
    height: 2.6rem;
    flex-shrink: 0;
    flex-basis: 2.6rem;
    border: solid #0b466f .1rem;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 1rem;
    border-radius: 2rem;
    overflow: hidden
}

.content-list-cards.products .item .top {
    min-height: 10rem
}

.content-list-cards.products .item figure {
    border-radius: 0 !important
}

.content-list-cards .item:hover figure img {
    transform: scale(1)
}

.card-items.product-categories a figcaption .head i svg {
    width: 55px;
    height: 55px
}

.children-item {
    padding-left: 2.5rem !important
}

.children-item:before {
    content: "- ";
    font-size: 1.8rem;
    display: inline-block;
    padding-right: 1rem !important
}

.tab-content .caption {
    font-size: 2rem;
    line-height: 1.6
}

.tab-content .caption p {
    margin-bottom: 2.5rem
}

.tab-content .caption p:last-child {
    margin-bottom: 0
}

.tab-content .caption ul {
    list-style: disc
}

.tab-content .caption ol {
    list-style: decimal
}

.tab-content .caption ul,
.tab-content .caption ol {
    margin: 1.5rem 4.5rem
}

.tab-content .caption figure.table {
    margin-bottom: 2.5rem
}

.tab-content .caption figure.table thead th {
    text-transform: uppercase
}

.tab-content .caption figure.table tbody tr,
.tab-content .caption figure.table tbody td {
    vertical-align: middle
}

.tab-content .caption figure.table:last-child {
    margin-bottom: 0
}

.admin-area {
    background-color: #0b466e;
    color: #fff;
    border-top-left-radius: 5rem;
    border-bottom-left-radius: 5rem;
    position: fixed;
    right: 0;
    top: 12rem;
    padding: 4rem 5rem;
    z-index: 12;
    font-size: 2rem;
    max-width: 520px
}

.admin-area .button.sm,
.admin-area button.sm {
    height: 6rem;
    padding: 0 3rem;
    font-size: 2rem
}

.admin-area h3 {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    font-weight: 600
}

.admin-area p {
    line-height: 1.4
}

.admin-area hr {
    border-color: rgba(255, 255, 255, .1);
    margin: 4rem 0
}

.admin-area ol,
.admin-area ul {
    list-style: disc;
    color: #fff
}

.admin-area ol li,
.admin-area ul li {
    color: #fff;
    display: block;
    line-height: 1.6;
    padding: .7rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.admin-area ol li:last-child,
.admin-area ul li:last-child {
    border-bottom: 0
}

.admin-area ol li a,
.admin-area ul li a {
    display: block
}

.admin-area .localization-list {
    margin-bottom: 4rem
}

.admin-area .localization-list:last-child {
    margin-bottom: 0
}

.main-menu .accordion-menu .submenu a:hover {
/*    background-color: #06b1ad;*/
    color: #000
}

.content-list-cards.products .item figure img {
    width: 35rem !important
}

.editorial-content p {
    margin-bottom: 2.5rem;
    word-break: normal
        /*break-all*/
}

.editorial-content p:last-child {
    margin-bottom: 0
}

.alert {
    font-size: 2rem;
    padding: 2rem 2.75rem;
    border-radius: 100vmax;
    background-color: #f9f9f9;
    border: 1px solid #eee;
    margin-bottom: 2.5rem
}

.alert ul,
.alert ol {
    list-style-type: decimal;
    margin: 0 0 0 3.5rem;
    text-align: left
}

.alert ul li,
.alert ol li {
    font-size: 1.8rem;
    line-height: 1.7
}

.alert hr {
    margin: 1.5rem 0;
    padding: 0;
    width: 100%;
    border: none;
    height: 1px;
    background-color: rgba(0, 0, 0, .8)
}

.alert.alert-success {
    background-color: #d1e7dd;
    border-color: #a3cfbb;
    color: #0a3622
}

.alert.alert-success hr {
    background-color: #a3cfbb
}

.alert.alert-success svg {
    fill: #0a3622
}

.alert.alert-danger {
    background-color: #f8d7da;
    border-color: #f1aeb5;
    color: #58151c
}

.alert.alert-danger hr {
    background-color: #f1aeb5
}

.alert.alert-danger svg {
    fill: #58151c
}

.alert.alert-info {
    background-color: #cff4fc;
    border-color: #9eeaf9;
    color: #055160
}

.alert.alert-info hr {
    background-color: #9eeaf9
}

.alert.alert-info svg {
    fill: #055160
}

.alert.alert-warning {
    background-color: #fff3cd;
    border-color: #ffe69c;
    color: #664d03
}

.alert.alert-warning hr {
    background-color: #ffe69c
}

.alert.alert-warning svg {
    fill: #664d03
}

.card.product-item {
    border-radius: 2rem;
    padding: 2rem;
    background-color: #ffefd8;
    margin-bottom: 2.5rem;
    -webkit-transition: ease-in all .2s;
    -moz-transition: ease-in all .2s;
    -ms-transition: ease-in all .2s;
    -o-transition: ease-in all .2s;
    transition: ease-in all .2s
}

@media(max-width: 768px) {
    .card.product-item .d-flex {
        flex-wrap: wrap
    }

    .card.product-item .d-flex>div {
        flex: 1 0 100%
    }

    .card.product-item .d-flex figure {
        width: 100%
    }

    .card.product-item .d-flex figure img {
        width: 100%;
        height: 320px
    }

    .card.product-item .d-flex .product-info {
        margin: 0 !important;
        padding: 3rem 0 !important
    }
}

.card.product-item:hover {
    background-color: #0b466e;
    color: #fff
}

.card.product-item figure {
    width: 220px;
    background-color: #fff;
    border-radius: 2rem
}

.card.product-item figure img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    border-radius: 2rem
}

.card.product-item h3 {
    font-size: 3.2rem;
    margin-bottom: 1.5rem
}

.card.product-item p {
    font-size: 1.75rem !important;
    margin-bottom: .75rem;
    line-height: 1.5
}

.card.product-item p strong {
    font-weight: 600
}

.card.product-item p:last-child {
    margin-bottom: 0
}

.card.product-item .go-product {
    flex: 1 0 24%
}

.gallery-content {
    max-width: 100%
}

@media(max-width: 1024px) {
    .content-list-cards .item figure {
        min-height: 35rem;
        height: unset
    }

    .content-list-cards .item figure figcaption span {
        font-size: 3rem !important
    }
}

@media(max-width: 1024px) {
    .content-list-cards .item img {
        object-fit: cover !important
    }
}

.text-start {
    text-align: left !important
}

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

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

.modal {
    z-index: 1050;
    background-color: rgba(0, 0, 0, .6);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    -webkit-transition: ease-in all .2s;
    -moz-transition: ease-in all .2s;
    -ms-transition: ease-in all .2s;
    -o-transition: ease-in all .2s;
    transition: ease-in all .2s
}

.modal.show {
    display: block
}

.modal .modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0
}

.modal .modal-dialog .modal-content {
    border-radius: 2rem;
    width: 1000px;
    margin: 0 .5rem
}

@media(max-width: 768px) {
    .modal .modal-dialog .modal-content {
        margin: 0 1.5rem
    }
}

.modal .modal-dialog .modal-content .modal-body {
    position: relative
}

.modal .modal-dialog .modal-content .modal-body .close-modal-default {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background-color: #0b466f;
    width: 5rem;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100vmax 0 100vmax 100vmax
}

.modal .modal-dialog .modal-content .modal-body .close-modal-default svg {
    width: 3.5rem;
    height: 3.5rem;
    fill: #fff
}

.modal .modal-dialog .modal-content .green-frame {
    background-color: #0b466f;
    color: #fff;
    padding: 2rem;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem
}

.modal .modal-dialog .modal-content .white-frame {
    background-color: #fff;
    padding: 2rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem
}

.modal .modal-dialog .modal-content h4 {
    font-size: 2.1rem;
    font-weight: 700;
    margin-bottom: .875rem
}

.modal .modal-dialog .modal-content p.text-muted {
    font-size: 1.2rem;
    font-weight: 500;
    color: rgba(0, 0, 0, .6)
}

.modal .modal-dialog .modal-content iframe {
    width: 100%;
    height: 576px;
    border-radius: 1rem
}

@media(max-width: 768px) {
    .modal .modal-dialog .modal-content iframe {
        height: 25vh
    }
}

.modal .modal-dialog .modal-content .go-to-video {
    background-color: #ffefd8;
    border-radius: 100vmax;
    padding: .7rem 1.5rem;
    cursor: pointer;
    font-weight: 700;
    font-size: 1.2rem
}

.modal .modal-dialog .modal-content .close-modal {
    background-color: #eee;
    border-radius: 100vmax;
    padding: .7rem 1.5rem;
    cursor: pointer;
    font-weight: 700;
    font-size: 1.2rem
}

@media only screen and (max-width: 1024px) {
    .news-content .news-caption {
        min-height: 80rem !important
    }

    .card-items .card.green {
        height: unset !important;
        min-height: 60rem !important
    }
}

.top-nav.for-breadcrumb .brangrumb {
    overflow-x: scroll
}

.top-nav.for-breadcrumb .brangrumb::-webkit-scrollbar {
    display: none !important
}

@media only screen and (max-width: 768px) {
    .form-replace-div {
        flex-wrap: wrap;
        gap: 0
    }
}

@media only screen and (max-width: 1024px) {
    .product-detail figure {
        padding: 2rem 0
    }

    .product-detail figure>img {
        max-width: 99%;
        width: unset !important
    }

    figure.table {
        width: 100%;
        overflow-x: scroll !important
    }

    figure.table::-webkit-scrollbar {
        display: none
    }

    figure.table table {
        min-width: 1024px
    }

    figure.table table thead tr th {
        font-size: 1.5rem !important
    }

    figure.table table tbody tr td {
        font-size: 1.5rem !important
    }
}

@media only screen and (max-width: 768px) {
    footer .bottom {
        height: unset;
        padding: 2.5rem 1rem;
        align-items: start
    }

    footer .bottom ul {
        flex-direction: column
    }

    footer .bottom .mobile-column {
        flex-direction: column !important
    }

    footer .bottom .mobile-column.align-items-center {
        align-items: unset !important
    }

    footer .bottom .mobile-column.justify-content-end {
        justify-content: unset !important
    }
}

.recommended-products-slider .content-list-cards.products .item figure img {
    height: unset !important
}

#announcement {
    background-color: #06b1ad;
    color: #000;
    padding: 1.5rem 2rem;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 155
}

#announcement p {
    font-size: 1.6rem;
    line-height: 1.5
}

#announcement p strong {
    font-weight: 600
}

.general-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden
}

@media only screen and (max-width: 768px) {
    .general-modal {
        padding: 0 1rem
    }
}

.general-modal:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7)
}

.general-modal .general-content {
    max-width: 60rem;
    width: 100%;
    border-radius: 2rem;
    transform: translateZ(0);
    z-index: 1;
    display: flex;
    justify-content: space-between;
    background-size: 100rem;
    position: relative;
    transform: translateY(80%);
    opacity: 0
}

.general-modal .general-content img {
    border-radius: 2rem
}

.general-modal .general-content .general-inset {
    padding: 10rem 4rem
}

.general-modal .general-content .item {
    width: 50%
}

.general-modal .general-content .item span {
    font-size: 4rem
}

.general-modal .general-content .item ul {
    display: flex;
    flex-direction: column;
    padding-left: 5rem
}

.general-modal .general-content .item ul li {
    margin: 1rem 0
}

.general-modal .general-content .item ul li a {
    font-size: 1.8rem;
    color: #000
}

.general-modal .general-content .item ul li a:hover {
    text-decoration: underline
}

.general-modal .general-content .general-close {
    position: absolute;
    top: -1rem;
    right: -1rem;
    cursor: pointer;
    background-color: #06b1ad;
    border-radius: 100vmax;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .75rem
}

.general-modal .general-content .general-close svg {
    fill: #000;
    width: 2.5rem;
    height: 2.5rem;
    -webkit-transition: ease-in all .2s;
    -moz-transition: ease-in all .2s;
    -ms-transition: ease-in all .2s;
    -o-transition: ease-in all .2s;
    transition: ease-in all .2s
}


/*# sourceMappingURL=bundle.min.css.map */