@charset "UTF-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
word-break: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}
:root{--f-spinner-width: 36px;--f-spinner-height: 36px;--f-spinner-color-1: rgba(0, 0, 0, 0.1);--f-spinner-color-2: rgba(17, 24, 28, 0.8);--f-spinner-stroke: 2.75}.f-spinner{margin:auto;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height)}.f-spinner svg{width:100%;height:100%;vertical-align:top;animation:f-spinner-rotate 2s linear infinite}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg *:first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg *:last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{100%{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0, var(--f-throw-out-distance, 150px), 0);opacity:0}}.f-zoomInUp{animation:var(--f-transition-duration, 0.2s) ease .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration, 0.2s) ease both f-zoomOutDown}@keyframes f-zoomInUp{from{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}}.f-fadeIn{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeOut{100%{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@keyframes f-fadeFastOut{100%{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeSlowOut{100%{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, 0.2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-crossfadeOut{100%{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translateX(100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideOutNext{100%{transform:translateX(-100%)}}@keyframes f-slideOutPrev{100%{transform:translateX(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translateX(-75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translateX(75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicOutNext{100%{transform:translateX(-75px);opacity:0}}@keyframes f-classicOutPrev{100%{transform:translateX(75px);opacity:0}}:root{--f-button-width: 40px;--f-button-height: 40px;--f-button-border: 0;--f-button-border-radius: 0;--f-button-color: #374151;--f-button-bg: #f8f8f8;--f-button-hover-bg: #e0e0e0;--f-button-active-bg: #d0d0d0;--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 20px;--f-button-svg-height: 20px;--f-button-svg-stroke-width: 1.5;--f-button-svg-fill: none;--f-button-svg-filter: none;--f-button-svg-disabled-opacity: 0.65}.f-button{display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;transition:var(--f-button-transition)}@media(hover: hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{outline:none;box-shadow:inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color))}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transition:opacity .15s ease;transform:var(--f-button-transform);filter:var(--f-button-svg-filter);pointer-events:none}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-prev,.f-carousel__nav .f-button.is-next,.fancybox__nav .f-button.is-prev,.fancybox__nav .f-button.is-next{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next{top:auto;left:50%;transform:translateX(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg{transform:rotate(90deg)}.f-carousel__nav .f-button:disabled,.fancybox__nav .f-button:disabled{pointer-events:none}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overflow:hidden !important;overscroll-behavior-y:none}.fancybox__container{--fancybox-color: #dbdbdb;--fancybox-hover-color: #fff;--fancybox-bg: rgba(24, 24, 27, 0.98);--fancybox-slide-gap: 10px;--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-color-1: rgba(255, 255, 255, 0.1);--f-spinner-color-2: #bbb;--f-spinner-stroke: 3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:visible;z-index:var(--fancybox-zIndex, 1050);outline:none;transform-origin:top left;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container::backdrop{background-color:rgba(0,0,0,0)}.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:var(--fancybox-bg);opacity:var(--fancybox-opacity, 1);will-change:opacity}.fancybox__carousel{position:relative;box-sizing:border-box;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__viewport{width:100%;height:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__track{display:flex;margin:0 auto;height:100%}.fancybox__slide{flex:0 0 auto;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;overscroll-behavior:contain;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-iframe,.fancybox__slide.has-video,.fancybox__slide.has-html5video{overflow:hidden}.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}.fancybox__backdrop:empty,.fancybox__viewport:empty,.fancybox__track:empty,.fancybox__slide:empty{display:block}.fancybox__content{align-self:center;display:flex;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);cursor:default;border-radius:0;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [data-selectable],.fancybox__content [contenteditable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;transition:none;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-animating .fancybox__content,.is-dragging .fancybox__content{will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;-o-object-fit:contain;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;user-select:none;filter:blur(0px)}.fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px 0;overflow-wrap:anywhere;line-height:1.375;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);cursor:auto;visibility:visible}.is-loading .fancybox__caption,.is-closing .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width: 2;position:absolute;top:0;right:8px;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width: 34px;--f-button-height: 34px;--f-button-border-radius: 4px;--f-button-color: var(--fancybox-color, #fff);--f-button-hover-color: var(--fancybox-color, #fff);--f-button-bg: transparent;--f-button-hover-bg: transparent;--f-button-active-bg: transparent;--f-button-svg-width: 22px;--f-button-svg-height: 22px;position:absolute;top:-38px;right:0;opacity:.75}.is-loading .fancybox__content>.f-button.is-close-btn{visibility:hidden}.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{padding:0;margin:0;position:relative}.fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:var(--fancybox-opacity, 1);transition:all .25s ease}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:rgba(24,24,27,.5)}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius: 50%;--f-button-color: #fff;--f-button-hover-color: #fff;--f-button-outline-color: #000;--f-button-bg: rgba(0, 0, 0, 0.6);--f-button-active-bg: rgba(0, 0, 0, 0.6);--f-button-hover-bg: rgba(0, 0, 0, 0.6);--f-button-svg-width: 18px;--f-button-svg-height: 18px;--f-button-svg-filter: none;top:5px;right:5px}.fancybox__nav{--f-button-width: 50px;--f-button-height: 50px;--f-button-border: 0;--f-button-border-radius: 50%;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: transparent;--f-button-hover-bg: rgba(24, 24, 27, 0.3);--f-button-active-bg: rgba(24, 24, 27, 0.5);--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 26px;--f-button-svg-height: 26px;--f-button-svg-stroke-width: 2.5;--f-button-svg-fill: none;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));--f-button-svg-disabled-opacity: 0.65;--f-button-next-pos: 1rem;--f-button-prev-pos: 1rem;opacity:var(--fancybox-opacity, 1)}.fancybox__nav .f-button:before{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}.is-idle .fancybox__nav{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;-webkit-user-select:none;-moz-user-select:none;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;-o-object-fit:contain;object-fit:contain;z-index:40;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.fancybox-focus-guard{outline:none;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-enter-duration, 0.25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.fancybox__container.is-compact .has-iframe .fancybox__content,.fancybox__container.is-compact .has-map .fancybox__content,.fancybox__container.is-compact .has-pdf .fancybox__content{width:100%;height:100%}.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.f-carousel__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-outline: 0;--f-thumb-outline-color: #5eb0ef;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1;--f-thumb-border-radius: 2px;--f-thumb-offset: 0px;--f-button-next-pos: 0;--f-button-prev-pos: 0}.f-carousel__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1}.f-carousel__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px}.f-thumbs{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;-moz-user-select:none;user-select:none;perspective:1000px;transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:linear-gradient(#ebeff2, #e2e8f0);z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden;transform:translate3d(0, 0, 0)}.f-thumbs__track{display:flex}.f-thumbs__slide{position:relative;flex:0 0 auto;box-sizing:content-box;display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:-moz-max-content;width:max-content}.is-modern .f-thumbs__track::before{content:"";position:absolute;top:0;bottom:0;left:calc((var(--f-thumb-clip-width, 0))*-0.5);width:calc(var(--width, 0)*1px + var(--f-thumb-clip-width, 0));cursor:pointer}.is-modern .f-thumbs__slide{width:var(--f-thumb-clip-width);transform:translate3d(calc(var(--shift, 0) * -1px), 0, 0);transition:none;pointer-events:none}.is-modern.is-resting .f-thumbs__slide{transition:transform .33s ease}.is-modern.is-resting .f-thumbs__slide__button{transition:clip-path .33s ease}.is-using-tab .is-modern .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))}.f-thumbs__slide__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:var(--f-thumb-width);height:100%;margin:0 -100% 0 -100%;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:rgba(0,0,0,0);outline:none;cursor:pointer;pointer-events:auto;touch-action:manipulation;opacity:var(--f-thumb-opacity);transition:opacity .2s ease}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{outline:none;opacity:var(--f-thumb-selected-opacity)}.is-modern .f-thumbs__slide__button{--clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );clip-path:var(--clip-path)}.is-classic .is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-classic .is-nav-selected .f-thumbs__slide__button::after{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);border-radius:var(--f-thumb-border-radius);animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;-o-object-fit:cover;object-fit:cover;border-radius:var(--f-thumb-border-radius)}.f-thumbs.is-horizontal .f-thumbs__track{padding:8px 0 12px 0}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-border-radius: 2px;--f-thumb-outline: 2px;--f-thumb-outline-color: #ededed;position:relative;opacity:var(--fancybox-opacity, 1);transition:max-height .35s cubic-bezier(0.23, 1, 0.32, 1)}.fancybox__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width: 64px;--f-thumb-clip-width: 32px;--f-thumb-height: 48px;--f-thumb-extra-gap: 10px}.fancybox__thumbs.is-masked{max-height:0px !important}.is-closing .fancybox__thumbs{transition:none !important}.fancybox__toolbar{--f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));--f-button-width: 46px;--f-button-height: 46px;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: rgba(24, 24, 27, 0.65);--f-button-hover-bg: rgba(70, 70, 73, 0.65);--f-button-active-bg: rgba(90, 90, 93, 0.65);--f-button-border-radius: 0;--f-button-svg-width: 24px;--f-button-svg-height: 24px;--f-button-svg-stroke-width: 1.5;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));--f-button-svg-fill: none;--f-button-svg-disabled-opacity: 0.65;display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));pointer-events:none;z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle .fancybox__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0}.fancybox__toolbar__column.is-right{display:flex;justify-content:flex-end;flex-wrap:nowrap}.fancybox__infobar{padding:0 5px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;background:var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));z-index:30;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}
 .slick-slider {
position: relative;
display: block;
box-sizing: border-box;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list {
position: relative;
overflow: hidden;
display: block;
margin: 0;
padding: 0;
}
.slick-list:focus {
outline: none;
}
.slick-list.dragging {
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
transform: translate3d(0, 0, 0);
}
.slick-track {
position: relative;
left: 0;
top: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before, .slick-track:after {
content: "";
display: table;
}
.slick-track:after {
clear: both;
}
.slick-loading .slick-track {
visibility: hidden;
}
.slick-slide {
float: left;
height: 100%;
min-height: 1px;
display: none;
}
[dir=rtl] .slick-slide {
float: right;
}
.slick-slide img {
display: block;
}
.slick-slide.slick-loading img {
display: none;
}
.slick-slide.dragging img {
pointer-events: none;
}
.slick-initialized .slick-slide {
display: block;
}
.slick-loading .slick-slide {
visibility: hidden;
}
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
} .slick-loading .slick-list {
background: #fff url(https://slimlicht.nl/wp-content/themes/slimlicht/dist/css/ajax-loader.gif) center center no-repeat;
} @font-face {
font-family: "slick";
src: url(https://slimlicht.nl/wp-content/themes/slimlicht/dist/css/fonts/slick.eot);
src: url(https://slimlicht.nl/wp-content/themes/slimlicht/dist/css/fonts/slick.eot?#iefix) format("embedded-opentype"), url(https://slimlicht.nl/wp-content/themes/slimlicht/dist/css/fonts/slick.woff) format("woff"), url(https://slimlicht.nl/wp-content/themes/slimlicht/dist/css/fonts/slick.ttf) format("truetype"), url(https://slimlicht.nl/wp-content/themes/slimlicht/dist/css/fonts/slick.svg#slick) format("svg");
font-weight: normal;
font-style: normal;
} .slick-prev,
.slick-next {
position: absolute;
display: block;
height: 20px;
width: 20px;
line-height: 0px;
font-size: 0px;
cursor: pointer;
background: transparent;
color: transparent;
top: 50%;
transform: translate(0, -50%);
padding: 0;
border: none;
outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
outline: none;
background: transparent;
color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
font-family: "slick";
font-size: 20px;
line-height: 1;
color: white;
opacity: 0.75;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-prev {
left: -25px;
}
[dir=rtl] .slick-prev {
left: auto;
right: -25px;
}
.slick-prev:before {
content: "←";
}
[dir=rtl] .slick-prev:before {
content: "→";
}
.slick-next {
right: -25px;
}
[dir=rtl] .slick-next {
left: -25px;
right: auto;
}
.slick-next:before {
content: "→";
}
[dir=rtl] .slick-next:before {
content: "←";
} .slick-dotted.slick-slider {
margin-bottom: 30px;
}
.slick-dots {
position: absolute;
bottom: -25px;
list-style: none;
display: block;
text-align: center;
padding: 0;
margin: 0;
width: 100%;
}
.slick-dots li {
position: relative;
display: inline-block;
height: 20px;
width: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.slick-dots li button {
border: 0;
background: transparent;
display: block;
height: 20px;
width: 20px;
outline: none;
line-height: 0px;
font-size: 0px;
color: transparent;
padding: 5px;
cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
opacity: 1;
}
.slick-dots li button:before {
position: absolute;
top: 0;
left: 0;
content: "•";
width: 20px;
height: 20px;
font-family: "slick";
font-size: 6px;
line-height: 20px;
text-align: center;
color: black;
opacity: 0.25;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
color: black;
opacity: 0.75;
}
:root,
[data-bs-theme=light] {
--bs-blue: #0d6efd;
--bs-indigo: #6610f2;
--bs-purple: #6f42c1;
--bs-pink: #d63384;
--bs-red: #dc3545;
--bs-orange: #fd7e14;
--bs-yellow: #ffc107;
--bs-green: #198754;
--bs-teal: #20c997;
--bs-cyan: #0dcaf0;
--bs-black: #000;
--bs-white: #fff;
--bs-gray: #b8b8ba;
--bs-gray-dark: #818182;
--bs-gray-100: #f8f8f8;
--bs-gray-200: #edeae4;
--bs-gray-300: #e8e8eb;
--bs-gray-400: #dedee0;
--bs-gray-500: #b8b8ba;
--bs-gray-600: #b8b8ba;
--bs-gray-700: #9d9d9e;
--bs-gray-800: #818182;
--bs-gray-900: #050505;
--bs-primary: #d1a750;
--bs-secondary: #2f507b;
--bs-success: #198754;
--bs-info: #0dcaf0;
--bs-warning: #ffc107;
--bs-danger: #dc3545;
--bs-light: #f8f8f8;
--bs-dark: #0c0e0f;
--bs-primary-rgb: 209, 167, 80;
--bs-secondary-rgb: 47, 80, 123;
--bs-success-rgb: 25, 135, 84;
--bs-info-rgb: 13, 202, 240;
--bs-warning-rgb: 255, 193, 7;
--bs-danger-rgb: 220, 53, 69;
--bs-light-rgb: 248, 248, 248;
--bs-dark-rgb: 12, 14, 15;
--bs-primary-text-emphasis: #544320;
--bs-secondary-text-emphasis: #132031;
--bs-success-text-emphasis: #0a3622;
--bs-info-text-emphasis: #055160;
--bs-warning-text-emphasis: #664d03;
--bs-danger-text-emphasis: #58151c;
--bs-light-text-emphasis: #9d9d9e;
--bs-dark-text-emphasis: #9d9d9e;
--bs-primary-bg-subtle: #f6eddc;
--bs-secondary-bg-subtle: #d5dce5;
--bs-success-bg-subtle: #d1e7dd;
--bs-info-bg-subtle: #cff4fc;
--bs-warning-bg-subtle: #fff3cd;
--bs-danger-bg-subtle: #f8d7da;
--bs-light-bg-subtle: #fcfcfc;
--bs-dark-bg-subtle: #dedee0;
--bs-primary-border-subtle: #eddcb9;
--bs-secondary-border-subtle: #acb9ca;
--bs-success-border-subtle: #a3cfbb;
--bs-info-border-subtle: #9eeaf9;
--bs-warning-border-subtle: #ffe69c;
--bs-danger-border-subtle: #f1aeb5;
--bs-light-border-subtle: #edeae4;
--bs-dark-border-subtle: #b8b8ba;
--bs-white-rgb: 255, 255, 255;
--bs-black-rgb: 0, 0, 0;
--bs-font-sans-serif: "Satoshi-Variable", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
--bs-body-font-family: var(--bs-font-sans-serif);
--bs-body-font-size: 1rem;
--bs-body-font-weight: 400;
--bs-body-line-height: 1.9;
--bs-body-color: #050505;
--bs-body-color-rgb: 5, 5, 5;
--bs-body-bg: #fff;
--bs-body-bg-rgb: 255, 255, 255;
--bs-emphasis-color: #000;
--bs-emphasis-color-rgb: 0, 0, 0;
--bs-secondary-color: rgba(5, 5, 5, 0.75);
--bs-secondary-color-rgb: 5, 5, 5;
--bs-secondary-bg: #edeae4;
--bs-secondary-bg-rgb: 237, 234, 228;
--bs-tertiary-color: rgba(5, 5, 5, 0.5);
--bs-tertiary-color-rgb: 5, 5, 5;
--bs-tertiary-bg: #f8f8f8;
--bs-tertiary-bg-rgb: 248, 248, 248;
--bs-heading-color: inherit;
--bs-link-color: #d1a750;
--bs-link-color-rgb: 209, 167, 80;
--bs-link-decoration: underline;
--bs-link-hover-color: #a78640;
--bs-link-hover-color-rgb: 167, 134, 64;
--bs-code-color: #d63384;
--bs-highlight-color: #050505;
--bs-highlight-bg: #fff3cd;
--bs-border-width: 1px;
--bs-border-style: solid;
--bs-border-color: #e8e8eb;
--bs-border-color-translucent: rgba(0, 0, 0, 0.175);
--bs-border-radius: 4px;
--bs-border-radius-sm: 8px;
--bs-border-radius-lg: 12px;
--bs-border-radius-xl: 24px;
--bs-border-radius-xxl: 2rem;
--bs-border-radius-2xl: var(--bs-border-radius-xxl);
--bs-border-radius-pill: 50rem;
--bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
--bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
--bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
--bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
--bs-focus-ring-width: 0.25rem;
--bs-focus-ring-opacity: 0.25;
--bs-focus-ring-color: rgba(209, 167, 80, 0.25);
--bs-form-valid-color: #198754;
--bs-form-valid-border-color: #198754;
--bs-form-invalid-color: #dc3545;
--bs-form-invalid-border-color: #dc3545;
}
[data-bs-theme=dark] {
color-scheme: dark;
--bs-body-color: #e8e8eb;
--bs-body-color-rgb: 232, 232, 235;
--bs-body-bg: #050505;
--bs-body-bg-rgb: 5, 5, 5;
--bs-emphasis-color: #fff;
--bs-emphasis-color-rgb: 255, 255, 255;
--bs-secondary-color: rgba(232, 232, 235, 0.75);
--bs-secondary-color-rgb: 232, 232, 235;
--bs-secondary-bg: #818182;
--bs-secondary-bg-rgb: 129, 129, 130;
--bs-tertiary-color: rgba(232, 232, 235, 0.5);
--bs-tertiary-color-rgb: 232, 232, 235;
--bs-tertiary-bg: #434344;
--bs-tertiary-bg-rgb: 67, 67, 68;
--bs-primary-text-emphasis: #e3ca96;
--bs-secondary-text-emphasis: #8296b0;
--bs-success-text-emphasis: #75b798;
--bs-info-text-emphasis: #6edff6;
--bs-warning-text-emphasis: #ffda6a;
--bs-danger-text-emphasis: #ea868f;
--bs-light-text-emphasis: #f8f8f8;
--bs-dark-text-emphasis: #e8e8eb;
--bs-primary-bg-subtle: #2a2110;
--bs-secondary-bg-subtle: #091019;
--bs-success-bg-subtle: #051b11;
--bs-info-bg-subtle: #032830;
--bs-warning-bg-subtle: #332701;
--bs-danger-bg-subtle: #2c0b0e;
--bs-light-bg-subtle: #818182;
--bs-dark-bg-subtle: #414141;
--bs-primary-border-subtle: #7d6430;
--bs-secondary-border-subtle: #1c304a;
--bs-success-border-subtle: #0f5132;
--bs-info-border-subtle: #087990;
--bs-warning-border-subtle: #997404;
--bs-danger-border-subtle: #842029;
--bs-light-border-subtle: #9d9d9e;
--bs-dark-border-subtle: #818182;
--bs-heading-color: inherit;
--bs-link-color: #e3ca96;
--bs-link-hover-color: #e9d5ab;
--bs-link-color-rgb: 227, 202, 150;
--bs-link-hover-color-rgb: 233, 213, 171;
--bs-code-color: #e685b5;
--bs-highlight-color: #e8e8eb;
--bs-highlight-bg: #664d03;
--bs-border-color: #9d9d9e;
--bs-border-color-translucent: rgba(255, 255, 255, 0.15);
--bs-form-valid-color: #75b798;
--bs-form-valid-border-color: #75b798;
--bs-form-invalid-color: #ea868f;
--bs-form-invalid-border-color: #ea868f;
}
*,
*::before,
*::after {
box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
:root {
scroll-behavior: smooth;
}
}
body {
margin: 0;
font-family: var(--bs-body-font-family);
font-size: var(--bs-body-font-size);
font-weight: var(--bs-body-font-weight);
line-height: var(--bs-body-line-height);
color: var(--bs-body-color);
text-align: var(--bs-body-text-align);
background-color: var(--bs-body-bg);
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
hr {
margin: 8px 0;
color: inherit;
border: 0;
border-top: var(--bs-border-width) solid;
opacity: 0.25;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
margin-top: 0;
margin-bottom: 4px;
font-family: "Satoshi-Variable";
font-weight: 500;
line-height: 1.2;
color: var(--bs-heading-color);
}
h1, .h1 {
font-size: calc(1.3rem + 0.45vw);
}
@media (min-width: 1600px) {
h1, .h1 {
font-size: 1.75rem;
}
}
h2, .h2 {
font-size: calc(1.275rem + 0.225vw);
}
@media (min-width: 1600px) {
h2, .h2 {
font-size: 1.5rem;
}
}
h3, .h3 {
font-size: 1.25rem;
}
h4, .h4 {
font-size: 1.125rem;
}
h5, .h5 {
font-size: 1rem;
}
h6, .h6 {
font-size: 1rem;
}
p {
margin-top: 0;
margin-bottom: 1rem;
}
abbr[title] {
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
cursor: help;
-webkit-text-decoration-skip-ink: none;
text-decoration-skip-ink: none;
}
address {
margin-bottom: 1rem;
font-style: normal;
line-height: inherit;
}
ol,
ul {
padding-left: 2rem;
}
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, .small {
font-size: 0.875em;
}
mark, .mark {
padding: 0.1875em;
color: var(--bs-highlight-color);
background-color: var(--bs-highlight-bg);
}
sub,
sup {
position: relative;
font-size: 0.75em;
line-height: 0;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
a {
color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
text-decoration: underline;
}
a:hover {
--bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
color: inherit;
text-decoration: none;
}
pre,
code,
kbd,
samp {
font-family: var(--bs-font-monospace);
font-size: 1em;
}
pre {
display: block;
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
font-size: 0.875em;
}
pre code {
font-size: inherit;
color: inherit;
word-break: normal;
}
code {
font-size: 0.875em;
color: var(--bs-code-color);
word-wrap: break-word;
}
a > code {
color: inherit;
}
kbd {
padding: 0.1875rem 0.375rem;
font-size: 0.875em;
color: var(--bs-body-bg);
background-color: var(--bs-body-color);
border-radius: 8px;
}
kbd kbd {
padding: 0;
font-size: 1em;
}
figure {
margin: 0 0 1rem;
}
img,
svg {
vertical-align: middle;
}
table {
caption-side: bottom;
border-collapse: collapse;
}
caption {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
color: var(--bs-secondary-color);
text-align: left;
}
th {
text-align: inherit;
text-align: -webkit-match-parent;
}
thead,
tbody,
tfoot,
tr,
td,
th {
border-color: inherit;
border-style: solid;
border-width: 0;
}
label {
display: inline-block;
}
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,
select {
text-transform: none;
}
[role=button] {
cursor: pointer;
}
select {
word-wrap: normal;
}
select:disabled {
opacity: 1;
}
[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
display: none !important;
}
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;
}
::-moz-focus-inner {
padding: 0;
border-style: none;
}
textarea {
resize: vertical;
}
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0;
}
legend {
float: left;
width: 100%;
padding: 0;
margin-bottom: 0.5rem;
font-size: calc(1.275rem + 0.225vw);
line-height: inherit;
}
@media (min-width: 1600px) {
legend {
font-size: 1.5rem;
}
}
legend + * {
clear: left;
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
padding: 0;
}
::-webkit-inner-spin-button {
height: auto;
}
[type=search] {
-webkit-appearance: textfield;
outline-offset: -2px;
} ::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
padding: 0;
}
::file-selector-button {
font: inherit;
-webkit-appearance: button;
}
output {
display: inline-block;
}
iframe {
border: 0;
}
summary {
display: list-item;
cursor: pointer;
}
progress {
vertical-align: baseline;
}
[hidden] {
display: none !important;
}
.lead {
font-size: 1.1875rem;
font-weight: 300;
}
.display-1 {
font-size: calc(1.3875rem + 1.2375vw);
font-family: "Satoshi-Variable";
font-weight: 300;
line-height: 1.2;
}
@media (min-width: 1600px) {
.display-1 {
font-size: 2.625rem;
}
}
.display-2 {
font-size: calc(1.3625rem + 1.0125vw);
font-family: "Satoshi-Variable";
font-weight: 300;
line-height: 1.2;
}
@media (min-width: 1600px) {
.display-2 {
font-size: 2.375rem;
}
}
.display-3 {
font-size: calc(1.325rem + 0.675vw);
font-family: "Satoshi-Variable";
font-weight: 300;
line-height: 1.2;
}
@media (min-width: 1600px) {
.display-3 {
font-size: 2rem;
}
}
.display-4 {
font-size: calc(1.3rem + 0.45vw);
font-family: "Satoshi-Variable";
font-weight: 300;
line-height: 1.2;
}
@media (min-width: 1600px) {
.display-4 {
font-size: 1.75rem;
}
}
.display-5 {
font-size: calc(1.2625rem + 0.1125vw);
font-family: "Satoshi-Variable";
font-weight: 300;
line-height: 1.2;
}
@media (min-width: 1600px) {
.display-5 {
font-size: 1.375rem;
}
}
.display-6 {
font-size: 1.125rem;
font-family: "Satoshi-Variable";
font-weight: 300;
line-height: 1.2;
}
.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: 0.875em;
text-transform: uppercase;
}
.blockquote {
margin-bottom: 8px;
font-size: 1.25rem;
}
.blockquote > :last-child {
margin-bottom: 0;
}
.blockquote-footer {
margin-top: -8px;
margin-bottom: 8px;
font-size: 0.875em;
color: #b8b8ba;
}
.blockquote-footer::before {
content: "— ";
}
.img-fluid {
max-width: 100%;
height: auto;
}
.img-thumbnail {
padding: 0.25rem;
background-color: var(--bs-body-bg);
border: var(--bs-border-width) solid var(--bs-border-color);
border-radius: var(--bs-border-radius);
max-width: 100%;
height: auto;
}
.figure {
display: inline-block;
}
.figure-img {
margin-bottom: 4px;
line-height: 1;
}
.figure-caption {
font-size: 0.875em;
color: var(--bs-secondary-color);
}
.container,
.container-fluid,
.container-xxxxxl,
.container-xxxxl,
.container-xxxl,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
--bs-gutter-x: 32px;
--bs-gutter-y: 0;
width: 100%;
padding-right: calc(var(--bs-gutter-x) * 0.5);
padding-left: calc(var(--bs-gutter-x) * 0.5);
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;
}
}
@media (min-width: 1440px) {
.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
max-width: 1320px;
}
}
@media (min-width: 1600px) {
.container-xxxl, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
max-width: 1504px;
}
}
@media (min-width: 1800px) {
.container-xxxxl, .container-xxxl, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
max-width: 1566px;
}
}
@media (min-width: 2000px) {
.container-xxxxxl, .container-xxxxl, .container-xxxl, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
max-width: 1720px;
}
}
:root {
--bs-breakpoint-xs: 0;
--bs-breakpoint-sm: 576px;
--bs-breakpoint-md: 768px;
--bs-breakpoint-lg: 992px;
--bs-breakpoint-xl: 1200px;
--bs-breakpoint-xxl: 1440px;
--bs-breakpoint-xxxl: 1600px;
--bs-breakpoint-xxxxl: 1800px;
--bs-breakpoint-xxxxxl: 2000px;
}
.row {
--bs-gutter-x: 32px;
--bs-gutter-y: 0;
display: flex;
flex-wrap: wrap;
margin-top: calc(-1 * var(--bs-gutter-y));
margin-right: calc(-0.5 * var(--bs-gutter-x));
margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
flex-shrink: 0;
width: 100%;
max-width: 100%;
padding-right: calc(var(--bs-gutter-x) * 0.5);
padding-left: calc(var(--bs-gutter-x) * 0.5);
margin-top: var(--bs-gutter-y);
}
.col {
flex: 1 0 0%;
}
.row-cols-auto > * {
flex: 0 0 auto;
width: auto;
}
.row-cols-1 > * {
flex: 0 0 auto;
width: 100%;
}
.row-cols-2 > * {
flex: 0 0 auto;
width: 50%;
}
.row-cols-3 > * {
flex: 0 0 auto;
width: 33.33333333%;
}
.row-cols-4 > * {
flex: 0 0 auto;
width: 25%;
}
.row-cols-5 > * {
flex: 0 0 auto;
width: 20%;
}
.row-cols-6 > * {
flex: 0 0 auto;
width: 16.66666667%;
}
.row-cols-7 > * {
flex: 0 0 auto;
width: 14.28571429%;
}
.row-cols-8 > * {
flex: 0 0 auto;
width: 12.5%;
}
.row-cols-9 > * {
flex: 0 0 auto;
width: 11.11111111%;
}
.row-cols-10 > * {
flex: 0 0 auto;
width: 10%;
}
.row-cols-11 > * {
flex: 0 0 auto;
width: 9.09090909%;
}
.row-cols-12 > * {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-auto {
flex: 0 0 auto;
width: auto;
}
.col-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-3 {
flex: 0 0 auto;
width: 25%;
}
.col-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-6 {
flex: 0 0 auto;
width: 50%;
}
.col-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-9 {
flex: 0 0 auto;
width: 75%;
}
.col-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-12 {
flex: 0 0 auto;
width: 100%;
}
.offset-1 {
margin-left: 8.33333333%;
}
.offset-2 {
margin-left: 16.66666667%;
}
.offset-3 {
margin-left: 25%;
}
.offset-4 {
margin-left: 33.33333333%;
}
.offset-5 {
margin-left: 41.66666667%;
}
.offset-6 {
margin-left: 50%;
}
.offset-7 {
margin-left: 58.33333333%;
}
.offset-8 {
margin-left: 66.66666667%;
}
.offset-9 {
margin-left: 75%;
}
.offset-10 {
margin-left: 83.33333333%;
}
.offset-11 {
margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
--bs-gutter-x: 0;
}
.g-0,
.gy-0 {
--bs-gutter-y: 0;
}
.g-1,
.gx-1 {
--bs-gutter-x: 8px;
}
.g-1,
.gy-1 {
--bs-gutter-y: 8px;
}
.g-2,
.gx-2 {
--bs-gutter-x: 16px;
}
.g-2,
.gy-2 {
--bs-gutter-y: 16px;
}
.g-3,
.gx-3 {
--bs-gutter-x: 24px;
}
.g-3,
.gy-3 {
--bs-gutter-y: 24px;
}
.g-4,
.gx-4 {
--bs-gutter-x: 32px;
}
.g-4,
.gy-4 {
--bs-gutter-y: 32px;
}
.g-5,
.gx-5 {
--bs-gutter-x: 40px;
}
.g-5,
.gy-5 {
--bs-gutter-y: 40px;
}
.g-6,
.gx-6 {
--bs-gutter-x: 48px;
}
.g-6,
.gy-6 {
--bs-gutter-y: 48px;
}
.g-7,
.gx-7 {
--bs-gutter-x: 56px;
}
.g-7,
.gy-7 {
--bs-gutter-y: 56px;
}
.g-8,
.gx-8 {
--bs-gutter-x: 64px;
}
.g-8,
.gy-8 {
--bs-gutter-y: 64px;
}
.g-9,
.gx-9 {
--bs-gutter-x: 72px;
}
.g-9,
.gy-9 {
--bs-gutter-y: 72px;
}
.g-10,
.gx-10 {
--bs-gutter-x: 80px;
}
.g-10,
.gy-10 {
--bs-gutter-y: 80px;
}
.g-11,
.gx-11 {
--bs-gutter-x: 88px;
}
.g-11,
.gy-11 {
--bs-gutter-y: 88px;
}
.g-12,
.gx-12 {
--bs-gutter-x: 96px;
}
.g-12,
.gy-12 {
--bs-gutter-y: 96px;
}
@media (min-width: 576px) {
.col-sm {
flex: 1 0 0%;
}
.row-cols-sm-auto > * {
flex: 0 0 auto;
width: auto;
}
.row-cols-sm-1 > * {
flex: 0 0 auto;
width: 100%;
}
.row-cols-sm-2 > * {
flex: 0 0 auto;
width: 50%;
}
.row-cols-sm-3 > * {
flex: 0 0 auto;
width: 33.33333333%;
}
.row-cols-sm-4 > * {
flex: 0 0 auto;
width: 25%;
}
.row-cols-sm-5 > * {
flex: 0 0 auto;
width: 20%;
}
.row-cols-sm-6 > * {
flex: 0 0 auto;
width: 16.66666667%;
}
.row-cols-sm-7 > * {
flex: 0 0 auto;
width: 14.28571429%;
}
.row-cols-sm-8 > * {
flex: 0 0 auto;
width: 12.5%;
}
.row-cols-sm-9 > * {
flex: 0 0 auto;
width: 11.11111111%;
}
.row-cols-sm-10 > * {
flex: 0 0 auto;
width: 10%;
}
.row-cols-sm-11 > * {
flex: 0 0 auto;
width: 9.09090909%;
}
.row-cols-sm-12 > * {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-sm-auto {
flex: 0 0 auto;
width: auto;
}
.col-sm-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-sm-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-sm-3 {
flex: 0 0 auto;
width: 25%;
}
.col-sm-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-sm-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-sm-6 {
flex: 0 0 auto;
width: 50%;
}
.col-sm-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-sm-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-sm-9 {
flex: 0 0 auto;
width: 75%;
}
.col-sm-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-sm-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-sm-12 {
flex: 0 0 auto;
width: 100%;
}
.offset-sm-0 {
margin-left: 0;
}
.offset-sm-1 {
margin-left: 8.33333333%;
}
.offset-sm-2 {
margin-left: 16.66666667%;
}
.offset-sm-3 {
margin-left: 25%;
}
.offset-sm-4 {
margin-left: 33.33333333%;
}
.offset-sm-5 {
margin-left: 41.66666667%;
}
.offset-sm-6 {
margin-left: 50%;
}
.offset-sm-7 {
margin-left: 58.33333333%;
}
.offset-sm-8 {
margin-left: 66.66666667%;
}
.offset-sm-9 {
margin-left: 75%;
}
.offset-sm-10 {
margin-left: 83.33333333%;
}
.offset-sm-11 {
margin-left: 91.66666667%;
}
.g-sm-0,
.gx-sm-0 {
--bs-gutter-x: 0;
}
.g-sm-0,
.gy-sm-0 {
--bs-gutter-y: 0;
}
.g-sm-1,
.gx-sm-1 {
--bs-gutter-x: 8px;
}
.g-sm-1,
.gy-sm-1 {
--bs-gutter-y: 8px;
}
.g-sm-2,
.gx-sm-2 {
--bs-gutter-x: 16px;
}
.g-sm-2,
.gy-sm-2 {
--bs-gutter-y: 16px;
}
.g-sm-3,
.gx-sm-3 {
--bs-gutter-x: 24px;
}
.g-sm-3,
.gy-sm-3 {
--bs-gutter-y: 24px;
}
.g-sm-4,
.gx-sm-4 {
--bs-gutter-x: 32px;
}
.g-sm-4,
.gy-sm-4 {
--bs-gutter-y: 32px;
}
.g-sm-5,
.gx-sm-5 {
--bs-gutter-x: 40px;
}
.g-sm-5,
.gy-sm-5 {
--bs-gutter-y: 40px;
}
.g-sm-6,
.gx-sm-6 {
--bs-gutter-x: 48px;
}
.g-sm-6,
.gy-sm-6 {
--bs-gutter-y: 48px;
}
.g-sm-7,
.gx-sm-7 {
--bs-gutter-x: 56px;
}
.g-sm-7,
.gy-sm-7 {
--bs-gutter-y: 56px;
}
.g-sm-8,
.gx-sm-8 {
--bs-gutter-x: 64px;
}
.g-sm-8,
.gy-sm-8 {
--bs-gutter-y: 64px;
}
.g-sm-9,
.gx-sm-9 {
--bs-gutter-x: 72px;
}
.g-sm-9,
.gy-sm-9 {
--bs-gutter-y: 72px;
}
.g-sm-10,
.gx-sm-10 {
--bs-gutter-x: 80px;
}
.g-sm-10,
.gy-sm-10 {
--bs-gutter-y: 80px;
}
.g-sm-11,
.gx-sm-11 {
--bs-gutter-x: 88px;
}
.g-sm-11,
.gy-sm-11 {
--bs-gutter-y: 88px;
}
.g-sm-12,
.gx-sm-12 {
--bs-gutter-x: 96px;
}
.g-sm-12,
.gy-sm-12 {
--bs-gutter-y: 96px;
}
}
@media (min-width: 768px) {
.col-md {
flex: 1 0 0%;
}
.row-cols-md-auto > * {
flex: 0 0 auto;
width: auto;
}
.row-cols-md-1 > * {
flex: 0 0 auto;
width: 100%;
}
.row-cols-md-2 > * {
flex: 0 0 auto;
width: 50%;
}
.row-cols-md-3 > * {
flex: 0 0 auto;
width: 33.33333333%;
}
.row-cols-md-4 > * {
flex: 0 0 auto;
width: 25%;
}
.row-cols-md-5 > * {
flex: 0 0 auto;
width: 20%;
}
.row-cols-md-6 > * {
flex: 0 0 auto;
width: 16.66666667%;
}
.row-cols-md-7 > * {
flex: 0 0 auto;
width: 14.28571429%;
}
.row-cols-md-8 > * {
flex: 0 0 auto;
width: 12.5%;
}
.row-cols-md-9 > * {
flex: 0 0 auto;
width: 11.11111111%;
}
.row-cols-md-10 > * {
flex: 0 0 auto;
width: 10%;
}
.row-cols-md-11 > * {
flex: 0 0 auto;
width: 9.09090909%;
}
.row-cols-md-12 > * {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-md-auto {
flex: 0 0 auto;
width: auto;
}
.col-md-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-md-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-md-3 {
flex: 0 0 auto;
width: 25%;
}
.col-md-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-md-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-md-6 {
flex: 0 0 auto;
width: 50%;
}
.col-md-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-md-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-md-9 {
flex: 0 0 auto;
width: 75%;
}
.col-md-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-md-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-md-12 {
flex: 0 0 auto;
width: 100%;
}
.offset-md-0 {
margin-left: 0;
}
.offset-md-1 {
margin-left: 8.33333333%;
}
.offset-md-2 {
margin-left: 16.66666667%;
}
.offset-md-3 {
margin-left: 25%;
}
.offset-md-4 {
margin-left: 33.33333333%;
}
.offset-md-5 {
margin-left: 41.66666667%;
}
.offset-md-6 {
margin-left: 50%;
}
.offset-md-7 {
margin-left: 58.33333333%;
}
.offset-md-8 {
margin-left: 66.66666667%;
}
.offset-md-9 {
margin-left: 75%;
}
.offset-md-10 {
margin-left: 83.33333333%;
}
.offset-md-11 {
margin-left: 91.66666667%;
}
.g-md-0,
.gx-md-0 {
--bs-gutter-x: 0;
}
.g-md-0,
.gy-md-0 {
--bs-gutter-y: 0;
}
.g-md-1,
.gx-md-1 {
--bs-gutter-x: 8px;
}
.g-md-1,
.gy-md-1 {
--bs-gutter-y: 8px;
}
.g-md-2,
.gx-md-2 {
--bs-gutter-x: 16px;
}
.g-md-2,
.gy-md-2 {
--bs-gutter-y: 16px;
}
.g-md-3,
.gx-md-3 {
--bs-gutter-x: 24px;
}
.g-md-3,
.gy-md-3 {
--bs-gutter-y: 24px;
}
.g-md-4,
.gx-md-4 {
--bs-gutter-x: 32px;
}
.g-md-4,
.gy-md-4 {
--bs-gutter-y: 32px;
}
.g-md-5,
.gx-md-5 {
--bs-gutter-x: 40px;
}
.g-md-5,
.gy-md-5 {
--bs-gutter-y: 40px;
}
.g-md-6,
.gx-md-6 {
--bs-gutter-x: 48px;
}
.g-md-6,
.gy-md-6 {
--bs-gutter-y: 48px;
}
.g-md-7,
.gx-md-7 {
--bs-gutter-x: 56px;
}
.g-md-7,
.gy-md-7 {
--bs-gutter-y: 56px;
}
.g-md-8,
.gx-md-8 {
--bs-gutter-x: 64px;
}
.g-md-8,
.gy-md-8 {
--bs-gutter-y: 64px;
}
.g-md-9,
.gx-md-9 {
--bs-gutter-x: 72px;
}
.g-md-9,
.gy-md-9 {
--bs-gutter-y: 72px;
}
.g-md-10,
.gx-md-10 {
--bs-gutter-x: 80px;
}
.g-md-10,
.gy-md-10 {
--bs-gutter-y: 80px;
}
.g-md-11,
.gx-md-11 {
--bs-gutter-x: 88px;
}
.g-md-11,
.gy-md-11 {
--bs-gutter-y: 88px;
}
.g-md-12,
.gx-md-12 {
--bs-gutter-x: 96px;
}
.g-md-12,
.gy-md-12 {
--bs-gutter-y: 96px;
}
}
@media (min-width: 992px) {
.col-lg {
flex: 1 0 0%;
}
.row-cols-lg-auto > * {
flex: 0 0 auto;
width: auto;
}
.row-cols-lg-1 > * {
flex: 0 0 auto;
width: 100%;
}
.row-cols-lg-2 > * {
flex: 0 0 auto;
width: 50%;
}
.row-cols-lg-3 > * {
flex: 0 0 auto;
width: 33.33333333%;
}
.row-cols-lg-4 > * {
flex: 0 0 auto;
width: 25%;
}
.row-cols-lg-5 > * {
flex: 0 0 auto;
width: 20%;
}
.row-cols-lg-6 > * {
flex: 0 0 auto;
width: 16.66666667%;
}
.row-cols-lg-7 > * {
flex: 0 0 auto;
width: 14.28571429%;
}
.row-cols-lg-8 > * {
flex: 0 0 auto;
width: 12.5%;
}
.row-cols-lg-9 > * {
flex: 0 0 auto;
width: 11.11111111%;
}
.row-cols-lg-10 > * {
flex: 0 0 auto;
width: 10%;
}
.row-cols-lg-11 > * {
flex: 0 0 auto;
width: 9.09090909%;
}
.row-cols-lg-12 > * {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-lg-auto {
flex: 0 0 auto;
width: auto;
}
.col-lg-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-lg-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-lg-3 {
flex: 0 0 auto;
width: 25%;
}
.col-lg-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-lg-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-lg-6 {
flex: 0 0 auto;
width: 50%;
}
.col-lg-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-lg-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-lg-9 {
flex: 0 0 auto;
width: 75%;
}
.col-lg-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-lg-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-lg-12 {
flex: 0 0 auto;
width: 100%;
}
.offset-lg-0 {
margin-left: 0;
}
.offset-lg-1 {
margin-left: 8.33333333%;
}
.offset-lg-2 {
margin-left: 16.66666667%;
}
.offset-lg-3 {
margin-left: 25%;
}
.offset-lg-4 {
margin-left: 33.33333333%;
}
.offset-lg-5 {
margin-left: 41.66666667%;
}
.offset-lg-6 {
margin-left: 50%;
}
.offset-lg-7 {
margin-left: 58.33333333%;
}
.offset-lg-8 {
margin-left: 66.66666667%;
}
.offset-lg-9 {
margin-left: 75%;
}
.offset-lg-10 {
margin-left: 83.33333333%;
}
.offset-lg-11 {
margin-left: 91.66666667%;
}
.g-lg-0,
.gx-lg-0 {
--bs-gutter-x: 0;
}
.g-lg-0,
.gy-lg-0 {
--bs-gutter-y: 0;
}
.g-lg-1,
.gx-lg-1 {
--bs-gutter-x: 8px;
}
.g-lg-1,
.gy-lg-1 {
--bs-gutter-y: 8px;
}
.g-lg-2,
.gx-lg-2 {
--bs-gutter-x: 16px;
}
.g-lg-2,
.gy-lg-2 {
--bs-gutter-y: 16px;
}
.g-lg-3,
.gx-lg-3 {
--bs-gutter-x: 24px;
}
.g-lg-3,
.gy-lg-3 {
--bs-gutter-y: 24px;
}
.g-lg-4,
.gx-lg-4 {
--bs-gutter-x: 32px;
}
.g-lg-4,
.gy-lg-4 {
--bs-gutter-y: 32px;
}
.g-lg-5,
.gx-lg-5 {
--bs-gutter-x: 40px;
}
.g-lg-5,
.gy-lg-5 {
--bs-gutter-y: 40px;
}
.g-lg-6,
.gx-lg-6 {
--bs-gutter-x: 48px;
}
.g-lg-6,
.gy-lg-6 {
--bs-gutter-y: 48px;
}
.g-lg-7,
.gx-lg-7 {
--bs-gutter-x: 56px;
}
.g-lg-7,
.gy-lg-7 {
--bs-gutter-y: 56px;
}
.g-lg-8,
.gx-lg-8 {
--bs-gutter-x: 64px;
}
.g-lg-8,
.gy-lg-8 {
--bs-gutter-y: 64px;
}
.g-lg-9,
.gx-lg-9 {
--bs-gutter-x: 72px;
}
.g-lg-9,
.gy-lg-9 {
--bs-gutter-y: 72px;
}
.g-lg-10,
.gx-lg-10 {
--bs-gutter-x: 80px;
}
.g-lg-10,
.gy-lg-10 {
--bs-gutter-y: 80px;
}
.g-lg-11,
.gx-lg-11 {
--bs-gutter-x: 88px;
}
.g-lg-11,
.gy-lg-11 {
--bs-gutter-y: 88px;
}
.g-lg-12,
.gx-lg-12 {
--bs-gutter-x: 96px;
}
.g-lg-12,
.gy-lg-12 {
--bs-gutter-y: 96px;
}
}
@media (min-width: 1200px) {
.col-xl {
flex: 1 0 0%;
}
.row-cols-xl-auto > * {
flex: 0 0 auto;
width: auto;
}
.row-cols-xl-1 > * {
flex: 0 0 auto;
width: 100%;
}
.row-cols-xl-2 > * {
flex: 0 0 auto;
width: 50%;
}
.row-cols-xl-3 > * {
flex: 0 0 auto;
width: 33.33333333%;
}
.row-cols-xl-4 > * {
flex: 0 0 auto;
width: 25%;
}
.row-cols-xl-5 > * {
flex: 0 0 auto;
width: 20%;
}
.row-cols-xl-6 > * {
flex: 0 0 auto;
width: 16.66666667%;
}
.row-cols-xl-7 > * {
flex: 0 0 auto;
width: 14.28571429%;
}
.row-cols-xl-8 > * {
flex: 0 0 auto;
width: 12.5%;
}
.row-cols-xl-9 > * {
flex: 0 0 auto;
width: 11.11111111%;
}
.row-cols-xl-10 > * {
flex: 0 0 auto;
width: 10%;
}
.row-cols-xl-11 > * {
flex: 0 0 auto;
width: 9.09090909%;
}
.row-cols-xl-12 > * {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-xl-auto {
flex: 0 0 auto;
width: auto;
}
.col-xl-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-xl-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-xl-3 {
flex: 0 0 auto;
width: 25%;
}
.col-xl-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-xl-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-xl-6 {
flex: 0 0 auto;
width: 50%;
}
.col-xl-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-xl-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-xl-9 {
flex: 0 0 auto;
width: 75%;
}
.col-xl-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-xl-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-xl-12 {
flex: 0 0 auto;
width: 100%;
}
.offset-xl-0 {
margin-left: 0;
}
.offset-xl-1 {
margin-left: 8.33333333%;
}
.offset-xl-2 {
margin-left: 16.66666667%;
}
.offset-xl-3 {
margin-left: 25%;
}
.offset-xl-4 {
margin-left: 33.33333333%;
}
.offset-xl-5 {
margin-left: 41.66666667%;
}
.offset-xl-6 {
margin-left: 50%;
}
.offset-xl-7 {
margin-left: 58.33333333%;
}
.offset-xl-8 {
margin-left: 66.66666667%;
}
.offset-xl-9 {
margin-left: 75%;
}
.offset-xl-10 {
margin-left: 83.33333333%;
}
.offset-xl-11 {
margin-left: 91.66666667%;
}
.g-xl-0,
.gx-xl-0 {
--bs-gutter-x: 0;
}
.g-xl-0,
.gy-xl-0 {
--bs-gutter-y: 0;
}
.g-xl-1,
.gx-xl-1 {
--bs-gutter-x: 8px;
}
.g-xl-1,
.gy-xl-1 {
--bs-gutter-y: 8px;
}
.g-xl-2,
.gx-xl-2 {
--bs-gutter-x: 16px;
}
.g-xl-2,
.gy-xl-2 {
--bs-gutter-y: 16px;
}
.g-xl-3,
.gx-xl-3 {
--bs-gutter-x: 24px;
}
.g-xl-3,
.gy-xl-3 {
--bs-gutter-y: 24px;
}
.g-xl-4,
.gx-xl-4 {
--bs-gutter-x: 32px;
}
.g-xl-4,
.gy-xl-4 {
--bs-gutter-y: 32px;
}
.g-xl-5,
.gx-xl-5 {
--bs-gutter-x: 40px;
}
.g-xl-5,
.gy-xl-5 {
--bs-gutter-y: 40px;
}
.g-xl-6,
.gx-xl-6 {
--bs-gutter-x: 48px;
}
.g-xl-6,
.gy-xl-6 {
--bs-gutter-y: 48px;
}
.g-xl-7,
.gx-xl-7 {
--bs-gutter-x: 56px;
}
.g-xl-7,
.gy-xl-7 {
--bs-gutter-y: 56px;
}
.g-xl-8,
.gx-xl-8 {
--bs-gutter-x: 64px;
}
.g-xl-8,
.gy-xl-8 {
--bs-gutter-y: 64px;
}
.g-xl-9,
.gx-xl-9 {
--bs-gutter-x: 72px;
}
.g-xl-9,
.gy-xl-9 {
--bs-gutter-y: 72px;
}
.g-xl-10,
.gx-xl-10 {
--bs-gutter-x: 80px;
}
.g-xl-10,
.gy-xl-10 {
--bs-gutter-y: 80px;
}
.g-xl-11,
.gx-xl-11 {
--bs-gutter-x: 88px;
}
.g-xl-11,
.gy-xl-11 {
--bs-gutter-y: 88px;
}
.g-xl-12,
.gx-xl-12 {
--bs-gutter-x: 96px;
}
.g-xl-12,
.gy-xl-12 {
--bs-gutter-y: 96px;
}
}
@media (min-width: 1440px) {
.col-xxl {
flex: 1 0 0%;
}
.row-cols-xxl-auto > * {
flex: 0 0 auto;
width: auto;
}
.row-cols-xxl-1 > * {
flex: 0 0 auto;
width: 100%;
}
.row-cols-xxl-2 > * {
flex: 0 0 auto;
width: 50%;
}
.row-cols-xxl-3 > * {
flex: 0 0 auto;
width: 33.33333333%;
}
.row-cols-xxl-4 > * {
flex: 0 0 auto;
width: 25%;
}
.row-cols-xxl-5 > * {
flex: 0 0 auto;
width: 20%;
}
.row-cols-xxl-6 > * {
flex: 0 0 auto;
width: 16.66666667%;
}
.row-cols-xxl-7 > * {
flex: 0 0 auto;
width: 14.28571429%;
}
.row-cols-xxl-8 > * {
flex: 0 0 auto;
width: 12.5%;
}
.row-cols-xxl-9 > * {
flex: 0 0 auto;
width: 11.11111111%;
}
.row-cols-xxl-10 > * {
flex: 0 0 auto;
width: 10%;
}
.row-cols-xxl-11 > * {
flex: 0 0 auto;
width: 9.09090909%;
}
.row-cols-xxl-12 > * {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-xxl-auto {
flex: 0 0 auto;
width: auto;
}
.col-xxl-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-xxl-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-xxl-3 {
flex: 0 0 auto;
width: 25%;
}
.col-xxl-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-xxl-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-xxl-6 {
flex: 0 0 auto;
width: 50%;
}
.col-xxl-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-xxl-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-xxl-9 {
flex: 0 0 auto;
width: 75%;
}
.col-xxl-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-xxl-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-xxl-12 {
flex: 0 0 auto;
width: 100%;
}
.offset-xxl-0 {
margin-left: 0;
}
.offset-xxl-1 {
margin-left: 8.33333333%;
}
.offset-xxl-2 {
margin-left: 16.66666667%;
}
.offset-xxl-3 {
margin-left: 25%;
}
.offset-xxl-4 {
margin-left: 33.33333333%;
}
.offset-xxl-5 {
margin-left: 41.66666667%;
}
.offset-xxl-6 {
margin-left: 50%;
}
.offset-xxl-7 {
margin-left: 58.33333333%;
}
.offset-xxl-8 {
margin-left: 66.66666667%;
}
.offset-xxl-9 {
margin-left: 75%;
}
.offset-xxl-10 {
margin-left: 83.33333333%;
}
.offset-xxl-11 {
margin-left: 91.66666667%;
}
.g-xxl-0,
.gx-xxl-0 {
--bs-gutter-x: 0;
}
.g-xxl-0,
.gy-xxl-0 {
--bs-gutter-y: 0;
}
.g-xxl-1,
.gx-xxl-1 {
--bs-gutter-x: 8px;
}
.g-xxl-1,
.gy-xxl-1 {
--bs-gutter-y: 8px;
}
.g-xxl-2,
.gx-xxl-2 {
--bs-gutter-x: 16px;
}
.g-xxl-2,
.gy-xxl-2 {
--bs-gutter-y: 16px;
}
.g-xxl-3,
.gx-xxl-3 {
--bs-gutter-x: 24px;
}
.g-xxl-3,
.gy-xxl-3 {
--bs-gutter-y: 24px;
}
.g-xxl-4,
.gx-xxl-4 {
--bs-gutter-x: 32px;
}
.g-xxl-4,
.gy-xxl-4 {
--bs-gutter-y: 32px;
}
.g-xxl-5,
.gx-xxl-5 {
--bs-gutter-x: 40px;
}
.g-xxl-5,
.gy-xxl-5 {
--bs-gutter-y: 40px;
}
.g-xxl-6,
.gx-xxl-6 {
--bs-gutter-x: 48px;
}
.g-xxl-6,
.gy-xxl-6 {
--bs-gutter-y: 48px;
}
.g-xxl-7,
.gx-xxl-7 {
--bs-gutter-x: 56px;
}
.g-xxl-7,
.gy-xxl-7 {
--bs-gutter-y: 56px;
}
.g-xxl-8,
.gx-xxl-8 {
--bs-gutter-x: 64px;
}
.g-xxl-8,
.gy-xxl-8 {
--bs-gutter-y: 64px;
}
.g-xxl-9,
.gx-xxl-9 {
--bs-gutter-x: 72px;
}
.g-xxl-9,
.gy-xxl-9 {
--bs-gutter-y: 72px;
}
.g-xxl-10,
.gx-xxl-10 {
--bs-gutter-x: 80px;
}
.g-xxl-10,
.gy-xxl-10 {
--bs-gutter-y: 80px;
}
.g-xxl-11,
.gx-xxl-11 {
--bs-gutter-x: 88px;
}
.g-xxl-11,
.gy-xxl-11 {
--bs-gutter-y: 88px;
}
.g-xxl-12,
.gx-xxl-12 {
--bs-gutter-x: 96px;
}
.g-xxl-12,
.gy-xxl-12 {
--bs-gutter-y: 96px;
}
}
@media (min-width: 1600px) {
.col-xxxl {
flex: 1 0 0%;
}
.row-cols-xxxl-auto > * {
flex: 0 0 auto;
width: auto;
}
.row-cols-xxxl-1 > * {
flex: 0 0 auto;
width: 100%;
}
.row-cols-xxxl-2 > * {
flex: 0 0 auto;
width: 50%;
}
.row-cols-xxxl-3 > * {
flex: 0 0 auto;
width: 33.33333333%;
}
.row-cols-xxxl-4 > * {
flex: 0 0 auto;
width: 25%;
}
.row-cols-xxxl-5 > * {
flex: 0 0 auto;
width: 20%;
}
.row-cols-xxxl-6 > * {
flex: 0 0 auto;
width: 16.66666667%;
}
.row-cols-xxxl-7 > * {
flex: 0 0 auto;
width: 14.28571429%;
}
.row-cols-xxxl-8 > * {
flex: 0 0 auto;
width: 12.5%;
}
.row-cols-xxxl-9 > * {
flex: 0 0 auto;
width: 11.11111111%;
}
.row-cols-xxxl-10 > * {
flex: 0 0 auto;
width: 10%;
}
.row-cols-xxxl-11 > * {
flex: 0 0 auto;
width: 9.09090909%;
}
.row-cols-xxxl-12 > * {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-xxxl-auto {
flex: 0 0 auto;
width: auto;
}
.col-xxxl-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-xxxl-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-xxxl-3 {
flex: 0 0 auto;
width: 25%;
}
.col-xxxl-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-xxxl-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-xxxl-6 {
flex: 0 0 auto;
width: 50%;
}
.col-xxxl-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-xxxl-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-xxxl-9 {
flex: 0 0 auto;
width: 75%;
}
.col-xxxl-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-xxxl-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-xxxl-12 {
flex: 0 0 auto;
width: 100%;
}
.offset-xxxl-0 {
margin-left: 0;
}
.offset-xxxl-1 {
margin-left: 8.33333333%;
}
.offset-xxxl-2 {
margin-left: 16.66666667%;
}
.offset-xxxl-3 {
margin-left: 25%;
}
.offset-xxxl-4 {
margin-left: 33.33333333%;
}
.offset-xxxl-5 {
margin-left: 41.66666667%;
}
.offset-xxxl-6 {
margin-left: 50%;
}
.offset-xxxl-7 {
margin-left: 58.33333333%;
}
.offset-xxxl-8 {
margin-left: 66.66666667%;
}
.offset-xxxl-9 {
margin-left: 75%;
}
.offset-xxxl-10 {
margin-left: 83.33333333%;
}
.offset-xxxl-11 {
margin-left: 91.66666667%;
}
.g-xxxl-0,
.gx-xxxl-0 {
--bs-gutter-x: 0;
}
.g-xxxl-0,
.gy-xxxl-0 {
--bs-gutter-y: 0;
}
.g-xxxl-1,
.gx-xxxl-1 {
--bs-gutter-x: 8px;
}
.g-xxxl-1,
.gy-xxxl-1 {
--bs-gutter-y: 8px;
}
.g-xxxl-2,
.gx-xxxl-2 {
--bs-gutter-x: 16px;
}
.g-xxxl-2,
.gy-xxxl-2 {
--bs-gutter-y: 16px;
}
.g-xxxl-3,
.gx-xxxl-3 {
--bs-gutter-x: 24px;
}
.g-xxxl-3,
.gy-xxxl-3 {
--bs-gutter-y: 24px;
}
.g-xxxl-4,
.gx-xxxl-4 {
--bs-gutter-x: 32px;
}
.g-xxxl-4,
.gy-xxxl-4 {
--bs-gutter-y: 32px;
}
.g-xxxl-5,
.gx-xxxl-5 {
--bs-gutter-x: 40px;
}
.g-xxxl-5,
.gy-xxxl-5 {
--bs-gutter-y: 40px;
}
.g-xxxl-6,
.gx-xxxl-6 {
--bs-gutter-x: 48px;
}
.g-xxxl-6,
.gy-xxxl-6 {
--bs-gutter-y: 48px;
}
.g-xxxl-7,
.gx-xxxl-7 {
--bs-gutter-x: 56px;
}
.g-xxxl-7,
.gy-xxxl-7 {
--bs-gutter-y: 56px;
}
.g-xxxl-8,
.gx-xxxl-8 {
--bs-gutter-x: 64px;
}
.g-xxxl-8,
.gy-xxxl-8 {
--bs-gutter-y: 64px;
}
.g-xxxl-9,
.gx-xxxl-9 {
--bs-gutter-x: 72px;
}
.g-xxxl-9,
.gy-xxxl-9 {
--bs-gutter-y: 72px;
}
.g-xxxl-10,
.gx-xxxl-10 {
--bs-gutter-x: 80px;
}
.g-xxxl-10,
.gy-xxxl-10 {
--bs-gutter-y: 80px;
}
.g-xxxl-11,
.gx-xxxl-11 {
--bs-gutter-x: 88px;
}
.g-xxxl-11,
.gy-xxxl-11 {
--bs-gutter-y: 88px;
}
.g-xxxl-12,
.gx-xxxl-12 {
--bs-gutter-x: 96px;
}
.g-xxxl-12,
.gy-xxxl-12 {
--bs-gutter-y: 96px;
}
}
@media (min-width: 1800px) {
.col-xxxxl {
flex: 1 0 0%;
}
.row-cols-xxxxl-auto > * {
flex: 0 0 auto;
width: auto;
}
.row-cols-xxxxl-1 > * {
flex: 0 0 auto;
width: 100%;
}
.row-cols-xxxxl-2 > * {
flex: 0 0 auto;
width: 50%;
}
.row-cols-xxxxl-3 > * {
flex: 0 0 auto;
width: 33.33333333%;
}
.row-cols-xxxxl-4 > * {
flex: 0 0 auto;
width: 25%;
}
.row-cols-xxxxl-5 > * {
flex: 0 0 auto;
width: 20%;
}
.row-cols-xxxxl-6 > * {
flex: 0 0 auto;
width: 16.66666667%;
}
.row-cols-xxxxl-7 > * {
flex: 0 0 auto;
width: 14.28571429%;
}
.row-cols-xxxxl-8 > * {
flex: 0 0 auto;
width: 12.5%;
}
.row-cols-xxxxl-9 > * {
flex: 0 0 auto;
width: 11.11111111%;
}
.row-cols-xxxxl-10 > * {
flex: 0 0 auto;
width: 10%;
}
.row-cols-xxxxl-11 > * {
flex: 0 0 auto;
width: 9.09090909%;
}
.row-cols-xxxxl-12 > * {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-xxxxl-auto {
flex: 0 0 auto;
width: auto;
}
.col-xxxxl-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-xxxxl-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-xxxxl-3 {
flex: 0 0 auto;
width: 25%;
}
.col-xxxxl-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-xxxxl-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-xxxxl-6 {
flex: 0 0 auto;
width: 50%;
}
.col-xxxxl-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-xxxxl-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-xxxxl-9 {
flex: 0 0 auto;
width: 75%;
}
.col-xxxxl-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-xxxxl-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-xxxxl-12 {
flex: 0 0 auto;
width: 100%;
}
.offset-xxxxl-0 {
margin-left: 0;
}
.offset-xxxxl-1 {
margin-left: 8.33333333%;
}
.offset-xxxxl-2 {
margin-left: 16.66666667%;
}
.offset-xxxxl-3 {
margin-left: 25%;
}
.offset-xxxxl-4 {
margin-left: 33.33333333%;
}
.offset-xxxxl-5 {
margin-left: 41.66666667%;
}
.offset-xxxxl-6 {
margin-left: 50%;
}
.offset-xxxxl-7 {
margin-left: 58.33333333%;
}
.offset-xxxxl-8 {
margin-left: 66.66666667%;
}
.offset-xxxxl-9 {
margin-left: 75%;
}
.offset-xxxxl-10 {
margin-left: 83.33333333%;
}
.offset-xxxxl-11 {
margin-left: 91.66666667%;
}
.g-xxxxl-0,
.gx-xxxxl-0 {
--bs-gutter-x: 0;
}
.g-xxxxl-0,
.gy-xxxxl-0 {
--bs-gutter-y: 0;
}
.g-xxxxl-1,
.gx-xxxxl-1 {
--bs-gutter-x: 8px;
}
.g-xxxxl-1,
.gy-xxxxl-1 {
--bs-gutter-y: 8px;
}
.g-xxxxl-2,
.gx-xxxxl-2 {
--bs-gutter-x: 16px;
}
.g-xxxxl-2,
.gy-xxxxl-2 {
--bs-gutter-y: 16px;
}
.g-xxxxl-3,
.gx-xxxxl-3 {
--bs-gutter-x: 24px;
}
.g-xxxxl-3,
.gy-xxxxl-3 {
--bs-gutter-y: 24px;
}
.g-xxxxl-4,
.gx-xxxxl-4 {
--bs-gutter-x: 32px;
}
.g-xxxxl-4,
.gy-xxxxl-4 {
--bs-gutter-y: 32px;
}
.g-xxxxl-5,
.gx-xxxxl-5 {
--bs-gutter-x: 40px;
}
.g-xxxxl-5,
.gy-xxxxl-5 {
--bs-gutter-y: 40px;
}
.g-xxxxl-6,
.gx-xxxxl-6 {
--bs-gutter-x: 48px;
}
.g-xxxxl-6,
.gy-xxxxl-6 {
--bs-gutter-y: 48px;
}
.g-xxxxl-7,
.gx-xxxxl-7 {
--bs-gutter-x: 56px;
}
.g-xxxxl-7,
.gy-xxxxl-7 {
--bs-gutter-y: 56px;
}
.g-xxxxl-8,
.gx-xxxxl-8 {
--bs-gutter-x: 64px;
}
.g-xxxxl-8,
.gy-xxxxl-8 {
--bs-gutter-y: 64px;
}
.g-xxxxl-9,
.gx-xxxxl-9 {
--bs-gutter-x: 72px;
}
.g-xxxxl-9,
.gy-xxxxl-9 {
--bs-gutter-y: 72px;
}
.g-xxxxl-10,
.gx-xxxxl-10 {
--bs-gutter-x: 80px;
}
.g-xxxxl-10,
.gy-xxxxl-10 {
--bs-gutter-y: 80px;
}
.g-xxxxl-11,
.gx-xxxxl-11 {
--bs-gutter-x: 88px;
}
.g-xxxxl-11,
.gy-xxxxl-11 {
--bs-gutter-y: 88px;
}
.g-xxxxl-12,
.gx-xxxxl-12 {
--bs-gutter-x: 96px;
}
.g-xxxxl-12,
.gy-xxxxl-12 {
--bs-gutter-y: 96px;
}
}
@media (min-width: 2000px) {
.col-xxxxxl {
flex: 1 0 0%;
}
.row-cols-xxxxxl-auto > * {
flex: 0 0 auto;
width: auto;
}
.row-cols-xxxxxl-1 > * {
flex: 0 0 auto;
width: 100%;
}
.row-cols-xxxxxl-2 > * {
flex: 0 0 auto;
width: 50%;
}
.row-cols-xxxxxl-3 > * {
flex: 0 0 auto;
width: 33.33333333%;
}
.row-cols-xxxxxl-4 > * {
flex: 0 0 auto;
width: 25%;
}
.row-cols-xxxxxl-5 > * {
flex: 0 0 auto;
width: 20%;
}
.row-cols-xxxxxl-6 > * {
flex: 0 0 auto;
width: 16.66666667%;
}
.row-cols-xxxxxl-7 > * {
flex: 0 0 auto;
width: 14.28571429%;
}
.row-cols-xxxxxl-8 > * {
flex: 0 0 auto;
width: 12.5%;
}
.row-cols-xxxxxl-9 > * {
flex: 0 0 auto;
width: 11.11111111%;
}
.row-cols-xxxxxl-10 > * {
flex: 0 0 auto;
width: 10%;
}
.row-cols-xxxxxl-11 > * {
flex: 0 0 auto;
width: 9.09090909%;
}
.row-cols-xxxxxl-12 > * {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-xxxxxl-auto {
flex: 0 0 auto;
width: auto;
}
.col-xxxxxl-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-xxxxxl-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-xxxxxl-3 {
flex: 0 0 auto;
width: 25%;
}
.col-xxxxxl-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-xxxxxl-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-xxxxxl-6 {
flex: 0 0 auto;
width: 50%;
}
.col-xxxxxl-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-xxxxxl-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-xxxxxl-9 {
flex: 0 0 auto;
width: 75%;
}
.col-xxxxxl-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-xxxxxl-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-xxxxxl-12 {
flex: 0 0 auto;
width: 100%;
}
.offset-xxxxxl-0 {
margin-left: 0;
}
.offset-xxxxxl-1 {
margin-left: 8.33333333%;
}
.offset-xxxxxl-2 {
margin-left: 16.66666667%;
}
.offset-xxxxxl-3 {
margin-left: 25%;
}
.offset-xxxxxl-4 {
margin-left: 33.33333333%;
}
.offset-xxxxxl-5 {
margin-left: 41.66666667%;
}
.offset-xxxxxl-6 {
margin-left: 50%;
}
.offset-xxxxxl-7 {
margin-left: 58.33333333%;
}
.offset-xxxxxl-8 {
margin-left: 66.66666667%;
}
.offset-xxxxxl-9 {
margin-left: 75%;
}
.offset-xxxxxl-10 {
margin-left: 83.33333333%;
}
.offset-xxxxxl-11 {
margin-left: 91.66666667%;
}
.g-xxxxxl-0,
.gx-xxxxxl-0 {
--bs-gutter-x: 0;
}
.g-xxxxxl-0,
.gy-xxxxxl-0 {
--bs-gutter-y: 0;
}
.g-xxxxxl-1,
.gx-xxxxxl-1 {
--bs-gutter-x: 8px;
}
.g-xxxxxl-1,
.gy-xxxxxl-1 {
--bs-gutter-y: 8px;
}
.g-xxxxxl-2,
.gx-xxxxxl-2 {
--bs-gutter-x: 16px;
}
.g-xxxxxl-2,
.gy-xxxxxl-2 {
--bs-gutter-y: 16px;
}
.g-xxxxxl-3,
.gx-xxxxxl-3 {
--bs-gutter-x: 24px;
}
.g-xxxxxl-3,
.gy-xxxxxl-3 {
--bs-gutter-y: 24px;
}
.g-xxxxxl-4,
.gx-xxxxxl-4 {
--bs-gutter-x: 32px;
}
.g-xxxxxl-4,
.gy-xxxxxl-4 {
--bs-gutter-y: 32px;
}
.g-xxxxxl-5,
.gx-xxxxxl-5 {
--bs-gutter-x: 40px;
}
.g-xxxxxl-5,
.gy-xxxxxl-5 {
--bs-gutter-y: 40px;
}
.g-xxxxxl-6,
.gx-xxxxxl-6 {
--bs-gutter-x: 48px;
}
.g-xxxxxl-6,
.gy-xxxxxl-6 {
--bs-gutter-y: 48px;
}
.g-xxxxxl-7,
.gx-xxxxxl-7 {
--bs-gutter-x: 56px;
}
.g-xxxxxl-7,
.gy-xxxxxl-7 {
--bs-gutter-y: 56px;
}
.g-xxxxxl-8,
.gx-xxxxxl-8 {
--bs-gutter-x: 64px;
}
.g-xxxxxl-8,
.gy-xxxxxl-8 {
--bs-gutter-y: 64px;
}
.g-xxxxxl-9,
.gx-xxxxxl-9 {
--bs-gutter-x: 72px;
}
.g-xxxxxl-9,
.gy-xxxxxl-9 {
--bs-gutter-y: 72px;
}
.g-xxxxxl-10,
.gx-xxxxxl-10 {
--bs-gutter-x: 80px;
}
.g-xxxxxl-10,
.gy-xxxxxl-10 {
--bs-gutter-y: 80px;
}
.g-xxxxxl-11,
.gx-xxxxxl-11 {
--bs-gutter-x: 88px;
}
.g-xxxxxl-11,
.gy-xxxxxl-11 {
--bs-gutter-y: 88px;
}
.g-xxxxxl-12,
.gx-xxxxxl-12 {
--bs-gutter-x: 96px;
}
.g-xxxxxl-12,
.gy-xxxxxl-12 {
--bs-gutter-y: 96px;
}
}
.form-label {
margin-bottom: 4px;
font-size: 0.75rem;
}
.col-form-label {
padding-top: calc(8px + var(--bs-border-width));
padding-bottom: calc(8px + var(--bs-border-width));
margin-bottom: 0;
font-size: inherit;
line-height: 1.9;
}
.col-form-label-lg {
padding-top: calc(0.5rem + var(--bs-border-width));
padding-bottom: calc(0.5rem + var(--bs-border-width));
font-size: 1.25rem;
}
.col-form-label-sm {
padding-top: calc(0.25rem + var(--bs-border-width));
padding-bottom: calc(0.25rem + var(--bs-border-width));
font-size: 0.875rem;
}
.form-text {
margin-top: 0.25rem;
font-size: 0.875em;
color: var(--bs-secondary-color);
}
.form-control, .wpcf7 .wpcf7-validation-errors, .wpcf7 input[type=text],
.wpcf7 input[type=search],
.wpcf7 input[type=url],
.wpcf7 input[type=tel],
.wpcf7 input[type=number],
.wpcf7 input[type=range],
.wpcf7 input[type=date],
.wpcf7 input[type=month],
.wpcf7 input[type=week],
.wpcf7 input[type=time],
.wpcf7 input[type=datetime],
.wpcf7 input[type=datetime-local],
.wpcf7 input[type=color],
.wpcf7 input[type=email],
.wpcf7 input[type=file],
.wpcf7 input[type=submit],
.wpcf7 select,
.wpcf7 textarea {
display: block;
width: 100%;
padding: 8px 12px;
font-size: 0.875rem;
font-weight: 400;
line-height: 1.9;
color: var(--bs-body-color);
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: #f8f8f8;
background-clip: padding-box;
border: var(--bs-border-width) solid var(--bs-border-color);
border-radius: var(--bs-border-radius);
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.form-control, .wpcf7 .wpcf7-validation-errors, .wpcf7 input[type=text],
.wpcf7 input[type=search],
.wpcf7 input[type=url],
.wpcf7 input[type=tel],
.wpcf7 input[type=number],
.wpcf7 input[type=range],
.wpcf7 input[type=date],
.wpcf7 input[type=month],
.wpcf7 input[type=week],
.wpcf7 input[type=time],
.wpcf7 input[type=datetime],
.wpcf7 input[type=datetime-local],
.wpcf7 input[type=color],
.wpcf7 input[type=email],
.wpcf7 input[type=file],
.wpcf7 input[type=submit],
.wpcf7 select,
.wpcf7 textarea {
transition: none;
}
}
.form-control[type=file], .wpcf7 [type=file].wpcf7-validation-errors,
.wpcf7 input[type=file],
.wpcf7 select[type=file],
.wpcf7 textarea[type=file] {
overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]), .wpcf7 [type=file].wpcf7-validation-errors:not(:disabled):not([readonly]),
.wpcf7 input[type=file]:not(:disabled):not([readonly]),
.wpcf7 select[type=file]:not(:disabled):not([readonly]),
.wpcf7 textarea[type=file]:not(:disabled):not([readonly]) {
cursor: pointer;
}
.form-control:focus, .wpcf7 .wpcf7-validation-errors:focus, .wpcf7 input[type=text]:focus,
.wpcf7 input[type=search]:focus,
.wpcf7 input[type=url]:focus,
.wpcf7 input[type=tel]:focus,
.wpcf7 input[type=number]:focus,
.wpcf7 input[type=range]:focus,
.wpcf7 input[type=date]:focus,
.wpcf7 input[type=month]:focus,
.wpcf7 input[type=week]:focus,
.wpcf7 input[type=time]:focus,
.wpcf7 input[type=datetime]:focus,
.wpcf7 input[type=datetime-local]:focus,
.wpcf7 input[type=color]:focus,
.wpcf7 input[type=email]:focus,
.wpcf7 input[type=file]:focus,
.wpcf7 input[type=submit]:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
color: var(--bs-body-color);
background-color: #f8f8f8;
border-color: #e8d3a8;
outline: 0;
box-shadow: 0 0 0 0.25rem rgba(209, 167, 80, 0.25);
}
.form-control::-webkit-date-and-time-value, .wpcf7 .wpcf7-validation-errors::-webkit-date-and-time-value, .wpcf7 input[type=text]::-webkit-date-and-time-value,
.wpcf7 input[type=search]::-webkit-date-and-time-value,
.wpcf7 input[type=url]::-webkit-date-and-time-value,
.wpcf7 input[type=tel]::-webkit-date-and-time-value,
.wpcf7 input[type=number]::-webkit-date-and-time-value,
.wpcf7 input[type=range]::-webkit-date-and-time-value,
.wpcf7 input[type=date]::-webkit-date-and-time-value,
.wpcf7 input[type=month]::-webkit-date-and-time-value,
.wpcf7 input[type=week]::-webkit-date-and-time-value,
.wpcf7 input[type=time]::-webkit-date-and-time-value,
.wpcf7 input[type=datetime]::-webkit-date-and-time-value,
.wpcf7 input[type=datetime-local]::-webkit-date-and-time-value,
.wpcf7 input[type=color]::-webkit-date-and-time-value,
.wpcf7 input[type=email]::-webkit-date-and-time-value,
.wpcf7 input[type=file]::-webkit-date-and-time-value,
.wpcf7 input[type=submit]::-webkit-date-and-time-value,
.wpcf7 select::-webkit-date-and-time-value,
.wpcf7 textarea::-webkit-date-and-time-value {
min-width: 85px;
height: 1.9em;
margin: 0;
}
.form-control::-webkit-datetime-edit, .wpcf7 .wpcf7-validation-errors::-webkit-datetime-edit, .wpcf7 input[type=text]::-webkit-datetime-edit,
.wpcf7 input[type=search]::-webkit-datetime-edit,
.wpcf7 input[type=url]::-webkit-datetime-edit,
.wpcf7 input[type=tel]::-webkit-datetime-edit,
.wpcf7 input[type=number]::-webkit-datetime-edit,
.wpcf7 input[type=range]::-webkit-datetime-edit,
.wpcf7 input[type=date]::-webkit-datetime-edit,
.wpcf7 input[type=month]::-webkit-datetime-edit,
.wpcf7 input[type=week]::-webkit-datetime-edit,
.wpcf7 input[type=time]::-webkit-datetime-edit,
.wpcf7 input[type=datetime]::-webkit-datetime-edit,
.wpcf7 input[type=datetime-local]::-webkit-datetime-edit,
.wpcf7 input[type=color]::-webkit-datetime-edit,
.wpcf7 input[type=email]::-webkit-datetime-edit,
.wpcf7 input[type=file]::-webkit-datetime-edit,
.wpcf7 input[type=submit]::-webkit-datetime-edit,
.wpcf7 select::-webkit-datetime-edit,
.wpcf7 textarea::-webkit-datetime-edit {
display: block;
padding: 0;
}
.form-control::-moz-placeholder, .wpcf7 .wpcf7-validation-errors::-moz-placeholder, .wpcf7 input[type=text]::-moz-placeholder, .wpcf7 input[type=search]::-moz-placeholder, .wpcf7 input[type=url]::-moz-placeholder, .wpcf7 input[type=tel]::-moz-placeholder, .wpcf7 input[type=number]::-moz-placeholder, .wpcf7 input[type=range]::-moz-placeholder, .wpcf7 input[type=date]::-moz-placeholder, .wpcf7 input[type=month]::-moz-placeholder, .wpcf7 input[type=week]::-moz-placeholder, .wpcf7 input[type=time]::-moz-placeholder, .wpcf7 input[type=datetime]::-moz-placeholder, .wpcf7 input[type=datetime-local]::-moz-placeholder, .wpcf7 input[type=color]::-moz-placeholder, .wpcf7 input[type=email]::-moz-placeholder, .wpcf7 input[type=file]::-moz-placeholder, .wpcf7 input[type=submit]::-moz-placeholder, .wpcf7 select::-moz-placeholder, .wpcf7 textarea::-moz-placeholder {
color: var(--bs-secondary-color);
opacity: 1;
}
.form-control::placeholder, .wpcf7 .wpcf7-validation-errors::placeholder, .wpcf7 input[type=text]::placeholder,
.wpcf7 input[type=search]::placeholder,
.wpcf7 input[type=url]::placeholder,
.wpcf7 input[type=tel]::placeholder,
.wpcf7 input[type=number]::placeholder,
.wpcf7 input[type=range]::placeholder,
.wpcf7 input[type=date]::placeholder,
.wpcf7 input[type=month]::placeholder,
.wpcf7 input[type=week]::placeholder,
.wpcf7 input[type=time]::placeholder,
.wpcf7 input[type=datetime]::placeholder,
.wpcf7 input[type=datetime-local]::placeholder,
.wpcf7 input[type=color]::placeholder,
.wpcf7 input[type=email]::placeholder,
.wpcf7 input[type=file]::placeholder,
.wpcf7 input[type=submit]::placeholder,
.wpcf7 select::placeholder,
.wpcf7 textarea::placeholder {
color: var(--bs-secondary-color);
opacity: 1;
}
.form-control:disabled, .wpcf7 .wpcf7-validation-errors:disabled, .wpcf7 input[type=text]:disabled,
.wpcf7 input[type=search]:disabled,
.wpcf7 input[type=url]:disabled,
.wpcf7 input[type=tel]:disabled,
.wpcf7 input[type=number]:disabled,
.wpcf7 input[type=range]:disabled,
.wpcf7 input[type=date]:disabled,
.wpcf7 input[type=month]:disabled,
.wpcf7 input[type=week]:disabled,
.wpcf7 input[type=time]:disabled,
.wpcf7 input[type=datetime]:disabled,
.wpcf7 input[type=datetime-local]:disabled,
.wpcf7 input[type=color]:disabled,
.wpcf7 input[type=email]:disabled,
.wpcf7 input[type=file]:disabled,
.wpcf7 input[type=submit]:disabled,
.wpcf7 select:disabled,
.wpcf7 textarea:disabled {
background-color: var(--bs-secondary-bg);
opacity: 1;
}
.form-control::file-selector-button, .wpcf7 .wpcf7-validation-errors::file-selector-button, .wpcf7 input[type=text]::file-selector-button,
.wpcf7 input[type=search]::file-selector-button,
.wpcf7 input[type=url]::file-selector-button,
.wpcf7 input[type=tel]::file-selector-button,
.wpcf7 input[type=number]::file-selector-button,
.wpcf7 input[type=range]::file-selector-button,
.wpcf7 input[type=date]::file-selector-button,
.wpcf7 input[type=month]::file-selector-button,
.wpcf7 input[type=week]::file-selector-button,
.wpcf7 input[type=time]::file-selector-button,
.wpcf7 input[type=datetime]::file-selector-button,
.wpcf7 input[type=datetime-local]::file-selector-button,
.wpcf7 input[type=color]::file-selector-button,
.wpcf7 input[type=email]::file-selector-button,
.wpcf7 input[type=file]::file-selector-button,
.wpcf7 input[type=submit]::file-selector-button,
.wpcf7 select::file-selector-button,
.wpcf7 textarea::file-selector-button {
padding: 8px 12px;
margin: -8px -12px;
margin-inline-end: 12px;
color: var(--bs-body-color);
background-color: var(--bs-tertiary-bg);
pointer-events: none;
border-color: inherit;
border-style: solid;
border-width: 0;
border-inline-end-width: var(--bs-border-width);
border-radius: 0;
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) {
.form-control::file-selector-button, .wpcf7 .wpcf7-validation-errors::file-selector-button, .wpcf7 input[type=text]::file-selector-button,
.wpcf7 input[type=search]::file-selector-button,
.wpcf7 input[type=url]::file-selector-button,
.wpcf7 input[type=tel]::file-selector-button,
.wpcf7 input[type=number]::file-selector-button,
.wpcf7 input[type=range]::file-selector-button,
.wpcf7 input[type=date]::file-selector-button,
.wpcf7 input[type=month]::file-selector-button,
.wpcf7 input[type=week]::file-selector-button,
.wpcf7 input[type=time]::file-selector-button,
.wpcf7 input[type=datetime]::file-selector-button,
.wpcf7 input[type=datetime-local]::file-selector-button,
.wpcf7 input[type=color]::file-selector-button,
.wpcf7 input[type=email]::file-selector-button,
.wpcf7 input[type=file]::file-selector-button,
.wpcf7 input[type=submit]::file-selector-button,
.wpcf7 select::file-selector-button,
.wpcf7 textarea::file-selector-button {
transition: none;
}
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button, .wpcf7 .wpcf7-validation-errors:hover:not(:disabled):not([readonly])::file-selector-button, .wpcf7 input[type=text]:hover:not(:disabled):not([readonly])::file-selector-button,
.wpcf7 input[type=search]:hover:not(:disabled):not([readonly])::file-selector-button,
.wpcf7 input[type=url]:hover:not(:disabled):not([readonly])::file-selector-button,
.wpcf7 input[type=tel]:hover:not(:disabled):not([readonly])::file-selector-button,
.wpcf7 input[type=number]:hover:not(:disabled):not([readonly])::file-selector-button,
.wpcf7 input[type=range]:hover:not(:disabled):not([readonly])::file-selector-button,
.wpcf7 input[type=date]:hover:not(:disabled):not([readonly])::file-selector-button,
.wpcf7 input[type=month]:hover:not(:disabled):not([readonly])::file-selector-button,
.wpcf7 input[type=week]:hover:not(:disabled):not([readonly])::file-selector-button,
.wpcf7 input[type=time]:hover:not(:disabled):not([readonly])::file-selector-button,
.wpcf7 input[type=datetime]:hover:not(:disabled):not([readonly])::file-selector-button,
.wpcf7 input[type=datetime-local]:hover:not(:disabled):not([readonly])::file-selector-button,
.wpcf7 input[type=color]:hover:not(:disabled):not([readonly])::file-selector-button,
.wpcf7 input[type=email]:hover:not(:disabled):not([readonly])::file-selector-button,
.wpcf7 input[type=file]:hover:not(:disabled):not([readonly])::file-selector-button,
.wpcf7 input[type=submit]:hover:not(:disabled):not([readonly])::file-selector-button,
.wpcf7 select:hover:not(:disabled):not([readonly])::file-selector-button,
.wpcf7 textarea:hover:not(:disabled):not([readonly])::file-selector-button {
background-color: var(--bs-secondary-bg);
}
.form-control-plaintext {
display: block;
width: 100%;
padding: 8px 0;
margin-bottom: 0;
line-height: 1.9;
color: var(--bs-body-color);
background-color: transparent;
border: solid transparent;
border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
padding-right: 0;
padding-left: 0;
}
.form-control-sm {
min-height: calc(1.9em + 0.5rem + calc(var(--bs-border-width) * 2));
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::file-selector-button {
padding: 0.25rem 0.5rem;
margin: -0.25rem -0.5rem;
margin-inline-end: 0.5rem;
}
.form-control-lg {
min-height: calc(1.9em + 1rem + calc(var(--bs-border-width) * 2));
padding: 0.5rem 1rem;
font-size: 1.25rem;
border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::file-selector-button {
padding: 0.5rem 1rem;
margin: -0.5rem -1rem;
margin-inline-end: 1rem;
}
textarea.form-control, .wpcf7 textarea.wpcf7-validation-errors,
.wpcf7 textarea {
min-height: calc(1.9em + 16px + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
min-height: calc(1.9em + 0.5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
min-height: calc(1.9em + 1rem + calc(var(--bs-border-width) * 2));
}
.form-control-color {
width: 3rem;
height: calc(1.9em + 16px + calc(var(--bs-border-width) * 2));
padding: 8px;
}
.form-control-color:not(:disabled):not([readonly]) {
cursor: pointer;
}
.form-control-color::-moz-color-swatch {
border: 0 !important;
border-radius: var(--bs-border-radius);
}
.form-control-color::-webkit-color-swatch {
border: 0 !important;
border-radius: var(--bs-border-radius);
}
.form-control-color.form-control-sm {
height: calc(1.9em + 0.5rem + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
height: calc(1.9em + 1rem + calc(var(--bs-border-width) * 2));
}
.form-select {
--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23818182' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
display: block;
width: 100%;
padding: 8px 36px 8px 12px;
font-size: 0.875rem;
font-weight: 400;
line-height: 1.9;
color: var(--bs-body-color);
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: #f8f8f8;
background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
background-repeat: no-repeat;
background-position: right 12px center;
background-size: 16px 12px;
border: var(--bs-border-width) solid var(--bs-border-color);
border-radius: var(--bs-border-radius);
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.form-select {
transition: none;
}
}
.form-select:focus {
border-color: #e8d3a8;
outline: 0;
box-shadow: 0 0 0 0.25rem rgba(209, 167, 80, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
padding-right: 12px;
background-image: none;
}
.form-select:disabled {
background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 var(--bs-body-color);
}
.form-select-sm {
padding-top: 0.25rem;
padding-bottom: 0.25rem;
padding-left: 0.5rem;
font-size: 0.875rem;
border-radius: var(--bs-border-radius-sm);
}
.form-select-lg {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
padding-left: 1rem;
font-size: 1.25rem;
border-radius: var(--bs-border-radius-lg);
}
[data-bs-theme=dark] .form-select {
--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23e8e8eb' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.form-check {
display: block;
min-height: 1.9rem;
padding-left: 1.75em;
margin-bottom: 4px;
}
.form-check .form-check-input {
float: left;
margin-left: -1.75em;
}
.form-check-reverse {
padding-right: 1.75em;
padding-left: 0;
text-align: right;
}
.form-check-reverse .form-check-input {
float: right;
margin-right: -1.75em;
margin-left: 0;
}
.form-check-input {
--bs-form-check-bg: #f8f8f8;
flex-shrink: 0;
width: 1.25em;
height: 1.25em;
margin-top: 0.325em;
vertical-align: top;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: var(--bs-form-check-bg);
background-image: var(--bs-form-check-bg-image);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
border: var(--bs-border-width) solid var(--bs-border-color);
-webkit-print-color-adjust: exact;
print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
border-radius: 0.25rem;
}
.form-check-input[type=radio] {
border-radius: 50%;
}
.form-check-input:active {
filter: brightness(90%);
}
.form-check-input:focus {
border-color: #e8d3a8;
outline: 0;
box-shadow: 0 0 0 0.25rem rgba(209, 167, 80, 0.25);
}
.form-check-input:checked {
background-color: #d1a750;
border-color: #d1a750;
}
.form-check-input:checked[type=checkbox] {
--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
background-color: #d1a750;
border-color: #d1a750;
--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
pointer-events: none;
filter: none;
opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
cursor: default;
opacity: 0.5;
}
.form-check-label {
cursor: pointer;
}
.form-switch {
padding-left: 2.5em;
}
.form-switch .form-check-input {
--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
width: 2em;
margin-left: -2.5em;
background-image: var(--bs-form-switch-bg);
background-position: left center;
border-radius: 2em;
transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.form-switch .form-check-input {
transition: none;
}
}
.form-switch .form-check-input:focus {
--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23e8d3a8'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
background-position: right center;
--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
padding-right: 2.5em;
padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
margin-right: -2.5em;
margin-left: 0;
}
.form-check-inline {
display: inline-block;
margin-right: 1rem;
}
.btn-check {
position: absolute;
clip: rect(0, 0, 0, 0);
pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
pointer-events: none;
filter: none;
opacity: 0.65;
}
[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}
.form-range {
width: 100%;
height: 1.5rem;
padding: 0;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: transparent;
}
.form-range:focus {
outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(209, 167, 80, 0.25);
}
.form-range:focus::-moz-range-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(209, 167, 80, 0.25);
}
.form-range::-moz-focus-outer {
border: 0;
}
.form-range::-webkit-slider-thumb {
width: 1rem;
height: 1rem;
margin-top: -0.25rem;
-webkit-appearance: none;
appearance: none;
background-color: #d1a750;
border: 0;
border-radius: 1rem;
-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: 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) {
.form-range::-webkit-slider-thumb {
-webkit-transition: none;
transition: none;
}
}
.form-range::-webkit-slider-thumb:active {
background-color: #f1e5cb;
}
.form-range::-webkit-slider-runnable-track {
width: 100%;
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: var(--bs-secondary-bg);
border-color: transparent;
border-radius: 1rem;
}
.form-range::-moz-range-thumb {
width: 1rem;
height: 1rem;
-moz-appearance: none;
appearance: none;
background-color: #d1a750;
border: 0;
border-radius: 1rem;
-moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: 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) {
.form-range::-moz-range-thumb {
-moz-transition: none;
transition: none;
}
}
.form-range::-moz-range-thumb:active {
background-color: #f1e5cb;
}
.form-range::-moz-range-track {
width: 100%;
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: var(--bs-secondary-bg);
border-color: transparent;
border-radius: 1rem;
}
.form-range:disabled {
pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
background-color: var(--bs-secondary-color);
}
.form-floating {
position: relative;
}
.form-floating > .form-control, .wpcf7 .form-floating > .wpcf7-validation-errors, .wpcf7 .form-floating > input[type=text],
.wpcf7 .form-floating > input[type=search],
.wpcf7 .form-floating > input[type=url],
.wpcf7 .form-floating > input[type=tel],
.wpcf7 .form-floating > input[type=number],
.wpcf7 .form-floating > input[type=range],
.wpcf7 .form-floating > input[type=date],
.wpcf7 .form-floating > input[type=month],
.wpcf7 .form-floating > input[type=week],
.wpcf7 .form-floating > input[type=time],
.wpcf7 .form-floating > input[type=datetime],
.wpcf7 .form-floating > input[type=datetime-local],
.wpcf7 .form-floating > input[type=color],
.wpcf7 .form-floating > input[type=email],
.wpcf7 .form-floating > input[type=file],
.wpcf7 .form-floating > input[type=submit],
.wpcf7 .form-floating > select,
.wpcf7 .form-floating > textarea,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
height: 48px;
min-height: 48px;
line-height: 1.25;
}
.form-floating > label {
position: absolute;
top: 0;
left: 0;
z-index: 2;
height: 100%;
padding: 0.7rem 24px;
overflow: hidden;
text-align: start;
text-overflow: ellipsis;
white-space: nowrap;
pointer-events: none;
border: var(--bs-border-width) solid transparent;
transform-origin: 0 0;
transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.form-floating > label {
transition: none;
}
}
.form-floating > .form-control, .wpcf7 .form-floating > .wpcf7-validation-errors, .wpcf7 .form-floating > input[type=text],
.wpcf7 .form-floating > input[type=search],
.wpcf7 .form-floating > input[type=url],
.wpcf7 .form-floating > input[type=tel],
.wpcf7 .form-floating > input[type=number],
.wpcf7 .form-floating > input[type=range],
.wpcf7 .form-floating > input[type=date],
.wpcf7 .form-floating > input[type=month],
.wpcf7 .form-floating > input[type=week],
.wpcf7 .form-floating > input[type=time],
.wpcf7 .form-floating > input[type=datetime],
.wpcf7 .form-floating > input[type=datetime-local],
.wpcf7 .form-floating > input[type=color],
.wpcf7 .form-floating > input[type=email],
.wpcf7 .form-floating > input[type=file],
.wpcf7 .form-floating > input[type=submit],
.wpcf7 .form-floating > select,
.wpcf7 .form-floating > textarea,
.form-floating > .form-control-plaintext {
padding: 0.7rem 24px;
}
.form-floating > .form-control::-moz-placeholder, .wpcf7 .form-floating > .wpcf7-validation-errors::-moz-placeholder, .wpcf7 .form-floating > input[type=text]::-moz-placeholder, .wpcf7 .form-floating > input[type=search]::-moz-placeholder, .wpcf7 .form-floating > input[type=url]::-moz-placeholder, .wpcf7 .form-floating > input[type=tel]::-moz-placeholder, .wpcf7 .form-floating > input[type=number]::-moz-placeholder, .wpcf7 .form-floating > input[type=range]::-moz-placeholder, .wpcf7 .form-floating > input[type=date]::-moz-placeholder, .wpcf7 .form-floating > input[type=month]::-moz-placeholder, .wpcf7 .form-floating > input[type=week]::-moz-placeholder, .wpcf7 .form-floating > input[type=time]::-moz-placeholder, .wpcf7 .form-floating > input[type=datetime]::-moz-placeholder, .wpcf7 .form-floating > input[type=datetime-local]::-moz-placeholder, .wpcf7 .form-floating > input[type=color]::-moz-placeholder, .wpcf7 .form-floating > input[type=email]::-moz-placeholder, .wpcf7 .form-floating > input[type=file]::-moz-placeholder, .wpcf7 .form-floating > input[type=submit]::-moz-placeholder, .wpcf7 .form-floating > select::-moz-placeholder, .wpcf7 .form-floating > textarea::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
color: transparent;
}
.form-floating > .form-control::placeholder, .wpcf7 .form-floating > .wpcf7-validation-errors::placeholder, .wpcf7 .form-floating > input[type=text]::placeholder,
.wpcf7 .form-floating > input[type=search]::placeholder,
.wpcf7 .form-floating > input[type=url]::placeholder,
.wpcf7 .form-floating > input[type=tel]::placeholder,
.wpcf7 .form-floating > input[type=number]::placeholder,
.wpcf7 .form-floating > input[type=range]::placeholder,
.wpcf7 .form-floating > input[type=date]::placeholder,
.wpcf7 .form-floating > input[type=month]::placeholder,
.wpcf7 .form-floating > input[type=week]::placeholder,
.wpcf7 .form-floating > input[type=time]::placeholder,
.wpcf7 .form-floating > input[type=datetime]::placeholder,
.wpcf7 .form-floating > input[type=datetime-local]::placeholder,
.wpcf7 .form-floating > input[type=color]::placeholder,
.wpcf7 .form-floating > input[type=email]::placeholder,
.wpcf7 .form-floating > input[type=file]::placeholder,
.wpcf7 .form-floating > input[type=submit]::placeholder,
.wpcf7 .form-floating > select::placeholder,
.wpcf7 .form-floating > textarea::placeholder,
.form-floating > .form-control-plaintext::placeholder {
color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown), .wpcf7 .form-floating > .wpcf7-validation-errors:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=text]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=search]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=url]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=tel]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=number]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=range]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=date]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=month]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=week]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=time]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=datetime]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=datetime-local]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=color]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=email]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=file]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=submit]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > select:not(:-moz-placeholder-shown), .wpcf7 .form-floating > textarea:not(:-moz-placeholder-shown), .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
padding-top: 1.625rem;
padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .wpcf7 .form-floating > .wpcf7-validation-errors:focus, .wpcf7 .form-floating > input[type=text]:focus,
.wpcf7 .form-floating > input[type=search]:focus,
.wpcf7 .form-floating > input[type=url]:focus,
.wpcf7 .form-floating > input[type=tel]:focus,
.wpcf7 .form-floating > input[type=number]:focus,
.wpcf7 .form-floating > input[type=range]:focus,
.wpcf7 .form-floating > input[type=date]:focus,
.wpcf7 .form-floating > input[type=month]:focus,
.wpcf7 .form-floating > input[type=week]:focus,
.wpcf7 .form-floating > input[type=time]:focus,
.wpcf7 .form-floating > input[type=datetime]:focus,
.wpcf7 .form-floating > input[type=datetime-local]:focus,
.wpcf7 .form-floating > input[type=color]:focus,
.wpcf7 .form-floating > input[type=email]:focus,
.wpcf7 .form-floating > input[type=file]:focus,
.wpcf7 .form-floating > input[type=submit]:focus,
.wpcf7 .form-floating > select:focus,
.wpcf7 .form-floating > textarea:focus, .form-floating > .form-control:not(:placeholder-shown), .wpcf7 .form-floating > .wpcf7-validation-errors:not(:placeholder-shown), .wpcf7 .form-floating > input[type=text]:not(:placeholder-shown),
.wpcf7 .form-floating > input[type=search]:not(:placeholder-shown),
.wpcf7 .form-floating > input[type=url]:not(:placeholder-shown),
.wpcf7 .form-floating > input[type=tel]:not(:placeholder-shown),
.wpcf7 .form-floating > input[type=number]:not(:placeholder-shown),
.wpcf7 .form-floating > input[type=range]:not(:placeholder-shown),
.wpcf7 .form-floating > input[type=date]:not(:placeholder-shown),
.wpcf7 .form-floating > input[type=month]:not(:placeholder-shown),
.wpcf7 .form-floating > input[type=week]:not(:placeholder-shown),
.wpcf7 .form-floating > input[type=time]:not(:placeholder-shown),
.wpcf7 .form-floating > input[type=datetime]:not(:placeholder-shown),
.wpcf7 .form-floating > input[type=datetime-local]:not(:placeholder-shown),
.wpcf7 .form-floating > input[type=color]:not(:placeholder-shown),
.wpcf7 .form-floating > input[type=email]:not(:placeholder-shown),
.wpcf7 .form-floating > input[type=file]:not(:placeholder-shown),
.wpcf7 .form-floating > input[type=submit]:not(:placeholder-shown),
.wpcf7 .form-floating > select:not(:placeholder-shown),
.wpcf7 .form-floating > textarea:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
padding-top: 1.625rem;
padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill, .wpcf7 .form-floating > .wpcf7-validation-errors:-webkit-autofill, .wpcf7 .form-floating > input[type=text]:-webkit-autofill,
.wpcf7 .form-floating > input[type=search]:-webkit-autofill,
.wpcf7 .form-floating > input[type=url]:-webkit-autofill,
.wpcf7 .form-floating > input[type=tel]:-webkit-autofill,
.wpcf7 .form-floating > input[type=number]:-webkit-autofill,
.wpcf7 .form-floating > input[type=range]:-webkit-autofill,
.wpcf7 .form-floating > input[type=date]:-webkit-autofill,
.wpcf7 .form-floating > input[type=month]:-webkit-autofill,
.wpcf7 .form-floating > input[type=week]:-webkit-autofill,
.wpcf7 .form-floating > input[type=time]:-webkit-autofill,
.wpcf7 .form-floating > input[type=datetime]:-webkit-autofill,
.wpcf7 .form-floating > input[type=datetime-local]:-webkit-autofill,
.wpcf7 .form-floating > input[type=color]:-webkit-autofill,
.wpcf7 .form-floating > input[type=email]:-webkit-autofill,
.wpcf7 .form-floating > input[type=file]:-webkit-autofill,
.wpcf7 .form-floating > input[type=submit]:-webkit-autofill,
.wpcf7 .form-floating > select:-webkit-autofill,
.wpcf7 .form-floating > textarea:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
padding-top: 1.625rem;
padding-bottom: 0.625rem;
}
.form-floating > .form-select {
padding-top: 1.625rem;
padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > .wpcf7-validation-errors:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=text]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=search]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=url]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=tel]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=number]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=range]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=date]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=month]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=week]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=time]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=datetime]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=datetime-local]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=color]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=email]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=file]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=submit]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > select:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > textarea:not(:-moz-placeholder-shown) ~ label {
color: rgba(var(--bs-body-color-rgb), 0.65);
transform: scale(0.85) translateY(-0.5rem) translateX(0.25rem);
}
.form-floating > .form-control:focus ~ label, .wpcf7 .form-floating > .wpcf7-validation-errors:focus ~ label, .wpcf7 .form-floating > input[type=text]:focus ~ label,
.wpcf7 .form-floating > input[type=search]:focus ~ label,
.wpcf7 .form-floating > input[type=url]:focus ~ label,
.wpcf7 .form-floating > input[type=tel]:focus ~ label,
.wpcf7 .form-floating > input[type=number]:focus ~ label,
.wpcf7 .form-floating > input[type=range]:focus ~ label,
.wpcf7 .form-floating > input[type=date]:focus ~ label,
.wpcf7 .form-floating > input[type=month]:focus ~ label,
.wpcf7 .form-floating > input[type=week]:focus ~ label,
.wpcf7 .form-floating > input[type=time]:focus ~ label,
.wpcf7 .form-floating > input[type=datetime]:focus ~ label,
.wpcf7 .form-floating > input[type=datetime-local]:focus ~ label,
.wpcf7 .form-floating > input[type=color]:focus ~ label,
.wpcf7 .form-floating > input[type=email]:focus ~ label,
.wpcf7 .form-floating > input[type=file]:focus ~ label,
.wpcf7 .form-floating > input[type=submit]:focus ~ label,
.wpcf7 .form-floating > select:focus ~ label,
.wpcf7 .form-floating > textarea:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.wpcf7 .form-floating > .wpcf7-validation-errors:not(:placeholder-shown) ~ label,
.wpcf7 .form-floating > input[type=text]:not(:placeholder-shown) ~ label,
.wpcf7 .form-floating > input[type=search]:not(:placeholder-shown) ~ label,
.wpcf7 .form-floating > input[type=url]:not(:placeholder-shown) ~ label,
.wpcf7 .form-floating > input[type=tel]:not(:placeholder-shown) ~ label,
.wpcf7 .form-floating > input[type=number]:not(:placeholder-shown) ~ label,
.wpcf7 .form-floating > input[type=range]:not(:placeholder-shown) ~ label,
.wpcf7 .form-floating > input[type=date]:not(:placeholder-shown) ~ label,
.wpcf7 .form-floating > input[type=month]:not(:placeholder-shown) ~ label,
.wpcf7 .form-floating > input[type=week]:not(:placeholder-shown) ~ label,
.wpcf7 .form-floating > input[type=time]:not(:placeholder-shown) ~ label,
.wpcf7 .form-floating > input[type=datetime]:not(:placeholder-shown) ~ label,
.wpcf7 .form-floating > input[type=datetime-local]:not(:placeholder-shown) ~ label,
.wpcf7 .form-floating > input[type=color]:not(:placeholder-shown) ~ label,
.wpcf7 .form-floating > input[type=email]:not(:placeholder-shown) ~ label,
.wpcf7 .form-floating > input[type=file]:not(:placeholder-shown) ~ label,
.wpcf7 .form-floating > input[type=submit]:not(:placeholder-shown) ~ label,
.wpcf7 .form-floating > select:not(:placeholder-shown) ~ label,
.wpcf7 .form-floating > textarea:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
color: rgba(var(--bs-body-color-rgb), 0.65);
transform: scale(0.85) translateY(-0.5rem) translateX(0.25rem);
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label::after, .wpcf7 .form-floating > .wpcf7-validation-errors:not(:-moz-placeholder-shown) ~ label::after, .wpcf7 .form-floating > input[type=text]:not(:-moz-placeholder-shown) ~ label::after, .wpcf7 .form-floating > input[type=search]:not(:-moz-placeholder-shown) ~ label::after, .wpcf7 .form-floating > input[type=url]:not(:-moz-placeholder-shown) ~ label::after, .wpcf7 .form-floating > input[type=tel]:not(:-moz-placeholder-shown) ~ label::after, .wpcf7 .form-floating > input[type=number]:not(:-moz-placeholder-shown) ~ label::after, .wpcf7 .form-floating > input[type=range]:not(:-moz-placeholder-shown) ~ label::after, .wpcf7 .form-floating > input[type=date]:not(:-moz-placeholder-shown) ~ label::after, .wpcf7 .form-floating > input[type=month]:not(:-moz-placeholder-shown) ~ label::after, .wpcf7 .form-floating > input[type=week]:not(:-moz-placeholder-shown) ~ label::after, .wpcf7 .form-floating > input[type=time]:not(:-moz-placeholder-shown) ~ label::after, .wpcf7 .form-floating > input[type=datetime]:not(:-moz-placeholder-shown) ~ label::after, .wpcf7 .form-floating > input[type=datetime-local]:not(:-moz-placeholder-shown) ~ label::after, .wpcf7 .form-floating > input[type=color]:not(:-moz-placeholder-shown) ~ label::after, .wpcf7 .form-floating > input[type=email]:not(:-moz-placeholder-shown) ~ label::after, .wpcf7 .form-floating > input[type=file]:not(:-moz-placeholder-shown) ~ label::after, .wpcf7 .form-floating > input[type=submit]:not(:-moz-placeholder-shown) ~ label::after, .wpcf7 .form-floating > select:not(:-moz-placeholder-shown) ~ label::after, .wpcf7 .form-floating > textarea:not(:-moz-placeholder-shown) ~ label::after {
position: absolute;
inset: 0.7rem 12px;
z-index: -1;
height: 1.5em;
content: "";
background-color: #f8f8f8;
border-radius: var(--bs-border-radius);
}
.form-floating > .form-control:focus ~ label::after, .wpcf7 .form-floating > .wpcf7-validation-errors:focus ~ label::after, .wpcf7 .form-floating > input[type=text]:focus ~ label::after,
.wpcf7 .form-floating > input[type=search]:focus ~ label::after,
.wpcf7 .form-floating > input[type=url]:focus ~ label::after,
.wpcf7 .form-floating > input[type=tel]:focus ~ label::after,
.wpcf7 .form-floating > input[type=number]:focus ~ label::after,
.wpcf7 .form-floating > input[type=range]:focus ~ label::after,
.wpcf7 .form-floating > input[type=date]:focus ~ label::after,
.wpcf7 .form-floating > input[type=month]:focus ~ label::after,
.wpcf7 .form-floating > input[type=week]:focus ~ label::after,
.wpcf7 .form-floating > input[type=time]:focus ~ label::after,
.wpcf7 .form-floating > input[type=datetime]:focus ~ label::after,
.wpcf7 .form-floating > input[type=datetime-local]:focus ~ label::after,
.wpcf7 .form-floating > input[type=color]:focus ~ label::after,
.wpcf7 .form-floating > input[type=email]:focus ~ label::after,
.wpcf7 .form-floating > input[type=file]:focus ~ label::after,
.wpcf7 .form-floating > input[type=submit]:focus ~ label::after,
.wpcf7 .form-floating > select:focus ~ label::after,
.wpcf7 .form-floating > textarea:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.wpcf7 .form-floating > .wpcf7-validation-errors:not(:placeholder-shown) ~ label::after,
.wpcf7 .form-floating > input[type=text]:not(:placeholder-shown) ~ label::after,
.wpcf7 .form-floating > input[type=search]:not(:placeholder-shown) ~ label::after,
.wpcf7 .form-floating > input[type=url]:not(:placeholder-shown) ~ label::after,
.wpcf7 .form-floating > input[type=tel]:not(:placeholder-shown) ~ label::after,
.wpcf7 .form-floating > input[type=number]:not(:placeholder-shown) ~ label::after,
.wpcf7 .form-floating > input[type=range]:not(:placeholder-shown) ~ label::after,
.wpcf7 .form-floating > input[type=date]:not(:placeholder-shown) ~ label::after,
.wpcf7 .form-floating > input[type=month]:not(:placeholder-shown) ~ label::after,
.wpcf7 .form-floating > input[type=week]:not(:placeholder-shown) ~ label::after,
.wpcf7 .form-floating > input[type=time]:not(:placeholder-shown) ~ label::after,
.wpcf7 .form-floating > input[type=datetime]:not(:placeholder-shown) ~ label::after,
.wpcf7 .form-floating > input[type=datetime-local]:not(:placeholder-shown) ~ label::after,
.wpcf7 .form-floating > input[type=color]:not(:placeholder-shown) ~ label::after,
.wpcf7 .form-floating > input[type=email]:not(:placeholder-shown) ~ label::after,
.wpcf7 .form-floating > input[type=file]:not(:placeholder-shown) ~ label::after,
.wpcf7 .form-floating > input[type=submit]:not(:placeholder-shown) ~ label::after,
.wpcf7 .form-floating > select:not(:placeholder-shown) ~ label::after,
.wpcf7 .form-floating > textarea:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
position: absolute;
inset: 0.7rem 12px;
z-index: -1;
height: 1.5em;
content: "";
background-color: #f8f8f8;
border-radius: var(--bs-border-radius);
}
.form-floating > .form-control:-webkit-autofill ~ label, .wpcf7 .form-floating > .wpcf7-validation-errors:-webkit-autofill ~ label, .wpcf7 .form-floating > input[type=text]:-webkit-autofill ~ label,
.wpcf7 .form-floating > input[type=search]:-webkit-autofill ~ label,
.wpcf7 .form-floating > input[type=url]:-webkit-autofill ~ label,
.wpcf7 .form-floating > input[type=tel]:-webkit-autofill ~ label,
.wpcf7 .form-floating > input[type=number]:-webkit-autofill ~ label,
.wpcf7 .form-floating > input[type=range]:-webkit-autofill ~ label,
.wpcf7 .form-floating > input[type=date]:-webkit-autofill ~ label,
.wpcf7 .form-floating > input[type=month]:-webkit-autofill ~ label,
.wpcf7 .form-floating > input[type=week]:-webkit-autofill ~ label,
.wpcf7 .form-floating > input[type=time]:-webkit-autofill ~ label,
.wpcf7 .form-floating > input[type=datetime]:-webkit-autofill ~ label,
.wpcf7 .form-floating > input[type=datetime-local]:-webkit-autofill ~ label,
.wpcf7 .form-floating > input[type=color]:-webkit-autofill ~ label,
.wpcf7 .form-floating > input[type=email]:-webkit-autofill ~ label,
.wpcf7 .form-floating > input[type=file]:-webkit-autofill ~ label,
.wpcf7 .form-floating > input[type=submit]:-webkit-autofill ~ label,
.wpcf7 .form-floating > select:-webkit-autofill ~ label,
.wpcf7 .form-floating > textarea:-webkit-autofill ~ label {
color: rgba(var(--bs-body-color-rgb), 0.65);
transform: scale(0.85) translateY(-0.5rem) translateX(0.25rem);
}
.form-floating > .form-control-plaintext ~ label {
border-width: var(--bs-border-width) 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
color: #b8b8ba;
}
.form-floating > :disabled ~ label::after,
.form-floating > .form-control:disabled ~ label::after {
background-color: var(--bs-secondary-bg);
}
.input-group {
position: relative;
display: flex;
flex-wrap: wrap;
align-items: stretch;
width: 100%;
}
.input-group > .form-control, .wpcf7 .input-group > .wpcf7-validation-errors, .wpcf7 .input-group > input[type=text],
.wpcf7 .input-group > input[type=search],
.wpcf7 .input-group > input[type=url],
.wpcf7 .input-group > input[type=tel],
.wpcf7 .input-group > input[type=number],
.wpcf7 .input-group > input[type=range],
.wpcf7 .input-group > input[type=date],
.wpcf7 .input-group > input[type=month],
.wpcf7 .input-group > input[type=week],
.wpcf7 .input-group > input[type=time],
.wpcf7 .input-group > input[type=datetime],
.wpcf7 .input-group > input[type=datetime-local],
.wpcf7 .input-group > input[type=color],
.wpcf7 .input-group > input[type=email],
.wpcf7 .input-group > input[type=file],
.wpcf7 .input-group > input[type=submit],
.wpcf7 .input-group > select,
.wpcf7 .input-group > textarea,
.input-group > .form-select,
.input-group > .form-floating {
position: relative;
flex: 1 1 auto;
width: 1%;
min-width: 0;
}
.input-group > .form-control:focus, .wpcf7 .input-group > .wpcf7-validation-errors:focus, .wpcf7 .input-group > input[type=text]:focus,
.wpcf7 .input-group > input[type=search]:focus,
.wpcf7 .input-group > input[type=url]:focus,
.wpcf7 .input-group > input[type=tel]:focus,
.wpcf7 .input-group > input[type=number]:focus,
.wpcf7 .input-group > input[type=range]:focus,
.wpcf7 .input-group > input[type=date]:focus,
.wpcf7 .input-group > input[type=month]:focus,
.wpcf7 .input-group > input[type=week]:focus,
.wpcf7 .input-group > input[type=time]:focus,
.wpcf7 .input-group > input[type=datetime]:focus,
.wpcf7 .input-group > input[type=datetime-local]:focus,
.wpcf7 .input-group > input[type=color]:focus,
.wpcf7 .input-group > input[type=email]:focus,
.wpcf7 .input-group > input[type=file]:focus,
.wpcf7 .input-group > input[type=submit]:focus,
.wpcf7 .input-group > select:focus,
.wpcf7 .input-group > textarea:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
z-index: 5;
}
.input-group .btn {
position: relative;
z-index: 2;
}
.input-group .btn:focus {
z-index: 5;
}
.input-group-text {
display: flex;
align-items: center;
padding: 8px 12px;
font-size: 0.875rem;
font-weight: 400;
line-height: 1.9;
color: var(--bs-body-color);
text-align: center;
white-space: nowrap;
background-color: var(--bs-tertiary-bg);
border: var(--bs-border-width) solid var(--bs-border-color);
border-radius: var(--bs-border-radius);
}
.input-group-lg > .form-control, .wpcf7 .input-group-lg > .wpcf7-validation-errors, .wpcf7 .input-group-lg > input[type=text],
.wpcf7 .input-group-lg > input[type=search],
.wpcf7 .input-group-lg > input[type=url],
.wpcf7 .input-group-lg > input[type=tel],
.wpcf7 .input-group-lg > input[type=number],
.wpcf7 .input-group-lg > input[type=range],
.wpcf7 .input-group-lg > input[type=date],
.wpcf7 .input-group-lg > input[type=month],
.wpcf7 .input-group-lg > input[type=week],
.wpcf7 .input-group-lg > input[type=time],
.wpcf7 .input-group-lg > input[type=datetime],
.wpcf7 .input-group-lg > input[type=datetime-local],
.wpcf7 .input-group-lg > input[type=color],
.wpcf7 .input-group-lg > input[type=email],
.wpcf7 .input-group-lg > input[type=file],
.wpcf7 .input-group-lg > input[type=submit],
.wpcf7 .input-group-lg > select,
.wpcf7 .input-group-lg > textarea,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
padding: 0.5rem 1rem;
font-size: 1.25rem;
border-radius: var(--bs-border-radius-lg);
}
.input-group-sm > .form-control, .wpcf7 .input-group-sm > .wpcf7-validation-errors, .wpcf7 .input-group-sm > input[type=text],
.wpcf7 .input-group-sm > input[type=search],
.wpcf7 .input-group-sm > input[type=url],
.wpcf7 .input-group-sm > input[type=tel],
.wpcf7 .input-group-sm > input[type=number],
.wpcf7 .input-group-sm > input[type=range],
.wpcf7 .input-group-sm > input[type=date],
.wpcf7 .input-group-sm > input[type=month],
.wpcf7 .input-group-sm > input[type=week],
.wpcf7 .input-group-sm > input[type=time],
.wpcf7 .input-group-sm > input[type=datetime],
.wpcf7 .input-group-sm > input[type=datetime-local],
.wpcf7 .input-group-sm > input[type=color],
.wpcf7 .input-group-sm > input[type=email],
.wpcf7 .input-group-sm > input[type=file],
.wpcf7 .input-group-sm > input[type=submit],
.wpcf7 .input-group-sm > select,
.wpcf7 .input-group-sm > textarea,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
border-radius: var(--bs-border-radius-sm);
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
padding-right: 48px;
}
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.wpcf7 .input-group:not(.has-validation) > .form-floating:not(:last-child) > .wpcf7-validation-errors,
.wpcf7 .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=text],
.wpcf7 .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=search],
.wpcf7 .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=url],
.wpcf7 .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=tel],
.wpcf7 .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=number],
.wpcf7 .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=range],
.wpcf7 .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=date],
.wpcf7 .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=month],
.wpcf7 .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=week],
.wpcf7 .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=time],
.wpcf7 .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=datetime],
.wpcf7 .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=datetime-local],
.wpcf7 .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=color],
.wpcf7 .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=email],
.wpcf7 .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=file],
.wpcf7 .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=submit],
.wpcf7 .input-group:not(.has-validation) > .form-floating:not(:last-child) > select,
.wpcf7 .input-group:not(.has-validation) > .form-floating:not(:last-child) > textarea,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.wpcf7 .input-group.has-validation > .form-floating:nth-last-child(n+3) > .wpcf7-validation-errors,
.wpcf7 .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=text],
.wpcf7 .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=search],
.wpcf7 .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=url],
.wpcf7 .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=tel],
.wpcf7 .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=number],
.wpcf7 .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=range],
.wpcf7 .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=date],
.wpcf7 .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=month],
.wpcf7 .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=week],
.wpcf7 .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=time],
.wpcf7 .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=datetime],
.wpcf7 .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=datetime-local],
.wpcf7 .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=color],
.wpcf7 .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=email],
.wpcf7 .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=file],
.wpcf7 .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=submit],
.wpcf7 .input-group.has-validation > .form-floating:nth-last-child(n+3) > select,
.wpcf7 .input-group.has-validation > .form-floating:nth-last-child(n+3) > textarea,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
margin-left: calc(var(--bs-border-width) * -1);
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control, .wpcf7 .input-group > .form-floating:not(:first-child) > .wpcf7-validation-errors, .wpcf7 .input-group > .form-floating:not(:first-child) > input[type=text],
.wpcf7 .input-group > .form-floating:not(:first-child) > input[type=search],
.wpcf7 .input-group > .form-floating:not(:first-child) > input[type=url],
.wpcf7 .input-group > .form-floating:not(:first-child) > input[type=tel],
.wpcf7 .input-group > .form-floating:not(:first-child) > input[type=number],
.wpcf7 .input-group > .form-floating:not(:first-child) > input[type=range],
.wpcf7 .input-group > .form-floating:not(:first-child) > input[type=date],
.wpcf7 .input-group > .form-floating:not(:first-child) > input[type=month],
.wpcf7 .input-group > .form-floating:not(:first-child) > input[type=week],
.wpcf7 .input-group > .form-floating:not(:first-child) > input[type=time],
.wpcf7 .input-group > .form-floating:not(:first-child) > input[type=datetime],
.wpcf7 .input-group > .form-floating:not(:first-child) > input[type=datetime-local],
.wpcf7 .input-group > .form-floating:not(:first-child) > input[type=color],
.wpcf7 .input-group > .form-floating:not(:first-child) > input[type=email],
.wpcf7 .input-group > .form-floating:not(:first-child) > input[type=file],
.wpcf7 .input-group > .form-floating:not(:first-child) > input[type=submit],
.wpcf7 .input-group > .form-floating:not(:first-child) > select,
.wpcf7 .input-group > .form-floating:not(:first-child) > textarea,
.input-group > .form-floating:not(:first-child) > .form-select {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.valid-feedback {
display: none;
width: 100%;
margin-top: 0.25rem;
font-size: 0.875em;
color: var(--bs-form-valid-color);
}
.valid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
max-width: 100%;
padding: 2px 4px;
margin-top: 0.1rem;
font-size: 0.875rem;
color: #fff;
background-color: var(--bs-success);
border-radius: var(--bs-border-radius);
}
.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, .was-validated .wpcf7 .wpcf7-validation-errors:valid, .wpcf7 .was-validated .wpcf7-validation-errors:valid, .was-validated .wpcf7 input[type=text]:valid, .wpcf7 .was-validated input[type=text]:valid,
.was-validated .wpcf7 input[type=search]:valid,
.wpcf7 .was-validated input[type=search]:valid,
.was-validated .wpcf7 input[type=url]:valid,
.wpcf7 .was-validated input[type=url]:valid,
.was-validated .wpcf7 input[type=tel]:valid,
.wpcf7 .was-validated input[type=tel]:valid,
.was-validated .wpcf7 input[type=number]:valid,
.wpcf7 .was-validated input[type=number]:valid,
.was-validated .wpcf7 input[type=range]:valid,
.wpcf7 .was-validated input[type=range]:valid,
.was-validated .wpcf7 input[type=date]:valid,
.wpcf7 .was-validated input[type=date]:valid,
.was-validated .wpcf7 input[type=month]:valid,
.wpcf7 .was-validated input[type=month]:valid,
.was-validated .wpcf7 input[type=week]:valid,
.wpcf7 .was-validated input[type=week]:valid,
.was-validated .wpcf7 input[type=time]:valid,
.wpcf7 .was-validated input[type=time]:valid,
.was-validated .wpcf7 input[type=datetime]:valid,
.wpcf7 .was-validated input[type=datetime]:valid,
.was-validated .wpcf7 input[type=datetime-local]:valid,
.wpcf7 .was-validated input[type=datetime-local]:valid,
.was-validated .wpcf7 input[type=color]:valid,
.wpcf7 .was-validated input[type=color]:valid,
.was-validated .wpcf7 input[type=email]:valid,
.wpcf7 .was-validated input[type=email]:valid,
.was-validated .wpcf7 input[type=file]:valid,
.wpcf7 .was-validated input[type=file]:valid,
.was-validated .wpcf7 input[type=submit]:valid,
.wpcf7 .was-validated input[type=submit]:valid,
.was-validated .wpcf7 select:valid,
.wpcf7 .was-validated select:valid,
.was-validated .wpcf7 textarea:valid,
.wpcf7 .was-validated textarea:valid, .form-control.is-valid, .wpcf7 .is-valid.wpcf7-validation-errors, .wpcf7 input.is-valid[type=text],
.wpcf7 input.is-valid[type=search],
.wpcf7 input.is-valid[type=url],
.wpcf7 input.is-valid[type=tel],
.wpcf7 input.is-valid[type=number],
.wpcf7 input.is-valid[type=range],
.wpcf7 input.is-valid[type=date],
.wpcf7 input.is-valid[type=month],
.wpcf7 input.is-valid[type=week],
.wpcf7 input.is-valid[type=time],
.wpcf7 input.is-valid[type=datetime],
.wpcf7 input.is-valid[type=datetime-local],
.wpcf7 input.is-valid[type=color],
.wpcf7 input.is-valid[type=email],
.wpcf7 input.is-valid[type=file],
.wpcf7 input.is-valid[type=submit],
.wpcf7 select.is-valid,
.wpcf7 textarea.is-valid {
border-color: var(--bs-form-valid-border-color);
padding-right: calc(1.9em + 16px);
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.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.475em + 4px) center;
background-size: calc(0.95em + 8px) calc(0.95em + 8px);
}
.was-validated .form-control:valid:focus, .was-validated .wpcf7 .wpcf7-validation-errors:valid:focus, .wpcf7 .was-validated .wpcf7-validation-errors:valid:focus, .was-validated .wpcf7 input[type=text]:valid:focus, .wpcf7 .was-validated input[type=text]:valid:focus,
.was-validated .wpcf7 input[type=search]:valid:focus,
.wpcf7 .was-validated input[type=search]:valid:focus,
.was-validated .wpcf7 input[type=url]:valid:focus,
.wpcf7 .was-validated input[type=url]:valid:focus,
.was-validated .wpcf7 input[type=tel]:valid:focus,
.wpcf7 .was-validated input[type=tel]:valid:focus,
.was-validated .wpcf7 input[type=number]:valid:focus,
.wpcf7 .was-validated input[type=number]:valid:focus,
.was-validated .wpcf7 input[type=range]:valid:focus,
.wpcf7 .was-validated input[type=range]:valid:focus,
.was-validated .wpcf7 input[type=date]:valid:focus,
.wpcf7 .was-validated input[type=date]:valid:focus,
.was-validated .wpcf7 input[type=month]:valid:focus,
.wpcf7 .was-validated input[type=month]:valid:focus,
.was-validated .wpcf7 input[type=week]:valid:focus,
.wpcf7 .was-validated input[type=week]:valid:focus,
.was-validated .wpcf7 input[type=time]:valid:focus,
.wpcf7 .was-validated input[type=time]:valid:focus,
.was-validated .wpcf7 input[type=datetime]:valid:focus,
.wpcf7 .was-validated input[type=datetime]:valid:focus,
.was-validated .wpcf7 input[type=datetime-local]:valid:focus,
.wpcf7 .was-validated input[type=datetime-local]:valid:focus,
.was-validated .wpcf7 input[type=color]:valid:focus,
.wpcf7 .was-validated input[type=color]:valid:focus,
.was-validated .wpcf7 input[type=email]:valid:focus,
.wpcf7 .was-validated input[type=email]:valid:focus,
.was-validated .wpcf7 input[type=file]:valid:focus,
.wpcf7 .was-validated input[type=file]:valid:focus,
.was-validated .wpcf7 input[type=submit]:valid:focus,
.wpcf7 .was-validated input[type=submit]:valid:focus,
.was-validated .wpcf7 select:valid:focus,
.wpcf7 .was-validated select:valid:focus,
.was-validated .wpcf7 textarea:valid:focus,
.wpcf7 .was-validated textarea:valid:focus, .form-control.is-valid:focus, .wpcf7 .is-valid.wpcf7-validation-errors:focus, .wpcf7 input.is-valid[type=text]:focus,
.wpcf7 input.is-valid[type=search]:focus,
.wpcf7 input.is-valid[type=url]:focus,
.wpcf7 input.is-valid[type=tel]:focus,
.wpcf7 input.is-valid[type=number]:focus,
.wpcf7 input.is-valid[type=range]:focus,
.wpcf7 input.is-valid[type=date]:focus,
.wpcf7 input.is-valid[type=month]:focus,
.wpcf7 input.is-valid[type=week]:focus,
.wpcf7 input.is-valid[type=time]:focus,
.wpcf7 input.is-valid[type=datetime]:focus,
.wpcf7 input.is-valid[type=datetime-local]:focus,
.wpcf7 input.is-valid[type=color]:focus,
.wpcf7 input.is-valid[type=email]:focus,
.wpcf7 input.is-valid[type=file]:focus,
.wpcf7 input.is-valid[type=submit]:focus,
.wpcf7 select.is-valid:focus,
.wpcf7 textarea.is-valid:focus {
border-color: var(--bs-form-valid-border-color);
box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated textarea.form-control:valid,
.was-validated .wpcf7 textarea:valid,
.wpcf7 .was-validated textarea:valid, textarea.form-control.is-valid,
.wpcf7 textarea.is-valid {
padding-right: calc(1.9em + 16px);
background-position: top calc(0.475em + 4px) right calc(0.475em + 4px);
}
.was-validated .form-select:valid, .form-select.is-valid {
border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
--bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.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");
padding-right: 66px;
background-position: right 12px center, center right 36px;
background-size: 16px 12px, calc(0.95em + 8px) calc(0.95em + 8px);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
border-color: var(--bs-form-valid-border-color);
box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-control-color:valid, .form-control-color.is-valid {
width: calc(3rem + calc(1.9em + 16px));
}
.was-validated .form-check-input:valid, .form-check-input.is-valid {
border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
color: var(--bs-form-valid-color);
}
.form-check-inline .form-check-input ~ .valid-feedback {
margin-left: 0.5em;
}
.was-validated .input-group > .form-control:not(:focus):valid, .was-validated .wpcf7 .input-group > .wpcf7-validation-errors:not(:focus):valid, .wpcf7 .was-validated .input-group > .wpcf7-validation-errors:not(:focus):valid, .was-validated .wpcf7 .input-group > input[type=text]:not(:focus):valid, .wpcf7 .was-validated .input-group > input[type=text]:not(:focus):valid,
.was-validated .wpcf7 .input-group > input[type=search]:not(:focus):valid,
.wpcf7 .was-validated .input-group > input[type=search]:not(:focus):valid,
.was-validated .wpcf7 .input-group > input[type=url]:not(:focus):valid,
.wpcf7 .was-validated .input-group > input[type=url]:not(:focus):valid,
.was-validated .wpcf7 .input-group > input[type=tel]:not(:focus):valid,
.wpcf7 .was-validated .input-group > input[type=tel]:not(:focus):valid,
.was-validated .wpcf7 .input-group > input[type=number]:not(:focus):valid,
.wpcf7 .was-validated .input-group > input[type=number]:not(:focus):valid,
.was-validated .wpcf7 .input-group > input[type=range]:not(:focus):valid,
.wpcf7 .was-validated .input-group > input[type=range]:not(:focus):valid,
.was-validated .wpcf7 .input-group > input[type=date]:not(:focus):valid,
.wpcf7 .was-validated .input-group > input[type=date]:not(:focus):valid,
.was-validated .wpcf7 .input-group > input[type=month]:not(:focus):valid,
.wpcf7 .was-validated .input-group > input[type=month]:not(:focus):valid,
.was-validated .wpcf7 .input-group > input[type=week]:not(:focus):valid,
.wpcf7 .was-validated .input-group > input[type=week]:not(:focus):valid,
.was-validated .wpcf7 .input-group > input[type=time]:not(:focus):valid,
.wpcf7 .was-validated .input-group > input[type=time]:not(:focus):valid,
.was-validated .wpcf7 .input-group > input[type=datetime]:not(:focus):valid,
.wpcf7 .was-validated .input-group > input[type=datetime]:not(:focus):valid,
.was-validated .wpcf7 .input-group > input[type=datetime-local]:not(:focus):valid,
.wpcf7 .was-validated .input-group > input[type=datetime-local]:not(:focus):valid,
.was-validated .wpcf7 .input-group > input[type=color]:not(:focus):valid,
.wpcf7 .was-validated .input-group > input[type=color]:not(:focus):valid,
.was-validated .wpcf7 .input-group > input[type=email]:not(:focus):valid,
.wpcf7 .was-validated .input-group > input[type=email]:not(:focus):valid,
.was-validated .wpcf7 .input-group > input[type=file]:not(:focus):valid,
.wpcf7 .was-validated .input-group > input[type=file]:not(:focus):valid,
.was-validated .wpcf7 .input-group > input[type=submit]:not(:focus):valid,
.wpcf7 .was-validated .input-group > input[type=submit]:not(:focus):valid,
.was-validated .wpcf7 .input-group > select:not(:focus):valid,
.wpcf7 .was-validated .input-group > select:not(:focus):valid,
.was-validated .wpcf7 .input-group > textarea:not(:focus):valid,
.wpcf7 .was-validated .input-group > textarea:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid, .wpcf7 .input-group > .wpcf7-validation-errors:not(:focus).is-valid, .wpcf7 .input-group > input[type=text]:not(:focus).is-valid,
.wpcf7 .input-group > input[type=search]:not(:focus).is-valid,
.wpcf7 .input-group > input[type=url]:not(:focus).is-valid,
.wpcf7 .input-group > input[type=tel]:not(:focus).is-valid,
.wpcf7 .input-group > input[type=number]:not(:focus).is-valid,
.wpcf7 .input-group > input[type=range]:not(:focus).is-valid,
.wpcf7 .input-group > input[type=date]:not(:focus).is-valid,
.wpcf7 .input-group > input[type=month]:not(:focus).is-valid,
.wpcf7 .input-group > input[type=week]:not(:focus).is-valid,
.wpcf7 .input-group > input[type=time]:not(:focus).is-valid,
.wpcf7 .input-group > input[type=datetime]:not(:focus).is-valid,
.wpcf7 .input-group > input[type=datetime-local]:not(:focus).is-valid,
.wpcf7 .input-group > input[type=color]:not(:focus).is-valid,
.wpcf7 .input-group > input[type=email]:not(:focus).is-valid,
.wpcf7 .input-group > input[type=file]:not(:focus).is-valid,
.wpcf7 .input-group > input[type=submit]:not(:focus).is-valid,
.wpcf7 .input-group > select:not(:focus).is-valid,
.wpcf7 .input-group > textarea:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
z-index: 3;
}
.invalid-feedback {
display: none;
width: 100%;
margin-top: 0.25rem;
font-size: 0.875em;
color: var(--bs-form-invalid-color);
}
.invalid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
max-width: 100%;
padding: 2px 4px;
margin-top: 0.1rem;
font-size: 0.875rem;
color: #fff;
background-color: var(--bs-danger);
border-radius: var(--bs-border-radius);
}
.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, .was-validated .wpcf7 .wpcf7-validation-errors:invalid, .wpcf7 .was-validated .wpcf7-validation-errors:invalid, .was-validated .wpcf7 input[type=text]:invalid, .wpcf7 .was-validated input[type=text]:invalid,
.was-validated .wpcf7 input[type=search]:invalid,
.wpcf7 .was-validated input[type=search]:invalid,
.was-validated .wpcf7 input[type=url]:invalid,
.wpcf7 .was-validated input[type=url]:invalid,
.was-validated .wpcf7 input[type=tel]:invalid,
.wpcf7 .was-validated input[type=tel]:invalid,
.was-validated .wpcf7 input[type=number]:invalid,
.wpcf7 .was-validated input[type=number]:invalid,
.was-validated .wpcf7 input[type=range]:invalid,
.wpcf7 .was-validated input[type=range]:invalid,
.was-validated .wpcf7 input[type=date]:invalid,
.wpcf7 .was-validated input[type=date]:invalid,
.was-validated .wpcf7 input[type=month]:invalid,
.wpcf7 .was-validated input[type=month]:invalid,
.was-validated .wpcf7 input[type=week]:invalid,
.wpcf7 .was-validated input[type=week]:invalid,
.was-validated .wpcf7 input[type=time]:invalid,
.wpcf7 .was-validated input[type=time]:invalid,
.was-validated .wpcf7 input[type=datetime]:invalid,
.wpcf7 .was-validated input[type=datetime]:invalid,
.was-validated .wpcf7 input[type=datetime-local]:invalid,
.wpcf7 .was-validated input[type=datetime-local]:invalid,
.was-validated .wpcf7 input[type=color]:invalid,
.wpcf7 .was-validated input[type=color]:invalid,
.was-validated .wpcf7 input[type=email]:invalid,
.wpcf7 .was-validated input[type=email]:invalid,
.was-validated .wpcf7 input[type=file]:invalid,
.wpcf7 .was-validated input[type=file]:invalid,
.was-validated .wpcf7 input[type=submit]:invalid,
.wpcf7 .was-validated input[type=submit]:invalid,
.was-validated .wpcf7 select:invalid,
.wpcf7 .was-validated select:invalid,
.was-validated .wpcf7 textarea:invalid,
.wpcf7 .was-validated textarea:invalid, .form-control.is-invalid, .wpcf7 .is-invalid.wpcf7-validation-errors, .wpcf7 input.is-invalid[type=text],
.wpcf7 input.is-invalid[type=search],
.wpcf7 input.is-invalid[type=url],
.wpcf7 input.is-invalid[type=tel],
.wpcf7 input.is-invalid[type=number],
.wpcf7 input.is-invalid[type=range],
.wpcf7 input.is-invalid[type=date],
.wpcf7 input.is-invalid[type=month],
.wpcf7 input.is-invalid[type=week],
.wpcf7 input.is-invalid[type=time],
.wpcf7 input.is-invalid[type=datetime],
.wpcf7 input.is-invalid[type=datetime-local],
.wpcf7 input.is-invalid[type=color],
.wpcf7 input.is-invalid[type=email],
.wpcf7 input.is-invalid[type=file],
.wpcf7 input.is-invalid[type=submit],
.wpcf7 select.is-invalid,
.wpcf7 textarea.is-invalid {
border-color: var(--bs-form-invalid-border-color);
padding-right: calc(1.9em + 16px);
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%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.475em + 4px) center;
background-size: calc(0.95em + 8px) calc(0.95em + 8px);
}
.was-validated .form-control:invalid:focus, .was-validated .wpcf7 .wpcf7-validation-errors:invalid:focus, .wpcf7 .was-validated .wpcf7-validation-errors:invalid:focus, .was-validated .wpcf7 input[type=text]:invalid:focus, .wpcf7 .was-validated input[type=text]:invalid:focus,
.was-validated .wpcf7 input[type=search]:invalid:focus,
.wpcf7 .was-validated input[type=search]:invalid:focus,
.was-validated .wpcf7 input[type=url]:invalid:focus,
.wpcf7 .was-validated input[type=url]:invalid:focus,
.was-validated .wpcf7 input[type=tel]:invalid:focus,
.wpcf7 .was-validated input[type=tel]:invalid:focus,
.was-validated .wpcf7 input[type=number]:invalid:focus,
.wpcf7 .was-validated input[type=number]:invalid:focus,
.was-validated .wpcf7 input[type=range]:invalid:focus,
.wpcf7 .was-validated input[type=range]:invalid:focus,
.was-validated .wpcf7 input[type=date]:invalid:focus,
.wpcf7 .was-validated input[type=date]:invalid:focus,
.was-validated .wpcf7 input[type=month]:invalid:focus,
.wpcf7 .was-validated input[type=month]:invalid:focus,
.was-validated .wpcf7 input[type=week]:invalid:focus,
.wpcf7 .was-validated input[type=week]:invalid:focus,
.was-validated .wpcf7 input[type=time]:invalid:focus,
.wpcf7 .was-validated input[type=time]:invalid:focus,
.was-validated .wpcf7 input[type=datetime]:invalid:focus,
.wpcf7 .was-validated input[type=datetime]:invalid:focus,
.was-validated .wpcf7 input[type=datetime-local]:invalid:focus,
.wpcf7 .was-validated input[type=datetime-local]:invalid:focus,
.was-validated .wpcf7 input[type=color]:invalid:focus,
.wpcf7 .was-validated input[type=color]:invalid:focus,
.was-validated .wpcf7 input[type=email]:invalid:focus,
.wpcf7 .was-validated input[type=email]:invalid:focus,
.was-validated .wpcf7 input[type=file]:invalid:focus,
.wpcf7 .was-validated input[type=file]:invalid:focus,
.was-validated .wpcf7 input[type=submit]:invalid:focus,
.wpcf7 .was-validated input[type=submit]:invalid:focus,
.was-validated .wpcf7 select:invalid:focus,
.wpcf7 .was-validated select:invalid:focus,
.was-validated .wpcf7 textarea:invalid:focus,
.wpcf7 .was-validated textarea:invalid:focus, .form-control.is-invalid:focus, .wpcf7 .is-invalid.wpcf7-validation-errors:focus, .wpcf7 input.is-invalid[type=text]:focus,
.wpcf7 input.is-invalid[type=search]:focus,
.wpcf7 input.is-invalid[type=url]:focus,
.wpcf7 input.is-invalid[type=tel]:focus,
.wpcf7 input.is-invalid[type=number]:focus,
.wpcf7 input.is-invalid[type=range]:focus,
.wpcf7 input.is-invalid[type=date]:focus,
.wpcf7 input.is-invalid[type=month]:focus,
.wpcf7 input.is-invalid[type=week]:focus,
.wpcf7 input.is-invalid[type=time]:focus,
.wpcf7 input.is-invalid[type=datetime]:focus,
.wpcf7 input.is-invalid[type=datetime-local]:focus,
.wpcf7 input.is-invalid[type=color]:focus,
.wpcf7 input.is-invalid[type=email]:focus,
.wpcf7 input.is-invalid[type=file]:focus,
.wpcf7 input.is-invalid[type=submit]:focus,
.wpcf7 select.is-invalid:focus,
.wpcf7 textarea.is-invalid:focus {
border-color: var(--bs-form-invalid-border-color);
box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated textarea.form-control:invalid,
.was-validated .wpcf7 textarea:invalid,
.wpcf7 .was-validated textarea:invalid, textarea.form-control.is-invalid,
.wpcf7 textarea.is-invalid {
padding-right: calc(1.9em + 16px);
background-position: top calc(0.475em + 4px) right calc(0.475em + 4px);
}
.was-validated .form-select:invalid, .form-select.is-invalid {
border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
--bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%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");
padding-right: 66px;
background-position: right 12px center, center right 36px;
background-size: 16px 12px, calc(0.95em + 8px) calc(0.95em + 8px);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
border-color: var(--bs-form-invalid-border-color);
box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
width: calc(3rem + calc(1.9em + 16px));
}
.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
color: var(--bs-form-invalid-color);
}
.form-check-inline .form-check-input ~ .invalid-feedback {
margin-left: 0.5em;
}
.was-validated .input-group > .form-control:not(:focus):invalid, .was-validated .wpcf7 .input-group > .wpcf7-validation-errors:not(:focus):invalid, .wpcf7 .was-validated .input-group > .wpcf7-validation-errors:not(:focus):invalid, .was-validated .wpcf7 .input-group > input[type=text]:not(:focus):invalid, .wpcf7 .was-validated .input-group > input[type=text]:not(:focus):invalid,
.was-validated .wpcf7 .input-group > input[type=search]:not(:focus):invalid,
.wpcf7 .was-validated .input-group > input[type=search]:not(:focus):invalid,
.was-validated .wpcf7 .input-group > input[type=url]:not(:focus):invalid,
.wpcf7 .was-validated .input-group > input[type=url]:not(:focus):invalid,
.was-validated .wpcf7 .input-group > input[type=tel]:not(:focus):invalid,
.wpcf7 .was-validated .input-group > input[type=tel]:not(:focus):invalid,
.was-validated .wpcf7 .input-group > input[type=number]:not(:focus):invalid,
.wpcf7 .was-validated .input-group > input[type=number]:not(:focus):invalid,
.was-validated .wpcf7 .input-group > input[type=range]:not(:focus):invalid,
.wpcf7 .was-validated .input-group > input[type=range]:not(:focus):invalid,
.was-validated .wpcf7 .input-group > input[type=date]:not(:focus):invalid,
.wpcf7 .was-validated .input-group > input[type=date]:not(:focus):invalid,
.was-validated .wpcf7 .input-group > input[type=month]:not(:focus):invalid,
.wpcf7 .was-validated .input-group > input[type=month]:not(:focus):invalid,
.was-validated .wpcf7 .input-group > input[type=week]:not(:focus):invalid,
.wpcf7 .was-validated .input-group > input[type=week]:not(:focus):invalid,
.was-validated .wpcf7 .input-group > input[type=time]:not(:focus):invalid,
.wpcf7 .was-validated .input-group > input[type=time]:not(:focus):invalid,
.was-validated .wpcf7 .input-group > input[type=datetime]:not(:focus):invalid,
.wpcf7 .was-validated .input-group > input[type=datetime]:not(:focus):invalid,
.was-validated .wpcf7 .input-group > input[type=datetime-local]:not(:focus):invalid,
.wpcf7 .was-validated .input-group > input[type=datetime-local]:not(:focus):invalid,
.was-validated .wpcf7 .input-group > input[type=color]:not(:focus):invalid,
.wpcf7 .was-validated .input-group > input[type=color]:not(:focus):invalid,
.was-validated .wpcf7 .input-group > input[type=email]:not(:focus):invalid,
.wpcf7 .was-validated .input-group > input[type=email]:not(:focus):invalid,
.was-validated .wpcf7 .input-group > input[type=file]:not(:focus):invalid,
.wpcf7 .was-validated .input-group > input[type=file]:not(:focus):invalid,
.was-validated .wpcf7 .input-group > input[type=submit]:not(:focus):invalid,
.wpcf7 .was-validated .input-group > input[type=submit]:not(:focus):invalid,
.was-validated .wpcf7 .input-group > select:not(:focus):invalid,
.wpcf7 .was-validated .input-group > select:not(:focus):invalid,
.was-validated .wpcf7 .input-group > textarea:not(:focus):invalid,
.wpcf7 .was-validated .input-group > textarea:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid, .wpcf7 .input-group > .wpcf7-validation-errors:not(:focus).is-invalid, .wpcf7 .input-group > input[type=text]:not(:focus).is-invalid,
.wpcf7 .input-group > input[type=search]:not(:focus).is-invalid,
.wpcf7 .input-group > input[type=url]:not(:focus).is-invalid,
.wpcf7 .input-group > input[type=tel]:not(:focus).is-invalid,
.wpcf7 .input-group > input[type=number]:not(:focus).is-invalid,
.wpcf7 .input-group > input[type=range]:not(:focus).is-invalid,
.wpcf7 .input-group > input[type=date]:not(:focus).is-invalid,
.wpcf7 .input-group > input[type=month]:not(:focus).is-invalid,
.wpcf7 .input-group > input[type=week]:not(:focus).is-invalid,
.wpcf7 .input-group > input[type=time]:not(:focus).is-invalid,
.wpcf7 .input-group > input[type=datetime]:not(:focus).is-invalid,
.wpcf7 .input-group > input[type=datetime-local]:not(:focus).is-invalid,
.wpcf7 .input-group > input[type=color]:not(:focus).is-invalid,
.wpcf7 .input-group > input[type=email]:not(:focus).is-invalid,
.wpcf7 .input-group > input[type=file]:not(:focus).is-invalid,
.wpcf7 .input-group > input[type=submit]:not(:focus).is-invalid,
.wpcf7 .input-group > select:not(:focus).is-invalid,
.wpcf7 .input-group > textarea:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
z-index: 4;
}
.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 {
height: 0;
overflow: hidden;
transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
.collapsing {
transition: none;
}
}
.collapsing.collapse-horizontal {
width: 0;
height: auto;
transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
.collapsing.collapse-horizontal {
transition: none;
}
}
.clearfix::after {
display: block;
clear: both;
content: "";
}
.text-bg-primary {
color: #fff !important;
background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-secondary {
color: #fff !important;
background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-success {
color: #fff !important;
background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-info {
color: #000 !important;
background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-warning {
color: #000 !important;
background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-danger {
color: #fff !important;
background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-light {
color: #000 !important;
background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-dark {
color: #fff !important;
background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}
.link-primary {
color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
color: RGBA(167, 134, 64, var(--bs-link-opacity, 1)) !important;
text-decoration-color: RGBA(167, 134, 64, var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary {
color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
color: RGBA(38, 64, 98, var(--bs-link-opacity, 1)) !important;
text-decoration-color: RGBA(38, 64, 98, var(--bs-link-underline-opacity, 1)) !important;
}
.link-success {
color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}
.link-info {
color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning {
color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger {
color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}
.link-light {
color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
color: RGBA(249, 249, 249, var(--bs-link-opacity, 1)) !important;
text-decoration-color: RGBA(249, 249, 249, var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark {
color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
color: RGBA(10, 11, 12, var(--bs-link-opacity, 1)) !important;
text-decoration-color: RGBA(10, 11, 12, var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis {
color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}
.focus-ring:focus {
outline: 0;
box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}
.icon-link {
display: inline-flex;
gap: 0.375rem;
align-items: center;
text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
text-underline-offset: 0.25em;
backface-visibility: hidden;
}
.icon-link > .bi {
flex-shrink: 0;
width: 1em;
height: 1em;
fill: currentcolor;
transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
.icon-link > .bi {
transition: none;
}
}
.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}
.ratio {
position: relative;
width: 100%;
}
.ratio::before {
display: block;
padding-top: var(--bs-aspect-ratio);
content: "";
}
.ratio > * {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.ratio-1x1 {
--bs-aspect-ratio: 100%;
}
.ratio-4x3 {
--bs-aspect-ratio: 75%;
}
.ratio-16x9 {
--bs-aspect-ratio: 56.25%;
}
.ratio-21x9 {
--bs-aspect-ratio: 42.8571428571%;
}
.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;
}
.sticky-top {
position: sticky;
top: 0;
z-index: 1020;
}
.sticky-bottom {
position: sticky;
bottom: 0;
z-index: 1020;
}
@media (min-width: 576px) {
.sticky-sm-top {
position: sticky;
top: 0;
z-index: 1020;
}
.sticky-sm-bottom {
position: sticky;
bottom: 0;
z-index: 1020;
}
}
@media (min-width: 768px) {
.sticky-md-top {
position: sticky;
top: 0;
z-index: 1020;
}
.sticky-md-bottom {
position: sticky;
bottom: 0;
z-index: 1020;
}
}
@media (min-width: 992px) {
.sticky-lg-top {
position: sticky;
top: 0;
z-index: 1020;
}
.sticky-lg-bottom {
position: sticky;
bottom: 0;
z-index: 1020;
}
}
@media (min-width: 1200px) {
.sticky-xl-top {
position: sticky;
top: 0;
z-index: 1020;
}
.sticky-xl-bottom {
position: sticky;
bottom: 0;
z-index: 1020;
}
}
@media (min-width: 1440px) {
.sticky-xxl-top {
position: sticky;
top: 0;
z-index: 1020;
}
.sticky-xxl-bottom {
position: sticky;
bottom: 0;
z-index: 1020;
}
}
@media (min-width: 1600px) {
.sticky-xxxl-top {
position: sticky;
top: 0;
z-index: 1020;
}
.sticky-xxxl-bottom {
position: sticky;
bottom: 0;
z-index: 1020;
}
}
@media (min-width: 1800px) {
.sticky-xxxxl-top {
position: sticky;
top: 0;
z-index: 1020;
}
.sticky-xxxxl-bottom {
position: sticky;
bottom: 0;
z-index: 1020;
}
}
@media (min-width: 2000px) {
.sticky-xxxxxl-top {
position: sticky;
top: 0;
z-index: 1020;
}
.sticky-xxxxxl-bottom {
position: sticky;
bottom: 0;
z-index: 1020;
}
}
.hstack {
display: flex;
flex-direction: row;
align-items: center;
align-self: stretch;
}
.vstack {
display: flex;
flex: 1 1 auto;
flex-direction: column;
align-self: stretch;
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
width: 1px !important;
height: 1px !important;
padding: 0 !important;
margin: -1px !important;
overflow: hidden !important;
clip: rect(0, 0, 0, 0) !important;
white-space: nowrap !important;
border: 0 !important;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
position: absolute !important;
}
.stretched-link::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
content: "";
}
.text-truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.vr {
display: inline-block;
align-self: stretch;
width: var(--bs-border-width);
min-height: 1em;
background-color: currentcolor;
opacity: 0.25;
}
.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;
}
.float-start {
float: left !important;
}
.float-end {
float: right !important;
}
.float-none {
float: none !important;
}
.object-fit-contain {
-o-object-fit: contain !important;
object-fit: contain !important;
}
.object-fit-cover {
-o-object-fit: cover !important;
object-fit: cover !important;
}
.object-fit-fill {
-o-object-fit: fill !important;
object-fit: fill !important;
}
.object-fit-scale {
-o-object-fit: scale-down !important;
object-fit: scale-down !important;
}
.object-fit-none {
-o-object-fit: none !important;
object-fit: none !important;
}
.opacity-0 {
opacity: 0 !important;
}
.opacity-25 {
opacity: 0.25 !important;
}
.opacity-50 {
opacity: 0.5 !important;
}
.opacity-75 {
opacity: 0.75 !important;
}
.opacity-100 {
opacity: 1 !important;
}
.overflow-auto {
overflow: auto !important;
}
.overflow-hidden {
overflow: hidden !important;
}
.overflow-visible {
overflow: visible !important;
}
.overflow-scroll {
overflow: scroll !important;
}
.overflow-x-auto {
overflow-x: auto !important;
}
.overflow-x-hidden {
overflow-x: hidden !important;
}
.overflow-x-visible {
overflow-x: visible !important;
}
.overflow-x-scroll {
overflow-x: scroll !important;
}
.overflow-y-auto {
overflow-y: auto !important;
}
.overflow-y-hidden {
overflow-y: hidden !important;
}
.overflow-y-visible {
overflow-y: visible !important;
}
.overflow-y-scroll {
overflow-y: scroll !important;
}
.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;
}
.shadow {
box-shadow: var(--bs-box-shadow) !important;
}
.shadow-sm {
box-shadow: var(--bs-box-shadow-sm) !important;
}
.shadow-lg {
box-shadow: var(--bs-box-shadow-lg) !important;
}
.shadow-none {
box-shadow: none !important;
}
.focus-ring-primary {
--bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-secondary {
--bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-success {
--bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-info {
--bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-warning {
--bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-danger {
--bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-light {
--bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-dark {
--bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}
.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;
}
.top-0 {
top: 0 !important;
}
.top-50 {
top: 50% !important;
}
.top-100 {
top: 100% !important;
}
.bottom-0 {
bottom: 0 !important;
}
.bottom-50 {
bottom: 50% !important;
}
.bottom-100 {
bottom: 100% !important;
}
.start-0 {
left: 0 !important;
}
.start-50 {
left: 50% !important;
}
.start-100 {
left: 100% !important;
}
.end-0 {
right: 0 !important;
}
.end-50 {
right: 50% !important;
}
.end-100 {
right: 100% !important;
}
.translate-middle {
transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
transform: translateX(-50%) !important;
}
.translate-middle-y {
transform: translateY(-50%) !important;
}
.border {
border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-0 {
border: 0 !important;
}
.border-top {
border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-top-0 {
border-top: 0 !important;
}
.border-end {
border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-end-0 {
border-right: 0 !important;
}
.border-bottom {
border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-bottom-0 {
border-bottom: 0 !important;
}
.border-start {
border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-start-0 {
border-left: 0 !important;
}
.border-primary {
--bs-border-opacity: 1;
border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}
.border-secondary {
--bs-border-opacity: 1;
border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}
.border-success {
--bs-border-opacity: 1;
border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}
.border-info {
--bs-border-opacity: 1;
border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}
.border-warning {
--bs-border-opacity: 1;
border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}
.border-danger {
--bs-border-opacity: 1;
border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}
.border-light {
--bs-border-opacity: 1;
border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}
.border-dark {
--bs-border-opacity: 1;
border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}
.border-black {
--bs-border-opacity: 1;
border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}
.border-white {
--bs-border-opacity: 1;
border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}
.border-primary-subtle {
border-color: var(--bs-primary-border-subtle) !important;
}
.border-secondary-subtle {
border-color: var(--bs-secondary-border-subtle) !important;
}
.border-success-subtle {
border-color: var(--bs-success-border-subtle) !important;
}
.border-info-subtle {
border-color: var(--bs-info-border-subtle) !important;
}
.border-warning-subtle {
border-color: var(--bs-warning-border-subtle) !important;
}
.border-danger-subtle {
border-color: var(--bs-danger-border-subtle) !important;
}
.border-light-subtle {
border-color: var(--bs-light-border-subtle) !important;
}
.border-dark-subtle {
border-color: var(--bs-dark-border-subtle) !important;
}
.border-1 {
border-width: 1px !important;
}
.border-2 {
border-width: 2px !important;
}
.border-3 {
border-width: 3px !important;
}
.border-4 {
border-width: 4px !important;
}
.border-5 {
border-width: 5px !important;
}
.border-opacity-10 {
--bs-border-opacity: 0.1;
}
.border-opacity-25 {
--bs-border-opacity: 0.25;
}
.border-opacity-50 {
--bs-border-opacity: 0.5;
}
.border-opacity-75 {
--bs-border-opacity: 0.75;
}
.border-opacity-100 {
--bs-border-opacity: 1;
}
.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;
}
.mw-100 {
max-width: 100% !important;
}
.vw-100 {
width: 100vw !important;
}
.min-vw-100 {
min-width: 100vw !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;
}
.mh-100 {
max-height: 100% !important;
}
.vh-100 {
height: 100vh !important;
}
.min-vh-100 {
min-height: 100vh !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;
}
.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: 8px !important;
}
.m-2 {
margin: 16px !important;
}
.m-3 {
margin: 24px !important;
}
.m-4 {
margin: 32px !important;
}
.m-5 {
margin: 40px !important;
}
.m-6 {
margin: 48px !important;
}
.m-7 {
margin: 56px !important;
}
.m-8 {
margin: 64px !important;
}
.m-9 {
margin: 72px !important;
}
.m-10 {
margin: 80px !important;
}
.m-11 {
margin: 88px !important;
}
.m-12 {
margin: 96px !important;
}
.m-auto {
margin: auto !important;
}
.mx-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-1 {
margin-right: 8px !important;
margin-left: 8px !important;
}
.mx-2 {
margin-right: 16px !important;
margin-left: 16px !important;
}
.mx-3 {
margin-right: 24px !important;
margin-left: 24px !important;
}
.mx-4 {
margin-right: 32px !important;
margin-left: 32px !important;
}
.mx-5 {
margin-right: 40px !important;
margin-left: 40px !important;
}
.mx-6 {
margin-right: 48px !important;
margin-left: 48px !important;
}
.mx-7 {
margin-right: 56px !important;
margin-left: 56px !important;
}
.mx-8 {
margin-right: 64px !important;
margin-left: 64px !important;
}
.mx-9 {
margin-right: 72px !important;
margin-left: 72px !important;
}
.mx-10 {
margin-right: 80px !important;
margin-left: 80px !important;
}
.mx-11 {
margin-right: 88px !important;
margin-left: 88px !important;
}
.mx-12 {
margin-right: 96px !important;
margin-left: 96px !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: 8px !important;
margin-bottom: 8px !important;
}
.my-2 {
margin-top: 16px !important;
margin-bottom: 16px !important;
}
.my-3 {
margin-top: 24px !important;
margin-bottom: 24px !important;
}
.my-4 {
margin-top: 32px !important;
margin-bottom: 32px !important;
}
.my-5 {
margin-top: 40px !important;
margin-bottom: 40px !important;
}
.my-6 {
margin-top: 48px !important;
margin-bottom: 48px !important;
}
.my-7 {
margin-top: 56px !important;
margin-bottom: 56px !important;
}
.my-8 {
margin-top: 64px !important;
margin-bottom: 64px !important;
}
.my-9 {
margin-top: 72px !important;
margin-bottom: 72px !important;
}
.my-10 {
margin-top: 80px !important;
margin-bottom: 80px !important;
}
.my-11 {
margin-top: 88px !important;
margin-bottom: 88px !important;
}
.my-12 {
margin-top: 96px !important;
margin-bottom: 96px !important;
}
.my-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-0 {
margin-top: 0 !important;
}
.mt-1 {
margin-top: 8px !important;
}
.mt-2 {
margin-top: 16px !important;
}
.mt-3 {
margin-top: 24px !important;
}
.mt-4 {
margin-top: 32px !important;
}
.mt-5 {
margin-top: 40px !important;
}
.mt-6 {
margin-top: 48px !important;
}
.mt-7 {
margin-top: 56px !important;
}
.mt-8 {
margin-top: 64px !important;
}
.mt-9 {
margin-top: 72px !important;
}
.mt-10 {
margin-top: 80px !important;
}
.mt-11 {
margin-top: 88px !important;
}
.mt-12 {
margin-top: 96px !important;
}
.mt-auto {
margin-top: auto !important;
}
.me-0 {
margin-right: 0 !important;
}
.me-1 {
margin-right: 8px !important;
}
.me-2 {
margin-right: 16px !important;
}
.me-3 {
margin-right: 24px !important;
}
.me-4 {
margin-right: 32px !important;
}
.me-5 {
margin-right: 40px !important;
}
.me-6 {
margin-right: 48px !important;
}
.me-7 {
margin-right: 56px !important;
}
.me-8 {
margin-right: 64px !important;
}
.me-9 {
margin-right: 72px !important;
}
.me-10 {
margin-right: 80px !important;
}
.me-11 {
margin-right: 88px !important;
}
.me-12 {
margin-right: 96px !important;
}
.me-auto {
margin-right: auto !important;
}
.mb-0 {
margin-bottom: 0 !important;
}
.mb-1 {
margin-bottom: 8px !important;
}
.mb-2 {
margin-bottom: 16px !important;
}
.mb-3 {
margin-bottom: 24px !important;
}
.mb-4 {
margin-bottom: 32px !important;
}
.mb-5 {
margin-bottom: 40px !important;
}
.mb-6 {
margin-bottom: 48px !important;
}
.mb-7 {
margin-bottom: 56px !important;
}
.mb-8 {
margin-bottom: 64px !important;
}
.mb-9 {
margin-bottom: 72px !important;
}
.mb-10 {
margin-bottom: 80px !important;
}
.mb-11 {
margin-bottom: 88px !important;
}
.mb-12 {
margin-bottom: 96px !important;
}
.mb-auto {
margin-bottom: auto !important;
}
.ms-0 {
margin-left: 0 !important;
}
.ms-1 {
margin-left: 8px !important;
}
.ms-2 {
margin-left: 16px !important;
}
.ms-3 {
margin-left: 24px !important;
}
.ms-4 {
margin-left: 32px !important;
}
.ms-5 {
margin-left: 40px !important;
}
.ms-6 {
margin-left: 48px !important;
}
.ms-7 {
margin-left: 56px !important;
}
.ms-8 {
margin-left: 64px !important;
}
.ms-9 {
margin-left: 72px !important;
}
.ms-10 {
margin-left: 80px !important;
}
.ms-11 {
margin-left: 88px !important;
}
.ms-12 {
margin-left: 96px !important;
}
.ms-auto {
margin-left: auto !important;
}
.p-0 {
padding: 0 !important;
}
.p-1 {
padding: 8px !important;
}
.p-2 {
padding: 16px !important;
}
.p-3 {
padding: 24px !important;
}
.p-4 {
padding: 32px !important;
}
.p-5 {
padding: 40px !important;
}
.p-6 {
padding: 48px !important;
}
.p-7 {
padding: 56px !important;
}
.p-8 {
padding: 64px !important;
}
.p-9 {
padding: 72px !important;
}
.p-10 {
padding: 80px !important;
}
.p-11 {
padding: 88px !important;
}
.p-12 {
padding: 96px !important;
}
.px-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-1 {
padding-right: 8px !important;
padding-left: 8px !important;
}
.px-2 {
padding-right: 16px !important;
padding-left: 16px !important;
}
.px-3 {
padding-right: 24px !important;
padding-left: 24px !important;
}
.px-4 {
padding-right: 32px !important;
padding-left: 32px !important;
}
.px-5 {
padding-right: 40px !important;
padding-left: 40px !important;
}
.px-6 {
padding-right: 48px !important;
padding-left: 48px !important;
}
.px-7 {
padding-right: 56px !important;
padding-left: 56px !important;
}
.px-8 {
padding-right: 64px !important;
padding-left: 64px !important;
}
.px-9 {
padding-right: 72px !important;
padding-left: 72px !important;
}
.px-10 {
padding-right: 80px !important;
padding-left: 80px !important;
}
.px-11 {
padding-right: 88px !important;
padding-left: 88px !important;
}
.px-12 {
padding-right: 96px !important;
padding-left: 96px !important;
}
.py-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-1 {
padding-top: 8px !important;
padding-bottom: 8px !important;
}
.py-2 {
padding-top: 16px !important;
padding-bottom: 16px !important;
}
.py-3 {
padding-top: 24px !important;
padding-bottom: 24px !important;
}
.py-4 {
padding-top: 32px !important;
padding-bottom: 32px !important;
}
.py-5 {
padding-top: 40px !important;
padding-bottom: 40px !important;
}
.py-6 {
padding-top: 48px !important;
padding-bottom: 48px !important;
}
.py-7 {
padding-top: 56px !important;
padding-bottom: 56px !important;
}
.py-8 {
padding-top: 64px !important;
padding-bottom: 64px !important;
}
.py-9 {
padding-top: 72px !important;
padding-bottom: 72px !important;
}
.py-10 {
padding-top: 80px !important;
padding-bottom: 80px !important;
}
.py-11 {
padding-top: 88px !important;
padding-bottom: 88px !important;
}
.py-12 {
padding-top: 96px !important;
padding-bottom: 96px !important;
}
.pt-0 {
padding-top: 0 !important;
}
.pt-1 {
padding-top: 8px !important;
}
.pt-2 {
padding-top: 16px !important;
}
.pt-3 {
padding-top: 24px !important;
}
.pt-4 {
padding-top: 32px !important;
}
.pt-5 {
padding-top: 40px !important;
}
.pt-6 {
padding-top: 48px !important;
}
.pt-7 {
padding-top: 56px !important;
}
.pt-8 {
padding-top: 64px !important;
}
.pt-9 {
padding-top: 72px !important;
}
.pt-10 {
padding-top: 80px !important;
}
.pt-11 {
padding-top: 88px !important;
}
.pt-12 {
padding-top: 96px !important;
}
.pe-0 {
padding-right: 0 !important;
}
.pe-1 {
padding-right: 8px !important;
}
.pe-2 {
padding-right: 16px !important;
}
.pe-3 {
padding-right: 24px !important;
}
.pe-4 {
padding-right: 32px !important;
}
.pe-5 {
padding-right: 40px !important;
}
.pe-6 {
padding-right: 48px !important;
}
.pe-7 {
padding-right: 56px !important;
}
.pe-8 {
padding-right: 64px !important;
}
.pe-9 {
padding-right: 72px !important;
}
.pe-10 {
padding-right: 80px !important;
}
.pe-11 {
padding-right: 88px !important;
}
.pe-12 {
padding-right: 96px !important;
}
.pb-0 {
padding-bottom: 0 !important;
}
.pb-1 {
padding-bottom: 8px !important;
}
.pb-2 {
padding-bottom: 16px !important;
}
.pb-3 {
padding-bottom: 24px !important;
}
.pb-4 {
padding-bottom: 32px !important;
}
.pb-5 {
padding-bottom: 40px !important;
}
.pb-6 {
padding-bottom: 48px !important;
}
.pb-7 {
padding-bottom: 56px !important;
}
.pb-8 {
padding-bottom: 64px !important;
}
.pb-9 {
padding-bottom: 72px !important;
}
.pb-10 {
padding-bottom: 80px !important;
}
.pb-11 {
padding-bottom: 88px !important;
}
.pb-12 {
padding-bottom: 96px !important;
}
.ps-0 {
padding-left: 0 !important;
}
.ps-1 {
padding-left: 8px !important;
}
.ps-2 {
padding-left: 16px !important;
}
.ps-3 {
padding-left: 24px !important;
}
.ps-4 {
padding-left: 32px !important;
}
.ps-5 {
padding-left: 40px !important;
}
.ps-6 {
padding-left: 48px !important;
}
.ps-7 {
padding-left: 56px !important;
}
.ps-8 {
padding-left: 64px !important;
}
.ps-9 {
padding-left: 72px !important;
}
.ps-10 {
padding-left: 80px !important;
}
.ps-11 {
padding-left: 88px !important;
}
.ps-12 {
padding-left: 96px !important;
}
.gap-0 {
gap: 0 !important;
}
.gap-1 {
gap: 8px !important;
}
.gap-2 {
gap: 16px !important;
}
.gap-3 {
gap: 24px !important;
}
.gap-4 {
gap: 32px !important;
}
.gap-5 {
gap: 40px !important;
}
.gap-6 {
gap: 48px !important;
}
.gap-7 {
gap: 56px !important;
}
.gap-8 {
gap: 64px !important;
}
.gap-9 {
gap: 72px !important;
}
.gap-10 {
gap: 80px !important;
}
.gap-11 {
gap: 88px !important;
}
.gap-12 {
gap: 96px !important;
}
.row-gap-0 {
row-gap: 0 !important;
}
.row-gap-1 {
row-gap: 8px !important;
}
.row-gap-2 {
row-gap: 16px !important;
}
.row-gap-3 {
row-gap: 24px !important;
}
.row-gap-4 {
row-gap: 32px !important;
}
.row-gap-5 {
row-gap: 40px !important;
}
.row-gap-6 {
row-gap: 48px !important;
}
.row-gap-7 {
row-gap: 56px !important;
}
.row-gap-8 {
row-gap: 64px !important;
}
.row-gap-9 {
row-gap: 72px !important;
}
.row-gap-10 {
row-gap: 80px !important;
}
.row-gap-11 {
row-gap: 88px !important;
}
.row-gap-12 {
row-gap: 96px !important;
}
.column-gap-0 {
-moz-column-gap: 0 !important;
column-gap: 0 !important;
}
.column-gap-1 {
-moz-column-gap: 8px !important;
column-gap: 8px !important;
}
.column-gap-2 {
-moz-column-gap: 16px !important;
column-gap: 16px !important;
}
.column-gap-3 {
-moz-column-gap: 24px !important;
column-gap: 24px !important;
}
.column-gap-4 {
-moz-column-gap: 32px !important;
column-gap: 32px !important;
}
.column-gap-5 {
-moz-column-gap: 40px !important;
column-gap: 40px !important;
}
.column-gap-6 {
-moz-column-gap: 48px !important;
column-gap: 48px !important;
}
.column-gap-7 {
-moz-column-gap: 56px !important;
column-gap: 56px !important;
}
.column-gap-8 {
-moz-column-gap: 64px !important;
column-gap: 64px !important;
}
.column-gap-9 {
-moz-column-gap: 72px !important;
column-gap: 72px !important;
}
.column-gap-10 {
-moz-column-gap: 80px !important;
column-gap: 80px !important;
}
.column-gap-11 {
-moz-column-gap: 88px !important;
column-gap: 88px !important;
}
.column-gap-12 {
-moz-column-gap: 96px !important;
column-gap: 96px !important;
}
.font-monospace {
font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
font-size: calc(1.3rem + 0.45vw) !important;
}
.fs-2 {
font-size: calc(1.275rem + 0.225vw) !important;
}
.fs-3 {
font-size: 1.25rem !important;
}
.fs-4 {
font-size: 1.125rem !important;
}
.fs-5 {
font-size: 1rem !important;
}
.fs-6 {
font-size: 1rem !important;
}
.fst-italic {
font-style: italic !important;
}
.fst-normal {
font-style: normal !important;
}
.fw-lighter {
font-weight: lighter !important;
}
.fw-light {
font-weight: 300 !important;
}
.fw-normal {
font-weight: 400 !important;
}
.fw-medium {
font-weight: 500 !important;
}
.fw-semibold {
font-weight: 600 !important;
}
.fw-bold {
font-weight: 700 !important;
}
.fw-bolder {
font-weight: bolder !important;
}
.lh-1 {
line-height: 1 !important;
}
.lh-sm {
line-height: 1.25 !important;
}
.lh-base {
line-height: 1.9 !important;
}
.lh-lg {
line-height: 2 !important;
}
.text-start {
text-align: left !important;
}
.text-end {
text-align: right !important;
}
.text-center {
text-align: center !important;
}
.text-decoration-none {
text-decoration: none !important;
}
.text-decoration-underline {
text-decoration: underline !important;
}
.text-decoration-line-through {
text-decoration: line-through !important;
}
.text-lowercase {
text-transform: lowercase !important;
}
.text-uppercase {
text-transform: uppercase !important;
}
.text-capitalize {
text-transform: capitalize !important;
}
.text-wrap {
white-space: normal !important;
}
.text-nowrap {
white-space: nowrap !important;
} .text-break {
word-wrap: break-word !important;
word-break: break-word !important;
} .text-primary {
--bs-text-opacity: 1;
color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.text-secondary {
--bs-text-opacity: 1;
color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.text-success {
--bs-text-opacity: 1;
color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
.text-info {
--bs-text-opacity: 1;
color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
.text-warning {
--bs-text-opacity: 1;
color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
.text-danger {
--bs-text-opacity: 1;
color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.text-light {
--bs-text-opacity: 1;
color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.text-dark {
--bs-text-opacity: 1;
color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
.text-black {
--bs-text-opacity: 1;
color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.text-white {
--bs-text-opacity: 1;
color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.text-body {
--bs-text-opacity: 1;
color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
.text-muted {
--bs-text-opacity: 1;
color: var(--bs-secondary-color) !important;
}
.text-black-50 {
--bs-text-opacity: 1;
color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
--bs-text-opacity: 1;
color: rgba(255, 255, 255, 0.5) !important;
}
.text-body-secondary {
--bs-text-opacity: 1;
color: var(--bs-secondary-color) !important;
}
.text-body-tertiary {
--bs-text-opacity: 1;
color: var(--bs-tertiary-color) !important;
}
.text-body-emphasis {
--bs-text-opacity: 1;
color: var(--bs-emphasis-color) !important;
}
.text-reset {
--bs-text-opacity: 1;
color: inherit !important;
}
.text-opacity-25 {
--bs-text-opacity: 0.25;
}
.text-opacity-50 {
--bs-text-opacity: 0.5;
}
.text-opacity-75 {
--bs-text-opacity: 0.75;
}
.text-opacity-100 {
--bs-text-opacity: 1;
}
.text-primary-emphasis {
color: var(--bs-primary-text-emphasis) !important;
}
.text-secondary-emphasis {
color: var(--bs-secondary-text-emphasis) !important;
}
.text-success-emphasis {
color: var(--bs-success-text-emphasis) !important;
}
.text-info-emphasis {
color: var(--bs-info-text-emphasis) !important;
}
.text-warning-emphasis {
color: var(--bs-warning-text-emphasis) !important;
}
.text-danger-emphasis {
color: var(--bs-danger-text-emphasis) !important;
}
.text-light-emphasis {
color: var(--bs-light-text-emphasis) !important;
}
.text-dark-emphasis {
color: var(--bs-dark-text-emphasis) !important;
}
.link-opacity-10 {
--bs-link-opacity: 0.1;
}
.link-opacity-10-hover:hover {
--bs-link-opacity: 0.1;
}
.link-opacity-25 {
--bs-link-opacity: 0.25;
}
.link-opacity-25-hover:hover {
--bs-link-opacity: 0.25;
}
.link-opacity-50 {
--bs-link-opacity: 0.5;
}
.link-opacity-50-hover:hover {
--bs-link-opacity: 0.5;
}
.link-opacity-75 {
--bs-link-opacity: 0.75;
}
.link-opacity-75-hover:hover {
--bs-link-opacity: 0.75;
}
.link-opacity-100 {
--bs-link-opacity: 1;
}
.link-opacity-100-hover:hover {
--bs-link-opacity: 1;
}
.link-offset-1 {
text-underline-offset: 0.125em !important;
}
.link-offset-1-hover:hover {
text-underline-offset: 0.125em !important;
}
.link-offset-2 {
text-underline-offset: 0.25em !important;
}
.link-offset-2-hover:hover {
text-underline-offset: 0.25em !important;
}
.link-offset-3 {
text-underline-offset: 0.375em !important;
}
.link-offset-3-hover:hover {
text-underline-offset: 0.375em !important;
}
.link-underline-primary {
--bs-link-underline-opacity: 1;
text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-secondary {
--bs-link-underline-opacity: 1;
text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-success {
--bs-link-underline-opacity: 1;
text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-info {
--bs-link-underline-opacity: 1;
text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-warning {
--bs-link-underline-opacity: 1;
text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-danger {
--bs-link-underline-opacity: 1;
text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-light {
--bs-link-underline-opacity: 1;
text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-dark {
--bs-link-underline-opacity: 1;
text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline {
--bs-link-underline-opacity: 1;
text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-underline-opacity-0 {
--bs-link-underline-opacity: 0;
}
.link-underline-opacity-0-hover:hover {
--bs-link-underline-opacity: 0;
}
.link-underline-opacity-10 {
--bs-link-underline-opacity: 0.1;
}
.link-underline-opacity-10-hover:hover {
--bs-link-underline-opacity: 0.1;
}
.link-underline-opacity-25 {
--bs-link-underline-opacity: 0.25;
}
.link-underline-opacity-25-hover:hover {
--bs-link-underline-opacity: 0.25;
}
.link-underline-opacity-50 {
--bs-link-underline-opacity: 0.5;
}
.link-underline-opacity-50-hover:hover {
--bs-link-underline-opacity: 0.5;
}
.link-underline-opacity-75 {
--bs-link-underline-opacity: 0.75;
}
.link-underline-opacity-75-hover:hover {
--bs-link-underline-opacity: 0.75;
}
.link-underline-opacity-100 {
--bs-link-underline-opacity: 1;
}
.link-underline-opacity-100-hover:hover {
--bs-link-underline-opacity: 1;
}
.bg-primary {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-secondary {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-success {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}
.bg-info {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
.bg-warning {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}
.bg-danger {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
.bg-light {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.bg-dark {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.bg-black {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
.bg-white {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-transparent {
--bs-bg-opacity: 1;
background-color: transparent !important;
}
.bg-body-secondary {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body-tertiary {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-opacity-10 {
--bs-bg-opacity: 0.1;
}
.bg-opacity-25 {
--bs-bg-opacity: 0.25;
}
.bg-opacity-50 {
--bs-bg-opacity: 0.5;
}
.bg-opacity-75 {
--bs-bg-opacity: 0.75;
}
.bg-opacity-100 {
--bs-bg-opacity: 1;
}
.bg-primary-subtle {
background-color: var(--bs-primary-bg-subtle) !important;
}
.bg-secondary-subtle {
background-color: var(--bs-secondary-bg-subtle) !important;
}
.bg-success-subtle {
background-color: var(--bs-success-bg-subtle) !important;
}
.bg-info-subtle {
background-color: var(--bs-info-bg-subtle) !important;
}
.bg-warning-subtle {
background-color: var(--bs-warning-bg-subtle) !important;
}
.bg-danger-subtle {
background-color: var(--bs-danger-bg-subtle) !important;
}
.bg-light-subtle {
background-color: var(--bs-light-bg-subtle) !important;
}
.bg-dark-subtle {
background-color: var(--bs-dark-bg-subtle) !important;
}
.bg-gradient {
background-image: var(--bs-gradient) !important;
}
.user-select-all {
-webkit-user-select: all !important;
-moz-user-select: all !important;
user-select: all !important;
}
.user-select-auto {
-webkit-user-select: auto !important;
-moz-user-select: auto !important;
user-select: auto !important;
}
.user-select-none {
-webkit-user-select: none !important;
-moz-user-select: none !important;
user-select: none !important;
}
.pe-none {
pointer-events: none !important;
}
.pe-auto {
pointer-events: auto !important;
}
.rounded {
border-radius: var(--bs-border-radius) !important;
}
.rounded-0 {
border-radius: 0 !important;
}
.rounded-1 {
border-radius: var(--bs-border-radius-sm) !important;
}
.rounded-2 {
border-radius: var(--bs-border-radius) !important;
}
.rounded-3 {
border-radius: var(--bs-border-radius-lg) !important;
}
.rounded-4 {
border-radius: var(--bs-border-radius-xl) !important;
}
.rounded-5 {
border-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-circle {
border-radius: 50% !important;
}
.rounded-pill {
border-radius: var(--bs-border-radius-pill) !important;
}
.rounded-top {
border-top-left-radius: var(--bs-border-radius) !important;
border-top-right-radius: var(--bs-border-radius) !important;
}
.rounded-top-0 {
border-top-left-radius: 0 !important;
border-top-right-radius: 0 !important;
}
.rounded-top-1 {
border-top-left-radius: var(--bs-border-radius-sm) !important;
border-top-right-radius: var(--bs-border-radius-sm) !important;
}
.rounded-top-2 {
border-top-left-radius: var(--bs-border-radius) !important;
border-top-right-radius: var(--bs-border-radius) !important;
}
.rounded-top-3 {
border-top-left-radius: var(--bs-border-radius-lg) !important;
border-top-right-radius: var(--bs-border-radius-lg) !important;
}
.rounded-top-4 {
border-top-left-radius: var(--bs-border-radius-xl) !important;
border-top-right-radius: var(--bs-border-radius-xl) !important;
}
.rounded-top-5 {
border-top-left-radius: var(--bs-border-radius-xxl) !important;
border-top-right-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-top-circle {
border-top-left-radius: 50% !important;
border-top-right-radius: 50% !important;
}
.rounded-top-pill {
border-top-left-radius: var(--bs-border-radius-pill) !important;
border-top-right-radius: var(--bs-border-radius-pill) !important;
}
.rounded-end {
border-top-right-radius: var(--bs-border-radius) !important;
border-bottom-right-radius: var(--bs-border-radius) !important;
}
.rounded-end-0 {
border-top-right-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}
.rounded-end-1 {
border-top-right-radius: var(--bs-border-radius-sm) !important;
border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}
.rounded-end-2 {
border-top-right-radius: var(--bs-border-radius) !important;
border-bottom-right-radius: var(--bs-border-radius) !important;
}
.rounded-end-3 {
border-top-right-radius: var(--bs-border-radius-lg) !important;
border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}
.rounded-end-4 {
border-top-right-radius: var(--bs-border-radius-xl) !important;
border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}
.rounded-end-5 {
border-top-right-radius: var(--bs-border-radius-xxl) !important;
border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-end-circle {
border-top-right-radius: 50% !important;
border-bottom-right-radius: 50% !important;
}
.rounded-end-pill {
border-top-right-radius: var(--bs-border-radius-pill) !important;
border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}
.rounded-bottom {
border-bottom-right-radius: var(--bs-border-radius) !important;
border-bottom-left-radius: var(--bs-border-radius) !important;
}
.rounded-bottom-0 {
border-bottom-right-radius: 0 !important;
border-bottom-left-radius: 0 !important;
}
.rounded-bottom-1 {
border-bottom-right-radius: var(--bs-border-radius-sm) !important;
border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}
.rounded-bottom-2 {
border-bottom-right-radius: var(--bs-border-radius) !important;
border-bottom-left-radius: var(--bs-border-radius) !important;
}
.rounded-bottom-3 {
border-bottom-right-radius: var(--bs-border-radius-lg) !important;
border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}
.rounded-bottom-4 {
border-bottom-right-radius: var(--bs-border-radius-xl) !important;
border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}
.rounded-bottom-5 {
border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-bottom-circle {
border-bottom-right-radius: 50% !important;
border-bottom-left-radius: 50% !important;
}
.rounded-bottom-pill {
border-bottom-right-radius: var(--bs-border-radius-pill) !important;
border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}
.rounded-start {
border-bottom-left-radius: var(--bs-border-radius) !important;
border-top-left-radius: var(--bs-border-radius) !important;
}
.rounded-start-0 {
border-bottom-left-radius: 0 !important;
border-top-left-radius: 0 !important;
}
.rounded-start-1 {
border-bottom-left-radius: var(--bs-border-radius-sm) !important;
border-top-left-radius: var(--bs-border-radius-sm) !important;
}
.rounded-start-2 {
border-bottom-left-radius: var(--bs-border-radius) !important;
border-top-left-radius: var(--bs-border-radius) !important;
}
.rounded-start-3 {
border-bottom-left-radius: var(--bs-border-radius-lg) !important;
border-top-left-radius: var(--bs-border-radius-lg) !important;
}
.rounded-start-4 {
border-bottom-left-radius: var(--bs-border-radius-xl) !important;
border-top-left-radius: var(--bs-border-radius-xl) !important;
}
.rounded-start-5 {
border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
border-top-left-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-start-circle {
border-bottom-left-radius: 50% !important;
border-top-left-radius: 50% !important;
}
.rounded-start-pill {
border-bottom-left-radius: var(--bs-border-radius-pill) !important;
border-top-left-radius: var(--bs-border-radius-pill) !important;
}
.visible {
visibility: visible !important;
}
.invisible {
visibility: hidden !important;
}
.z-n1 {
z-index: -1 !important;
}
.z-0 {
z-index: 0 !important;
}
.z-1 {
z-index: 1 !important;
}
.z-2 {
z-index: 2 !important;
}
.z-3 {
z-index: 3 !important;
}
@media (min-width: 576px) {
.float-sm-start {
float: left !important;
}
.float-sm-end {
float: right !important;
}
.float-sm-none {
float: none !important;
}
.object-fit-sm-contain {
-o-object-fit: contain !important;
object-fit: contain !important;
}
.object-fit-sm-cover {
-o-object-fit: cover !important;
object-fit: cover !important;
}
.object-fit-sm-fill {
-o-object-fit: fill !important;
object-fit: fill !important;
}
.object-fit-sm-scale {
-o-object-fit: scale-down !important;
object-fit: scale-down !important;
}
.object-fit-sm-none {
-o-object-fit: none !important;
object-fit: none !important;
}
.d-sm-inline {
display: inline !important;
}
.d-sm-inline-block {
display: inline-block !important;
}
.d-sm-block {
display: block !important;
}
.d-sm-grid {
display: grid !important;
}
.d-sm-inline-grid {
display: inline-grid !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;
}
.d-sm-none {
display: none !important;
}
.flex-sm-fill {
flex: 1 1 auto !important;
}
.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-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;
}
.flex-sm-wrap {
flex-wrap: wrap !important;
}
.flex-sm-nowrap {
flex-wrap: nowrap !important;
}
.flex-sm-wrap-reverse {
flex-wrap: wrap-reverse !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;
}
.justify-content-sm-evenly {
justify-content: space-evenly !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;
}
.order-sm-first {
order: -1 !important;
}
.order-sm-0 {
order: 0 !important;
}
.order-sm-1 {
order: 1 !important;
}
.order-sm-2 {
order: 2 !important;
}
.order-sm-3 {
order: 3 !important;
}
.order-sm-4 {
order: 4 !important;
}
.order-sm-5 {
order: 5 !important;
}
.order-sm-last {
order: 6 !important;
}
.m-sm-0 {
margin: 0 !important;
}
.m-sm-1 {
margin: 8px !important;
}
.m-sm-2 {
margin: 16px !important;
}
.m-sm-3 {
margin: 24px !important;
}
.m-sm-4 {
margin: 32px !important;
}
.m-sm-5 {
margin: 40px !important;
}
.m-sm-6 {
margin: 48px !important;
}
.m-sm-7 {
margin: 56px !important;
}
.m-sm-8 {
margin: 64px !important;
}
.m-sm-9 {
margin: 72px !important;
}
.m-sm-10 {
margin: 80px !important;
}
.m-sm-11 {
margin: 88px !important;
}
.m-sm-12 {
margin: 96px !important;
}
.m-sm-auto {
margin: auto !important;
}
.mx-sm-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-sm-1 {
margin-right: 8px !important;
margin-left: 8px !important;
}
.mx-sm-2 {
margin-right: 16px !important;
margin-left: 16px !important;
}
.mx-sm-3 {
margin-right: 24px !important;
margin-left: 24px !important;
}
.mx-sm-4 {
margin-right: 32px !important;
margin-left: 32px !important;
}
.mx-sm-5 {
margin-right: 40px !important;
margin-left: 40px !important;
}
.mx-sm-6 {
margin-right: 48px !important;
margin-left: 48px !important;
}
.mx-sm-7 {
margin-right: 56px !important;
margin-left: 56px !important;
}
.mx-sm-8 {
margin-right: 64px !important;
margin-left: 64px !important;
}
.mx-sm-9 {
margin-right: 72px !important;
margin-left: 72px !important;
}
.mx-sm-10 {
margin-right: 80px !important;
margin-left: 80px !important;
}
.mx-sm-11 {
margin-right: 88px !important;
margin-left: 88px !important;
}
.mx-sm-12 {
margin-right: 96px !important;
margin-left: 96px !important;
}
.mx-sm-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-sm-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-sm-1 {
margin-top: 8px !important;
margin-bottom: 8px !important;
}
.my-sm-2 {
margin-top: 16px !important;
margin-bottom: 16px !important;
}
.my-sm-3 {
margin-top: 24px !important;
margin-bottom: 24px !important;
}
.my-sm-4 {
margin-top: 32px !important;
margin-bottom: 32px !important;
}
.my-sm-5 {
margin-top: 40px !important;
margin-bottom: 40px !important;
}
.my-sm-6 {
margin-top: 48px !important;
margin-bottom: 48px !important;
}
.my-sm-7 {
margin-top: 56px !important;
margin-bottom: 56px !important;
}
.my-sm-8 {
margin-top: 64px !important;
margin-bottom: 64px !important;
}
.my-sm-9 {
margin-top: 72px !important;
margin-bottom: 72px !important;
}
.my-sm-10 {
margin-top: 80px !important;
margin-bottom: 80px !important;
}
.my-sm-11 {
margin-top: 88px !important;
margin-bottom: 88px !important;
}
.my-sm-12 {
margin-top: 96px !important;
margin-bottom: 96px !important;
}
.my-sm-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-sm-0 {
margin-top: 0 !important;
}
.mt-sm-1 {
margin-top: 8px !important;
}
.mt-sm-2 {
margin-top: 16px !important;
}
.mt-sm-3 {
margin-top: 24px !important;
}
.mt-sm-4 {
margin-top: 32px !important;
}
.mt-sm-5 {
margin-top: 40px !important;
}
.mt-sm-6 {
margin-top: 48px !important;
}
.mt-sm-7 {
margin-top: 56px !important;
}
.mt-sm-8 {
margin-top: 64px !important;
}
.mt-sm-9 {
margin-top: 72px !important;
}
.mt-sm-10 {
margin-top: 80px !important;
}
.mt-sm-11 {
margin-top: 88px !important;
}
.mt-sm-12 {
margin-top: 96px !important;
}
.mt-sm-auto {
margin-top: auto !important;
}
.me-sm-0 {
margin-right: 0 !important;
}
.me-sm-1 {
margin-right: 8px !important;
}
.me-sm-2 {
margin-right: 16px !important;
}
.me-sm-3 {
margin-right: 24px !important;
}
.me-sm-4 {
margin-right: 32px !important;
}
.me-sm-5 {
margin-right: 40px !important;
}
.me-sm-6 {
margin-right: 48px !important;
}
.me-sm-7 {
margin-right: 56px !important;
}
.me-sm-8 {
margin-right: 64px !important;
}
.me-sm-9 {
margin-right: 72px !important;
}
.me-sm-10 {
margin-right: 80px !important;
}
.me-sm-11 {
margin-right: 88px !important;
}
.me-sm-12 {
margin-right: 96px !important;
}
.me-sm-auto {
margin-right: auto !important;
}
.mb-sm-0 {
margin-bottom: 0 !important;
}
.mb-sm-1 {
margin-bottom: 8px !important;
}
.mb-sm-2 {
margin-bottom: 16px !important;
}
.mb-sm-3 {
margin-bottom: 24px !important;
}
.mb-sm-4 {
margin-bottom: 32px !important;
}
.mb-sm-5 {
margin-bottom: 40px !important;
}
.mb-sm-6 {
margin-bottom: 48px !important;
}
.mb-sm-7 {
margin-bottom: 56px !important;
}
.mb-sm-8 {
margin-bottom: 64px !important;
}
.mb-sm-9 {
margin-bottom: 72px !important;
}
.mb-sm-10 {
margin-bottom: 80px !important;
}
.mb-sm-11 {
margin-bottom: 88px !important;
}
.mb-sm-12 {
margin-bottom: 96px !important;
}
.mb-sm-auto {
margin-bottom: auto !important;
}
.ms-sm-0 {
margin-left: 0 !important;
}
.ms-sm-1 {
margin-left: 8px !important;
}
.ms-sm-2 {
margin-left: 16px !important;
}
.ms-sm-3 {
margin-left: 24px !important;
}
.ms-sm-4 {
margin-left: 32px !important;
}
.ms-sm-5 {
margin-left: 40px !important;
}
.ms-sm-6 {
margin-left: 48px !important;
}
.ms-sm-7 {
margin-left: 56px !important;
}
.ms-sm-8 {
margin-left: 64px !important;
}
.ms-sm-9 {
margin-left: 72px !important;
}
.ms-sm-10 {
margin-left: 80px !important;
}
.ms-sm-11 {
margin-left: 88px !important;
}
.ms-sm-12 {
margin-left: 96px !important;
}
.ms-sm-auto {
margin-left: auto !important;
}
.p-sm-0 {
padding: 0 !important;
}
.p-sm-1 {
padding: 8px !important;
}
.p-sm-2 {
padding: 16px !important;
}
.p-sm-3 {
padding: 24px !important;
}
.p-sm-4 {
padding: 32px !important;
}
.p-sm-5 {
padding: 40px !important;
}
.p-sm-6 {
padding: 48px !important;
}
.p-sm-7 {
padding: 56px !important;
}
.p-sm-8 {
padding: 64px !important;
}
.p-sm-9 {
padding: 72px !important;
}
.p-sm-10 {
padding: 80px !important;
}
.p-sm-11 {
padding: 88px !important;
}
.p-sm-12 {
padding: 96px !important;
}
.px-sm-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-sm-1 {
padding-right: 8px !important;
padding-left: 8px !important;
}
.px-sm-2 {
padding-right: 16px !important;
padding-left: 16px !important;
}
.px-sm-3 {
padding-right: 24px !important;
padding-left: 24px !important;
}
.px-sm-4 {
padding-right: 32px !important;
padding-left: 32px !important;
}
.px-sm-5 {
padding-right: 40px !important;
padding-left: 40px !important;
}
.px-sm-6 {
padding-right: 48px !important;
padding-left: 48px !important;
}
.px-sm-7 {
padding-right: 56px !important;
padding-left: 56px !important;
}
.px-sm-8 {
padding-right: 64px !important;
padding-left: 64px !important;
}
.px-sm-9 {
padding-right: 72px !important;
padding-left: 72px !important;
}
.px-sm-10 {
padding-right: 80px !important;
padding-left: 80px !important;
}
.px-sm-11 {
padding-right: 88px !important;
padding-left: 88px !important;
}
.px-sm-12 {
padding-right: 96px !important;
padding-left: 96px !important;
}
.py-sm-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-sm-1 {
padding-top: 8px !important;
padding-bottom: 8px !important;
}
.py-sm-2 {
padding-top: 16px !important;
padding-bottom: 16px !important;
}
.py-sm-3 {
padding-top: 24px !important;
padding-bottom: 24px !important;
}
.py-sm-4 {
padding-top: 32px !important;
padding-bottom: 32px !important;
}
.py-sm-5 {
padding-top: 40px !important;
padding-bottom: 40px !important;
}
.py-sm-6 {
padding-top: 48px !important;
padding-bottom: 48px !important;
}
.py-sm-7 {
padding-top: 56px !important;
padding-bottom: 56px !important;
}
.py-sm-8 {
padding-top: 64px !important;
padding-bottom: 64px !important;
}
.py-sm-9 {
padding-top: 72px !important;
padding-bottom: 72px !important;
}
.py-sm-10 {
padding-top: 80px !important;
padding-bottom: 80px !important;
}
.py-sm-11 {
padding-top: 88px !important;
padding-bottom: 88px !important;
}
.py-sm-12 {
padding-top: 96px !important;
padding-bottom: 96px !important;
}
.pt-sm-0 {
padding-top: 0 !important;
}
.pt-sm-1 {
padding-top: 8px !important;
}
.pt-sm-2 {
padding-top: 16px !important;
}
.pt-sm-3 {
padding-top: 24px !important;
}
.pt-sm-4 {
padding-top: 32px !important;
}
.pt-sm-5 {
padding-top: 40px !important;
}
.pt-sm-6 {
padding-top: 48px !important;
}
.pt-sm-7 {
padding-top: 56px !important;
}
.pt-sm-8 {
padding-top: 64px !important;
}
.pt-sm-9 {
padding-top: 72px !important;
}
.pt-sm-10 {
padding-top: 80px !important;
}
.pt-sm-11 {
padding-top: 88px !important;
}
.pt-sm-12 {
padding-top: 96px !important;
}
.pe-sm-0 {
padding-right: 0 !important;
}
.pe-sm-1 {
padding-right: 8px !important;
}
.pe-sm-2 {
padding-right: 16px !important;
}
.pe-sm-3 {
padding-right: 24px !important;
}
.pe-sm-4 {
padding-right: 32px !important;
}
.pe-sm-5 {
padding-right: 40px !important;
}
.pe-sm-6 {
padding-right: 48px !important;
}
.pe-sm-7 {
padding-right: 56px !important;
}
.pe-sm-8 {
padding-right: 64px !important;
}
.pe-sm-9 {
padding-right: 72px !important;
}
.pe-sm-10 {
padding-right: 80px !important;
}
.pe-sm-11 {
padding-right: 88px !important;
}
.pe-sm-12 {
padding-right: 96px !important;
}
.pb-sm-0 {
padding-bottom: 0 !important;
}
.pb-sm-1 {
padding-bottom: 8px !important;
}
.pb-sm-2 {
padding-bottom: 16px !important;
}
.pb-sm-3 {
padding-bottom: 24px !important;
}
.pb-sm-4 {
padding-bottom: 32px !important;
}
.pb-sm-5 {
padding-bottom: 40px !important;
}
.pb-sm-6 {
padding-bottom: 48px !important;
}
.pb-sm-7 {
padding-bottom: 56px !important;
}
.pb-sm-8 {
padding-bottom: 64px !important;
}
.pb-sm-9 {
padding-bottom: 72px !important;
}
.pb-sm-10 {
padding-bottom: 80px !important;
}
.pb-sm-11 {
padding-bottom: 88px !important;
}
.pb-sm-12 {
padding-bottom: 96px !important;
}
.ps-sm-0 {
padding-left: 0 !important;
}
.ps-sm-1 {
padding-left: 8px !important;
}
.ps-sm-2 {
padding-left: 16px !important;
}
.ps-sm-3 {
padding-left: 24px !important;
}
.ps-sm-4 {
padding-left: 32px !important;
}
.ps-sm-5 {
padding-left: 40px !important;
}
.ps-sm-6 {
padding-left: 48px !important;
}
.ps-sm-7 {
padding-left: 56px !important;
}
.ps-sm-8 {
padding-left: 64px !important;
}
.ps-sm-9 {
padding-left: 72px !important;
}
.ps-sm-10 {
padding-left: 80px !important;
}
.ps-sm-11 {
padding-left: 88px !important;
}
.ps-sm-12 {
padding-left: 96px !important;
}
.gap-sm-0 {
gap: 0 !important;
}
.gap-sm-1 {
gap: 8px !important;
}
.gap-sm-2 {
gap: 16px !important;
}
.gap-sm-3 {
gap: 24px !important;
}
.gap-sm-4 {
gap: 32px !important;
}
.gap-sm-5 {
gap: 40px !important;
}
.gap-sm-6 {
gap: 48px !important;
}
.gap-sm-7 {
gap: 56px !important;
}
.gap-sm-8 {
gap: 64px !important;
}
.gap-sm-9 {
gap: 72px !important;
}
.gap-sm-10 {
gap: 80px !important;
}
.gap-sm-11 {
gap: 88px !important;
}
.gap-sm-12 {
gap: 96px !important;
}
.row-gap-sm-0 {
row-gap: 0 !important;
}
.row-gap-sm-1 {
row-gap: 8px !important;
}
.row-gap-sm-2 {
row-gap: 16px !important;
}
.row-gap-sm-3 {
row-gap: 24px !important;
}
.row-gap-sm-4 {
row-gap: 32px !important;
}
.row-gap-sm-5 {
row-gap: 40px !important;
}
.row-gap-sm-6 {
row-gap: 48px !important;
}
.row-gap-sm-7 {
row-gap: 56px !important;
}
.row-gap-sm-8 {
row-gap: 64px !important;
}
.row-gap-sm-9 {
row-gap: 72px !important;
}
.row-gap-sm-10 {
row-gap: 80px !important;
}
.row-gap-sm-11 {
row-gap: 88px !important;
}
.row-gap-sm-12 {
row-gap: 96px !important;
}
.column-gap-sm-0 {
-moz-column-gap: 0 !important;
column-gap: 0 !important;
}
.column-gap-sm-1 {
-moz-column-gap: 8px !important;
column-gap: 8px !important;
}
.column-gap-sm-2 {
-moz-column-gap: 16px !important;
column-gap: 16px !important;
}
.column-gap-sm-3 {
-moz-column-gap: 24px !important;
column-gap: 24px !important;
}
.column-gap-sm-4 {
-moz-column-gap: 32px !important;
column-gap: 32px !important;
}
.column-gap-sm-5 {
-moz-column-gap: 40px !important;
column-gap: 40px !important;
}
.column-gap-sm-6 {
-moz-column-gap: 48px !important;
column-gap: 48px !important;
}
.column-gap-sm-7 {
-moz-column-gap: 56px !important;
column-gap: 56px !important;
}
.column-gap-sm-8 {
-moz-column-gap: 64px !important;
column-gap: 64px !important;
}
.column-gap-sm-9 {
-moz-column-gap: 72px !important;
column-gap: 72px !important;
}
.column-gap-sm-10 {
-moz-column-gap: 80px !important;
column-gap: 80px !important;
}
.column-gap-sm-11 {
-moz-column-gap: 88px !important;
column-gap: 88px !important;
}
.column-gap-sm-12 {
-moz-column-gap: 96px !important;
column-gap: 96px !important;
}
.text-sm-start {
text-align: left !important;
}
.text-sm-end {
text-align: right !important;
}
.text-sm-center {
text-align: center !important;
}
}
@media (min-width: 768px) {
.float-md-start {
float: left !important;
}
.float-md-end {
float: right !important;
}
.float-md-none {
float: none !important;
}
.object-fit-md-contain {
-o-object-fit: contain !important;
object-fit: contain !important;
}
.object-fit-md-cover {
-o-object-fit: cover !important;
object-fit: cover !important;
}
.object-fit-md-fill {
-o-object-fit: fill !important;
object-fit: fill !important;
}
.object-fit-md-scale {
-o-object-fit: scale-down !important;
object-fit: scale-down !important;
}
.object-fit-md-none {
-o-object-fit: none !important;
object-fit: none !important;
}
.d-md-inline {
display: inline !important;
}
.d-md-inline-block {
display: inline-block !important;
}
.d-md-block {
display: block !important;
}
.d-md-grid {
display: grid !important;
}
.d-md-inline-grid {
display: inline-grid !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;
}
.d-md-none {
display: none !important;
}
.flex-md-fill {
flex: 1 1 auto !important;
}
.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-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;
}
.flex-md-wrap {
flex-wrap: wrap !important;
}
.flex-md-nowrap {
flex-wrap: nowrap !important;
}
.flex-md-wrap-reverse {
flex-wrap: wrap-reverse !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;
}
.justify-content-md-evenly {
justify-content: space-evenly !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;
}
.order-md-first {
order: -1 !important;
}
.order-md-0 {
order: 0 !important;
}
.order-md-1 {
order: 1 !important;
}
.order-md-2 {
order: 2 !important;
}
.order-md-3 {
order: 3 !important;
}
.order-md-4 {
order: 4 !important;
}
.order-md-5 {
order: 5 !important;
}
.order-md-last {
order: 6 !important;
}
.m-md-0 {
margin: 0 !important;
}
.m-md-1 {
margin: 8px !important;
}
.m-md-2 {
margin: 16px !important;
}
.m-md-3 {
margin: 24px !important;
}
.m-md-4 {
margin: 32px !important;
}
.m-md-5 {
margin: 40px !important;
}
.m-md-6 {
margin: 48px !important;
}
.m-md-7 {
margin: 56px !important;
}
.m-md-8 {
margin: 64px !important;
}
.m-md-9 {
margin: 72px !important;
}
.m-md-10 {
margin: 80px !important;
}
.m-md-11 {
margin: 88px !important;
}
.m-md-12 {
margin: 96px !important;
}
.m-md-auto {
margin: auto !important;
}
.mx-md-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-md-1 {
margin-right: 8px !important;
margin-left: 8px !important;
}
.mx-md-2 {
margin-right: 16px !important;
margin-left: 16px !important;
}
.mx-md-3 {
margin-right: 24px !important;
margin-left: 24px !important;
}
.mx-md-4 {
margin-right: 32px !important;
margin-left: 32px !important;
}
.mx-md-5 {
margin-right: 40px !important;
margin-left: 40px !important;
}
.mx-md-6 {
margin-right: 48px !important;
margin-left: 48px !important;
}
.mx-md-7 {
margin-right: 56px !important;
margin-left: 56px !important;
}
.mx-md-8 {
margin-right: 64px !important;
margin-left: 64px !important;
}
.mx-md-9 {
margin-right: 72px !important;
margin-left: 72px !important;
}
.mx-md-10 {
margin-right: 80px !important;
margin-left: 80px !important;
}
.mx-md-11 {
margin-right: 88px !important;
margin-left: 88px !important;
}
.mx-md-12 {
margin-right: 96px !important;
margin-left: 96px !important;
}
.mx-md-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-md-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-md-1 {
margin-top: 8px !important;
margin-bottom: 8px !important;
}
.my-md-2 {
margin-top: 16px !important;
margin-bottom: 16px !important;
}
.my-md-3 {
margin-top: 24px !important;
margin-bottom: 24px !important;
}
.my-md-4 {
margin-top: 32px !important;
margin-bottom: 32px !important;
}
.my-md-5 {
margin-top: 40px !important;
margin-bottom: 40px !important;
}
.my-md-6 {
margin-top: 48px !important;
margin-bottom: 48px !important;
}
.my-md-7 {
margin-top: 56px !important;
margin-bottom: 56px !important;
}
.my-md-8 {
margin-top: 64px !important;
margin-bottom: 64px !important;
}
.my-md-9 {
margin-top: 72px !important;
margin-bottom: 72px !important;
}
.my-md-10 {
margin-top: 80px !important;
margin-bottom: 80px !important;
}
.my-md-11 {
margin-top: 88px !important;
margin-bottom: 88px !important;
}
.my-md-12 {
margin-top: 96px !important;
margin-bottom: 96px !important;
}
.my-md-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-md-0 {
margin-top: 0 !important;
}
.mt-md-1 {
margin-top: 8px !important;
}
.mt-md-2 {
margin-top: 16px !important;
}
.mt-md-3 {
margin-top: 24px !important;
}
.mt-md-4 {
margin-top: 32px !important;
}
.mt-md-5 {
margin-top: 40px !important;
}
.mt-md-6 {
margin-top: 48px !important;
}
.mt-md-7 {
margin-top: 56px !important;
}
.mt-md-8 {
margin-top: 64px !important;
}
.mt-md-9 {
margin-top: 72px !important;
}
.mt-md-10 {
margin-top: 80px !important;
}
.mt-md-11 {
margin-top: 88px !important;
}
.mt-md-12 {
margin-top: 96px !important;
}
.mt-md-auto {
margin-top: auto !important;
}
.me-md-0 {
margin-right: 0 !important;
}
.me-md-1 {
margin-right: 8px !important;
}
.me-md-2 {
margin-right: 16px !important;
}
.me-md-3 {
margin-right: 24px !important;
}
.me-md-4 {
margin-right: 32px !important;
}
.me-md-5 {
margin-right: 40px !important;
}
.me-md-6 {
margin-right: 48px !important;
}
.me-md-7 {
margin-right: 56px !important;
}
.me-md-8 {
margin-right: 64px !important;
}
.me-md-9 {
margin-right: 72px !important;
}
.me-md-10 {
margin-right: 80px !important;
}
.me-md-11 {
margin-right: 88px !important;
}
.me-md-12 {
margin-right: 96px !important;
}
.me-md-auto {
margin-right: auto !important;
}
.mb-md-0 {
margin-bottom: 0 !important;
}
.mb-md-1 {
margin-bottom: 8px !important;
}
.mb-md-2 {
margin-bottom: 16px !important;
}
.mb-md-3 {
margin-bottom: 24px !important;
}
.mb-md-4 {
margin-bottom: 32px !important;
}
.mb-md-5 {
margin-bottom: 40px !important;
}
.mb-md-6 {
margin-bottom: 48px !important;
}
.mb-md-7 {
margin-bottom: 56px !important;
}
.mb-md-8 {
margin-bottom: 64px !important;
}
.mb-md-9 {
margin-bottom: 72px !important;
}
.mb-md-10 {
margin-bottom: 80px !important;
}
.mb-md-11 {
margin-bottom: 88px !important;
}
.mb-md-12 {
margin-bottom: 96px !important;
}
.mb-md-auto {
margin-bottom: auto !important;
}
.ms-md-0 {
margin-left: 0 !important;
}
.ms-md-1 {
margin-left: 8px !important;
}
.ms-md-2 {
margin-left: 16px !important;
}
.ms-md-3 {
margin-left: 24px !important;
}
.ms-md-4 {
margin-left: 32px !important;
}
.ms-md-5 {
margin-left: 40px !important;
}
.ms-md-6 {
margin-left: 48px !important;
}
.ms-md-7 {
margin-left: 56px !important;
}
.ms-md-8 {
margin-left: 64px !important;
}
.ms-md-9 {
margin-left: 72px !important;
}
.ms-md-10 {
margin-left: 80px !important;
}
.ms-md-11 {
margin-left: 88px !important;
}
.ms-md-12 {
margin-left: 96px !important;
}
.ms-md-auto {
margin-left: auto !important;
}
.p-md-0 {
padding: 0 !important;
}
.p-md-1 {
padding: 8px !important;
}
.p-md-2 {
padding: 16px !important;
}
.p-md-3 {
padding: 24px !important;
}
.p-md-4 {
padding: 32px !important;
}
.p-md-5 {
padding: 40px !important;
}
.p-md-6 {
padding: 48px !important;
}
.p-md-7 {
padding: 56px !important;
}
.p-md-8 {
padding: 64px !important;
}
.p-md-9 {
padding: 72px !important;
}
.p-md-10 {
padding: 80px !important;
}
.p-md-11 {
padding: 88px !important;
}
.p-md-12 {
padding: 96px !important;
}
.px-md-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-md-1 {
padding-right: 8px !important;
padding-left: 8px !important;
}
.px-md-2 {
padding-right: 16px !important;
padding-left: 16px !important;
}
.px-md-3 {
padding-right: 24px !important;
padding-left: 24px !important;
}
.px-md-4 {
padding-right: 32px !important;
padding-left: 32px !important;
}
.px-md-5 {
padding-right: 40px !important;
padding-left: 40px !important;
}
.px-md-6 {
padding-right: 48px !important;
padding-left: 48px !important;
}
.px-md-7 {
padding-right: 56px !important;
padding-left: 56px !important;
}
.px-md-8 {
padding-right: 64px !important;
padding-left: 64px !important;
}
.px-md-9 {
padding-right: 72px !important;
padding-left: 72px !important;
}
.px-md-10 {
padding-right: 80px !important;
padding-left: 80px !important;
}
.px-md-11 {
padding-right: 88px !important;
padding-left: 88px !important;
}
.px-md-12 {
padding-right: 96px !important;
padding-left: 96px !important;
}
.py-md-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-md-1 {
padding-top: 8px !important;
padding-bottom: 8px !important;
}
.py-md-2 {
padding-top: 16px !important;
padding-bottom: 16px !important;
}
.py-md-3 {
padding-top: 24px !important;
padding-bottom: 24px !important;
}
.py-md-4 {
padding-top: 32px !important;
padding-bottom: 32px !important;
}
.py-md-5 {
padding-top: 40px !important;
padding-bottom: 40px !important;
}
.py-md-6 {
padding-top: 48px !important;
padding-bottom: 48px !important;
}
.py-md-7 {
padding-top: 56px !important;
padding-bottom: 56px !important;
}
.py-md-8 {
padding-top: 64px !important;
padding-bottom: 64px !important;
}
.py-md-9 {
padding-top: 72px !important;
padding-bottom: 72px !important;
}
.py-md-10 {
padding-top: 80px !important;
padding-bottom: 80px !important;
}
.py-md-11 {
padding-top: 88px !important;
padding-bottom: 88px !important;
}
.py-md-12 {
padding-top: 96px !important;
padding-bottom: 96px !important;
}
.pt-md-0 {
padding-top: 0 !important;
}
.pt-md-1 {
padding-top: 8px !important;
}
.pt-md-2 {
padding-top: 16px !important;
}
.pt-md-3 {
padding-top: 24px !important;
}
.pt-md-4 {
padding-top: 32px !important;
}
.pt-md-5 {
padding-top: 40px !important;
}
.pt-md-6 {
padding-top: 48px !important;
}
.pt-md-7 {
padding-top: 56px !important;
}
.pt-md-8 {
padding-top: 64px !important;
}
.pt-md-9 {
padding-top: 72px !important;
}
.pt-md-10 {
padding-top: 80px !important;
}
.pt-md-11 {
padding-top: 88px !important;
}
.pt-md-12 {
padding-top: 96px !important;
}
.pe-md-0 {
padding-right: 0 !important;
}
.pe-md-1 {
padding-right: 8px !important;
}
.pe-md-2 {
padding-right: 16px !important;
}
.pe-md-3 {
padding-right: 24px !important;
}
.pe-md-4 {
padding-right: 32px !important;
}
.pe-md-5 {
padding-right: 40px !important;
}
.pe-md-6 {
padding-right: 48px !important;
}
.pe-md-7 {
padding-right: 56px !important;
}
.pe-md-8 {
padding-right: 64px !important;
}
.pe-md-9 {
padding-right: 72px !important;
}
.pe-md-10 {
padding-right: 80px !important;
}
.pe-md-11 {
padding-right: 88px !important;
}
.pe-md-12 {
padding-right: 96px !important;
}
.pb-md-0 {
padding-bottom: 0 !important;
}
.pb-md-1 {
padding-bottom: 8px !important;
}
.pb-md-2 {
padding-bottom: 16px !important;
}
.pb-md-3 {
padding-bottom: 24px !important;
}
.pb-md-4 {
padding-bottom: 32px !important;
}
.pb-md-5 {
padding-bottom: 40px !important;
}
.pb-md-6 {
padding-bottom: 48px !important;
}
.pb-md-7 {
padding-bottom: 56px !important;
}
.pb-md-8 {
padding-bottom: 64px !important;
}
.pb-md-9 {
padding-bottom: 72px !important;
}
.pb-md-10 {
padding-bottom: 80px !important;
}
.pb-md-11 {
padding-bottom: 88px !important;
}
.pb-md-12 {
padding-bottom: 96px !important;
}
.ps-md-0 {
padding-left: 0 !important;
}
.ps-md-1 {
padding-left: 8px !important;
}
.ps-md-2 {
padding-left: 16px !important;
}
.ps-md-3 {
padding-left: 24px !important;
}
.ps-md-4 {
padding-left: 32px !important;
}
.ps-md-5 {
padding-left: 40px !important;
}
.ps-md-6 {
padding-left: 48px !important;
}
.ps-md-7 {
padding-left: 56px !important;
}
.ps-md-8 {
padding-left: 64px !important;
}
.ps-md-9 {
padding-left: 72px !important;
}
.ps-md-10 {
padding-left: 80px !important;
}
.ps-md-11 {
padding-left: 88px !important;
}
.ps-md-12 {
padding-left: 96px !important;
}
.gap-md-0 {
gap: 0 !important;
}
.gap-md-1 {
gap: 8px !important;
}
.gap-md-2 {
gap: 16px !important;
}
.gap-md-3 {
gap: 24px !important;
}
.gap-md-4 {
gap: 32px !important;
}
.gap-md-5 {
gap: 40px !important;
}
.gap-md-6 {
gap: 48px !important;
}
.gap-md-7 {
gap: 56px !important;
}
.gap-md-8 {
gap: 64px !important;
}
.gap-md-9 {
gap: 72px !important;
}
.gap-md-10 {
gap: 80px !important;
}
.gap-md-11 {
gap: 88px !important;
}
.gap-md-12 {
gap: 96px !important;
}
.row-gap-md-0 {
row-gap: 0 !important;
}
.row-gap-md-1 {
row-gap: 8px !important;
}
.row-gap-md-2 {
row-gap: 16px !important;
}
.row-gap-md-3 {
row-gap: 24px !important;
}
.row-gap-md-4 {
row-gap: 32px !important;
}
.row-gap-md-5 {
row-gap: 40px !important;
}
.row-gap-md-6 {
row-gap: 48px !important;
}
.row-gap-md-7 {
row-gap: 56px !important;
}
.row-gap-md-8 {
row-gap: 64px !important;
}
.row-gap-md-9 {
row-gap: 72px !important;
}
.row-gap-md-10 {
row-gap: 80px !important;
}
.row-gap-md-11 {
row-gap: 88px !important;
}
.row-gap-md-12 {
row-gap: 96px !important;
}
.column-gap-md-0 {
-moz-column-gap: 0 !important;
column-gap: 0 !important;
}
.column-gap-md-1 {
-moz-column-gap: 8px !important;
column-gap: 8px !important;
}
.column-gap-md-2 {
-moz-column-gap: 16px !important;
column-gap: 16px !important;
}
.column-gap-md-3 {
-moz-column-gap: 24px !important;
column-gap: 24px !important;
}
.column-gap-md-4 {
-moz-column-gap: 32px !important;
column-gap: 32px !important;
}
.column-gap-md-5 {
-moz-column-gap: 40px !important;
column-gap: 40px !important;
}
.column-gap-md-6 {
-moz-column-gap: 48px !important;
column-gap: 48px !important;
}
.column-gap-md-7 {
-moz-column-gap: 56px !important;
column-gap: 56px !important;
}
.column-gap-md-8 {
-moz-column-gap: 64px !important;
column-gap: 64px !important;
}
.column-gap-md-9 {
-moz-column-gap: 72px !important;
column-gap: 72px !important;
}
.column-gap-md-10 {
-moz-column-gap: 80px !important;
column-gap: 80px !important;
}
.column-gap-md-11 {
-moz-column-gap: 88px !important;
column-gap: 88px !important;
}
.column-gap-md-12 {
-moz-column-gap: 96px !important;
column-gap: 96px !important;
}
.text-md-start {
text-align: left !important;
}
.text-md-end {
text-align: right !important;
}
.text-md-center {
text-align: center !important;
}
}
@media (min-width: 992px) {
.float-lg-start {
float: left !important;
}
.float-lg-end {
float: right !important;
}
.float-lg-none {
float: none !important;
}
.object-fit-lg-contain {
-o-object-fit: contain !important;
object-fit: contain !important;
}
.object-fit-lg-cover {
-o-object-fit: cover !important;
object-fit: cover !important;
}
.object-fit-lg-fill {
-o-object-fit: fill !important;
object-fit: fill !important;
}
.object-fit-lg-scale {
-o-object-fit: scale-down !important;
object-fit: scale-down !important;
}
.object-fit-lg-none {
-o-object-fit: none !important;
object-fit: none !important;
}
.d-lg-inline {
display: inline !important;
}
.d-lg-inline-block {
display: inline-block !important;
}
.d-lg-block {
display: block !important;
}
.d-lg-grid {
display: grid !important;
}
.d-lg-inline-grid {
display: inline-grid !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;
}
.d-lg-none {
display: none !important;
}
.flex-lg-fill {
flex: 1 1 auto !important;
}
.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-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;
}
.flex-lg-wrap {
flex-wrap: wrap !important;
}
.flex-lg-nowrap {
flex-wrap: nowrap !important;
}
.flex-lg-wrap-reverse {
flex-wrap: wrap-reverse !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;
}
.justify-content-lg-evenly {
justify-content: space-evenly !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;
}
.order-lg-first {
order: -1 !important;
}
.order-lg-0 {
order: 0 !important;
}
.order-lg-1 {
order: 1 !important;
}
.order-lg-2 {
order: 2 !important;
}
.order-lg-3 {
order: 3 !important;
}
.order-lg-4 {
order: 4 !important;
}
.order-lg-5 {
order: 5 !important;
}
.order-lg-last {
order: 6 !important;
}
.m-lg-0 {
margin: 0 !important;
}
.m-lg-1 {
margin: 8px !important;
}
.m-lg-2 {
margin: 16px !important;
}
.m-lg-3 {
margin: 24px !important;
}
.m-lg-4 {
margin: 32px !important;
}
.m-lg-5 {
margin: 40px !important;
}
.m-lg-6 {
margin: 48px !important;
}
.m-lg-7 {
margin: 56px !important;
}
.m-lg-8 {
margin: 64px !important;
}
.m-lg-9 {
margin: 72px !important;
}
.m-lg-10 {
margin: 80px !important;
}
.m-lg-11 {
margin: 88px !important;
}
.m-lg-12 {
margin: 96px !important;
}
.m-lg-auto {
margin: auto !important;
}
.mx-lg-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-lg-1 {
margin-right: 8px !important;
margin-left: 8px !important;
}
.mx-lg-2 {
margin-right: 16px !important;
margin-left: 16px !important;
}
.mx-lg-3 {
margin-right: 24px !important;
margin-left: 24px !important;
}
.mx-lg-4 {
margin-right: 32px !important;
margin-left: 32px !important;
}
.mx-lg-5 {
margin-right: 40px !important;
margin-left: 40px !important;
}
.mx-lg-6 {
margin-right: 48px !important;
margin-left: 48px !important;
}
.mx-lg-7 {
margin-right: 56px !important;
margin-left: 56px !important;
}
.mx-lg-8 {
margin-right: 64px !important;
margin-left: 64px !important;
}
.mx-lg-9 {
margin-right: 72px !important;
margin-left: 72px !important;
}
.mx-lg-10 {
margin-right: 80px !important;
margin-left: 80px !important;
}
.mx-lg-11 {
margin-right: 88px !important;
margin-left: 88px !important;
}
.mx-lg-12 {
margin-right: 96px !important;
margin-left: 96px !important;
}
.mx-lg-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-lg-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-lg-1 {
margin-top: 8px !important;
margin-bottom: 8px !important;
}
.my-lg-2 {
margin-top: 16px !important;
margin-bottom: 16px !important;
}
.my-lg-3 {
margin-top: 24px !important;
margin-bottom: 24px !important;
}
.my-lg-4 {
margin-top: 32px !important;
margin-bottom: 32px !important;
}
.my-lg-5 {
margin-top: 40px !important;
margin-bottom: 40px !important;
}
.my-lg-6 {
margin-top: 48px !important;
margin-bottom: 48px !important;
}
.my-lg-7 {
margin-top: 56px !important;
margin-bottom: 56px !important;
}
.my-lg-8 {
margin-top: 64px !important;
margin-bottom: 64px !important;
}
.my-lg-9 {
margin-top: 72px !important;
margin-bottom: 72px !important;
}
.my-lg-10 {
margin-top: 80px !important;
margin-bottom: 80px !important;
}
.my-lg-11 {
margin-top: 88px !important;
margin-bottom: 88px !important;
}
.my-lg-12 {
margin-top: 96px !important;
margin-bottom: 96px !important;
}
.my-lg-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-lg-0 {
margin-top: 0 !important;
}
.mt-lg-1 {
margin-top: 8px !important;
}
.mt-lg-2 {
margin-top: 16px !important;
}
.mt-lg-3 {
margin-top: 24px !important;
}
.mt-lg-4 {
margin-top: 32px !important;
}
.mt-lg-5 {
margin-top: 40px !important;
}
.mt-lg-6 {
margin-top: 48px !important;
}
.mt-lg-7 {
margin-top: 56px !important;
}
.mt-lg-8 {
margin-top: 64px !important;
}
.mt-lg-9 {
margin-top: 72px !important;
}
.mt-lg-10 {
margin-top: 80px !important;
}
.mt-lg-11 {
margin-top: 88px !important;
}
.mt-lg-12 {
margin-top: 96px !important;
}
.mt-lg-auto {
margin-top: auto !important;
}
.me-lg-0 {
margin-right: 0 !important;
}
.me-lg-1 {
margin-right: 8px !important;
}
.me-lg-2 {
margin-right: 16px !important;
}
.me-lg-3 {
margin-right: 24px !important;
}
.me-lg-4 {
margin-right: 32px !important;
}
.me-lg-5 {
margin-right: 40px !important;
}
.me-lg-6 {
margin-right: 48px !important;
}
.me-lg-7 {
margin-right: 56px !important;
}
.me-lg-8 {
margin-right: 64px !important;
}
.me-lg-9 {
margin-right: 72px !important;
}
.me-lg-10 {
margin-right: 80px !important;
}
.me-lg-11 {
margin-right: 88px !important;
}
.me-lg-12 {
margin-right: 96px !important;
}
.me-lg-auto {
margin-right: auto !important;
}
.mb-lg-0 {
margin-bottom: 0 !important;
}
.mb-lg-1 {
margin-bottom: 8px !important;
}
.mb-lg-2 {
margin-bottom: 16px !important;
}
.mb-lg-3 {
margin-bottom: 24px !important;
}
.mb-lg-4 {
margin-bottom: 32px !important;
}
.mb-lg-5 {
margin-bottom: 40px !important;
}
.mb-lg-6 {
margin-bottom: 48px !important;
}
.mb-lg-7 {
margin-bottom: 56px !important;
}
.mb-lg-8 {
margin-bottom: 64px !important;
}
.mb-lg-9 {
margin-bottom: 72px !important;
}
.mb-lg-10 {
margin-bottom: 80px !important;
}
.mb-lg-11 {
margin-bottom: 88px !important;
}
.mb-lg-12 {
margin-bottom: 96px !important;
}
.mb-lg-auto {
margin-bottom: auto !important;
}
.ms-lg-0 {
margin-left: 0 !important;
}
.ms-lg-1 {
margin-left: 8px !important;
}
.ms-lg-2 {
margin-left: 16px !important;
}
.ms-lg-3 {
margin-left: 24px !important;
}
.ms-lg-4 {
margin-left: 32px !important;
}
.ms-lg-5 {
margin-left: 40px !important;
}
.ms-lg-6 {
margin-left: 48px !important;
}
.ms-lg-7 {
margin-left: 56px !important;
}
.ms-lg-8 {
margin-left: 64px !important;
}
.ms-lg-9 {
margin-left: 72px !important;
}
.ms-lg-10 {
margin-left: 80px !important;
}
.ms-lg-11 {
margin-left: 88px !important;
}
.ms-lg-12 {
margin-left: 96px !important;
}
.ms-lg-auto {
margin-left: auto !important;
}
.p-lg-0 {
padding: 0 !important;
}
.p-lg-1 {
padding: 8px !important;
}
.p-lg-2 {
padding: 16px !important;
}
.p-lg-3 {
padding: 24px !important;
}
.p-lg-4 {
padding: 32px !important;
}
.p-lg-5 {
padding: 40px !important;
}
.p-lg-6 {
padding: 48px !important;
}
.p-lg-7 {
padding: 56px !important;
}
.p-lg-8 {
padding: 64px !important;
}
.p-lg-9 {
padding: 72px !important;
}
.p-lg-10 {
padding: 80px !important;
}
.p-lg-11 {
padding: 88px !important;
}
.p-lg-12 {
padding: 96px !important;
}
.px-lg-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-lg-1 {
padding-right: 8px !important;
padding-left: 8px !important;
}
.px-lg-2 {
padding-right: 16px !important;
padding-left: 16px !important;
}
.px-lg-3 {
padding-right: 24px !important;
padding-left: 24px !important;
}
.px-lg-4 {
padding-right: 32px !important;
padding-left: 32px !important;
}
.px-lg-5 {
padding-right: 40px !important;
padding-left: 40px !important;
}
.px-lg-6 {
padding-right: 48px !important;
padding-left: 48px !important;
}
.px-lg-7 {
padding-right: 56px !important;
padding-left: 56px !important;
}
.px-lg-8 {
padding-right: 64px !important;
padding-left: 64px !important;
}
.px-lg-9 {
padding-right: 72px !important;
padding-left: 72px !important;
}
.px-lg-10 {
padding-right: 80px !important;
padding-left: 80px !important;
}
.px-lg-11 {
padding-right: 88px !important;
padding-left: 88px !important;
}
.px-lg-12 {
padding-right: 96px !important;
padding-left: 96px !important;
}
.py-lg-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-lg-1 {
padding-top: 8px !important;
padding-bottom: 8px !important;
}
.py-lg-2 {
padding-top: 16px !important;
padding-bottom: 16px !important;
}
.py-lg-3 {
padding-top: 24px !important;
padding-bottom: 24px !important;
}
.py-lg-4 {
padding-top: 32px !important;
padding-bottom: 32px !important;
}
.py-lg-5 {
padding-top: 40px !important;
padding-bottom: 40px !important;
}
.py-lg-6 {
padding-top: 48px !important;
padding-bottom: 48px !important;
}
.py-lg-7 {
padding-top: 56px !important;
padding-bottom: 56px !important;
}
.py-lg-8 {
padding-top: 64px !important;
padding-bottom: 64px !important;
}
.py-lg-9 {
padding-top: 72px !important;
padding-bottom: 72px !important;
}
.py-lg-10 {
padding-top: 80px !important;
padding-bottom: 80px !important;
}
.py-lg-11 {
padding-top: 88px !important;
padding-bottom: 88px !important;
}
.py-lg-12 {
padding-top: 96px !important;
padding-bottom: 96px !important;
}
.pt-lg-0 {
padding-top: 0 !important;
}
.pt-lg-1 {
padding-top: 8px !important;
}
.pt-lg-2 {
padding-top: 16px !important;
}
.pt-lg-3 {
padding-top: 24px !important;
}
.pt-lg-4 {
padding-top: 32px !important;
}
.pt-lg-5 {
padding-top: 40px !important;
}
.pt-lg-6 {
padding-top: 48px !important;
}
.pt-lg-7 {
padding-top: 56px !important;
}
.pt-lg-8 {
padding-top: 64px !important;
}
.pt-lg-9 {
padding-top: 72px !important;
}
.pt-lg-10 {
padding-top: 80px !important;
}
.pt-lg-11 {
padding-top: 88px !important;
}
.pt-lg-12 {
padding-top: 96px !important;
}
.pe-lg-0 {
padding-right: 0 !important;
}
.pe-lg-1 {
padding-right: 8px !important;
}
.pe-lg-2 {
padding-right: 16px !important;
}
.pe-lg-3 {
padding-right: 24px !important;
}
.pe-lg-4 {
padding-right: 32px !important;
}
.pe-lg-5 {
padding-right: 40px !important;
}
.pe-lg-6 {
padding-right: 48px !important;
}
.pe-lg-7 {
padding-right: 56px !important;
}
.pe-lg-8 {
padding-right: 64px !important;
}
.pe-lg-9 {
padding-right: 72px !important;
}
.pe-lg-10 {
padding-right: 80px !important;
}
.pe-lg-11 {
padding-right: 88px !important;
}
.pe-lg-12 {
padding-right: 96px !important;
}
.pb-lg-0 {
padding-bottom: 0 !important;
}
.pb-lg-1 {
padding-bottom: 8px !important;
}
.pb-lg-2 {
padding-bottom: 16px !important;
}
.pb-lg-3 {
padding-bottom: 24px !important;
}
.pb-lg-4 {
padding-bottom: 32px !important;
}
.pb-lg-5 {
padding-bottom: 40px !important;
}
.pb-lg-6 {
padding-bottom: 48px !important;
}
.pb-lg-7 {
padding-bottom: 56px !important;
}
.pb-lg-8 {
padding-bottom: 64px !important;
}
.pb-lg-9 {
padding-bottom: 72px !important;
}
.pb-lg-10 {
padding-bottom: 80px !important;
}
.pb-lg-11 {
padding-bottom: 88px !important;
}
.pb-lg-12 {
padding-bottom: 96px !important;
}
.ps-lg-0 {
padding-left: 0 !important;
}
.ps-lg-1 {
padding-left: 8px !important;
}
.ps-lg-2 {
padding-left: 16px !important;
}
.ps-lg-3 {
padding-left: 24px !important;
}
.ps-lg-4 {
padding-left: 32px !important;
}
.ps-lg-5 {
padding-left: 40px !important;
}
.ps-lg-6 {
padding-left: 48px !important;
}
.ps-lg-7 {
padding-left: 56px !important;
}
.ps-lg-8 {
padding-left: 64px !important;
}
.ps-lg-9 {
padding-left: 72px !important;
}
.ps-lg-10 {
padding-left: 80px !important;
}
.ps-lg-11 {
padding-left: 88px !important;
}
.ps-lg-12 {
padding-left: 96px !important;
}
.gap-lg-0 {
gap: 0 !important;
}
.gap-lg-1 {
gap: 8px !important;
}
.gap-lg-2 {
gap: 16px !important;
}
.gap-lg-3 {
gap: 24px !important;
}
.gap-lg-4 {
gap: 32px !important;
}
.gap-lg-5 {
gap: 40px !important;
}
.gap-lg-6 {
gap: 48px !important;
}
.gap-lg-7 {
gap: 56px !important;
}
.gap-lg-8 {
gap: 64px !important;
}
.gap-lg-9 {
gap: 72px !important;
}
.gap-lg-10 {
gap: 80px !important;
}
.gap-lg-11 {
gap: 88px !important;
}
.gap-lg-12 {
gap: 96px !important;
}
.row-gap-lg-0 {
row-gap: 0 !important;
}
.row-gap-lg-1 {
row-gap: 8px !important;
}
.row-gap-lg-2 {
row-gap: 16px !important;
}
.row-gap-lg-3 {
row-gap: 24px !important;
}
.row-gap-lg-4 {
row-gap: 32px !important;
}
.row-gap-lg-5 {
row-gap: 40px !important;
}
.row-gap-lg-6 {
row-gap: 48px !important;
}
.row-gap-lg-7 {
row-gap: 56px !important;
}
.row-gap-lg-8 {
row-gap: 64px !important;
}
.row-gap-lg-9 {
row-gap: 72px !important;
}
.row-gap-lg-10 {
row-gap: 80px !important;
}
.row-gap-lg-11 {
row-gap: 88px !important;
}
.row-gap-lg-12 {
row-gap: 96px !important;
}
.column-gap-lg-0 {
-moz-column-gap: 0 !important;
column-gap: 0 !important;
}
.column-gap-lg-1 {
-moz-column-gap: 8px !important;
column-gap: 8px !important;
}
.column-gap-lg-2 {
-moz-column-gap: 16px !important;
column-gap: 16px !important;
}
.column-gap-lg-3 {
-moz-column-gap: 24px !important;
column-gap: 24px !important;
}
.column-gap-lg-4 {
-moz-column-gap: 32px !important;
column-gap: 32px !important;
}
.column-gap-lg-5 {
-moz-column-gap: 40px !important;
column-gap: 40px !important;
}
.column-gap-lg-6 {
-moz-column-gap: 48px !important;
column-gap: 48px !important;
}
.column-gap-lg-7 {
-moz-column-gap: 56px !important;
column-gap: 56px !important;
}
.column-gap-lg-8 {
-moz-column-gap: 64px !important;
column-gap: 64px !important;
}
.column-gap-lg-9 {
-moz-column-gap: 72px !important;
column-gap: 72px !important;
}
.column-gap-lg-10 {
-moz-column-gap: 80px !important;
column-gap: 80px !important;
}
.column-gap-lg-11 {
-moz-column-gap: 88px !important;
column-gap: 88px !important;
}
.column-gap-lg-12 {
-moz-column-gap: 96px !important;
column-gap: 96px !important;
}
.text-lg-start {
text-align: left !important;
}
.text-lg-end {
text-align: right !important;
}
.text-lg-center {
text-align: center !important;
}
}
@media (min-width: 1200px) {
.float-xl-start {
float: left !important;
}
.float-xl-end {
float: right !important;
}
.float-xl-none {
float: none !important;
}
.object-fit-xl-contain {
-o-object-fit: contain !important;
object-fit: contain !important;
}
.object-fit-xl-cover {
-o-object-fit: cover !important;
object-fit: cover !important;
}
.object-fit-xl-fill {
-o-object-fit: fill !important;
object-fit: fill !important;
}
.object-fit-xl-scale {
-o-object-fit: scale-down !important;
object-fit: scale-down !important;
}
.object-fit-xl-none {
-o-object-fit: none !important;
object-fit: none !important;
}
.d-xl-inline {
display: inline !important;
}
.d-xl-inline-block {
display: inline-block !important;
}
.d-xl-block {
display: block !important;
}
.d-xl-grid {
display: grid !important;
}
.d-xl-inline-grid {
display: inline-grid !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;
}
.d-xl-none {
display: none !important;
}
.flex-xl-fill {
flex: 1 1 auto !important;
}
.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-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;
}
.flex-xl-wrap {
flex-wrap: wrap !important;
}
.flex-xl-nowrap {
flex-wrap: nowrap !important;
}
.flex-xl-wrap-reverse {
flex-wrap: wrap-reverse !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;
}
.justify-content-xl-evenly {
justify-content: space-evenly !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;
}
.order-xl-first {
order: -1 !important;
}
.order-xl-0 {
order: 0 !important;
}
.order-xl-1 {
order: 1 !important;
}
.order-xl-2 {
order: 2 !important;
}
.order-xl-3 {
order: 3 !important;
}
.order-xl-4 {
order: 4 !important;
}
.order-xl-5 {
order: 5 !important;
}
.order-xl-last {
order: 6 !important;
}
.m-xl-0 {
margin: 0 !important;
}
.m-xl-1 {
margin: 8px !important;
}
.m-xl-2 {
margin: 16px !important;
}
.m-xl-3 {
margin: 24px !important;
}
.m-xl-4 {
margin: 32px !important;
}
.m-xl-5 {
margin: 40px !important;
}
.m-xl-6 {
margin: 48px !important;
}
.m-xl-7 {
margin: 56px !important;
}
.m-xl-8 {
margin: 64px !important;
}
.m-xl-9 {
margin: 72px !important;
}
.m-xl-10 {
margin: 80px !important;
}
.m-xl-11 {
margin: 88px !important;
}
.m-xl-12 {
margin: 96px !important;
}
.m-xl-auto {
margin: auto !important;
}
.mx-xl-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-xl-1 {
margin-right: 8px !important;
margin-left: 8px !important;
}
.mx-xl-2 {
margin-right: 16px !important;
margin-left: 16px !important;
}
.mx-xl-3 {
margin-right: 24px !important;
margin-left: 24px !important;
}
.mx-xl-4 {
margin-right: 32px !important;
margin-left: 32px !important;
}
.mx-xl-5 {
margin-right: 40px !important;
margin-left: 40px !important;
}
.mx-xl-6 {
margin-right: 48px !important;
margin-left: 48px !important;
}
.mx-xl-7 {
margin-right: 56px !important;
margin-left: 56px !important;
}
.mx-xl-8 {
margin-right: 64px !important;
margin-left: 64px !important;
}
.mx-xl-9 {
margin-right: 72px !important;
margin-left: 72px !important;
}
.mx-xl-10 {
margin-right: 80px !important;
margin-left: 80px !important;
}
.mx-xl-11 {
margin-right: 88px !important;
margin-left: 88px !important;
}
.mx-xl-12 {
margin-right: 96px !important;
margin-left: 96px !important;
}
.mx-xl-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-xl-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-xl-1 {
margin-top: 8px !important;
margin-bottom: 8px !important;
}
.my-xl-2 {
margin-top: 16px !important;
margin-bottom: 16px !important;
}
.my-xl-3 {
margin-top: 24px !important;
margin-bottom: 24px !important;
}
.my-xl-4 {
margin-top: 32px !important;
margin-bottom: 32px !important;
}
.my-xl-5 {
margin-top: 40px !important;
margin-bottom: 40px !important;
}
.my-xl-6 {
margin-top: 48px !important;
margin-bottom: 48px !important;
}
.my-xl-7 {
margin-top: 56px !important;
margin-bottom: 56px !important;
}
.my-xl-8 {
margin-top: 64px !important;
margin-bottom: 64px !important;
}
.my-xl-9 {
margin-top: 72px !important;
margin-bottom: 72px !important;
}
.my-xl-10 {
margin-top: 80px !important;
margin-bottom: 80px !important;
}
.my-xl-11 {
margin-top: 88px !important;
margin-bottom: 88px !important;
}
.my-xl-12 {
margin-top: 96px !important;
margin-bottom: 96px !important;
}
.my-xl-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-xl-0 {
margin-top: 0 !important;
}
.mt-xl-1 {
margin-top: 8px !important;
}
.mt-xl-2 {
margin-top: 16px !important;
}
.mt-xl-3 {
margin-top: 24px !important;
}
.mt-xl-4 {
margin-top: 32px !important;
}
.mt-xl-5 {
margin-top: 40px !important;
}
.mt-xl-6 {
margin-top: 48px !important;
}
.mt-xl-7 {
margin-top: 56px !important;
}
.mt-xl-8 {
margin-top: 64px !important;
}
.mt-xl-9 {
margin-top: 72px !important;
}
.mt-xl-10 {
margin-top: 80px !important;
}
.mt-xl-11 {
margin-top: 88px !important;
}
.mt-xl-12 {
margin-top: 96px !important;
}
.mt-xl-auto {
margin-top: auto !important;
}
.me-xl-0 {
margin-right: 0 !important;
}
.me-xl-1 {
margin-right: 8px !important;
}
.me-xl-2 {
margin-right: 16px !important;
}
.me-xl-3 {
margin-right: 24px !important;
}
.me-xl-4 {
margin-right: 32px !important;
}
.me-xl-5 {
margin-right: 40px !important;
}
.me-xl-6 {
margin-right: 48px !important;
}
.me-xl-7 {
margin-right: 56px !important;
}
.me-xl-8 {
margin-right: 64px !important;
}
.me-xl-9 {
margin-right: 72px !important;
}
.me-xl-10 {
margin-right: 80px !important;
}
.me-xl-11 {
margin-right: 88px !important;
}
.me-xl-12 {
margin-right: 96px !important;
}
.me-xl-auto {
margin-right: auto !important;
}
.mb-xl-0 {
margin-bottom: 0 !important;
}
.mb-xl-1 {
margin-bottom: 8px !important;
}
.mb-xl-2 {
margin-bottom: 16px !important;
}
.mb-xl-3 {
margin-bottom: 24px !important;
}
.mb-xl-4 {
margin-bottom: 32px !important;
}
.mb-xl-5 {
margin-bottom: 40px !important;
}
.mb-xl-6 {
margin-bottom: 48px !important;
}
.mb-xl-7 {
margin-bottom: 56px !important;
}
.mb-xl-8 {
margin-bottom: 64px !important;
}
.mb-xl-9 {
margin-bottom: 72px !important;
}
.mb-xl-10 {
margin-bottom: 80px !important;
}
.mb-xl-11 {
margin-bottom: 88px !important;
}
.mb-xl-12 {
margin-bottom: 96px !important;
}
.mb-xl-auto {
margin-bottom: auto !important;
}
.ms-xl-0 {
margin-left: 0 !important;
}
.ms-xl-1 {
margin-left: 8px !important;
}
.ms-xl-2 {
margin-left: 16px !important;
}
.ms-xl-3 {
margin-left: 24px !important;
}
.ms-xl-4 {
margin-left: 32px !important;
}
.ms-xl-5 {
margin-left: 40px !important;
}
.ms-xl-6 {
margin-left: 48px !important;
}
.ms-xl-7 {
margin-left: 56px !important;
}
.ms-xl-8 {
margin-left: 64px !important;
}
.ms-xl-9 {
margin-left: 72px !important;
}
.ms-xl-10 {
margin-left: 80px !important;
}
.ms-xl-11 {
margin-left: 88px !important;
}
.ms-xl-12 {
margin-left: 96px !important;
}
.ms-xl-auto {
margin-left: auto !important;
}
.p-xl-0 {
padding: 0 !important;
}
.p-xl-1 {
padding: 8px !important;
}
.p-xl-2 {
padding: 16px !important;
}
.p-xl-3 {
padding: 24px !important;
}
.p-xl-4 {
padding: 32px !important;
}
.p-xl-5 {
padding: 40px !important;
}
.p-xl-6 {
padding: 48px !important;
}
.p-xl-7 {
padding: 56px !important;
}
.p-xl-8 {
padding: 64px !important;
}
.p-xl-9 {
padding: 72px !important;
}
.p-xl-10 {
padding: 80px !important;
}
.p-xl-11 {
padding: 88px !important;
}
.p-xl-12 {
padding: 96px !important;
}
.px-xl-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-xl-1 {
padding-right: 8px !important;
padding-left: 8px !important;
}
.px-xl-2 {
padding-right: 16px !important;
padding-left: 16px !important;
}
.px-xl-3 {
padding-right: 24px !important;
padding-left: 24px !important;
}
.px-xl-4 {
padding-right: 32px !important;
padding-left: 32px !important;
}
.px-xl-5 {
padding-right: 40px !important;
padding-left: 40px !important;
}
.px-xl-6 {
padding-right: 48px !important;
padding-left: 48px !important;
}
.px-xl-7 {
padding-right: 56px !important;
padding-left: 56px !important;
}
.px-xl-8 {
padding-right: 64px !important;
padding-left: 64px !important;
}
.px-xl-9 {
padding-right: 72px !important;
padding-left: 72px !important;
}
.px-xl-10 {
padding-right: 80px !important;
padding-left: 80px !important;
}
.px-xl-11 {
padding-right: 88px !important;
padding-left: 88px !important;
}
.px-xl-12 {
padding-right: 96px !important;
padding-left: 96px !important;
}
.py-xl-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-xl-1 {
padding-top: 8px !important;
padding-bottom: 8px !important;
}
.py-xl-2 {
padding-top: 16px !important;
padding-bottom: 16px !important;
}
.py-xl-3 {
padding-top: 24px !important;
padding-bottom: 24px !important;
}
.py-xl-4 {
padding-top: 32px !important;
padding-bottom: 32px !important;
}
.py-xl-5 {
padding-top: 40px !important;
padding-bottom: 40px !important;
}
.py-xl-6 {
padding-top: 48px !important;
padding-bottom: 48px !important;
}
.py-xl-7 {
padding-top: 56px !important;
padding-bottom: 56px !important;
}
.py-xl-8 {
padding-top: 64px !important;
padding-bottom: 64px !important;
}
.py-xl-9 {
padding-top: 72px !important;
padding-bottom: 72px !important;
}
.py-xl-10 {
padding-top: 80px !important;
padding-bottom: 80px !important;
}
.py-xl-11 {
padding-top: 88px !important;
padding-bottom: 88px !important;
}
.py-xl-12 {
padding-top: 96px !important;
padding-bottom: 96px !important;
}
.pt-xl-0 {
padding-top: 0 !important;
}
.pt-xl-1 {
padding-top: 8px !important;
}
.pt-xl-2 {
padding-top: 16px !important;
}
.pt-xl-3 {
padding-top: 24px !important;
}
.pt-xl-4 {
padding-top: 32px !important;
}
.pt-xl-5 {
padding-top: 40px !important;
}
.pt-xl-6 {
padding-top: 48px !important;
}
.pt-xl-7 {
padding-top: 56px !important;
}
.pt-xl-8 {
padding-top: 64px !important;
}
.pt-xl-9 {
padding-top: 72px !important;
}
.pt-xl-10 {
padding-top: 80px !important;
}
.pt-xl-11 {
padding-top: 88px !important;
}
.pt-xl-12 {
padding-top: 96px !important;
}
.pe-xl-0 {
padding-right: 0 !important;
}
.pe-xl-1 {
padding-right: 8px !important;
}
.pe-xl-2 {
padding-right: 16px !important;
}
.pe-xl-3 {
padding-right: 24px !important;
}
.pe-xl-4 {
padding-right: 32px !important;
}
.pe-xl-5 {
padding-right: 40px !important;
}
.pe-xl-6 {
padding-right: 48px !important;
}
.pe-xl-7 {
padding-right: 56px !important;
}
.pe-xl-8 {
padding-right: 64px !important;
}
.pe-xl-9 {
padding-right: 72px !important;
}
.pe-xl-10 {
padding-right: 80px !important;
}
.pe-xl-11 {
padding-right: 88px !important;
}
.pe-xl-12 {
padding-right: 96px !important;
}
.pb-xl-0 {
padding-bottom: 0 !important;
}
.pb-xl-1 {
padding-bottom: 8px !important;
}
.pb-xl-2 {
padding-bottom: 16px !important;
}
.pb-xl-3 {
padding-bottom: 24px !important;
}
.pb-xl-4 {
padding-bottom: 32px !important;
}
.pb-xl-5 {
padding-bottom: 40px !important;
}
.pb-xl-6 {
padding-bottom: 48px !important;
}
.pb-xl-7 {
padding-bottom: 56px !important;
}
.pb-xl-8 {
padding-bottom: 64px !important;
}
.pb-xl-9 {
padding-bottom: 72px !important;
}
.pb-xl-10 {
padding-bottom: 80px !important;
}
.pb-xl-11 {
padding-bottom: 88px !important;
}
.pb-xl-12 {
padding-bottom: 96px !important;
}
.ps-xl-0 {
padding-left: 0 !important;
}
.ps-xl-1 {
padding-left: 8px !important;
}
.ps-xl-2 {
padding-left: 16px !important;
}
.ps-xl-3 {
padding-left: 24px !important;
}
.ps-xl-4 {
padding-left: 32px !important;
}
.ps-xl-5 {
padding-left: 40px !important;
}
.ps-xl-6 {
padding-left: 48px !important;
}
.ps-xl-7 {
padding-left: 56px !important;
}
.ps-xl-8 {
padding-left: 64px !important;
}
.ps-xl-9 {
padding-left: 72px !important;
}
.ps-xl-10 {
padding-left: 80px !important;
}
.ps-xl-11 {
padding-left: 88px !important;
}
.ps-xl-12 {
padding-left: 96px !important;
}
.gap-xl-0 {
gap: 0 !important;
}
.gap-xl-1 {
gap: 8px !important;
}
.gap-xl-2 {
gap: 16px !important;
}
.gap-xl-3 {
gap: 24px !important;
}
.gap-xl-4 {
gap: 32px !important;
}
.gap-xl-5 {
gap: 40px !important;
}
.gap-xl-6 {
gap: 48px !important;
}
.gap-xl-7 {
gap: 56px !important;
}
.gap-xl-8 {
gap: 64px !important;
}
.gap-xl-9 {
gap: 72px !important;
}
.gap-xl-10 {
gap: 80px !important;
}
.gap-xl-11 {
gap: 88px !important;
}
.gap-xl-12 {
gap: 96px !important;
}
.row-gap-xl-0 {
row-gap: 0 !important;
}
.row-gap-xl-1 {
row-gap: 8px !important;
}
.row-gap-xl-2 {
row-gap: 16px !important;
}
.row-gap-xl-3 {
row-gap: 24px !important;
}
.row-gap-xl-4 {
row-gap: 32px !important;
}
.row-gap-xl-5 {
row-gap: 40px !important;
}
.row-gap-xl-6 {
row-gap: 48px !important;
}
.row-gap-xl-7 {
row-gap: 56px !important;
}
.row-gap-xl-8 {
row-gap: 64px !important;
}
.row-gap-xl-9 {
row-gap: 72px !important;
}
.row-gap-xl-10 {
row-gap: 80px !important;
}
.row-gap-xl-11 {
row-gap: 88px !important;
}
.row-gap-xl-12 {
row-gap: 96px !important;
}
.column-gap-xl-0 {
-moz-column-gap: 0 !important;
column-gap: 0 !important;
}
.column-gap-xl-1 {
-moz-column-gap: 8px !important;
column-gap: 8px !important;
}
.column-gap-xl-2 {
-moz-column-gap: 16px !important;
column-gap: 16px !important;
}
.column-gap-xl-3 {
-moz-column-gap: 24px !important;
column-gap: 24px !important;
}
.column-gap-xl-4 {
-moz-column-gap: 32px !important;
column-gap: 32px !important;
}
.column-gap-xl-5 {
-moz-column-gap: 40px !important;
column-gap: 40px !important;
}
.column-gap-xl-6 {
-moz-column-gap: 48px !important;
column-gap: 48px !important;
}
.column-gap-xl-7 {
-moz-column-gap: 56px !important;
column-gap: 56px !important;
}
.column-gap-xl-8 {
-moz-column-gap: 64px !important;
column-gap: 64px !important;
}
.column-gap-xl-9 {
-moz-column-gap: 72px !important;
column-gap: 72px !important;
}
.column-gap-xl-10 {
-moz-column-gap: 80px !important;
column-gap: 80px !important;
}
.column-gap-xl-11 {
-moz-column-gap: 88px !important;
column-gap: 88px !important;
}
.column-gap-xl-12 {
-moz-column-gap: 96px !important;
column-gap: 96px !important;
}
.text-xl-start {
text-align: left !important;
}
.text-xl-end {
text-align: right !important;
}
.text-xl-center {
text-align: center !important;
}
}
@media (min-width: 1440px) {
.float-xxl-start {
float: left !important;
}
.float-xxl-end {
float: right !important;
}
.float-xxl-none {
float: none !important;
}
.object-fit-xxl-contain {
-o-object-fit: contain !important;
object-fit: contain !important;
}
.object-fit-xxl-cover {
-o-object-fit: cover !important;
object-fit: cover !important;
}
.object-fit-xxl-fill {
-o-object-fit: fill !important;
object-fit: fill !important;
}
.object-fit-xxl-scale {
-o-object-fit: scale-down !important;
object-fit: scale-down !important;
}
.object-fit-xxl-none {
-o-object-fit: none !important;
object-fit: none !important;
}
.d-xxl-inline {
display: inline !important;
}
.d-xxl-inline-block {
display: inline-block !important;
}
.d-xxl-block {
display: block !important;
}
.d-xxl-grid {
display: grid !important;
}
.d-xxl-inline-grid {
display: inline-grid !important;
}
.d-xxl-table {
display: table !important;
}
.d-xxl-table-row {
display: table-row !important;
}
.d-xxl-table-cell {
display: table-cell !important;
}
.d-xxl-flex {
display: flex !important;
}
.d-xxl-inline-flex {
display: inline-flex !important;
}
.d-xxl-none {
display: none !important;
}
.flex-xxl-fill {
flex: 1 1 auto !important;
}
.flex-xxl-row {
flex-direction: row !important;
}
.flex-xxl-column {
flex-direction: column !important;
}
.flex-xxl-row-reverse {
flex-direction: row-reverse !important;
}
.flex-xxl-column-reverse {
flex-direction: column-reverse !important;
}
.flex-xxl-grow-0 {
flex-grow: 0 !important;
}
.flex-xxl-grow-1 {
flex-grow: 1 !important;
}
.flex-xxl-shrink-0 {
flex-shrink: 0 !important;
}
.flex-xxl-shrink-1 {
flex-shrink: 1 !important;
}
.flex-xxl-wrap {
flex-wrap: wrap !important;
}
.flex-xxl-nowrap {
flex-wrap: nowrap !important;
}
.flex-xxl-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.justify-content-xxl-start {
justify-content: flex-start !important;
}
.justify-content-xxl-end {
justify-content: flex-end !important;
}
.justify-content-xxl-center {
justify-content: center !important;
}
.justify-content-xxl-between {
justify-content: space-between !important;
}
.justify-content-xxl-around {
justify-content: space-around !important;
}
.justify-content-xxl-evenly {
justify-content: space-evenly !important;
}
.align-items-xxl-start {
align-items: flex-start !important;
}
.align-items-xxl-end {
align-items: flex-end !important;
}
.align-items-xxl-center {
align-items: center !important;
}
.align-items-xxl-baseline {
align-items: baseline !important;
}
.align-items-xxl-stretch {
align-items: stretch !important;
}
.align-content-xxl-start {
align-content: flex-start !important;
}
.align-content-xxl-end {
align-content: flex-end !important;
}
.align-content-xxl-center {
align-content: center !important;
}
.align-content-xxl-between {
align-content: space-between !important;
}
.align-content-xxl-around {
align-content: space-around !important;
}
.align-content-xxl-stretch {
align-content: stretch !important;
}
.align-self-xxl-auto {
align-self: auto !important;
}
.align-self-xxl-start {
align-self: flex-start !important;
}
.align-self-xxl-end {
align-self: flex-end !important;
}
.align-self-xxl-center {
align-self: center !important;
}
.align-self-xxl-baseline {
align-self: baseline !important;
}
.align-self-xxl-stretch {
align-self: stretch !important;
}
.order-xxl-first {
order: -1 !important;
}
.order-xxl-0 {
order: 0 !important;
}
.order-xxl-1 {
order: 1 !important;
}
.order-xxl-2 {
order: 2 !important;
}
.order-xxl-3 {
order: 3 !important;
}
.order-xxl-4 {
order: 4 !important;
}
.order-xxl-5 {
order: 5 !important;
}
.order-xxl-last {
order: 6 !important;
}
.m-xxl-0 {
margin: 0 !important;
}
.m-xxl-1 {
margin: 8px !important;
}
.m-xxl-2 {
margin: 16px !important;
}
.m-xxl-3 {
margin: 24px !important;
}
.m-xxl-4 {
margin: 32px !important;
}
.m-xxl-5 {
margin: 40px !important;
}
.m-xxl-6 {
margin: 48px !important;
}
.m-xxl-7 {
margin: 56px !important;
}
.m-xxl-8 {
margin: 64px !important;
}
.m-xxl-9 {
margin: 72px !important;
}
.m-xxl-10 {
margin: 80px !important;
}
.m-xxl-11 {
margin: 88px !important;
}
.m-xxl-12 {
margin: 96px !important;
}
.m-xxl-auto {
margin: auto !important;
}
.mx-xxl-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-xxl-1 {
margin-right: 8px !important;
margin-left: 8px !important;
}
.mx-xxl-2 {
margin-right: 16px !important;
margin-left: 16px !important;
}
.mx-xxl-3 {
margin-right: 24px !important;
margin-left: 24px !important;
}
.mx-xxl-4 {
margin-right: 32px !important;
margin-left: 32px !important;
}
.mx-xxl-5 {
margin-right: 40px !important;
margin-left: 40px !important;
}
.mx-xxl-6 {
margin-right: 48px !important;
margin-left: 48px !important;
}
.mx-xxl-7 {
margin-right: 56px !important;
margin-left: 56px !important;
}
.mx-xxl-8 {
margin-right: 64px !important;
margin-left: 64px !important;
}
.mx-xxl-9 {
margin-right: 72px !important;
margin-left: 72px !important;
}
.mx-xxl-10 {
margin-right: 80px !important;
margin-left: 80px !important;
}
.mx-xxl-11 {
margin-right: 88px !important;
margin-left: 88px !important;
}
.mx-xxl-12 {
margin-right: 96px !important;
margin-left: 96px !important;
}
.mx-xxl-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-xxl-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-xxl-1 {
margin-top: 8px !important;
margin-bottom: 8px !important;
}
.my-xxl-2 {
margin-top: 16px !important;
margin-bottom: 16px !important;
}
.my-xxl-3 {
margin-top: 24px !important;
margin-bottom: 24px !important;
}
.my-xxl-4 {
margin-top: 32px !important;
margin-bottom: 32px !important;
}
.my-xxl-5 {
margin-top: 40px !important;
margin-bottom: 40px !important;
}
.my-xxl-6 {
margin-top: 48px !important;
margin-bottom: 48px !important;
}
.my-xxl-7 {
margin-top: 56px !important;
margin-bottom: 56px !important;
}
.my-xxl-8 {
margin-top: 64px !important;
margin-bottom: 64px !important;
}
.my-xxl-9 {
margin-top: 72px !important;
margin-bottom: 72px !important;
}
.my-xxl-10 {
margin-top: 80px !important;
margin-bottom: 80px !important;
}
.my-xxl-11 {
margin-top: 88px !important;
margin-bottom: 88px !important;
}
.my-xxl-12 {
margin-top: 96px !important;
margin-bottom: 96px !important;
}
.my-xxl-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-xxl-0 {
margin-top: 0 !important;
}
.mt-xxl-1 {
margin-top: 8px !important;
}
.mt-xxl-2 {
margin-top: 16px !important;
}
.mt-xxl-3 {
margin-top: 24px !important;
}
.mt-xxl-4 {
margin-top: 32px !important;
}
.mt-xxl-5 {
margin-top: 40px !important;
}
.mt-xxl-6 {
margin-top: 48px !important;
}
.mt-xxl-7 {
margin-top: 56px !important;
}
.mt-xxl-8 {
margin-top: 64px !important;
}
.mt-xxl-9 {
margin-top: 72px !important;
}
.mt-xxl-10 {
margin-top: 80px !important;
}
.mt-xxl-11 {
margin-top: 88px !important;
}
.mt-xxl-12 {
margin-top: 96px !important;
}
.mt-xxl-auto {
margin-top: auto !important;
}
.me-xxl-0 {
margin-right: 0 !important;
}
.me-xxl-1 {
margin-right: 8px !important;
}
.me-xxl-2 {
margin-right: 16px !important;
}
.me-xxl-3 {
margin-right: 24px !important;
}
.me-xxl-4 {
margin-right: 32px !important;
}
.me-xxl-5 {
margin-right: 40px !important;
}
.me-xxl-6 {
margin-right: 48px !important;
}
.me-xxl-7 {
margin-right: 56px !important;
}
.me-xxl-8 {
margin-right: 64px !important;
}
.me-xxl-9 {
margin-right: 72px !important;
}
.me-xxl-10 {
margin-right: 80px !important;
}
.me-xxl-11 {
margin-right: 88px !important;
}
.me-xxl-12 {
margin-right: 96px !important;
}
.me-xxl-auto {
margin-right: auto !important;
}
.mb-xxl-0 {
margin-bottom: 0 !important;
}
.mb-xxl-1 {
margin-bottom: 8px !important;
}
.mb-xxl-2 {
margin-bottom: 16px !important;
}
.mb-xxl-3 {
margin-bottom: 24px !important;
}
.mb-xxl-4 {
margin-bottom: 32px !important;
}
.mb-xxl-5 {
margin-bottom: 40px !important;
}
.mb-xxl-6 {
margin-bottom: 48px !important;
}
.mb-xxl-7 {
margin-bottom: 56px !important;
}
.mb-xxl-8 {
margin-bottom: 64px !important;
}
.mb-xxl-9 {
margin-bottom: 72px !important;
}
.mb-xxl-10 {
margin-bottom: 80px !important;
}
.mb-xxl-11 {
margin-bottom: 88px !important;
}
.mb-xxl-12 {
margin-bottom: 96px !important;
}
.mb-xxl-auto {
margin-bottom: auto !important;
}
.ms-xxl-0 {
margin-left: 0 !important;
}
.ms-xxl-1 {
margin-left: 8px !important;
}
.ms-xxl-2 {
margin-left: 16px !important;
}
.ms-xxl-3 {
margin-left: 24px !important;
}
.ms-xxl-4 {
margin-left: 32px !important;
}
.ms-xxl-5 {
margin-left: 40px !important;
}
.ms-xxl-6 {
margin-left: 48px !important;
}
.ms-xxl-7 {
margin-left: 56px !important;
}
.ms-xxl-8 {
margin-left: 64px !important;
}
.ms-xxl-9 {
margin-left: 72px !important;
}
.ms-xxl-10 {
margin-left: 80px !important;
}
.ms-xxl-11 {
margin-left: 88px !important;
}
.ms-xxl-12 {
margin-left: 96px !important;
}
.ms-xxl-auto {
margin-left: auto !important;
}
.p-xxl-0 {
padding: 0 !important;
}
.p-xxl-1 {
padding: 8px !important;
}
.p-xxl-2 {
padding: 16px !important;
}
.p-xxl-3 {
padding: 24px !important;
}
.p-xxl-4 {
padding: 32px !important;
}
.p-xxl-5 {
padding: 40px !important;
}
.p-xxl-6 {
padding: 48px !important;
}
.p-xxl-7 {
padding: 56px !important;
}
.p-xxl-8 {
padding: 64px !important;
}
.p-xxl-9 {
padding: 72px !important;
}
.p-xxl-10 {
padding: 80px !important;
}
.p-xxl-11 {
padding: 88px !important;
}
.p-xxl-12 {
padding: 96px !important;
}
.px-xxl-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-xxl-1 {
padding-right: 8px !important;
padding-left: 8px !important;
}
.px-xxl-2 {
padding-right: 16px !important;
padding-left: 16px !important;
}
.px-xxl-3 {
padding-right: 24px !important;
padding-left: 24px !important;
}
.px-xxl-4 {
padding-right: 32px !important;
padding-left: 32px !important;
}
.px-xxl-5 {
padding-right: 40px !important;
padding-left: 40px !important;
}
.px-xxl-6 {
padding-right: 48px !important;
padding-left: 48px !important;
}
.px-xxl-7 {
padding-right: 56px !important;
padding-left: 56px !important;
}
.px-xxl-8 {
padding-right: 64px !important;
padding-left: 64px !important;
}
.px-xxl-9 {
padding-right: 72px !important;
padding-left: 72px !important;
}
.px-xxl-10 {
padding-right: 80px !important;
padding-left: 80px !important;
}
.px-xxl-11 {
padding-right: 88px !important;
padding-left: 88px !important;
}
.px-xxl-12 {
padding-right: 96px !important;
padding-left: 96px !important;
}
.py-xxl-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-xxl-1 {
padding-top: 8px !important;
padding-bottom: 8px !important;
}
.py-xxl-2 {
padding-top: 16px !important;
padding-bottom: 16px !important;
}
.py-xxl-3 {
padding-top: 24px !important;
padding-bottom: 24px !important;
}
.py-xxl-4 {
padding-top: 32px !important;
padding-bottom: 32px !important;
}
.py-xxl-5 {
padding-top: 40px !important;
padding-bottom: 40px !important;
}
.py-xxl-6 {
padding-top: 48px !important;
padding-bottom: 48px !important;
}
.py-xxl-7 {
padding-top: 56px !important;
padding-bottom: 56px !important;
}
.py-xxl-8 {
padding-top: 64px !important;
padding-bottom: 64px !important;
}
.py-xxl-9 {
padding-top: 72px !important;
padding-bottom: 72px !important;
}
.py-xxl-10 {
padding-top: 80px !important;
padding-bottom: 80px !important;
}
.py-xxl-11 {
padding-top: 88px !important;
padding-bottom: 88px !important;
}
.py-xxl-12 {
padding-top: 96px !important;
padding-bottom: 96px !important;
}
.pt-xxl-0 {
padding-top: 0 !important;
}
.pt-xxl-1 {
padding-top: 8px !important;
}
.pt-xxl-2 {
padding-top: 16px !important;
}
.pt-xxl-3 {
padding-top: 24px !important;
}
.pt-xxl-4 {
padding-top: 32px !important;
}
.pt-xxl-5 {
padding-top: 40px !important;
}
.pt-xxl-6 {
padding-top: 48px !important;
}
.pt-xxl-7 {
padding-top: 56px !important;
}
.pt-xxl-8 {
padding-top: 64px !important;
}
.pt-xxl-9 {
padding-top: 72px !important;
}
.pt-xxl-10 {
padding-top: 80px !important;
}
.pt-xxl-11 {
padding-top: 88px !important;
}
.pt-xxl-12 {
padding-top: 96px !important;
}
.pe-xxl-0 {
padding-right: 0 !important;
}
.pe-xxl-1 {
padding-right: 8px !important;
}
.pe-xxl-2 {
padding-right: 16px !important;
}
.pe-xxl-3 {
padding-right: 24px !important;
}
.pe-xxl-4 {
padding-right: 32px !important;
}
.pe-xxl-5 {
padding-right: 40px !important;
}
.pe-xxl-6 {
padding-right: 48px !important;
}
.pe-xxl-7 {
padding-right: 56px !important;
}
.pe-xxl-8 {
padding-right: 64px !important;
}
.pe-xxl-9 {
padding-right: 72px !important;
}
.pe-xxl-10 {
padding-right: 80px !important;
}
.pe-xxl-11 {
padding-right: 88px !important;
}
.pe-xxl-12 {
padding-right: 96px !important;
}
.pb-xxl-0 {
padding-bottom: 0 !important;
}
.pb-xxl-1 {
padding-bottom: 8px !important;
}
.pb-xxl-2 {
padding-bottom: 16px !important;
}
.pb-xxl-3 {
padding-bottom: 24px !important;
}
.pb-xxl-4 {
padding-bottom: 32px !important;
}
.pb-xxl-5 {
padding-bottom: 40px !important;
}
.pb-xxl-6 {
padding-bottom: 48px !important;
}
.pb-xxl-7 {
padding-bottom: 56px !important;
}
.pb-xxl-8 {
padding-bottom: 64px !important;
}
.pb-xxl-9 {
padding-bottom: 72px !important;
}
.pb-xxl-10 {
padding-bottom: 80px !important;
}
.pb-xxl-11 {
padding-bottom: 88px !important;
}
.pb-xxl-12 {
padding-bottom: 96px !important;
}
.ps-xxl-0 {
padding-left: 0 !important;
}
.ps-xxl-1 {
padding-left: 8px !important;
}
.ps-xxl-2 {
padding-left: 16px !important;
}
.ps-xxl-3 {
padding-left: 24px !important;
}
.ps-xxl-4 {
padding-left: 32px !important;
}
.ps-xxl-5 {
padding-left: 40px !important;
}
.ps-xxl-6 {
padding-left: 48px !important;
}
.ps-xxl-7 {
padding-left: 56px !important;
}
.ps-xxl-8 {
padding-left: 64px !important;
}
.ps-xxl-9 {
padding-left: 72px !important;
}
.ps-xxl-10 {
padding-left: 80px !important;
}
.ps-xxl-11 {
padding-left: 88px !important;
}
.ps-xxl-12 {
padding-left: 96px !important;
}
.gap-xxl-0 {
gap: 0 !important;
}
.gap-xxl-1 {
gap: 8px !important;
}
.gap-xxl-2 {
gap: 16px !important;
}
.gap-xxl-3 {
gap: 24px !important;
}
.gap-xxl-4 {
gap: 32px !important;
}
.gap-xxl-5 {
gap: 40px !important;
}
.gap-xxl-6 {
gap: 48px !important;
}
.gap-xxl-7 {
gap: 56px !important;
}
.gap-xxl-8 {
gap: 64px !important;
}
.gap-xxl-9 {
gap: 72px !important;
}
.gap-xxl-10 {
gap: 80px !important;
}
.gap-xxl-11 {
gap: 88px !important;
}
.gap-xxl-12 {
gap: 96px !important;
}
.row-gap-xxl-0 {
row-gap: 0 !important;
}
.row-gap-xxl-1 {
row-gap: 8px !important;
}
.row-gap-xxl-2 {
row-gap: 16px !important;
}
.row-gap-xxl-3 {
row-gap: 24px !important;
}
.row-gap-xxl-4 {
row-gap: 32px !important;
}
.row-gap-xxl-5 {
row-gap: 40px !important;
}
.row-gap-xxl-6 {
row-gap: 48px !important;
}
.row-gap-xxl-7 {
row-gap: 56px !important;
}
.row-gap-xxl-8 {
row-gap: 64px !important;
}
.row-gap-xxl-9 {
row-gap: 72px !important;
}
.row-gap-xxl-10 {
row-gap: 80px !important;
}
.row-gap-xxl-11 {
row-gap: 88px !important;
}
.row-gap-xxl-12 {
row-gap: 96px !important;
}
.column-gap-xxl-0 {
-moz-column-gap: 0 !important;
column-gap: 0 !important;
}
.column-gap-xxl-1 {
-moz-column-gap: 8px !important;
column-gap: 8px !important;
}
.column-gap-xxl-2 {
-moz-column-gap: 16px !important;
column-gap: 16px !important;
}
.column-gap-xxl-3 {
-moz-column-gap: 24px !important;
column-gap: 24px !important;
}
.column-gap-xxl-4 {
-moz-column-gap: 32px !important;
column-gap: 32px !important;
}
.column-gap-xxl-5 {
-moz-column-gap: 40px !important;
column-gap: 40px !important;
}
.column-gap-xxl-6 {
-moz-column-gap: 48px !important;
column-gap: 48px !important;
}
.column-gap-xxl-7 {
-moz-column-gap: 56px !important;
column-gap: 56px !important;
}
.column-gap-xxl-8 {
-moz-column-gap: 64px !important;
column-gap: 64px !important;
}
.column-gap-xxl-9 {
-moz-column-gap: 72px !important;
column-gap: 72px !important;
}
.column-gap-xxl-10 {
-moz-column-gap: 80px !important;
column-gap: 80px !important;
}
.column-gap-xxl-11 {
-moz-column-gap: 88px !important;
column-gap: 88px !important;
}
.column-gap-xxl-12 {
-moz-column-gap: 96px !important;
column-gap: 96px !important;
}
.text-xxl-start {
text-align: left !important;
}
.text-xxl-end {
text-align: right !important;
}
.text-xxl-center {
text-align: center !important;
}
}
@media (min-width: 1600px) {
.float-xxxl-start {
float: left !important;
}
.float-xxxl-end {
float: right !important;
}
.float-xxxl-none {
float: none !important;
}
.object-fit-xxxl-contain {
-o-object-fit: contain !important;
object-fit: contain !important;
}
.object-fit-xxxl-cover {
-o-object-fit: cover !important;
object-fit: cover !important;
}
.object-fit-xxxl-fill {
-o-object-fit: fill !important;
object-fit: fill !important;
}
.object-fit-xxxl-scale {
-o-object-fit: scale-down !important;
object-fit: scale-down !important;
}
.object-fit-xxxl-none {
-o-object-fit: none !important;
object-fit: none !important;
}
.d-xxxl-inline {
display: inline !important;
}
.d-xxxl-inline-block {
display: inline-block !important;
}
.d-xxxl-block {
display: block !important;
}
.d-xxxl-grid {
display: grid !important;
}
.d-xxxl-inline-grid {
display: inline-grid !important;
}
.d-xxxl-table {
display: table !important;
}
.d-xxxl-table-row {
display: table-row !important;
}
.d-xxxl-table-cell {
display: table-cell !important;
}
.d-xxxl-flex {
display: flex !important;
}
.d-xxxl-inline-flex {
display: inline-flex !important;
}
.d-xxxl-none {
display: none !important;
}
.flex-xxxl-fill {
flex: 1 1 auto !important;
}
.flex-xxxl-row {
flex-direction: row !important;
}
.flex-xxxl-column {
flex-direction: column !important;
}
.flex-xxxl-row-reverse {
flex-direction: row-reverse !important;
}
.flex-xxxl-column-reverse {
flex-direction: column-reverse !important;
}
.flex-xxxl-grow-0 {
flex-grow: 0 !important;
}
.flex-xxxl-grow-1 {
flex-grow: 1 !important;
}
.flex-xxxl-shrink-0 {
flex-shrink: 0 !important;
}
.flex-xxxl-shrink-1 {
flex-shrink: 1 !important;
}
.flex-xxxl-wrap {
flex-wrap: wrap !important;
}
.flex-xxxl-nowrap {
flex-wrap: nowrap !important;
}
.flex-xxxl-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.justify-content-xxxl-start {
justify-content: flex-start !important;
}
.justify-content-xxxl-end {
justify-content: flex-end !important;
}
.justify-content-xxxl-center {
justify-content: center !important;
}
.justify-content-xxxl-between {
justify-content: space-between !important;
}
.justify-content-xxxl-around {
justify-content: space-around !important;
}
.justify-content-xxxl-evenly {
justify-content: space-evenly !important;
}
.align-items-xxxl-start {
align-items: flex-start !important;
}
.align-items-xxxl-end {
align-items: flex-end !important;
}
.align-items-xxxl-center {
align-items: center !important;
}
.align-items-xxxl-baseline {
align-items: baseline !important;
}
.align-items-xxxl-stretch {
align-items: stretch !important;
}
.align-content-xxxl-start {
align-content: flex-start !important;
}
.align-content-xxxl-end {
align-content: flex-end !important;
}
.align-content-xxxl-center {
align-content: center !important;
}
.align-content-xxxl-between {
align-content: space-between !important;
}
.align-content-xxxl-around {
align-content: space-around !important;
}
.align-content-xxxl-stretch {
align-content: stretch !important;
}
.align-self-xxxl-auto {
align-self: auto !important;
}
.align-self-xxxl-start {
align-self: flex-start !important;
}
.align-self-xxxl-end {
align-self: flex-end !important;
}
.align-self-xxxl-center {
align-self: center !important;
}
.align-self-xxxl-baseline {
align-self: baseline !important;
}
.align-self-xxxl-stretch {
align-self: stretch !important;
}
.order-xxxl-first {
order: -1 !important;
}
.order-xxxl-0 {
order: 0 !important;
}
.order-xxxl-1 {
order: 1 !important;
}
.order-xxxl-2 {
order: 2 !important;
}
.order-xxxl-3 {
order: 3 !important;
}
.order-xxxl-4 {
order: 4 !important;
}
.order-xxxl-5 {
order: 5 !important;
}
.order-xxxl-last {
order: 6 !important;
}
.m-xxxl-0 {
margin: 0 !important;
}
.m-xxxl-1 {
margin: 8px !important;
}
.m-xxxl-2 {
margin: 16px !important;
}
.m-xxxl-3 {
margin: 24px !important;
}
.m-xxxl-4 {
margin: 32px !important;
}
.m-xxxl-5 {
margin: 40px !important;
}
.m-xxxl-6 {
margin: 48px !important;
}
.m-xxxl-7 {
margin: 56px !important;
}
.m-xxxl-8 {
margin: 64px !important;
}
.m-xxxl-9 {
margin: 72px !important;
}
.m-xxxl-10 {
margin: 80px !important;
}
.m-xxxl-11 {
margin: 88px !important;
}
.m-xxxl-12 {
margin: 96px !important;
}
.m-xxxl-auto {
margin: auto !important;
}
.mx-xxxl-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-xxxl-1 {
margin-right: 8px !important;
margin-left: 8px !important;
}
.mx-xxxl-2 {
margin-right: 16px !important;
margin-left: 16px !important;
}
.mx-xxxl-3 {
margin-right: 24px !important;
margin-left: 24px !important;
}
.mx-xxxl-4 {
margin-right: 32px !important;
margin-left: 32px !important;
}
.mx-xxxl-5 {
margin-right: 40px !important;
margin-left: 40px !important;
}
.mx-xxxl-6 {
margin-right: 48px !important;
margin-left: 48px !important;
}
.mx-xxxl-7 {
margin-right: 56px !important;
margin-left: 56px !important;
}
.mx-xxxl-8 {
margin-right: 64px !important;
margin-left: 64px !important;
}
.mx-xxxl-9 {
margin-right: 72px !important;
margin-left: 72px !important;
}
.mx-xxxl-10 {
margin-right: 80px !important;
margin-left: 80px !important;
}
.mx-xxxl-11 {
margin-right: 88px !important;
margin-left: 88px !important;
}
.mx-xxxl-12 {
margin-right: 96px !important;
margin-left: 96px !important;
}
.mx-xxxl-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-xxxl-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-xxxl-1 {
margin-top: 8px !important;
margin-bottom: 8px !important;
}
.my-xxxl-2 {
margin-top: 16px !important;
margin-bottom: 16px !important;
}
.my-xxxl-3 {
margin-top: 24px !important;
margin-bottom: 24px !important;
}
.my-xxxl-4 {
margin-top: 32px !important;
margin-bottom: 32px !important;
}
.my-xxxl-5 {
margin-top: 40px !important;
margin-bottom: 40px !important;
}
.my-xxxl-6 {
margin-top: 48px !important;
margin-bottom: 48px !important;
}
.my-xxxl-7 {
margin-top: 56px !important;
margin-bottom: 56px !important;
}
.my-xxxl-8 {
margin-top: 64px !important;
margin-bottom: 64px !important;
}
.my-xxxl-9 {
margin-top: 72px !important;
margin-bottom: 72px !important;
}
.my-xxxl-10 {
margin-top: 80px !important;
margin-bottom: 80px !important;
}
.my-xxxl-11 {
margin-top: 88px !important;
margin-bottom: 88px !important;
}
.my-xxxl-12 {
margin-top: 96px !important;
margin-bottom: 96px !important;
}
.my-xxxl-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-xxxl-0 {
margin-top: 0 !important;
}
.mt-xxxl-1 {
margin-top: 8px !important;
}
.mt-xxxl-2 {
margin-top: 16px !important;
}
.mt-xxxl-3 {
margin-top: 24px !important;
}
.mt-xxxl-4 {
margin-top: 32px !important;
}
.mt-xxxl-5 {
margin-top: 40px !important;
}
.mt-xxxl-6 {
margin-top: 48px !important;
}
.mt-xxxl-7 {
margin-top: 56px !important;
}
.mt-xxxl-8 {
margin-top: 64px !important;
}
.mt-xxxl-9 {
margin-top: 72px !important;
}
.mt-xxxl-10 {
margin-top: 80px !important;
}
.mt-xxxl-11 {
margin-top: 88px !important;
}
.mt-xxxl-12 {
margin-top: 96px !important;
}
.mt-xxxl-auto {
margin-top: auto !important;
}
.me-xxxl-0 {
margin-right: 0 !important;
}
.me-xxxl-1 {
margin-right: 8px !important;
}
.me-xxxl-2 {
margin-right: 16px !important;
}
.me-xxxl-3 {
margin-right: 24px !important;
}
.me-xxxl-4 {
margin-right: 32px !important;
}
.me-xxxl-5 {
margin-right: 40px !important;
}
.me-xxxl-6 {
margin-right: 48px !important;
}
.me-xxxl-7 {
margin-right: 56px !important;
}
.me-xxxl-8 {
margin-right: 64px !important;
}
.me-xxxl-9 {
margin-right: 72px !important;
}
.me-xxxl-10 {
margin-right: 80px !important;
}
.me-xxxl-11 {
margin-right: 88px !important;
}
.me-xxxl-12 {
margin-right: 96px !important;
}
.me-xxxl-auto {
margin-right: auto !important;
}
.mb-xxxl-0 {
margin-bottom: 0 !important;
}
.mb-xxxl-1 {
margin-bottom: 8px !important;
}
.mb-xxxl-2 {
margin-bottom: 16px !important;
}
.mb-xxxl-3 {
margin-bottom: 24px !important;
}
.mb-xxxl-4 {
margin-bottom: 32px !important;
}
.mb-xxxl-5 {
margin-bottom: 40px !important;
}
.mb-xxxl-6 {
margin-bottom: 48px !important;
}
.mb-xxxl-7 {
margin-bottom: 56px !important;
}
.mb-xxxl-8 {
margin-bottom: 64px !important;
}
.mb-xxxl-9 {
margin-bottom: 72px !important;
}
.mb-xxxl-10 {
margin-bottom: 80px !important;
}
.mb-xxxl-11 {
margin-bottom: 88px !important;
}
.mb-xxxl-12 {
margin-bottom: 96px !important;
}
.mb-xxxl-auto {
margin-bottom: auto !important;
}
.ms-xxxl-0 {
margin-left: 0 !important;
}
.ms-xxxl-1 {
margin-left: 8px !important;
}
.ms-xxxl-2 {
margin-left: 16px !important;
}
.ms-xxxl-3 {
margin-left: 24px !important;
}
.ms-xxxl-4 {
margin-left: 32px !important;
}
.ms-xxxl-5 {
margin-left: 40px !important;
}
.ms-xxxl-6 {
margin-left: 48px !important;
}
.ms-xxxl-7 {
margin-left: 56px !important;
}
.ms-xxxl-8 {
margin-left: 64px !important;
}
.ms-xxxl-9 {
margin-left: 72px !important;
}
.ms-xxxl-10 {
margin-left: 80px !important;
}
.ms-xxxl-11 {
margin-left: 88px !important;
}
.ms-xxxl-12 {
margin-left: 96px !important;
}
.ms-xxxl-auto {
margin-left: auto !important;
}
.p-xxxl-0 {
padding: 0 !important;
}
.p-xxxl-1 {
padding: 8px !important;
}
.p-xxxl-2 {
padding: 16px !important;
}
.p-xxxl-3 {
padding: 24px !important;
}
.p-xxxl-4 {
padding: 32px !important;
}
.p-xxxl-5 {
padding: 40px !important;
}
.p-xxxl-6 {
padding: 48px !important;
}
.p-xxxl-7 {
padding: 56px !important;
}
.p-xxxl-8 {
padding: 64px !important;
}
.p-xxxl-9 {
padding: 72px !important;
}
.p-xxxl-10 {
padding: 80px !important;
}
.p-xxxl-11 {
padding: 88px !important;
}
.p-xxxl-12 {
padding: 96px !important;
}
.px-xxxl-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-xxxl-1 {
padding-right: 8px !important;
padding-left: 8px !important;
}
.px-xxxl-2 {
padding-right: 16px !important;
padding-left: 16px !important;
}
.px-xxxl-3 {
padding-right: 24px !important;
padding-left: 24px !important;
}
.px-xxxl-4 {
padding-right: 32px !important;
padding-left: 32px !important;
}
.px-xxxl-5 {
padding-right: 40px !important;
padding-left: 40px !important;
}
.px-xxxl-6 {
padding-right: 48px !important;
padding-left: 48px !important;
}
.px-xxxl-7 {
padding-right: 56px !important;
padding-left: 56px !important;
}
.px-xxxl-8 {
padding-right: 64px !important;
padding-left: 64px !important;
}
.px-xxxl-9 {
padding-right: 72px !important;
padding-left: 72px !important;
}
.px-xxxl-10 {
padding-right: 80px !important;
padding-left: 80px !important;
}
.px-xxxl-11 {
padding-right: 88px !important;
padding-left: 88px !important;
}
.px-xxxl-12 {
padding-right: 96px !important;
padding-left: 96px !important;
}
.py-xxxl-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-xxxl-1 {
padding-top: 8px !important;
padding-bottom: 8px !important;
}
.py-xxxl-2 {
padding-top: 16px !important;
padding-bottom: 16px !important;
}
.py-xxxl-3 {
padding-top: 24px !important;
padding-bottom: 24px !important;
}
.py-xxxl-4 {
padding-top: 32px !important;
padding-bottom: 32px !important;
}
.py-xxxl-5 {
padding-top: 40px !important;
padding-bottom: 40px !important;
}
.py-xxxl-6 {
padding-top: 48px !important;
padding-bottom: 48px !important;
}
.py-xxxl-7 {
padding-top: 56px !important;
padding-bottom: 56px !important;
}
.py-xxxl-8 {
padding-top: 64px !important;
padding-bottom: 64px !important;
}
.py-xxxl-9 {
padding-top: 72px !important;
padding-bottom: 72px !important;
}
.py-xxxl-10 {
padding-top: 80px !important;
padding-bottom: 80px !important;
}
.py-xxxl-11 {
padding-top: 88px !important;
padding-bottom: 88px !important;
}
.py-xxxl-12 {
padding-top: 96px !important;
padding-bottom: 96px !important;
}
.pt-xxxl-0 {
padding-top: 0 !important;
}
.pt-xxxl-1 {
padding-top: 8px !important;
}
.pt-xxxl-2 {
padding-top: 16px !important;
}
.pt-xxxl-3 {
padding-top: 24px !important;
}
.pt-xxxl-4 {
padding-top: 32px !important;
}
.pt-xxxl-5 {
padding-top: 40px !important;
}
.pt-xxxl-6 {
padding-top: 48px !important;
}
.pt-xxxl-7 {
padding-top: 56px !important;
}
.pt-xxxl-8 {
padding-top: 64px !important;
}
.pt-xxxl-9 {
padding-top: 72px !important;
}
.pt-xxxl-10 {
padding-top: 80px !important;
}
.pt-xxxl-11 {
padding-top: 88px !important;
}
.pt-xxxl-12 {
padding-top: 96px !important;
}
.pe-xxxl-0 {
padding-right: 0 !important;
}
.pe-xxxl-1 {
padding-right: 8px !important;
}
.pe-xxxl-2 {
padding-right: 16px !important;
}
.pe-xxxl-3 {
padding-right: 24px !important;
}
.pe-xxxl-4 {
padding-right: 32px !important;
}
.pe-xxxl-5 {
padding-right: 40px !important;
}
.pe-xxxl-6 {
padding-right: 48px !important;
}
.pe-xxxl-7 {
padding-right: 56px !important;
}
.pe-xxxl-8 {
padding-right: 64px !important;
}
.pe-xxxl-9 {
padding-right: 72px !important;
}
.pe-xxxl-10 {
padding-right: 80px !important;
}
.pe-xxxl-11 {
padding-right: 88px !important;
}
.pe-xxxl-12 {
padding-right: 96px !important;
}
.pb-xxxl-0 {
padding-bottom: 0 !important;
}
.pb-xxxl-1 {
padding-bottom: 8px !important;
}
.pb-xxxl-2 {
padding-bottom: 16px !important;
}
.pb-xxxl-3 {
padding-bottom: 24px !important;
}
.pb-xxxl-4 {
padding-bottom: 32px !important;
}
.pb-xxxl-5 {
padding-bottom: 40px !important;
}
.pb-xxxl-6 {
padding-bottom: 48px !important;
}
.pb-xxxl-7 {
padding-bottom: 56px !important;
}
.pb-xxxl-8 {
padding-bottom: 64px !important;
}
.pb-xxxl-9 {
padding-bottom: 72px !important;
}
.pb-xxxl-10 {
padding-bottom: 80px !important;
}
.pb-xxxl-11 {
padding-bottom: 88px !important;
}
.pb-xxxl-12 {
padding-bottom: 96px !important;
}
.ps-xxxl-0 {
padding-left: 0 !important;
}
.ps-xxxl-1 {
padding-left: 8px !important;
}
.ps-xxxl-2 {
padding-left: 16px !important;
}
.ps-xxxl-3 {
padding-left: 24px !important;
}
.ps-xxxl-4 {
padding-left: 32px !important;
}
.ps-xxxl-5 {
padding-left: 40px !important;
}
.ps-xxxl-6 {
padding-left: 48px !important;
}
.ps-xxxl-7 {
padding-left: 56px !important;
}
.ps-xxxl-8 {
padding-left: 64px !important;
}
.ps-xxxl-9 {
padding-left: 72px !important;
}
.ps-xxxl-10 {
padding-left: 80px !important;
}
.ps-xxxl-11 {
padding-left: 88px !important;
}
.ps-xxxl-12 {
padding-left: 96px !important;
}
.gap-xxxl-0 {
gap: 0 !important;
}
.gap-xxxl-1 {
gap: 8px !important;
}
.gap-xxxl-2 {
gap: 16px !important;
}
.gap-xxxl-3 {
gap: 24px !important;
}
.gap-xxxl-4 {
gap: 32px !important;
}
.gap-xxxl-5 {
gap: 40px !important;
}
.gap-xxxl-6 {
gap: 48px !important;
}
.gap-xxxl-7 {
gap: 56px !important;
}
.gap-xxxl-8 {
gap: 64px !important;
}
.gap-xxxl-9 {
gap: 72px !important;
}
.gap-xxxl-10 {
gap: 80px !important;
}
.gap-xxxl-11 {
gap: 88px !important;
}
.gap-xxxl-12 {
gap: 96px !important;
}
.row-gap-xxxl-0 {
row-gap: 0 !important;
}
.row-gap-xxxl-1 {
row-gap: 8px !important;
}
.row-gap-xxxl-2 {
row-gap: 16px !important;
}
.row-gap-xxxl-3 {
row-gap: 24px !important;
}
.row-gap-xxxl-4 {
row-gap: 32px !important;
}
.row-gap-xxxl-5 {
row-gap: 40px !important;
}
.row-gap-xxxl-6 {
row-gap: 48px !important;
}
.row-gap-xxxl-7 {
row-gap: 56px !important;
}
.row-gap-xxxl-8 {
row-gap: 64px !important;
}
.row-gap-xxxl-9 {
row-gap: 72px !important;
}
.row-gap-xxxl-10 {
row-gap: 80px !important;
}
.row-gap-xxxl-11 {
row-gap: 88px !important;
}
.row-gap-xxxl-12 {
row-gap: 96px !important;
}
.column-gap-xxxl-0 {
-moz-column-gap: 0 !important;
column-gap: 0 !important;
}
.column-gap-xxxl-1 {
-moz-column-gap: 8px !important;
column-gap: 8px !important;
}
.column-gap-xxxl-2 {
-moz-column-gap: 16px !important;
column-gap: 16px !important;
}
.column-gap-xxxl-3 {
-moz-column-gap: 24px !important;
column-gap: 24px !important;
}
.column-gap-xxxl-4 {
-moz-column-gap: 32px !important;
column-gap: 32px !important;
}
.column-gap-xxxl-5 {
-moz-column-gap: 40px !important;
column-gap: 40px !important;
}
.column-gap-xxxl-6 {
-moz-column-gap: 48px !important;
column-gap: 48px !important;
}
.column-gap-xxxl-7 {
-moz-column-gap: 56px !important;
column-gap: 56px !important;
}
.column-gap-xxxl-8 {
-moz-column-gap: 64px !important;
column-gap: 64px !important;
}
.column-gap-xxxl-9 {
-moz-column-gap: 72px !important;
column-gap: 72px !important;
}
.column-gap-xxxl-10 {
-moz-column-gap: 80px !important;
column-gap: 80px !important;
}
.column-gap-xxxl-11 {
-moz-column-gap: 88px !important;
column-gap: 88px !important;
}
.column-gap-xxxl-12 {
-moz-column-gap: 96px !important;
column-gap: 96px !important;
}
.text-xxxl-start {
text-align: left !important;
}
.text-xxxl-end {
text-align: right !important;
}
.text-xxxl-center {
text-align: center !important;
}
}
@media (min-width: 1800px) {
.float-xxxxl-start {
float: left !important;
}
.float-xxxxl-end {
float: right !important;
}
.float-xxxxl-none {
float: none !important;
}
.object-fit-xxxxl-contain {
-o-object-fit: contain !important;
object-fit: contain !important;
}
.object-fit-xxxxl-cover {
-o-object-fit: cover !important;
object-fit: cover !important;
}
.object-fit-xxxxl-fill {
-o-object-fit: fill !important;
object-fit: fill !important;
}
.object-fit-xxxxl-scale {
-o-object-fit: scale-down !important;
object-fit: scale-down !important;
}
.object-fit-xxxxl-none {
-o-object-fit: none !important;
object-fit: none !important;
}
.d-xxxxl-inline {
display: inline !important;
}
.d-xxxxl-inline-block {
display: inline-block !important;
}
.d-xxxxl-block {
display: block !important;
}
.d-xxxxl-grid {
display: grid !important;
}
.d-xxxxl-inline-grid {
display: inline-grid !important;
}
.d-xxxxl-table {
display: table !important;
}
.d-xxxxl-table-row {
display: table-row !important;
}
.d-xxxxl-table-cell {
display: table-cell !important;
}
.d-xxxxl-flex {
display: flex !important;
}
.d-xxxxl-inline-flex {
display: inline-flex !important;
}
.d-xxxxl-none {
display: none !important;
}
.flex-xxxxl-fill {
flex: 1 1 auto !important;
}
.flex-xxxxl-row {
flex-direction: row !important;
}
.flex-xxxxl-column {
flex-direction: column !important;
}
.flex-xxxxl-row-reverse {
flex-direction: row-reverse !important;
}
.flex-xxxxl-column-reverse {
flex-direction: column-reverse !important;
}
.flex-xxxxl-grow-0 {
flex-grow: 0 !important;
}
.flex-xxxxl-grow-1 {
flex-grow: 1 !important;
}
.flex-xxxxl-shrink-0 {
flex-shrink: 0 !important;
}
.flex-xxxxl-shrink-1 {
flex-shrink: 1 !important;
}
.flex-xxxxl-wrap {
flex-wrap: wrap !important;
}
.flex-xxxxl-nowrap {
flex-wrap: nowrap !important;
}
.flex-xxxxl-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.justify-content-xxxxl-start {
justify-content: flex-start !important;
}
.justify-content-xxxxl-end {
justify-content: flex-end !important;
}
.justify-content-xxxxl-center {
justify-content: center !important;
}
.justify-content-xxxxl-between {
justify-content: space-between !important;
}
.justify-content-xxxxl-around {
justify-content: space-around !important;
}
.justify-content-xxxxl-evenly {
justify-content: space-evenly !important;
}
.align-items-xxxxl-start {
align-items: flex-start !important;
}
.align-items-xxxxl-end {
align-items: flex-end !important;
}
.align-items-xxxxl-center {
align-items: center !important;
}
.align-items-xxxxl-baseline {
align-items: baseline !important;
}
.align-items-xxxxl-stretch {
align-items: stretch !important;
}
.align-content-xxxxl-start {
align-content: flex-start !important;
}
.align-content-xxxxl-end {
align-content: flex-end !important;
}
.align-content-xxxxl-center {
align-content: center !important;
}
.align-content-xxxxl-between {
align-content: space-between !important;
}
.align-content-xxxxl-around {
align-content: space-around !important;
}
.align-content-xxxxl-stretch {
align-content: stretch !important;
}
.align-self-xxxxl-auto {
align-self: auto !important;
}
.align-self-xxxxl-start {
align-self: flex-start !important;
}
.align-self-xxxxl-end {
align-self: flex-end !important;
}
.align-self-xxxxl-center {
align-self: center !important;
}
.align-self-xxxxl-baseline {
align-self: baseline !important;
}
.align-self-xxxxl-stretch {
align-self: stretch !important;
}
.order-xxxxl-first {
order: -1 !important;
}
.order-xxxxl-0 {
order: 0 !important;
}
.order-xxxxl-1 {
order: 1 !important;
}
.order-xxxxl-2 {
order: 2 !important;
}
.order-xxxxl-3 {
order: 3 !important;
}
.order-xxxxl-4 {
order: 4 !important;
}
.order-xxxxl-5 {
order: 5 !important;
}
.order-xxxxl-last {
order: 6 !important;
}
.m-xxxxl-0 {
margin: 0 !important;
}
.m-xxxxl-1 {
margin: 8px !important;
}
.m-xxxxl-2 {
margin: 16px !important;
}
.m-xxxxl-3 {
margin: 24px !important;
}
.m-xxxxl-4 {
margin: 32px !important;
}
.m-xxxxl-5 {
margin: 40px !important;
}
.m-xxxxl-6 {
margin: 48px !important;
}
.m-xxxxl-7 {
margin: 56px !important;
}
.m-xxxxl-8 {
margin: 64px !important;
}
.m-xxxxl-9 {
margin: 72px !important;
}
.m-xxxxl-10 {
margin: 80px !important;
}
.m-xxxxl-11 {
margin: 88px !important;
}
.m-xxxxl-12 {
margin: 96px !important;
}
.m-xxxxl-auto {
margin: auto !important;
}
.mx-xxxxl-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-xxxxl-1 {
margin-right: 8px !important;
margin-left: 8px !important;
}
.mx-xxxxl-2 {
margin-right: 16px !important;
margin-left: 16px !important;
}
.mx-xxxxl-3 {
margin-right: 24px !important;
margin-left: 24px !important;
}
.mx-xxxxl-4 {
margin-right: 32px !important;
margin-left: 32px !important;
}
.mx-xxxxl-5 {
margin-right: 40px !important;
margin-left: 40px !important;
}
.mx-xxxxl-6 {
margin-right: 48px !important;
margin-left: 48px !important;
}
.mx-xxxxl-7 {
margin-right: 56px !important;
margin-left: 56px !important;
}
.mx-xxxxl-8 {
margin-right: 64px !important;
margin-left: 64px !important;
}
.mx-xxxxl-9 {
margin-right: 72px !important;
margin-left: 72px !important;
}
.mx-xxxxl-10 {
margin-right: 80px !important;
margin-left: 80px !important;
}
.mx-xxxxl-11 {
margin-right: 88px !important;
margin-left: 88px !important;
}
.mx-xxxxl-12 {
margin-right: 96px !important;
margin-left: 96px !important;
}
.mx-xxxxl-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-xxxxl-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-xxxxl-1 {
margin-top: 8px !important;
margin-bottom: 8px !important;
}
.my-xxxxl-2 {
margin-top: 16px !important;
margin-bottom: 16px !important;
}
.my-xxxxl-3 {
margin-top: 24px !important;
margin-bottom: 24px !important;
}
.my-xxxxl-4 {
margin-top: 32px !important;
margin-bottom: 32px !important;
}
.my-xxxxl-5 {
margin-top: 40px !important;
margin-bottom: 40px !important;
}
.my-xxxxl-6 {
margin-top: 48px !important;
margin-bottom: 48px !important;
}
.my-xxxxl-7 {
margin-top: 56px !important;
margin-bottom: 56px !important;
}
.my-xxxxl-8 {
margin-top: 64px !important;
margin-bottom: 64px !important;
}
.my-xxxxl-9 {
margin-top: 72px !important;
margin-bottom: 72px !important;
}
.my-xxxxl-10 {
margin-top: 80px !important;
margin-bottom: 80px !important;
}
.my-xxxxl-11 {
margin-top: 88px !important;
margin-bottom: 88px !important;
}
.my-xxxxl-12 {
margin-top: 96px !important;
margin-bottom: 96px !important;
}
.my-xxxxl-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-xxxxl-0 {
margin-top: 0 !important;
}
.mt-xxxxl-1 {
margin-top: 8px !important;
}
.mt-xxxxl-2 {
margin-top: 16px !important;
}
.mt-xxxxl-3 {
margin-top: 24px !important;
}
.mt-xxxxl-4 {
margin-top: 32px !important;
}
.mt-xxxxl-5 {
margin-top: 40px !important;
}
.mt-xxxxl-6 {
margin-top: 48px !important;
}
.mt-xxxxl-7 {
margin-top: 56px !important;
}
.mt-xxxxl-8 {
margin-top: 64px !important;
}
.mt-xxxxl-9 {
margin-top: 72px !important;
}
.mt-xxxxl-10 {
margin-top: 80px !important;
}
.mt-xxxxl-11 {
margin-top: 88px !important;
}
.mt-xxxxl-12 {
margin-top: 96px !important;
}
.mt-xxxxl-auto {
margin-top: auto !important;
}
.me-xxxxl-0 {
margin-right: 0 !important;
}
.me-xxxxl-1 {
margin-right: 8px !important;
}
.me-xxxxl-2 {
margin-right: 16px !important;
}
.me-xxxxl-3 {
margin-right: 24px !important;
}
.me-xxxxl-4 {
margin-right: 32px !important;
}
.me-xxxxl-5 {
margin-right: 40px !important;
}
.me-xxxxl-6 {
margin-right: 48px !important;
}
.me-xxxxl-7 {
margin-right: 56px !important;
}
.me-xxxxl-8 {
margin-right: 64px !important;
}
.me-xxxxl-9 {
margin-right: 72px !important;
}
.me-xxxxl-10 {
margin-right: 80px !important;
}
.me-xxxxl-11 {
margin-right: 88px !important;
}
.me-xxxxl-12 {
margin-right: 96px !important;
}
.me-xxxxl-auto {
margin-right: auto !important;
}
.mb-xxxxl-0 {
margin-bottom: 0 !important;
}
.mb-xxxxl-1 {
margin-bottom: 8px !important;
}
.mb-xxxxl-2 {
margin-bottom: 16px !important;
}
.mb-xxxxl-3 {
margin-bottom: 24px !important;
}
.mb-xxxxl-4 {
margin-bottom: 32px !important;
}
.mb-xxxxl-5 {
margin-bottom: 40px !important;
}
.mb-xxxxl-6 {
margin-bottom: 48px !important;
}
.mb-xxxxl-7 {
margin-bottom: 56px !important;
}
.mb-xxxxl-8 {
margin-bottom: 64px !important;
}
.mb-xxxxl-9 {
margin-bottom: 72px !important;
}
.mb-xxxxl-10 {
margin-bottom: 80px !important;
}
.mb-xxxxl-11 {
margin-bottom: 88px !important;
}
.mb-xxxxl-12 {
margin-bottom: 96px !important;
}
.mb-xxxxl-auto {
margin-bottom: auto !important;
}
.ms-xxxxl-0 {
margin-left: 0 !important;
}
.ms-xxxxl-1 {
margin-left: 8px !important;
}
.ms-xxxxl-2 {
margin-left: 16px !important;
}
.ms-xxxxl-3 {
margin-left: 24px !important;
}
.ms-xxxxl-4 {
margin-left: 32px !important;
}
.ms-xxxxl-5 {
margin-left: 40px !important;
}
.ms-xxxxl-6 {
margin-left: 48px !important;
}
.ms-xxxxl-7 {
margin-left: 56px !important;
}
.ms-xxxxl-8 {
margin-left: 64px !important;
}
.ms-xxxxl-9 {
margin-left: 72px !important;
}
.ms-xxxxl-10 {
margin-left: 80px !important;
}
.ms-xxxxl-11 {
margin-left: 88px !important;
}
.ms-xxxxl-12 {
margin-left: 96px !important;
}
.ms-xxxxl-auto {
margin-left: auto !important;
}
.p-xxxxl-0 {
padding: 0 !important;
}
.p-xxxxl-1 {
padding: 8px !important;
}
.p-xxxxl-2 {
padding: 16px !important;
}
.p-xxxxl-3 {
padding: 24px !important;
}
.p-xxxxl-4 {
padding: 32px !important;
}
.p-xxxxl-5 {
padding: 40px !important;
}
.p-xxxxl-6 {
padding: 48px !important;
}
.p-xxxxl-7 {
padding: 56px !important;
}
.p-xxxxl-8 {
padding: 64px !important;
}
.p-xxxxl-9 {
padding: 72px !important;
}
.p-xxxxl-10 {
padding: 80px !important;
}
.p-xxxxl-11 {
padding: 88px !important;
}
.p-xxxxl-12 {
padding: 96px !important;
}
.px-xxxxl-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-xxxxl-1 {
padding-right: 8px !important;
padding-left: 8px !important;
}
.px-xxxxl-2 {
padding-right: 16px !important;
padding-left: 16px !important;
}
.px-xxxxl-3 {
padding-right: 24px !important;
padding-left: 24px !important;
}
.px-xxxxl-4 {
padding-right: 32px !important;
padding-left: 32px !important;
}
.px-xxxxl-5 {
padding-right: 40px !important;
padding-left: 40px !important;
}
.px-xxxxl-6 {
padding-right: 48px !important;
padding-left: 48px !important;
}
.px-xxxxl-7 {
padding-right: 56px !important;
padding-left: 56px !important;
}
.px-xxxxl-8 {
padding-right: 64px !important;
padding-left: 64px !important;
}
.px-xxxxl-9 {
padding-right: 72px !important;
padding-left: 72px !important;
}
.px-xxxxl-10 {
padding-right: 80px !important;
padding-left: 80px !important;
}
.px-xxxxl-11 {
padding-right: 88px !important;
padding-left: 88px !important;
}
.px-xxxxl-12 {
padding-right: 96px !important;
padding-left: 96px !important;
}
.py-xxxxl-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-xxxxl-1 {
padding-top: 8px !important;
padding-bottom: 8px !important;
}
.py-xxxxl-2 {
padding-top: 16px !important;
padding-bottom: 16px !important;
}
.py-xxxxl-3 {
padding-top: 24px !important;
padding-bottom: 24px !important;
}
.py-xxxxl-4 {
padding-top: 32px !important;
padding-bottom: 32px !important;
}
.py-xxxxl-5 {
padding-top: 40px !important;
padding-bottom: 40px !important;
}
.py-xxxxl-6 {
padding-top: 48px !important;
padding-bottom: 48px !important;
}
.py-xxxxl-7 {
padding-top: 56px !important;
padding-bottom: 56px !important;
}
.py-xxxxl-8 {
padding-top: 64px !important;
padding-bottom: 64px !important;
}
.py-xxxxl-9 {
padding-top: 72px !important;
padding-bottom: 72px !important;
}
.py-xxxxl-10 {
padding-top: 80px !important;
padding-bottom: 80px !important;
}
.py-xxxxl-11 {
padding-top: 88px !important;
padding-bottom: 88px !important;
}
.py-xxxxl-12 {
padding-top: 96px !important;
padding-bottom: 96px !important;
}
.pt-xxxxl-0 {
padding-top: 0 !important;
}
.pt-xxxxl-1 {
padding-top: 8px !important;
}
.pt-xxxxl-2 {
padding-top: 16px !important;
}
.pt-xxxxl-3 {
padding-top: 24px !important;
}
.pt-xxxxl-4 {
padding-top: 32px !important;
}
.pt-xxxxl-5 {
padding-top: 40px !important;
}
.pt-xxxxl-6 {
padding-top: 48px !important;
}
.pt-xxxxl-7 {
padding-top: 56px !important;
}
.pt-xxxxl-8 {
padding-top: 64px !important;
}
.pt-xxxxl-9 {
padding-top: 72px !important;
}
.pt-xxxxl-10 {
padding-top: 80px !important;
}
.pt-xxxxl-11 {
padding-top: 88px !important;
}
.pt-xxxxl-12 {
padding-top: 96px !important;
}
.pe-xxxxl-0 {
padding-right: 0 !important;
}
.pe-xxxxl-1 {
padding-right: 8px !important;
}
.pe-xxxxl-2 {
padding-right: 16px !important;
}
.pe-xxxxl-3 {
padding-right: 24px !important;
}
.pe-xxxxl-4 {
padding-right: 32px !important;
}
.pe-xxxxl-5 {
padding-right: 40px !important;
}
.pe-xxxxl-6 {
padding-right: 48px !important;
}
.pe-xxxxl-7 {
padding-right: 56px !important;
}
.pe-xxxxl-8 {
padding-right: 64px !important;
}
.pe-xxxxl-9 {
padding-right: 72px !important;
}
.pe-xxxxl-10 {
padding-right: 80px !important;
}
.pe-xxxxl-11 {
padding-right: 88px !important;
}
.pe-xxxxl-12 {
padding-right: 96px !important;
}
.pb-xxxxl-0 {
padding-bottom: 0 !important;
}
.pb-xxxxl-1 {
padding-bottom: 8px !important;
}
.pb-xxxxl-2 {
padding-bottom: 16px !important;
}
.pb-xxxxl-3 {
padding-bottom: 24px !important;
}
.pb-xxxxl-4 {
padding-bottom: 32px !important;
}
.pb-xxxxl-5 {
padding-bottom: 40px !important;
}
.pb-xxxxl-6 {
padding-bottom: 48px !important;
}
.pb-xxxxl-7 {
padding-bottom: 56px !important;
}
.pb-xxxxl-8 {
padding-bottom: 64px !important;
}
.pb-xxxxl-9 {
padding-bottom: 72px !important;
}
.pb-xxxxl-10 {
padding-bottom: 80px !important;
}
.pb-xxxxl-11 {
padding-bottom: 88px !important;
}
.pb-xxxxl-12 {
padding-bottom: 96px !important;
}
.ps-xxxxl-0 {
padding-left: 0 !important;
}
.ps-xxxxl-1 {
padding-left: 8px !important;
}
.ps-xxxxl-2 {
padding-left: 16px !important;
}
.ps-xxxxl-3 {
padding-left: 24px !important;
}
.ps-xxxxl-4 {
padding-left: 32px !important;
}
.ps-xxxxl-5 {
padding-left: 40px !important;
}
.ps-xxxxl-6 {
padding-left: 48px !important;
}
.ps-xxxxl-7 {
padding-left: 56px !important;
}
.ps-xxxxl-8 {
padding-left: 64px !important;
}
.ps-xxxxl-9 {
padding-left: 72px !important;
}
.ps-xxxxl-10 {
padding-left: 80px !important;
}
.ps-xxxxl-11 {
padding-left: 88px !important;
}
.ps-xxxxl-12 {
padding-left: 96px !important;
}
.gap-xxxxl-0 {
gap: 0 !important;
}
.gap-xxxxl-1 {
gap: 8px !important;
}
.gap-xxxxl-2 {
gap: 16px !important;
}
.gap-xxxxl-3 {
gap: 24px !important;
}
.gap-xxxxl-4 {
gap: 32px !important;
}
.gap-xxxxl-5 {
gap: 40px !important;
}
.gap-xxxxl-6 {
gap: 48px !important;
}
.gap-xxxxl-7 {
gap: 56px !important;
}
.gap-xxxxl-8 {
gap: 64px !important;
}
.gap-xxxxl-9 {
gap: 72px !important;
}
.gap-xxxxl-10 {
gap: 80px !important;
}
.gap-xxxxl-11 {
gap: 88px !important;
}
.gap-xxxxl-12 {
gap: 96px !important;
}
.row-gap-xxxxl-0 {
row-gap: 0 !important;
}
.row-gap-xxxxl-1 {
row-gap: 8px !important;
}
.row-gap-xxxxl-2 {
row-gap: 16px !important;
}
.row-gap-xxxxl-3 {
row-gap: 24px !important;
}
.row-gap-xxxxl-4 {
row-gap: 32px !important;
}
.row-gap-xxxxl-5 {
row-gap: 40px !important;
}
.row-gap-xxxxl-6 {
row-gap: 48px !important;
}
.row-gap-xxxxl-7 {
row-gap: 56px !important;
}
.row-gap-xxxxl-8 {
row-gap: 64px !important;
}
.row-gap-xxxxl-9 {
row-gap: 72px !important;
}
.row-gap-xxxxl-10 {
row-gap: 80px !important;
}
.row-gap-xxxxl-11 {
row-gap: 88px !important;
}
.row-gap-xxxxl-12 {
row-gap: 96px !important;
}
.column-gap-xxxxl-0 {
-moz-column-gap: 0 !important;
column-gap: 0 !important;
}
.column-gap-xxxxl-1 {
-moz-column-gap: 8px !important;
column-gap: 8px !important;
}
.column-gap-xxxxl-2 {
-moz-column-gap: 16px !important;
column-gap: 16px !important;
}
.column-gap-xxxxl-3 {
-moz-column-gap: 24px !important;
column-gap: 24px !important;
}
.column-gap-xxxxl-4 {
-moz-column-gap: 32px !important;
column-gap: 32px !important;
}
.column-gap-xxxxl-5 {
-moz-column-gap: 40px !important;
column-gap: 40px !important;
}
.column-gap-xxxxl-6 {
-moz-column-gap: 48px !important;
column-gap: 48px !important;
}
.column-gap-xxxxl-7 {
-moz-column-gap: 56px !important;
column-gap: 56px !important;
}
.column-gap-xxxxl-8 {
-moz-column-gap: 64px !important;
column-gap: 64px !important;
}
.column-gap-xxxxl-9 {
-moz-column-gap: 72px !important;
column-gap: 72px !important;
}
.column-gap-xxxxl-10 {
-moz-column-gap: 80px !important;
column-gap: 80px !important;
}
.column-gap-xxxxl-11 {
-moz-column-gap: 88px !important;
column-gap: 88px !important;
}
.column-gap-xxxxl-12 {
-moz-column-gap: 96px !important;
column-gap: 96px !important;
}
.text-xxxxl-start {
text-align: left !important;
}
.text-xxxxl-end {
text-align: right !important;
}
.text-xxxxl-center {
text-align: center !important;
}
}
@media (min-width: 2000px) {
.float-xxxxxl-start {
float: left !important;
}
.float-xxxxxl-end {
float: right !important;
}
.float-xxxxxl-none {
float: none !important;
}
.object-fit-xxxxxl-contain {
-o-object-fit: contain !important;
object-fit: contain !important;
}
.object-fit-xxxxxl-cover {
-o-object-fit: cover !important;
object-fit: cover !important;
}
.object-fit-xxxxxl-fill {
-o-object-fit: fill !important;
object-fit: fill !important;
}
.object-fit-xxxxxl-scale {
-o-object-fit: scale-down !important;
object-fit: scale-down !important;
}
.object-fit-xxxxxl-none {
-o-object-fit: none !important;
object-fit: none !important;
}
.d-xxxxxl-inline {
display: inline !important;
}
.d-xxxxxl-inline-block {
display: inline-block !important;
}
.d-xxxxxl-block {
display: block !important;
}
.d-xxxxxl-grid {
display: grid !important;
}
.d-xxxxxl-inline-grid {
display: inline-grid !important;
}
.d-xxxxxl-table {
display: table !important;
}
.d-xxxxxl-table-row {
display: table-row !important;
}
.d-xxxxxl-table-cell {
display: table-cell !important;
}
.d-xxxxxl-flex {
display: flex !important;
}
.d-xxxxxl-inline-flex {
display: inline-flex !important;
}
.d-xxxxxl-none {
display: none !important;
}
.flex-xxxxxl-fill {
flex: 1 1 auto !important;
}
.flex-xxxxxl-row {
flex-direction: row !important;
}
.flex-xxxxxl-column {
flex-direction: column !important;
}
.flex-xxxxxl-row-reverse {
flex-direction: row-reverse !important;
}
.flex-xxxxxl-column-reverse {
flex-direction: column-reverse !important;
}
.flex-xxxxxl-grow-0 {
flex-grow: 0 !important;
}
.flex-xxxxxl-grow-1 {
flex-grow: 1 !important;
}
.flex-xxxxxl-shrink-0 {
flex-shrink: 0 !important;
}
.flex-xxxxxl-shrink-1 {
flex-shrink: 1 !important;
}
.flex-xxxxxl-wrap {
flex-wrap: wrap !important;
}
.flex-xxxxxl-nowrap {
flex-wrap: nowrap !important;
}
.flex-xxxxxl-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.justify-content-xxxxxl-start {
justify-content: flex-start !important;
}
.justify-content-xxxxxl-end {
justify-content: flex-end !important;
}
.justify-content-xxxxxl-center {
justify-content: center !important;
}
.justify-content-xxxxxl-between {
justify-content: space-between !important;
}
.justify-content-xxxxxl-around {
justify-content: space-around !important;
}
.justify-content-xxxxxl-evenly {
justify-content: space-evenly !important;
}
.align-items-xxxxxl-start {
align-items: flex-start !important;
}
.align-items-xxxxxl-end {
align-items: flex-end !important;
}
.align-items-xxxxxl-center {
align-items: center !important;
}
.align-items-xxxxxl-baseline {
align-items: baseline !important;
}
.align-items-xxxxxl-stretch {
align-items: stretch !important;
}
.align-content-xxxxxl-start {
align-content: flex-start !important;
}
.align-content-xxxxxl-end {
align-content: flex-end !important;
}
.align-content-xxxxxl-center {
align-content: center !important;
}
.align-content-xxxxxl-between {
align-content: space-between !important;
}
.align-content-xxxxxl-around {
align-content: space-around !important;
}
.align-content-xxxxxl-stretch {
align-content: stretch !important;
}
.align-self-xxxxxl-auto {
align-self: auto !important;
}
.align-self-xxxxxl-start {
align-self: flex-start !important;
}
.align-self-xxxxxl-end {
align-self: flex-end !important;
}
.align-self-xxxxxl-center {
align-self: center !important;
}
.align-self-xxxxxl-baseline {
align-self: baseline !important;
}
.align-self-xxxxxl-stretch {
align-self: stretch !important;
}
.order-xxxxxl-first {
order: -1 !important;
}
.order-xxxxxl-0 {
order: 0 !important;
}
.order-xxxxxl-1 {
order: 1 !important;
}
.order-xxxxxl-2 {
order: 2 !important;
}
.order-xxxxxl-3 {
order: 3 !important;
}
.order-xxxxxl-4 {
order: 4 !important;
}
.order-xxxxxl-5 {
order: 5 !important;
}
.order-xxxxxl-last {
order: 6 !important;
}
.m-xxxxxl-0 {
margin: 0 !important;
}
.m-xxxxxl-1 {
margin: 8px !important;
}
.m-xxxxxl-2 {
margin: 16px !important;
}
.m-xxxxxl-3 {
margin: 24px !important;
}
.m-xxxxxl-4 {
margin: 32px !important;
}
.m-xxxxxl-5 {
margin: 40px !important;
}
.m-xxxxxl-6 {
margin: 48px !important;
}
.m-xxxxxl-7 {
margin: 56px !important;
}
.m-xxxxxl-8 {
margin: 64px !important;
}
.m-xxxxxl-9 {
margin: 72px !important;
}
.m-xxxxxl-10 {
margin: 80px !important;
}
.m-xxxxxl-11 {
margin: 88px !important;
}
.m-xxxxxl-12 {
margin: 96px !important;
}
.m-xxxxxl-auto {
margin: auto !important;
}
.mx-xxxxxl-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-xxxxxl-1 {
margin-right: 8px !important;
margin-left: 8px !important;
}
.mx-xxxxxl-2 {
margin-right: 16px !important;
margin-left: 16px !important;
}
.mx-xxxxxl-3 {
margin-right: 24px !important;
margin-left: 24px !important;
}
.mx-xxxxxl-4 {
margin-right: 32px !important;
margin-left: 32px !important;
}
.mx-xxxxxl-5 {
margin-right: 40px !important;
margin-left: 40px !important;
}
.mx-xxxxxl-6 {
margin-right: 48px !important;
margin-left: 48px !important;
}
.mx-xxxxxl-7 {
margin-right: 56px !important;
margin-left: 56px !important;
}
.mx-xxxxxl-8 {
margin-right: 64px !important;
margin-left: 64px !important;
}
.mx-xxxxxl-9 {
margin-right: 72px !important;
margin-left: 72px !important;
}
.mx-xxxxxl-10 {
margin-right: 80px !important;
margin-left: 80px !important;
}
.mx-xxxxxl-11 {
margin-right: 88px !important;
margin-left: 88px !important;
}
.mx-xxxxxl-12 {
margin-right: 96px !important;
margin-left: 96px !important;
}
.mx-xxxxxl-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-xxxxxl-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-xxxxxl-1 {
margin-top: 8px !important;
margin-bottom: 8px !important;
}
.my-xxxxxl-2 {
margin-top: 16px !important;
margin-bottom: 16px !important;
}
.my-xxxxxl-3 {
margin-top: 24px !important;
margin-bottom: 24px !important;
}
.my-xxxxxl-4 {
margin-top: 32px !important;
margin-bottom: 32px !important;
}
.my-xxxxxl-5 {
margin-top: 40px !important;
margin-bottom: 40px !important;
}
.my-xxxxxl-6 {
margin-top: 48px !important;
margin-bottom: 48px !important;
}
.my-xxxxxl-7 {
margin-top: 56px !important;
margin-bottom: 56px !important;
}
.my-xxxxxl-8 {
margin-top: 64px !important;
margin-bottom: 64px !important;
}
.my-xxxxxl-9 {
margin-top: 72px !important;
margin-bottom: 72px !important;
}
.my-xxxxxl-10 {
margin-top: 80px !important;
margin-bottom: 80px !important;
}
.my-xxxxxl-11 {
margin-top: 88px !important;
margin-bottom: 88px !important;
}
.my-xxxxxl-12 {
margin-top: 96px !important;
margin-bottom: 96px !important;
}
.my-xxxxxl-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-xxxxxl-0 {
margin-top: 0 !important;
}
.mt-xxxxxl-1 {
margin-top: 8px !important;
}
.mt-xxxxxl-2 {
margin-top: 16px !important;
}
.mt-xxxxxl-3 {
margin-top: 24px !important;
}
.mt-xxxxxl-4 {
margin-top: 32px !important;
}
.mt-xxxxxl-5 {
margin-top: 40px !important;
}
.mt-xxxxxl-6 {
margin-top: 48px !important;
}
.mt-xxxxxl-7 {
margin-top: 56px !important;
}
.mt-xxxxxl-8 {
margin-top: 64px !important;
}
.mt-xxxxxl-9 {
margin-top: 72px !important;
}
.mt-xxxxxl-10 {
margin-top: 80px !important;
}
.mt-xxxxxl-11 {
margin-top: 88px !important;
}
.mt-xxxxxl-12 {
margin-top: 96px !important;
}
.mt-xxxxxl-auto {
margin-top: auto !important;
}
.me-xxxxxl-0 {
margin-right: 0 !important;
}
.me-xxxxxl-1 {
margin-right: 8px !important;
}
.me-xxxxxl-2 {
margin-right: 16px !important;
}
.me-xxxxxl-3 {
margin-right: 24px !important;
}
.me-xxxxxl-4 {
margin-right: 32px !important;
}
.me-xxxxxl-5 {
margin-right: 40px !important;
}
.me-xxxxxl-6 {
margin-right: 48px !important;
}
.me-xxxxxl-7 {
margin-right: 56px !important;
}
.me-xxxxxl-8 {
margin-right: 64px !important;
}
.me-xxxxxl-9 {
margin-right: 72px !important;
}
.me-xxxxxl-10 {
margin-right: 80px !important;
}
.me-xxxxxl-11 {
margin-right: 88px !important;
}
.me-xxxxxl-12 {
margin-right: 96px !important;
}
.me-xxxxxl-auto {
margin-right: auto !important;
}
.mb-xxxxxl-0 {
margin-bottom: 0 !important;
}
.mb-xxxxxl-1 {
margin-bottom: 8px !important;
}
.mb-xxxxxl-2 {
margin-bottom: 16px !important;
}
.mb-xxxxxl-3 {
margin-bottom: 24px !important;
}
.mb-xxxxxl-4 {
margin-bottom: 32px !important;
}
.mb-xxxxxl-5 {
margin-bottom: 40px !important;
}
.mb-xxxxxl-6 {
margin-bottom: 48px !important;
}
.mb-xxxxxl-7 {
margin-bottom: 56px !important;
}
.mb-xxxxxl-8 {
margin-bottom: 64px !important;
}
.mb-xxxxxl-9 {
margin-bottom: 72px !important;
}
.mb-xxxxxl-10 {
margin-bottom: 80px !important;
}
.mb-xxxxxl-11 {
margin-bottom: 88px !important;
}
.mb-xxxxxl-12 {
margin-bottom: 96px !important;
}
.mb-xxxxxl-auto {
margin-bottom: auto !important;
}
.ms-xxxxxl-0 {
margin-left: 0 !important;
}
.ms-xxxxxl-1 {
margin-left: 8px !important;
}
.ms-xxxxxl-2 {
margin-left: 16px !important;
}
.ms-xxxxxl-3 {
margin-left: 24px !important;
}
.ms-xxxxxl-4 {
margin-left: 32px !important;
}
.ms-xxxxxl-5 {
margin-left: 40px !important;
}
.ms-xxxxxl-6 {
margin-left: 48px !important;
}
.ms-xxxxxl-7 {
margin-left: 56px !important;
}
.ms-xxxxxl-8 {
margin-left: 64px !important;
}
.ms-xxxxxl-9 {
margin-left: 72px !important;
}
.ms-xxxxxl-10 {
margin-left: 80px !important;
}
.ms-xxxxxl-11 {
margin-left: 88px !important;
}
.ms-xxxxxl-12 {
margin-left: 96px !important;
}
.ms-xxxxxl-auto {
margin-left: auto !important;
}
.p-xxxxxl-0 {
padding: 0 !important;
}
.p-xxxxxl-1 {
padding: 8px !important;
}
.p-xxxxxl-2 {
padding: 16px !important;
}
.p-xxxxxl-3 {
padding: 24px !important;
}
.p-xxxxxl-4 {
padding: 32px !important;
}
.p-xxxxxl-5 {
padding: 40px !important;
}
.p-xxxxxl-6 {
padding: 48px !important;
}
.p-xxxxxl-7 {
padding: 56px !important;
}
.p-xxxxxl-8 {
padding: 64px !important;
}
.p-xxxxxl-9 {
padding: 72px !important;
}
.p-xxxxxl-10 {
padding: 80px !important;
}
.p-xxxxxl-11 {
padding: 88px !important;
}
.p-xxxxxl-12 {
padding: 96px !important;
}
.px-xxxxxl-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-xxxxxl-1 {
padding-right: 8px !important;
padding-left: 8px !important;
}
.px-xxxxxl-2 {
padding-right: 16px !important;
padding-left: 16px !important;
}
.px-xxxxxl-3 {
padding-right: 24px !important;
padding-left: 24px !important;
}
.px-xxxxxl-4 {
padding-right: 32px !important;
padding-left: 32px !important;
}
.px-xxxxxl-5 {
padding-right: 40px !important;
padding-left: 40px !important;
}
.px-xxxxxl-6 {
padding-right: 48px !important;
padding-left: 48px !important;
}
.px-xxxxxl-7 {
padding-right: 56px !important;
padding-left: 56px !important;
}
.px-xxxxxl-8 {
padding-right: 64px !important;
padding-left: 64px !important;
}
.px-xxxxxl-9 {
padding-right: 72px !important;
padding-left: 72px !important;
}
.px-xxxxxl-10 {
padding-right: 80px !important;
padding-left: 80px !important;
}
.px-xxxxxl-11 {
padding-right: 88px !important;
padding-left: 88px !important;
}
.px-xxxxxl-12 {
padding-right: 96px !important;
padding-left: 96px !important;
}
.py-xxxxxl-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-xxxxxl-1 {
padding-top: 8px !important;
padding-bottom: 8px !important;
}
.py-xxxxxl-2 {
padding-top: 16px !important;
padding-bottom: 16px !important;
}
.py-xxxxxl-3 {
padding-top: 24px !important;
padding-bottom: 24px !important;
}
.py-xxxxxl-4 {
padding-top: 32px !important;
padding-bottom: 32px !important;
}
.py-xxxxxl-5 {
padding-top: 40px !important;
padding-bottom: 40px !important;
}
.py-xxxxxl-6 {
padding-top: 48px !important;
padding-bottom: 48px !important;
}
.py-xxxxxl-7 {
padding-top: 56px !important;
padding-bottom: 56px !important;
}
.py-xxxxxl-8 {
padding-top: 64px !important;
padding-bottom: 64px !important;
}
.py-xxxxxl-9 {
padding-top: 72px !important;
padding-bottom: 72px !important;
}
.py-xxxxxl-10 {
padding-top: 80px !important;
padding-bottom: 80px !important;
}
.py-xxxxxl-11 {
padding-top: 88px !important;
padding-bottom: 88px !important;
}
.py-xxxxxl-12 {
padding-top: 96px !important;
padding-bottom: 96px !important;
}
.pt-xxxxxl-0 {
padding-top: 0 !important;
}
.pt-xxxxxl-1 {
padding-top: 8px !important;
}
.pt-xxxxxl-2 {
padding-top: 16px !important;
}
.pt-xxxxxl-3 {
padding-top: 24px !important;
}
.pt-xxxxxl-4 {
padding-top: 32px !important;
}
.pt-xxxxxl-5 {
padding-top: 40px !important;
}
.pt-xxxxxl-6 {
padding-top: 48px !important;
}
.pt-xxxxxl-7 {
padding-top: 56px !important;
}
.pt-xxxxxl-8 {
padding-top: 64px !important;
}
.pt-xxxxxl-9 {
padding-top: 72px !important;
}
.pt-xxxxxl-10 {
padding-top: 80px !important;
}
.pt-xxxxxl-11 {
padding-top: 88px !important;
}
.pt-xxxxxl-12 {
padding-top: 96px !important;
}
.pe-xxxxxl-0 {
padding-right: 0 !important;
}
.pe-xxxxxl-1 {
padding-right: 8px !important;
}
.pe-xxxxxl-2 {
padding-right: 16px !important;
}
.pe-xxxxxl-3 {
padding-right: 24px !important;
}
.pe-xxxxxl-4 {
padding-right: 32px !important;
}
.pe-xxxxxl-5 {
padding-right: 40px !important;
}
.pe-xxxxxl-6 {
padding-right: 48px !important;
}
.pe-xxxxxl-7 {
padding-right: 56px !important;
}
.pe-xxxxxl-8 {
padding-right: 64px !important;
}
.pe-xxxxxl-9 {
padding-right: 72px !important;
}
.pe-xxxxxl-10 {
padding-right: 80px !important;
}
.pe-xxxxxl-11 {
padding-right: 88px !important;
}
.pe-xxxxxl-12 {
padding-right: 96px !important;
}
.pb-xxxxxl-0 {
padding-bottom: 0 !important;
}
.pb-xxxxxl-1 {
padding-bottom: 8px !important;
}
.pb-xxxxxl-2 {
padding-bottom: 16px !important;
}
.pb-xxxxxl-3 {
padding-bottom: 24px !important;
}
.pb-xxxxxl-4 {
padding-bottom: 32px !important;
}
.pb-xxxxxl-5 {
padding-bottom: 40px !important;
}
.pb-xxxxxl-6 {
padding-bottom: 48px !important;
}
.pb-xxxxxl-7 {
padding-bottom: 56px !important;
}
.pb-xxxxxl-8 {
padding-bottom: 64px !important;
}
.pb-xxxxxl-9 {
padding-bottom: 72px !important;
}
.pb-xxxxxl-10 {
padding-bottom: 80px !important;
}
.pb-xxxxxl-11 {
padding-bottom: 88px !important;
}
.pb-xxxxxl-12 {
padding-bottom: 96px !important;
}
.ps-xxxxxl-0 {
padding-left: 0 !important;
}
.ps-xxxxxl-1 {
padding-left: 8px !important;
}
.ps-xxxxxl-2 {
padding-left: 16px !important;
}
.ps-xxxxxl-3 {
padding-left: 24px !important;
}
.ps-xxxxxl-4 {
padding-left: 32px !important;
}
.ps-xxxxxl-5 {
padding-left: 40px !important;
}
.ps-xxxxxl-6 {
padding-left: 48px !important;
}
.ps-xxxxxl-7 {
padding-left: 56px !important;
}
.ps-xxxxxl-8 {
padding-left: 64px !important;
}
.ps-xxxxxl-9 {
padding-left: 72px !important;
}
.ps-xxxxxl-10 {
padding-left: 80px !important;
}
.ps-xxxxxl-11 {
padding-left: 88px !important;
}
.ps-xxxxxl-12 {
padding-left: 96px !important;
}
.gap-xxxxxl-0 {
gap: 0 !important;
}
.gap-xxxxxl-1 {
gap: 8px !important;
}
.gap-xxxxxl-2 {
gap: 16px !important;
}
.gap-xxxxxl-3 {
gap: 24px !important;
}
.gap-xxxxxl-4 {
gap: 32px !important;
}
.gap-xxxxxl-5 {
gap: 40px !important;
}
.gap-xxxxxl-6 {
gap: 48px !important;
}
.gap-xxxxxl-7 {
gap: 56px !important;
}
.gap-xxxxxl-8 {
gap: 64px !important;
}
.gap-xxxxxl-9 {
gap: 72px !important;
}
.gap-xxxxxl-10 {
gap: 80px !important;
}
.gap-xxxxxl-11 {
gap: 88px !important;
}
.gap-xxxxxl-12 {
gap: 96px !important;
}
.row-gap-xxxxxl-0 {
row-gap: 0 !important;
}
.row-gap-xxxxxl-1 {
row-gap: 8px !important;
}
.row-gap-xxxxxl-2 {
row-gap: 16px !important;
}
.row-gap-xxxxxl-3 {
row-gap: 24px !important;
}
.row-gap-xxxxxl-4 {
row-gap: 32px !important;
}
.row-gap-xxxxxl-5 {
row-gap: 40px !important;
}
.row-gap-xxxxxl-6 {
row-gap: 48px !important;
}
.row-gap-xxxxxl-7 {
row-gap: 56px !important;
}
.row-gap-xxxxxl-8 {
row-gap: 64px !important;
}
.row-gap-xxxxxl-9 {
row-gap: 72px !important;
}
.row-gap-xxxxxl-10 {
row-gap: 80px !important;
}
.row-gap-xxxxxl-11 {
row-gap: 88px !important;
}
.row-gap-xxxxxl-12 {
row-gap: 96px !important;
}
.column-gap-xxxxxl-0 {
-moz-column-gap: 0 !important;
column-gap: 0 !important;
}
.column-gap-xxxxxl-1 {
-moz-column-gap: 8px !important;
column-gap: 8px !important;
}
.column-gap-xxxxxl-2 {
-moz-column-gap: 16px !important;
column-gap: 16px !important;
}
.column-gap-xxxxxl-3 {
-moz-column-gap: 24px !important;
column-gap: 24px !important;
}
.column-gap-xxxxxl-4 {
-moz-column-gap: 32px !important;
column-gap: 32px !important;
}
.column-gap-xxxxxl-5 {
-moz-column-gap: 40px !important;
column-gap: 40px !important;
}
.column-gap-xxxxxl-6 {
-moz-column-gap: 48px !important;
column-gap: 48px !important;
}
.column-gap-xxxxxl-7 {
-moz-column-gap: 56px !important;
column-gap: 56px !important;
}
.column-gap-xxxxxl-8 {
-moz-column-gap: 64px !important;
column-gap: 64px !important;
}
.column-gap-xxxxxl-9 {
-moz-column-gap: 72px !important;
column-gap: 72px !important;
}
.column-gap-xxxxxl-10 {
-moz-column-gap: 80px !important;
column-gap: 80px !important;
}
.column-gap-xxxxxl-11 {
-moz-column-gap: 88px !important;
column-gap: 88px !important;
}
.column-gap-xxxxxl-12 {
-moz-column-gap: 96px !important;
column-gap: 96px !important;
}
.text-xxxxxl-start {
text-align: left !important;
}
.text-xxxxxl-end {
text-align: right !important;
}
.text-xxxxxl-center {
text-align: center !important;
}
}
@media (min-width: 1600px) {
.fs-1 {
font-size: 1.75rem !important;
}
.fs-2 {
font-size: 1.5rem !important;
}
}
@media print {
.d-print-inline {
display: inline !important;
}
.d-print-inline-block {
display: inline-block !important;
}
.d-print-block {
display: block !important;
}
.d-print-grid {
display: grid !important;
}
.d-print-inline-grid {
display: inline-grid !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;
}
.d-print-none {
display: none !important;
}
}
html {
overflow-x: hidden;
}
body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
overflow-x: hidden;
}
body.logged-in:before {
font-size: 0.6875rem;
background-color: #d1a750;
bottom: 0;
color: #fff;
content: "above";
height: 32px;
letter-spacing: 0.15em;
line-height: 32px;
padding: 0 10px;
position: fixed;
right: 0;
text-align: center;
text-transform: uppercase;
width: auto;
z-index: 9999999;
}
@media (max-width: 1799.98px) {
body.logged-in:before {
content: "(xxxxl)";
}
}
@media (max-width: 1599.98px) {
body.logged-in:before {
content: "(xxxl)";
}
}
@media (max-width: 1439.98px) {
body.logged-in:before {
content: "(xxl)";
}
}
@media (max-width: 1199.98px) {
body.logged-in:before {
content: "(xl)";
}
}
@media (max-width: 991.98px) {
body.logged-in:before {
content: "(lg)";
}
}
@media (max-width: 767.98px) {
body.logged-in:before {
content: "(md)";
}
}
@media (max-width: 575.98px) {
body.logged-in:before {
content: "(sm)";
}
}
@media (max-width: 575.98px) {
.container {
padding: 0 30px;
}
}
@media (max-width: 359.98px) {
.container {
padding: 0 20px;
}
}
#wpadminbar {
clip-path: inset(0 calc(100% - 35px) 0 0);
}
@media screen and (max-width: 782px) {
#wpadminbar {
display: none !important;
}
}
#wpadminbar:hover {
clip-path: unset;
}
.img-abs-center {
height: 100%;
left: 0;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center center;
object-position: center center;
position: absolute;
top: 0;
width: 100%;
}
.img-abs-center--contain {
height: 100%;
left: 0;
-o-object-fit: contain;
object-fit: contain;
-o-object-position: center;
object-position: center;
position: absolute;
top: 0;
width: 100%;
}
.slick-margin {  }
.slick-margin .slick-slide {
margin: 0 14px;
}
.slick-margin .slick-list {
margin: 0 -14px;
}
.default-padding {
padding: 200px 0;
}
.search-form input {
border-radius: 24px 0 0 24px;
}
.fancybox__container {
z-index: 9500 !important;
}
.js-branch-slider:hover {
cursor: grab;
}
.content-container p:last-child,
.content-container ul:last-child,
.content-container ol:last-child {
margin-bottom: 0;
}
.reset-list {
list-style: none;
margin: 0;
padding: 0;
}
.display-1 strong {
font-weight: 700;
}
.display-2 strong {
font-weight: 700;
}
.display-3 strong {
font-weight: 700;
}
.display-4 strong {
font-weight: 700;
}
.display-5 strong {
font-weight: 700;
}
.display-6 strong {
font-weight: 700;
} @font-face {
font-family: "Satoshi-Variable";
src: url(//slimlicht.nl/wp-content/themes/slimlicht/dist/fonts/Satoshi-Variable.woff2) format("woff2");
font-weight: 300 700 900;
font-display: swap;
font-style: normal;
}
.block-post {
transition: background-color 0.3s ease;
border-radius: 24px;
}
.block-post:hover {
background-color: #f8f8f8;
}
.block-post__media {
border-radius: 24px;
width: 184px;
background-color: #f8f8f8;
height: 184px;
}
@media (max-width: 991.98px) {
.block-post__media {
width: 148px;
height: 148px;
}
}
.block-post__content {
padding: 20px 28px;
flex: 0 0 calc(100% - 200px);
}
.block-project {
position: relative;
border-radius: 24px;
}
@media (max-width: 991.98px) {
.block-project {
min-height: 340px;
}
}
.block-project:after {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
background: #000000;
background: linear-gradient(0deg, rgba(12, 14, 15, 0.5) 0%, rgba(12, 14, 15, 0) 100%);
content: "";
}
.block-project img {
transition: all 2s ease;
}
.block-project:hover img {
transform: scale(1.05);
}
.block-project__content {
padding: 20px 28px;
flex: 0 0 calc(100% - 200px);
position: absolute;
bottom: 24px;
left: 24px;
z-index: 5;
}
@media (max-width: 1439.98px) {
.block-project__content {
bottom: 16px;
left: 16px;
}
}
@media (max-width: 991.98px) {
.block-project__content {
bottom: 18px;
left: 18px;
padding: 0;
}
}
.block-branch {
position: relative;
border-radius: 24px;
height: 640px;
background-color: #fff;
overflow: hidden;
}
@media (max-width: 991.98px) {
.block-branch {
min-height: 340px;
height: 440px;
}
}
.block-branch:after {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
background: #000000;
background: linear-gradient(0deg, rgba(12, 14, 15, 0.25) 0%, rgba(12, 14, 15, 0) 100%);
content: "";
}
.block-branch img {
transition: all 2s ease;
}
.block-branch:hover img {
transform: scale(1.05);
}
.block-branch__content {
padding: 20px 28px;
position: absolute;
bottom: 12px;
left: 12px;
z-index: 5;
width: calc(100% - 28px);
}
.block-branch__content i {
position: absolute;
bottom: 28px;
right: 16px;
}
@media (max-width: 1439.98px) {
.block-branch__content {
bottom: 16px;
left: 16px;
}
}
@media (max-width: 991.98px) {
.block-branch__content {
bottom: 18px;
left: 18px;
}
}
.block-project-overview {
height: 440px;
border-radius: 12px;
overflow: hidden;
}
@media (max-width: 1199.98px) {
.block-project-overview {
height: 380px;
}
}
@media (max-width: 575.98px) {
.block-project-overview {
height: 324px;
}
}
.block-project-overview:after {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
background: #000000;
background: linear-gradient(0deg, rgba(12, 14, 15, 0.55) 0%, rgba(12, 14, 15, 0) 100%);
content: "";
}
.block-project-overview:hover img {
transform: scale(1.05);
}
.block-project-overview img {
transition: all 1s ease;
}
.block-project-overview__content {
position: absolute;
bottom: 16px;
left: 16px;
z-index: 3;
}
.block-project-overview__title {
font-size: calc(1.25625rem + 0.05625vw);
}
@media (min-width: 1600px) {
.block-project-overview__title {
font-size: 1.3125rem;
}
}
.cta-card__link {
text-decoration: none;
color: #0c0e0f;
}
.cta-card__media {
height: 72px;
width: 72px;
}
.block-content {
display: flex !important;
flex-direction: column;
position: relative;
min-height: 480px;
padding: 32px 24px;
background-color: #edeae4;
border-radius: 12px;
overflow: hidden;
cursor: pointer;
}
.block-content-body {
margin-top: auto;
transition: transform 0.3s ease;
}
.block-content-label {
display: inline-block;
margin-bottom: 4px;
font-size: 0.9375rem;
}
.block-content strong {
display: block;
margin-bottom: 0;
}
.block-content p {
opacity: 0;
max-height: 0;
overflow: hidden;
transform: translateY(8px);
font-size: 0.9375rem;
transition: opacity 0.5s ease, max-height 0.5s ease, transform 0.5s ease;
}
.block-content:hover .block-content-body {
transform: translateY(-12px);
}
.block-content:hover p {
opacity: 1;
max-height: 240px;
transform: translateY(0);
}
.btn {
--bs-btn-padding-x: 24px;
--bs-btn-padding-y: 8px;
--bs-btn-font-family: ;
--bs-btn-font-size: 0.875rem;
--bs-btn-font-weight: 400;
--bs-btn-line-height: 1.9;
--bs-btn-color: var(--bs-body-color);
--bs-btn-bg: transparent;
--bs-btn-border-width: var(--bs-border-width);
--bs-btn-border-color: transparent;
--bs-btn-border-radius: var(--bs-border-radius);
--bs-btn-hover-border-color: transparent;
--bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
--bs-btn-disabled-opacity: 0.65;
--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), 0.5);
display: inline-block;
padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
font-family: var(--bs-btn-font-family);
font-size: var(--bs-btn-font-size);
font-weight: var(--bs-btn-font-weight);
line-height: var(--bs-btn-line-height);
color: var(--bs-btn-color);
text-align: center;
text-decoration: none;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
border-radius: var(--bs-btn-border-radius);
background-color: var(--bs-btn-bg);
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;
border-radius: 24px;
position: relative;
}
@media (prefers-reduced-motion: reduce) {
.btn {
transition: none;
}
}
.btn:hover {
color: var(--bs-btn-hover-color);
background-color: var(--bs-btn-hover-bg);
border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
color: var(--bs-btn-color);
background-color: var(--bs-btn-bg);
border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
color: var(--bs-btn-hover-color);
background-color: var(--bs-btn-hover-bg);
border-color: var(--bs-btn-hover-border-color);
outline: 0;
box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
border-color: var(--bs-btn-hover-border-color);
outline: 0;
box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
color: var(--bs-btn-active-color);
background-color: var(--bs-btn-active-bg);
border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
color: var(--bs-btn-disabled-color);
pointer-events: none;
background-color: var(--bs-btn-disabled-bg);
border-color: var(--bs-btn-disabled-border-color);
opacity: var(--bs-btn-disabled-opacity);
}
.btn-hover-fill {
overflow: hidden;
isolation: isolate;
transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}
.btn-hover-fill:hover, .btn-hover-fill:focus-visible {
background-color: var(--bs-btn-bg);
}
.btn-hover-fill .btn-hover-fill__label {
display: inline-flex;
align-items: center;
position: relative;
z-index: 2;
}
.btn-hover-fill .btn-hover-fill__circle {
background-color: var(--bs-btn-hover-bg);
border-radius: 50%;
left: 0;
pointer-events: none;
position: absolute;
top: 0;
transform: translate(-50%, -50%) scale(0);
transform-origin: center;
transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
z-index: 1;
}
.btn-hover-fill .btn-hover-fill__circle.is-active {
transform: translate(-50%, -50%) scale(1);
}
.btn-hover-fill.btn-outline-dark:hover, .btn-hover-fill.btn-outline-dark:focus-visible {
color: var(--bs-btn-hover-color);
}
.btn-primary, .wpcf7 input[type=submit] {
--bs-btn-color: #fff;
--bs-btn-bg: #d1a750;
--bs-btn-border-color: #d1a750;
--bs-btn-hover-color: #fff;
--bs-btn-hover-bg: #b28e44;
--bs-btn-hover-border-color: #a78640;
--bs-btn-focus-shadow-rgb: 216, 180, 106;
--bs-btn-active-color: #fff;
--bs-btn-active-bg: #a78640;
--bs-btn-active-border-color: #9d7d3c;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #fff;
--bs-btn-disabled-bg: #d1a750;
--bs-btn-disabled-border-color: #d1a750;
}
.btn-secondary {
--bs-btn-color: #fff;
--bs-btn-bg: #2f507b;
--bs-btn-border-color: #2f507b;
--bs-btn-hover-color: #fff;
--bs-btn-hover-bg: #284469;
--bs-btn-hover-border-color: #264062;
--bs-btn-focus-shadow-rgb: 78, 106, 143;
--bs-btn-active-color: #fff;
--bs-btn-active-bg: #264062;
--bs-btn-active-border-color: #233c5c;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #fff;
--bs-btn-disabled-bg: #2f507b;
--bs-btn-disabled-border-color: #2f507b;
}
.btn-success {
--bs-btn-color: #fff;
--bs-btn-bg: #198754;
--bs-btn-border-color: #198754;
--bs-btn-hover-color: #fff;
--bs-btn-hover-bg: #157347;
--bs-btn-hover-border-color: #146c43;
--bs-btn-focus-shadow-rgb: 60, 153, 110;
--bs-btn-active-color: #fff;
--bs-btn-active-bg: #146c43;
--bs-btn-active-border-color: #13653f;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #fff;
--bs-btn-disabled-bg: #198754;
--bs-btn-disabled-border-color: #198754;
}
.btn-info {
--bs-btn-color: #000;
--bs-btn-bg: #0dcaf0;
--bs-btn-border-color: #0dcaf0;
--bs-btn-hover-color: #000;
--bs-btn-hover-bg: #31d2f2;
--bs-btn-hover-border-color: #25cff2;
--bs-btn-focus-shadow-rgb: 11, 172, 204;
--bs-btn-active-color: #000;
--bs-btn-active-bg: #3dd5f3;
--bs-btn-active-border-color: #25cff2;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #000;
--bs-btn-disabled-bg: #0dcaf0;
--bs-btn-disabled-border-color: #0dcaf0;
}
.btn-warning {
--bs-btn-color: #000;
--bs-btn-bg: #ffc107;
--bs-btn-border-color: #ffc107;
--bs-btn-hover-color: #000;
--bs-btn-hover-bg: #ffca2c;
--bs-btn-hover-border-color: #ffc720;
--bs-btn-focus-shadow-rgb: 217, 164, 6;
--bs-btn-active-color: #000;
--bs-btn-active-bg: #ffcd39;
--bs-btn-active-border-color: #ffc720;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #000;
--bs-btn-disabled-bg: #ffc107;
--bs-btn-disabled-border-color: #ffc107;
}
.btn-danger {
--bs-btn-color: #fff;
--bs-btn-bg: #dc3545;
--bs-btn-border-color: #dc3545;
--bs-btn-hover-color: #fff;
--bs-btn-hover-bg: #bb2d3b;
--bs-btn-hover-border-color: #b02a37;
--bs-btn-focus-shadow-rgb: 225, 83, 97;
--bs-btn-active-color: #fff;
--bs-btn-active-bg: #b02a37;
--bs-btn-active-border-color: #a52834;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #fff;
--bs-btn-disabled-bg: #dc3545;
--bs-btn-disabled-border-color: #dc3545;
}
.btn-light {
--bs-btn-color: #000;
--bs-btn-bg: #f8f8f8;
--bs-btn-border-color: #f8f8f8;
--bs-btn-hover-color: #000;
--bs-btn-hover-bg: lightgray;
--bs-btn-hover-border-color: #c6c6c6;
--bs-btn-focus-shadow-rgb: 211, 211, 211;
--bs-btn-active-color: #000;
--bs-btn-active-bg: #c6c6c6;
--bs-btn-active-border-color: #bababa;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #000;
--bs-btn-disabled-bg: #f8f8f8;
--bs-btn-disabled-border-color: #f8f8f8;
}
.btn-dark {
--bs-btn-color: #fff;
--bs-btn-bg: #0c0e0f;
--bs-btn-border-color: #0c0e0f;
--bs-btn-hover-color: #fff;
--bs-btn-hover-bg: #303233;
--bs-btn-hover-border-color: #242627;
--bs-btn-focus-shadow-rgb: 48, 50, 51;
--bs-btn-active-color: #fff;
--bs-btn-active-bg: #3d3e3f;
--bs-btn-active-border-color: #242627;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #fff;
--bs-btn-disabled-bg: #0c0e0f;
--bs-btn-disabled-border-color: #0c0e0f;
}
.btn-outline-primary {
--bs-btn-color: #d1a750;
--bs-btn-border-color: #d1a750;
--bs-btn-hover-color: #fff;
--bs-btn-hover-bg: #d1a750;
--bs-btn-hover-border-color: #d1a750;
--bs-btn-focus-shadow-rgb: 209, 167, 80;
--bs-btn-active-color: #fff;
--bs-btn-active-bg: #d1a750;
--bs-btn-active-border-color: #d1a750;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #d1a750;
--bs-btn-disabled-bg: transparent;
--bs-btn-disabled-border-color: #d1a750;
--bs-gradient: none;
}
.btn-outline-secondary {
--bs-btn-color: #2f507b;
--bs-btn-border-color: #2f507b;
--bs-btn-hover-color: #fff;
--bs-btn-hover-bg: #2f507b;
--bs-btn-hover-border-color: #2f507b;
--bs-btn-focus-shadow-rgb: 47, 80, 123;
--bs-btn-active-color: #fff;
--bs-btn-active-bg: #2f507b;
--bs-btn-active-border-color: #2f507b;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #2f507b;
--bs-btn-disabled-bg: transparent;
--bs-btn-disabled-border-color: #2f507b;
--bs-gradient: none;
}
.btn-outline-success {
--bs-btn-color: #198754;
--bs-btn-border-color: #198754;
--bs-btn-hover-color: #fff;
--bs-btn-hover-bg: #198754;
--bs-btn-hover-border-color: #198754;
--bs-btn-focus-shadow-rgb: 25, 135, 84;
--bs-btn-active-color: #fff;
--bs-btn-active-bg: #198754;
--bs-btn-active-border-color: #198754;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #198754;
--bs-btn-disabled-bg: transparent;
--bs-btn-disabled-border-color: #198754;
--bs-gradient: none;
}
.btn-outline-info {
--bs-btn-color: #0dcaf0;
--bs-btn-border-color: #0dcaf0;
--bs-btn-hover-color: #000;
--bs-btn-hover-bg: #0dcaf0;
--bs-btn-hover-border-color: #0dcaf0;
--bs-btn-focus-shadow-rgb: 13, 202, 240;
--bs-btn-active-color: #000;
--bs-btn-active-bg: #0dcaf0;
--bs-btn-active-border-color: #0dcaf0;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #0dcaf0;
--bs-btn-disabled-bg: transparent;
--bs-btn-disabled-border-color: #0dcaf0;
--bs-gradient: none;
}
.btn-outline-warning {
--bs-btn-color: #ffc107;
--bs-btn-border-color: #ffc107;
--bs-btn-hover-color: #000;
--bs-btn-hover-bg: #ffc107;
--bs-btn-hover-border-color: #ffc107;
--bs-btn-focus-shadow-rgb: 255, 193, 7;
--bs-btn-active-color: #000;
--bs-btn-active-bg: #ffc107;
--bs-btn-active-border-color: #ffc107;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #ffc107;
--bs-btn-disabled-bg: transparent;
--bs-btn-disabled-border-color: #ffc107;
--bs-gradient: none;
}
.btn-outline-danger {
--bs-btn-color: #dc3545;
--bs-btn-border-color: #dc3545;
--bs-btn-hover-color: #fff;
--bs-btn-hover-bg: #dc3545;
--bs-btn-hover-border-color: #dc3545;
--bs-btn-focus-shadow-rgb: 220, 53, 69;
--bs-btn-active-color: #fff;
--bs-btn-active-bg: #dc3545;
--bs-btn-active-border-color: #dc3545;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #dc3545;
--bs-btn-disabled-bg: transparent;
--bs-btn-disabled-border-color: #dc3545;
--bs-gradient: none;
}
.btn-outline-light {
--bs-btn-color: #f8f8f8;
--bs-btn-border-color: #f8f8f8;
--bs-btn-hover-color: #000;
--bs-btn-hover-bg: #f8f8f8;
--bs-btn-hover-border-color: #f8f8f8;
--bs-btn-focus-shadow-rgb: 248, 248, 248;
--bs-btn-active-color: #000;
--bs-btn-active-bg: #f8f8f8;
--bs-btn-active-border-color: #f8f8f8;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #f8f8f8;
--bs-btn-disabled-bg: transparent;
--bs-btn-disabled-border-color: #f8f8f8;
--bs-gradient: none;
}
.btn-outline-dark {
--bs-btn-color: #0c0e0f;
--bs-btn-border-color: #0c0e0f;
--bs-btn-hover-color: #fff;
--bs-btn-hover-bg: #0c0e0f;
--bs-btn-hover-border-color: #0c0e0f;
--bs-btn-focus-shadow-rgb: 12, 14, 15;
--bs-btn-active-color: #fff;
--bs-btn-active-bg: #0c0e0f;
--bs-btn-active-border-color: #0c0e0f;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #0c0e0f;
--bs-btn-disabled-bg: transparent;
--bs-btn-disabled-border-color: #0c0e0f;
--bs-gradient: none;
}
.btn-link {
--bs-btn-font-weight: 400;
--bs-btn-color: var(--bs-link-color);
--bs-btn-bg: transparent;
--bs-btn-border-color: transparent;
--bs-btn-hover-color: var(--bs-link-hover-color);
--bs-btn-hover-border-color: transparent;
--bs-btn-active-color: var(--bs-link-hover-color);
--bs-btn-active-border-color: transparent;
--bs-btn-disabled-color: #b8b8ba;
--bs-btn-disabled-border-color: transparent;
--bs-btn-box-shadow: 0 0 0 #000;
--bs-btn-focus-shadow-rgb: 216, 180, 106;
text-decoration: underline;
}
.btn-link:focus-visible {
color: var(--bs-btn-color);
}
.btn-link:hover {
color: var(--bs-btn-hover-color);
}
.btn-lg {
--bs-btn-padding-y: 0.5rem;
--bs-btn-padding-x: 1rem;
--bs-btn-font-size: 1.25rem;
--bs-btn-border-radius: var(--bs-border-radius-lg);
}
.btn-sm {
--bs-btn-padding-y: 0.25rem;
--bs-btn-padding-x: 0.5rem;
--bs-btn-font-size: 0.875rem;
--bs-btn-border-radius: var(--bs-border-radius-sm);
}
.link-icon {
display: inline-flex;
align-items: center;
gap: 8px;
text-decoration: none;
font-weight: 500;
position: relative;
text-transform: uppercase;
font-weight: bold;
font-size: 1rem;
}
.link-icon--outline-primary {
color: #0c0e0f;
}
.link-icon--outline-primary .link-icon__icon {
color: #d1a750;
border: 1px solid #d1a750;
}
.link-icon--outline-primary:hover .link-icon__icon {
background-color: #d1a750;
color: #fff;
}
.link-icon--outline-white {
color: #fff;
}
.link-icon--outline-white .link-icon__icon {
color: #fff;
border: 1px solid #fff;
}
.link-icon--outline-white:hover .link-icon__icon {
background-color: #fff;
color: #0c0e0f;
}
.link-icon--primary {
color: #0c0e0f;
}
.link-icon--primary .link-icon__icon {
background-color: #d1a750;
color: #fff;
}
.link-icon--primary:hover .link-icon__icon {
background-color: #d1a750;
color: #fff;
}
.link-icon__icon {
position: relative;
height: 40px;
width: 40px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
transition: background-color 0.3s ease, color 0.3s ease;
margin-left: 16px;
}
.link-icon__icon i {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) scale(1);
transition: all 0.35s ease;
opacity: 1;
}
.link-icon__icon i:last-child {
opacity: 0;
transform: translate(-50%, -50%) scale(0);
}
.link-icon:hover {
text-decoration: none;
}
.link-icon:hover .link-icon__icon i:first-child {
opacity: 0;
transform: translate(-50%, -50%) scale(0);
}
.link-icon:hover .link-icon__icon i:last-child {
opacity: 1;
transform: translate(-50%, -50%) scale(1);
}
.btn-icon {
display: inline-flex;
align-items: center;
gap: 8px;
text-decoration: none;
font-weight: 500;
position: relative;
font-weight: bold;
border-radius: 24px;
font-size: 1.0625rem;
padding: 6px 6px 6px 28px;
}
.btn-icon--outline-primary {
color: #0c0e0f;
}
.btn-icon--outline-primary .link-icon__icon {
color: #d1a750;
border: 1px solid #d1a750;
}
.btn-icon--outline-primary:hover .link-icon__icon {
background-color: #d1a750;
color: #fff;
}
.btn-icon--outline-white {
color: #fff;
}
.btn-icon--outline-white .btn-icon__icon {
color: #d1a750;
border: 1px solid #fff;
}
.btn-icon--outline-white:hover .btn-icon__icon {
background-color: #fff;
color: #0c0e0f;
}
.btn-icon--primary {
color: #fff;
background-color: #d1a750;
}
.btn-icon--primary .btn-icon__icon {
background-color: #fff;
color: #0c0e0f;
}
.btn-icon--primary:hover .btn-icon__icon {
background-color: #0c0e0f;
color: #fff;
}
.btn-icon--dark {
color: #fff;
background-color: #0c0e0f;
}
.btn-icon--dark .btn-icon__icon {
background-color: #fff;
color: #0c0e0f;
}
.btn-icon--dark:hover .btn-icon__icon {
background-color: #0c0e0f;
color: #fff;
}
.btn-icon__icon {
position: relative;
height: 40px;
width: 40px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
transition: background-color 0.3s ease, color 0.3s ease;
margin-left: 16px;
}
.btn-icon__icon i {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) scale(1);
transition: all 0.35s ease;
opacity: 1;
}
.btn-icon__icon i:last-child {
opacity: 0;
transform: translate(-50%, -50%) scale(0);
}
.btn-icon:hover {
text-decoration: none;
}
.btn-icon:hover .btn-icon__icon i:first-child {
opacity: 0;
transform: translate(-50%, -50%) scale(0);
}
.btn-icon:hover .btn-icon__icon i:last-child {
opacity: 1;
transform: translate(-50%, -50%) scale(1);
}
.breadcrumbs span {
display: flex;
align-items: center;
gap: 8px;
}
.breadcrumbs span span a {
color: #0c0e0f;
text-decoration: none;
transition: all 0.3s ease;
}
.breadcrumbs span span a:hover {
color: #d1a750;
}
.breadcrumbs span span a:hover i {
background-color: #d1a750;
}
.breadcrumbs span span a i {
line-height: 24px;
height: 24px;
width: 24px;
border-radius: 24px;
background-color: #0c0e0f;
color: #fff;
font-size: 0.75rem;
transition: background-color 0.3s;
}
.breadcrumbs span span {
font-size: 0.875rem;
}
.faq-item + .faq-item {
margin-top: 12px;
}
.faq-item__header {
cursor: pointer;
padding: 10px 10px 10px 20px;
transition: background-color 0.3s ease, color 0.3s ease;
font-weight: 700;
background-color: #edeae4;
border-radius: 8px;
}
@media (max-width: 575.98px) {
.faq-item__header {
padding: 10px 10px 10px 15px;
}
}
.faq-item__header:hover i {
background-color: #d1a750;
color: #fff;
}
.faq-item__header.is-active i {
background-color: #0c0e0f;
color: #fff;
}
.faq-item__header.is-active i:before {
transition: transform 0.3s ease;
transform: rotate(180deg);
}
.faq-item__header i {
font-size: 0.875rem;
align-items: center;
background-color: #d1a750;
color: #fff;
display: flex;
flex-shrink: 0;
height: 30px;
justify-content: center;
transition: background-color 0.3s ease, color 0.3s ease;
width: 30px;
border-radius: 8px;
}
.faq-item__header i:before {
transition: transform 0.3s ease;
}
@media (max-width: 575.98px) {
.faq-item__header i {
font-size: 0.75rem;
height: 24px;
width: 24px;
}
}
.faq-item__title {
font-size: 1rem;
line-height: 1.2;
color: #0c0e0f !important;
}
@media (max-width: 767.98px) {
.faq-item__title {
font-size: 0.9375rem;
}
}
@media (max-width: 399.98px) {
.faq-item__title {
font-size: 0.875rem;
}
}
.faq-item__content {
display: none;
padding: 20px;
}
.header-single {
position: relative;
}
.header-single__media {
min-height: 524px;
margin: 24px;
border-radius: 32px;
z-index: 5;
}
.header-single:after {
position: absolute;
top: -24px;
left: -24px;
width: calc(100% + 48px);
height: calc(100% + 48px);
background-color: #f8f8f8;
content: "";
}
.header-page {
padding: 300px 0 40px 0;
margin: 24px;
border-radius: 32px;
z-index: 5;
}
.nav {
position: fixed;
left: 40px;
top: 40px;
width: calc(100vw - 80px);
background-color: #fff;
border-radius: 80px;
box-shadow: 0 3px 12px rgba(12, 14, 15, 0.15);
z-index: 1500;
padding: 0 12px 0 24px;
}
@media (max-width: 1599.98px) {
.nav {
padding: 12px 12px 12px 24px;
width: calc(100vw - 60px);
left: 30px;
}
}
@media (max-width: 991.98px) {
.nav {
left: 32px;
top: 32px;
width: calc(100vw - 64px);
}
}
@media (max-width: 767.98px) {
.nav {
left: 24px;
top: 24px;
width: calc(100vw - 48px);
padding: 8px 8px 8px 12px;
}
}
.nav__logo svg {
height: 30px;
display: block;
width: 252px;
}
@media (max-width: 991.98px) {
.nav__logo svg {
height: 28px;
width: 242px;
}
}
@media (max-width: 767.98px) {
.nav__logo svg {
height: 26px;
width: 204px;
}
}
@media (max-width: 575.98px) {
.nav__logo svg {
height: 18px;
width: 160px;
}
}
@media screen and (max-width: 464px) {
.nav__logo svg {
height: 16px;
width: 140px;
}
}
.nav-search {
height: 54px;
width: 54px;
border-radius: 54px;
line-height: 54px;
background-color: #f8f8f8;
text-align: center;
transition: all 0.3s ease;
}
.nav-search:hover {
background-color: #0c0e0f;
color: #fff;
}
@media (max-width: 991.98px) {
.nav-search {
display: none;
}
}
.nav .btn {
line-height: 32px;
height: 54px;
border-radius: 32px;
display: flex;
}
@media (max-width: 991.98px) {
.nav .btn {
height: 42px;
line-height: 42px;
}
}
@media screen and (max-width: 464px) {
.nav .btn {
display: none;
}
}
.nav nav > ul > li {
padding: 24px 0;
}
.nav nav > ul > li a {
color: #0c0e0f;
text-decoration: none;
}
.nav nav > ul > li.menu-item-has-children:hover .sub-menu {
opacity: 1;
visibility: visible;
}
.nav nav > ul > li.menu-item-has-children .sub-menu {
list-style: none;
margin: 0;
padding: 0;
opacity: 0;
visibility: hidden;
position: absolute;
top: 100%;
background-color: #fff;
border-radius: 0 0 16px 16px;
padding: 12px;
min-width: 150px;
}
.nav__toggle {
cursor: pointer;
position: relative;
display: none;
background-color: #0c0e0f;
height: 54px;
width: 54px;
border-radius: 54px;
line-height: 54px;
}
@media (max-width: 1199.98px) {
.nav__toggle {
display: block;
}
}
@media (max-width: 991.98px) {
.nav__toggle {
height: 42px;
width: 42px;
line-height: 42px;
}
}
@media screen and (max-width: 464px) {
.nav__toggle {
background-color: #d1a750;
}
}
.nav__toggle span {
background-color: #fff;
height: 1.5px;
left: 50%;
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
width: 20px;
transition: background-color 0.2s ease;
}
.nav__toggle span:before, .nav__toggle span:after {
background-color: #fff;
content: "";
height: 100%;
left: 0;
position: absolute;
width: 100%;
transition: transform 0.45s cubic-bezier(0.68, -0.55, 0.27, 1.55), top 0.2s ease, bottom 0.2s ease;
}
.nav__toggle span:before {
top: -6px;
}
.nav__toggle span:after {
bottom: -6px;
}
.nav__toggle.is-active span {
background-color: transparent;
}
.nav__toggle.is-active span:before {
top: 0;
transform: rotate(45deg);
}
.nav__toggle.is-active span:after {
bottom: 0;
transform: rotate(-45deg);
}
.footer__left {
position: relative;
}
.footer__left:after {
right: 0;
background: #edeae4;
}
@media (max-width: 767.98px) {
.footer__left:after {
border-radius: 24px;
}
}
.footer__right {
position: relative;
padding: 128px 80px 80px 80px;
color: #fff;
}
@media (max-width: 767.98px) {
.footer__right {
padding: 40px 0;
}
}
@media (max-width: 575.98px) {
.footer__right {
padding: 24px 0;
}
}
.footer__right:after {
background-color: #0c0e0f;
left: 0;
}
.footer__right nav {
position: relative;
z-index: 5;
}
.footer__right nav strong {
display: block;
margin-bottom: 12px;
}
@media (max-width: 767.98px) {
.footer__right nav strong {
margin-bottom: 8px;
}
}
.footer__right nav ul:hover li a {
color: rgba(255, 255, 255, 0.6);
}
.footer__right nav ul li:hover a {
color: #fff;
}
.footer__right nav ul li a {
color: #fff;
text-decoration: none;
transition: color 0.3s ease-in-out;
}
.footer__list a {
color: #0c0e0f;
text-decoration: none;
transition: color 0.3s ease;
}
.footer__list a:hover {
color: #d1a750;
}
.footer__cta strong {
display: block;
}
.footer__left:after, .footer__right:after {
position: absolute;
top: 0;
content: "";
height: 100%;
z-index: 0;
border-radius: 48px;
content: "";
width: calc(100% + (100vw - 1566px) / 2 + 32px - 60px);
}
@media (max-width: 1599.98px) {
.footer__left:after, .footer__right:after {
width: calc(100% + (100vw - 1320px) / 2 + 32px - 40px);
}
}
@media (max-width: 1439.98px) {
.footer__left:after, .footer__right:after {
width: calc(100% + (100vw - 1140px) / 2 + 32px - 40px);
}
}
@media (max-width: 1199.98px) {
.footer__left:after, .footer__right:after {
width: calc(100% + (100vw - 960px) / 2 + 32px - 32px);
}
}
@media (max-width: 991.98px) {
.footer__left:after, .footer__right:after {
width: calc(100% + 100vw + 960px + 32px - 48px);
left: calc(960px / -2);
right: unset;
}
}
@media (max-width: 767.98px) {
.footer__left:after, .footer__right:after {
border-radius: 24px;
}
}
.footer-end ul li a {
color: #0c0e0f;
text-decoration: none;
}
.footer__content {
position: relative;
z-index: 5;
padding: 128px 0;
}
@media (max-width: 991.98px) {
.footer__content {
padding: 40px 0;
}
}
@media (max-width: 767.98px) {
.footer__content {
padding: 24px 0;
}
}
.footer__content ul li {
margin-bottom: 12px;
}
.footer__content ul li strong {
display: block;
font-weight: 400;
}
.footer__content ul li span {
font-weight: 500;
}
.footer-end nav ul:hover li a {
color: rgba(12, 14, 15, 0.6);
}
.footer-end nav ul li:hover a {
color: #0c0e0f;
}
.footer-end nav ul li a {
color: #0c0e0f;
font-size: 0.875rem;
}
.footer svg {
height: 18px;
}
.footer-toggle__icon {
display: none;
position: relative;
width: 14px; height: 14px; cursor: pointer;    }
@media (max-width: 991.98px) {
.footer-toggle__icon {
display: block;
}
}
.footer-toggle__icon::before, .footer-toggle__icon::after {
content: "";
position: absolute;
background-color: currentColor; transition: transform 0.25s ease;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.footer-toggle__icon::before {
width: 100%;
height: 2px; }
.footer-toggle__icon::after {
width: 2px; height: 100%;
}
.footer-toggle__icon.is-open {  transform: rotate(180deg);
}
.footer-toggle__icon.is-open::after {
transform: translate(-50%, -50%) rotate(90deg);
}
.footer-menu {
display: block;
}
@media (max-width: 767.98px) {
.footer-menu {
display: none;
}
}
.social-media ul {
list-style: none;
margin: 0;
padding: 0;
display: flex;
gap: 8px;
}
.social-media ul li:hover a {
background-color: #0c0e0f;
color: #fff;
}
.social-media ul li a {
display: block;
height: 44px;
width: 44px;
line-height: 44px;
background-color: #f8f8f8;
font-size: 0.875rem;
text-align: center;
border-radius: 12px;
color: #0c0e0f;
transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.social-media ul li a span {
display: none;
}
.panel {
background-color: #edeae4;
height: 100vh;
left: 0;
position: fixed;
top: 0;
transition: opacity 0.3s ease, visibility 0.3s ease;
opacity: 0;
visibility: hidden;
width: 100vw;
z-index: 1300;
}
.panel .container {
position: relative;
}
.panel__inner {
padding: 140px 0 40px 0;
height: 100dvh;
}
.panel__inner ul li.menu-item-has-children a {
display: flex;
justify-content: space-between;
width: 100%;
}
.panel__inner ul > li:not(:last-child) {
margin-bottom: 4px;
}
.panel__inner ul > li ul {
display: none;
list-style: none;
margin: 0;
padding: 0;
}
.panel__inner ul > li ul li a {
font-weight: 400;
}
.panel__inner ul > li > a {
color: #0c0e0f;
font-size: 1.125rem;
text-decoration: none;
font-weight: 500;
}
.panel .btn {
position: absolute;
bottom: 20px;
left: 50%;
transform: translateX(-50%);
width: calc(100% - 40px);
}
body.lock .panel {
opacity: 1;
visibility: visible;
} .wpcf7 {
margin: 0 auto !important;
}
.wpcf7 textarea {
height: 200px !important;
}
.wpcf7 input[type=submit] {
background-color: #d1a750;
color: #fff;
}
.wpcf7 .wpcf7-form label {
margin: 0;
width: 100%;
}
.wpcf7 .wpcf7-not-valid-tip {
color: theme-color("danger");
}
.wpcf7 .wpcf7-validation-errors {
color: theme-color("danger");
border: 1px solid #edeae4;
}
.wpcf7-form-control-wrap {
display: contents;
} .builder {
position: relative;
z-index: 3;
margin-top: 40px;
}
.builder h1, .builder .h1,
.builder h2,
.builder .h2,
.builder h3,
.builder .h3,
.builder h4,
.builder .h4,
.builder h5,
.builder .h5 {
font-weight: bolder;
}
.builder h2, .builder .h2,
.builder h3,
.builder .h3 {
font-size: calc(1.3rem + 0.45vw);
margin-bottom: 16px;
}
@media (min-width: 1600px) {
.builder h2, .builder .h2,
.builder h3,
.builder .h3 {
font-size: 1.75rem;
}
}
.builder h3, .builder .h3 {
font-size: calc(1.275rem + 0.225vw);
margin-bottom: 16px;
}
@media (min-width: 1600px) {
.builder h3, .builder .h3 {
font-size: 1.5rem;
}
}
.builder h4, .builder .h4,
.builder h5,
.builder .h5 {
font-size: calc(1.275rem + 0.225vw);
margin-bottom: 12px;
}
@media (min-width: 1600px) {
.builder h4, .builder .h4,
.builder h5,
.builder .h5 {
font-size: 1.5rem;
}
}
.builder-row {
padding: 72px 0;
}
@media (max-width: 991.98px) {
.builder-row {
padding: 44px 0;
}
}
@media (max-width: 991.98px) {
.builder-row {
padding: 24px 0;
}
}
.builder-media {
border-radius: 12px;
height: 100%;
}
@media (max-width: 991.98px) {
.builder-media {
height: 340px;
}
}
@media (max-width: 767.98px) {
.builder-media {
height: 324px;
}
}
@media (max-width: 767.98px) {
.builder-media {
height: 294px;
}
}
.builder-content-slide__title {
display: grid;
grid-template-columns: 15% 85%;
}
.builder-media-grid {
display: grid;
grid-template-columns: 65% 35%;
gap: 28px;
align-items: center;
}
.builder-media-big {
height: 400px;
position: relative;
border-radius: 12px;
overflow: hidden;
width: 100%;
}
@media (max-width: 991.98px) {
.builder-media-big {
height: 360px;
}
}
.builder-media-small {
height: 240px;
position: relative;
border-radius: 12px;
overflow: hidden;
width: 100%;
}
@media (max-width: 991.98px) {
.builder-media-small {
height: 204px;
}
}
.builder-cta__media {
height: 100%;
width: 100%;
}
.builder-cta__content {
padding: 140px 50px 140px 100px;
}
@media (max-width: 1199.98px) {
.builder-cta__content {
padding: 70px 40px 70px 50px;
}
}
@media (max-width: 991.98px) {
.builder-cta__content {
padding: 70px 20px 40px 30px;
}
}
.builder-gallery__item {
position: relative;
min-height: 440px;
border-radius: 12px;
}
.builder-fullmedia__media {
pointer-events: none;
}
.builder-fullmedia__image {
height: calc(100% + 220px);
left: 0;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center center;
object-position: center center;
position: absolute;
top: -110px;
width: 100%;
will-change: transform;
}
@media (max-width: 991.98px) {
.builder-fullmedia__image {
height: calc(100% + 140px);
top: -70px;
}
}
.verlichting-slider__slide {
outline: none;
padding: 0 8px;
transition: all 0.3s ease;
}
.verlichting-slider__slide--large {
width: 420px;
}
.verlichting-slider__slide--large .verlichting-slider__slide-inner {
height: 420px;
}
.verlichting-slider__slide--medium {
width: 360px;
}
.verlichting-slider__slide--medium .verlichting-slider__slide-inner {
height: 360px;
}
.verlichting-slider__slide--small {
width: 300px;
}
.verlichting-slider__slide--small .verlichting-slider__slide-inner {
height: 300px;
}
.verlichting-slider__slide--extra-small {
width: 240px;
}
.verlichting-slider__slide--extra-small .verlichting-slider__slide-inner {
height: 240px;
}
.verlichting-slider__slide-inner {
position: relative;
overflow: hidden;
border-radius: 12px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
transition: all 0.3s ease;
}
.verlichting-slider__slide-inner:hover {
transform: translateY(-4px);
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}
.verlichting-slider__image {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
display: block;
transition: transform 0.3s ease;
}
@media (max-width: 768px) {
.verlichting-slider__slide {
padding: 0 6px;
}
.verlichting-slider__slide--large {
width: 300px;
}
.verlichting-slider__slide--large .verlichting-slider__slide-inner {
height: 300px;
}
.verlichting-slider__slide--medium {
width: 260px;
}
.verlichting-slider__slide--medium .verlichting-slider__slide-inner {
height: 260px;
}
.verlichting-slider__slide--small {
width: 220px;
}
.verlichting-slider__slide--small .verlichting-slider__slide-inner {
height: 220px;
}
.verlichting-slider__slide--extra-small {
width: 180px;
}
.verlichting-slider__slide--extra-small .verlichting-slider__slide-inner {
height: 180px;
}
}
.verlichting-slider .slick-slide {
margin: 0;
opacity: 0.6;
transition: opacity 0.3s ease;
}
.verlichting-slider .slick-slide.slick-center, .verlichting-slider .slick-slide.slick-active {
opacity: 1;
}
.verlichting-slider .slick-track {
display: flex !important;
align-items: center;
padding: 20px 0;
}
.verlichting-slider .slick-slide {
height: auto !important;
display: flex !important;
align-items: center;
}
.home-hero {
position: relative;
overflow: hidden;
}
@media (min-width: 1600px) {
.home-hero {
padding: 540px 0 48px 0;
}
}
@media (max-width: 991.98px) {
.home-hero {
padding: 520px 0 24px 0;
}
}
@media (max-width: 767.98px) {
.home-hero {
padding: 440px 0 24px 0;
}
}
@media (max-width: 575.98px) {
.home-hero {
padding: 380px 0 24px 0;
}
}
.home-hero:after {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
background: #000000;
background: linear-gradient(0deg, rgba(12, 14, 15, 0.45) 0%, rgba(12, 14, 15, 0) 100%);
content: "";
}
.home-hero__media {
height: calc(100% - 58px);
position: absolute;
left: 0;
width: 100%;
top: 0;
z-index: 0;
}
.home-hero .container {
position: relative;
z-index: 3;
}
.home-hero__title {
font-weight: bold;
font-size: calc(1.5125rem + 2.3625vw);
}
@media (min-width: 1600px) {
.home-hero__title {
font-size: 3.875rem;
}
}
@media (max-width: 575.98px) {
.home-hero__title {
font-size: calc(1.35rem + 0.9vw);
}
}
@media (max-width: 575.98px) and (min-width: 1600px) {
.home-hero__title {
font-size: 2.25rem;
}
}
.home-hero__text {
font-size: 1.125rem;
}
@media (max-width: 575.98px) {
.home-hero__text {
font-size: 1rem;
}
}
.home-hero__content {
padding: 24px 24px 58px 24px;
z-index: 5;
}
.home-hero__content a {
border-radius: 0 0 28px 0;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 45px;
}
.home-block__media {
min-height: 450px;
}
@media (max-width: 991.98px) {
.home-block__media {
min-height: 324px;
}
}
@media (max-width: 767.98px) {
.home-block__media {
min-height: 244px;
}
}
.block-person__media {
height: 100px;
width: 100px;
}
@media (max-width: 991.98px) {
.block-person__media {
height: 64px;
width: 64px;
}
}
.media-content {
margin: 250px 0 50px 0;
}
@media (max-width: 991.98px) {
.media-content {
margin: 164px 0 24px 0;
}
}
@media (max-width: 575.98px) {
.media-content p {
font-size: 14px;
}
}
.about-parallax__media {
pointer-events: none;
}
.about-parallax__image {
height: calc(100% + 220px);
left: 0;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center center;
object-position: center center;
position: absolute;
top: -110px;
width: 100%;
will-change: transform;
}
@media (max-width: 991.98px) {
.about-parallax__image {
height: calc(100% + 140px);
top: -70px;
}
}
.branch-slider .slick-slider,
.branch-slider .slick-track,
.branch-slider .slick-list {
overflow: visible;
}
.slick-arrows {
position: relative;
width: 100%;
}
.slick-arrows:after {
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 0;
width: calc(100% - 140px);
height: 2px;
content: "";
background-color: #0c0e0f;
}
@media (max-width: 575.98px) {
.slick-arrows:after {
width: calc(100% - 96px);
}
}
.slick-arrows ul {
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 0;
}
.slick-arrows ul li {
border: 1px solid #d1a750;
line-height: 44px;
height: 44px;
width: 44px;
border-radius: 44px;
font-size: 0.875rem;
text-align: center;
z-index: 3;
background-color: #f8f8f8;
cursor: pointer;
}
@media (max-width: 575.98px) {
.slick-arrows ul li {
height: 36px;
width: 36px;
line-height: 36px;
}
}
.slick-arrows ul li i {
color: #d1a750;
}
.slick-arrows ul li:hover {
background-color: #d1a750;
}
.slick-arrows ul li:hover i {
color: #fff;
}
.page-hero {
min-height: 440px;
margin: 24px;
border-radius: 32px;
overflow: hidden;
}
@media (max-width: 575.98px) {
.page-hero {
margin: 6px 12px;
}
} .slider-container {
display: grid;
grid-auto-flow: column; grid-auto-columns: 280px; gap: 20px; overflow-x: auto; padding: 20px 0; cursor: grab;  scrollbar-width: none; -ms-overflow-style: none; }
.slider-container::-webkit-scrollbar {
display: none; } .slide-card img {
width: 100%;
height: 350px; -o-object-fit: cover;
object-fit: cover; border-radius: 12px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); display: block;
pointer-events: none; } .slider-container.active {
cursor: grabbing;
}
.contact__list {
display: grid;
grid-column: 2;
}
.contact__list a {
color: #0c0e0f;
text-decoration: none;
}
.contact-maps {
position: relative;
padding: 100px 0 50px 0;
}
.contact-maps img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 50%;
-o-object-fit: cover;
object-fit: cover;
z-index: 0;
opacity: 0.35;
}
.contact-maps .container {
position: relative;
z-index: 3;
}
.project-hero {
height: calc(100vh - 220px);
background-color: #edeae4;
margin: 24px;
border-radius: 32px;
overflow: hidden;
}
.project-hero--with-image:after {
position: absolute;
bottom: 0;
left: 0;
height: 75%;
width: 100%;
background: #000000;
background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(16, 48, 42, 0) 100%);
opacity: 0.6;
content: "";
z-index: 1;
}
.project-hero--with-image .project-hero__scroll {
border: 1px solid #fff;
}
.project-hero--with-image .project-hero__scroll i {
color: #fff;
}
.project-hero--with-image .project-pills li:first-child {
border: 1px solid #fff;
color: #fff;
}
.project-hero--with-image .project-pills li:last-child {
background-color: #fff;
color: #0c0e0f;
}
@media (max-width: 991.98px) {
.project-hero {
height: 680px;
margin: 12px;
border-radius: 24px;
}
}
@media (max-width: 575.98px) {
.project-hero {
height: 640px;
margin: 12px;
border-radius: 24px;
}
}
.project-hero .container {
position: relative;
z-index: 3;
}
.project-hero__content {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
z-index: 4;
}
@media (max-width: 991.98px) {
.project-hero__content {
width: calc(80% - 100px);
}
}
@media (max-width: 575.98px) {
.project-hero__content {
width: 100%;
}
}
.project-hero__footer {
gap: 64px;
margin-top: 240px;
display: grid;
width: 100%;
grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 991.98px) {
.project-hero__footer {
grid-template-columns: repeat(2, 1fr);
gap: 32px;
}
}
@media (max-width: 575.98px) {
.project-hero__footer {
grid-template-columns: repeat(2, 1fr);
gap: 8px;
}
}
.project-hero__footer li span,
.project-hero__footer li strong {
display: block;
line-height: 1.4;
}
.project-hero__scroll {
height: 40px;
line-height: 40px;
width: 40px;
border-radius: 40px;
display: flex;
align-items: center;
justify-content: center;
border: 1px solid #0c0e0f;
transition: all 0.3s ease;
text-decoration: none;
}
.project-hero__scroll:hover {
background-color: #fff;
color: #0c0e0f !important;
}
.project-hero__scroll:hover i {
color: #0c0e0f;
}
@media (max-width: 575.98px) {
.project-hero__scroll {
display: none;
}
}
.project-hero__scroll i {
color: #0c0e0f;
transition: all 0.3s ease;
}
.project-pills li {
line-height: 40px;
padding: 0 24px;
border-radius: 24px;
}
@media (max-width: 991.98px) {
.project-pills li {
line-height: 32px;
padding: 0 12px;
font-size: 12px;
}
}
.project-pills li:first-child {
border: 1px solid #0c0e0f;
color: #0c0e0f;
}
.project-pills li:last-child {
background-color: #0c0e0f;
color: #fff;
}
.project-filter {
position: relative; display: inline-block;
}
.filter-panel {
position: absolute;
top: calc(100% + 10px); right: 0;
z-index: 9999;
min-width: 400px;
padding: 40px;
background: #fff;
border: #edeae4;
border-radius: 16px;
display: none; gap: 10px;
flex-wrap: wrap;
box-shadow: 0 3px 12px rgba(12, 14, 15, 0.15);
}
@media (max-width: 991.98px) {
.filter-panel {
left: 0;
right: unset;
}
}
.filter-panel.is-open {
display: flex;
}
.archive-hero {
padding: 240px 0 48px 0;
background-color: #f8f8f8;
margin: 24px;
border-radius: 32px;
}
@media (max-width: 1199.98px) {
.archive-hero {
padding: 200px 0 24px 0;
margin: 18px;
border-radius: 24px;
}
} .projects-filter__btn--active {
background-color: #212529;
color: #fff;
}
.project-grid-item {
height: 300px;
}
@media (min-width: 992px) {
.project-grid-item {
height: 380px;
}
}
.project-grid-item img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.project-grid-item .block-project {
height: 100% !important;
}
.page-numbers {
list-style: none;
margin: 0;
padding: 0;
display: flex;
gap: 8px;
}
.page-numbers li a,
.page-numbers li span {
line-height: 42px;
height: 42px;
width: 42px;
text-align: center;
color: #0c0e0f;
border-radius: 4px;
display: block;
text-decoration: none;
transition: all 0.3s ease;
}
.page-numbers li a.prev, .page-numbers li a.next,
.page-numbers li span.prev,
.page-numbers li span.next {
background-color: #d1a750;
color: #fff;
line-height: 40px;
}
.page-numbers li span.current,
.page-numbers li a:hover {
background-color: #0c0e0f;
color: #fff;
border-color: #0c0e0f;
}