<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.areoi-element {
position: relative;
}
.areoi-element &gt; * {
position: relative;
}
.areoi-element &gt; .modal, .areoi-element &gt; .offcanvas, .areoi-element &gt; .toast, .areoi-element &gt; .modal-backdrop {
position: fixed;
}
.areoi-element .wp-block-image img {
height: auto;
}
.areoi-background {
overflow: hidden;
}
.areoi-background div {
height: 100%;
}
.areoi-background__image {
background-size: cover;
background-position: center;
}
.areoi-background .col {
overflow: hidden;
position: relative;
}
.areoi-background img,
.areoi-background video {
width: auto;
height: auto;
min-width: 100%;
min-height: 100%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-o-object-fit: cover;
object-fit: cover;
}
.areoi-background,
.areoi-background__image,
.areoi-background__color,
.areoi-background__overlay {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
.areoi-element .areoi-element .areoi-background-pattern {
display: none;
}
.areoi-element .areoi-element .areoi-divider {
-webkit-mask: none;
mask: none;
}
.alert .icon,
.list-group-item .icon {
width: 24px;
height: auto;
display: block;
}
.alert :last-child,
.list-group-item :last-child {
margin-bottom: 0;
}
.carousel {
width: 100%;
overflow: hidden;
}
.popover-container {
display: inline-block;
}
.btn-group div:not(:last-child) .btn {
border-top-right-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}
.btn-group div:not(:first-child) .btn {
border-top-left-radius: 0 !important;
border-bottom-left-radius: 0 !important;
margin-left: -1px;
}
.btn-group-vertical div:not(:last-child) .btn {
border-bottom-right-radius: 0 !important;
border-bottom-left-radius: 0 !important;
}
.btn-group-vertical div:not(:first-child) .btn {
border-top-right-radius: 0 !important;
border-top-left-radius: 0 !important;
}
.card .wp-block-image {
margin-bottom: 0;
}
.card-header &gt; :last-child,
.card-footer &gt; :last-child,
.card-body &gt; :last-child,
.modal-header .modal-header-content &gt; :last-child,
.offcanvas-header .offcanvas-header-content &gt; :last-child,
.toast-header .toast-header-content &gt; :last-child,
.toast-body &gt; :last-child {
margin-bottom: 0;
}
.modal {
width: 100% !important;
max-width: 100% !important;
}
.areoi-full-link {
width: 100%;
height: 100%;
display: block;
position: absolute;
top: 0;
left: 0;
}
.wp-block-separator {
border-top: none;
border-bottom: none;
}</pre></body></html>