@keyframes fadeInLeftShort {
    from {
      opacity: 0;
      transform: translate3d(min(-160px, -10vw), 0, 0);
    }
  
    to {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }
  
  .fadeInLeftShort {
    animation-name: fadeInLeftShort;
  }
  
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}

.animated {
  animation-duration: var(--animate-duration);
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.repeat-1 {
  animation-iteration-count: var(--animate-repeat);
}

.animated.repeat-2 {
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}

.animated.repeat-3 {
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}

.animated.delay-1s {
  animation-delay: var(--animate-delay);
}

.animated.delay-2s {
  animation-delay: calc(var(--animate-delay) * 2);
}

.animated.delay-3s {
  animation-delay: calc(var(--animate-delay) * 3);
}

.animated.delay-4s {
  animation-delay: calc(var(--animate-delay) * 4);
}

.animated.delay-5s {
  animation-delay: calc(var(--animate-delay) * 5);
}

.animated.faster {
  animation-duration: calc(var(--animate-duration) / 2);
}

.animated.fast {
  animation-duration: calc(var(--animate-duration) * 0.8);
}

.animated.slow {
  animation-duration: calc(var(--animate-duration) * 2);
}

.animated.slower {
  animation-duration: calc(var(--animate-duration) * 3);
}

@media print, (prefers-reduced-motion: reduce) {
  .animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }

  .animated[class*='Out'] {
    opacity: 0;
  }
}

.jarallax {
    position: relative;
    z-index: 0;
}
.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    /* support for plugin https://github.com/bfred-it/object-fit-images */
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.vee-headline-1 h1,h1.vee-headline-1{margin:0 0 0.5rem 0;text-align:left}.vee-headline-1 h2,h2.vee-headline-1{margin:0 0 0.5rem 0;text-align:left}.vee-headline-1 h3,h3.vee-headline-1{margin:0 0 0.5rem 0;text-align:left}.vee-headline-1 h4,h4.vee-headline-1{margin:0 0 0.5rem 0;text-align:left}.vee-headline-1 h5,h5.vee-headline-1{margin:0 0 0.5rem 0;text-align:left}.vee-headline-1 h6,h6.vee-headline-1{margin:0 0 0.5rem 0;text-align:left}
.vee-section{}.vee-section--full-height{display:flex;min-height:100vh}.vee-section--underlay,.vee-section--overlay,.vee-section--divider,.vee-section--kenburns,.vee-section--bg-image{position:relative}.vee-section:not(.vee-section--boxed){padding-top:60px;padding-bottom:28px}@media (min-width:576px){.vee-section:not(.vee-section--boxed){padding-top:60px;padding-bottom:28px}}@media (min-width:768px){.vee-section:not(.vee-section--boxed){padding-top:75px;padding-bottom:43px}}@media (min-width:992px){.vee-section:not(.vee-section--boxed){padding-top:90px;padding-bottom:58px}}@media (min-width:1200px){.vee-section:not(.vee-section--boxed){padding-top:90px;padding-bottom:58px}}@media (min-width:1400px){.vee-section:not(.vee-section--boxed){padding-top:90px;padding-bottom:58px}}.vee-section:not(.vee-section--boxed).small-padding-top{padding-top:48px}@media (min-width:576px){.vee-section:not(.vee-section--boxed).small-padding-top{padding-top:48px}}@media (min-width:768px){.vee-section:not(.vee-section--boxed).small-padding-top{padding-top:48px}}@media (min-width:992px){.vee-section:not(.vee-section--boxed).small-padding-top{padding-top:48px}}@media (min-width:1200px){.vee-section:not(.vee-section--boxed).small-padding-top{padding-top:48px}}@media (min-width:1400px){.vee-section:not(.vee-section--boxed).small-padding-top{padding-top:48px}}.vee-section:not(.vee-section--boxed).small-padding-bottom{padding-bottom:16px}@media (min-width:576px){.vee-section:not(.vee-section--boxed).small-padding-bottom{padding-bottom:16px}}@media (min-width:768px){.vee-section:not(.vee-section--boxed).small-padding-bottom{padding-bottom:16px}}@media (min-width:992px){.vee-section:not(.vee-section--boxed).small-padding-bottom{padding-bottom:16px}}@media (min-width:1200px){.vee-section:not(.vee-section--boxed).small-padding-bottom{padding-bottom:16px}}@media (min-width:1400px){.vee-section:not(.vee-section--boxed).small-padding-bottom{padding-bottom:16px}}.vee-section:not(.vee-section--boxed).large-padding-top{padding-top:144px}@media (min-width:576px){.vee-section:not(.vee-section--boxed).large-padding-top{padding-top:144px}}@media (min-width:768px){.vee-section:not(.vee-section--boxed).large-padding-top{padding-top:144px}}@media (min-width:992px){.vee-section:not(.vee-section--boxed).large-padding-top{padding-top:144px}}@media (min-width:1200px){.vee-section:not(.vee-section--boxed).large-padding-top{padding-top:144px}}@media (min-width:1400px){.vee-section:not(.vee-section--boxed).large-padding-top{padding-top:144px}}.vee-section:not(.vee-section--boxed).large-padding-bottom{padding-bottom:112px}@media (min-width:576px){.vee-section:not(.vee-section--boxed).large-padding-bottom{padding-bottom:112px}}@media (min-width:768px){.vee-section:not(.vee-section--boxed).large-padding-bottom{padding-bottom:112px}}@media (min-width:992px){.vee-section:not(.vee-section--boxed).large-padding-bottom{padding-bottom:112px}}@media (min-width:1200px){.vee-section:not(.vee-section--boxed).large-padding-bottom{padding-bottom:112px}}@media (min-width:1400px){.vee-section:not(.vee-section--boxed).large-padding-bottom{padding-bottom:112px}}.vee-section:not(.vee-section--boxed).no-padding-top{padding-top:0}.vee-section:not(.vee-section--boxed).no-padding-bottom{padding-bottom:0}.vee-section--boxed>.vee-section__container{padding-top:60px;padding-bottom:28px}@media (min-width:576px){.vee-section--boxed>.vee-section__container{padding-top:60px;padding-bottom:28px}}@media (min-width:768px){.vee-section--boxed>.vee-section__container{padding-top:75px;padding-bottom:43px}}@media (min-width:992px){.vee-section--boxed>.vee-section__container{padding-top:90px;padding-bottom:58px}}@media (min-width:1200px){.vee-section--boxed>.vee-section__container{padding-top:90px;padding-bottom:58px}}@media (min-width:1400px){.vee-section--boxed>.vee-section__container{padding-top:90px;padding-bottom:58px}}.vee-section--boxed.small-padding-top>.vee-section__container{padding-top:48px}@media (min-width:576px){.vee-section--boxed.small-padding-top>.vee-section__container{padding-top:48px}}@media (min-width:768px){.vee-section--boxed.small-padding-top>.vee-section__container{padding-top:48px}}@media (min-width:992px){.vee-section--boxed.small-padding-top>.vee-section__container{padding-top:48px}}@media (min-width:1200px){.vee-section--boxed.small-padding-top>.vee-section__container{padding-top:48px}}@media (min-width:1400px){.vee-section--boxed.small-padding-top>.vee-section__container{padding-top:48px}}.vee-section--boxed.small-padding-bottom>.vee-section__container{padding-bottom:16px}@media (min-width:576px){.vee-section--boxed.small-padding-bottom>.vee-section__container{padding-bottom:16px}}@media (min-width:768px){.vee-section--boxed.small-padding-bottom>.vee-section__container{padding-bottom:16px}}@media (min-width:992px){.vee-section--boxed.small-padding-bottom>.vee-section__container{padding-bottom:16px}}@media (min-width:1200px){.vee-section--boxed.small-padding-bottom>.vee-section__container{padding-bottom:16px}}@media (min-width:1400px){.vee-section--boxed.small-padding-bottom>.vee-section__container{padding-bottom:16px}}.vee-section--boxed.large-padding-top>.vee-section__container{padding-top:144px}@media (min-width:576px){.vee-section--boxed.large-padding-top>.vee-section__container{padding-top:144px}}@media (min-width:768px){.vee-section--boxed.large-padding-top>.vee-section__container{padding-top:144px}}@media (min-width:992px){.vee-section--boxed.large-padding-top>.vee-section__container{padding-top:144px}}@media (min-width:1200px){.vee-section--boxed.large-padding-top>.vee-section__container{padding-top:144px}}@media (min-width:1400px){.vee-section--boxed.large-padding-top>.vee-section__container{padding-top:144px}}.vee-section--boxed.large-padding-bottom>.vee-section__container{padding-bottom:112px}@media (min-width:576px){.vee-section--boxed.large-padding-bottom>.vee-section__container{padding-bottom:112px}}@media (min-width:768px){.vee-section--boxed.large-padding-bottom>.vee-section__container{padding-bottom:112px}}@media (min-width:992px){.vee-section--boxed.large-padding-bottom>.vee-section__container{padding-bottom:112px}}@media (min-width:1200px){.vee-section--boxed.large-padding-bottom>.vee-section__container{padding-bottom:112px}}@media (min-width:1400px){.vee-section--boxed.large-padding-bottom>.vee-section__container{padding-bottom:112px}}.vee-section--boxed.no-padding-top>.vee-section__container{padding-top:0}.vee-section--boxed.no-padding-bottom>.vee-section__container{padding-bottom:0}.vee-section--limited-content-width .vee-section__content{max-width:1920px;margin-left:auto;margin-right:auto}.vee-section__underlay{position:absolute;top:0;left:0;z-index:-101;width:100%;height:100%}.vee-section__overlay{position:absolute;top:0;left:0;z-index:0;width:100%;height:100%}.vee-section__content{position:relative;z-index:1}.vee-section__bg-image{position:absolute;inset:0}.vee-section__bg-image figure,.vee-section__bg-image picture{height:100%}.vee-section__bg-image img{width:100%;height:100%;object-position:var(--background-position);object-fit:var(--background-size)}.vee-section__toggler{display:none;cursor:pointer}@media (max-width:575.98px){.vee-section__toggler--xs{display:block}.vee-section__toggler--xs:not(.active)+.vee-section__content{max-height:0;overflow:hidden}}@media (min-width:576px) and (max-width:767.98px){.vee-section__toggler--sm{display:block}.vee-section__toggler--sm:not(.active)+.vee-section__content{max-height:0;overflow:hidden}}@media (min-width:768px) and (max-width:991.98px){.vee-section__toggler--md{display:block}.vee-section__toggler--md:not(.active)+.vee-section__content{max-height:0;overflow:hidden}}@media (min-width:992px) and (max-width:1199.98px){.vee-section__toggler--lg{display:block}.vee-section__toggler--lg:not(.active)+.vee-section__content{max-height:0;overflow:hidden}}@media (min-width:1200px) and (max-width:1399.98px){.vee-section__toggler--xl{display:block}.vee-section__toggler--xl:not(.active)+.vee-section__content{max-height:0;overflow:hidden}}@media (min-width:1400px){.vee-section__toggler--xxl{display:block}.vee-section__toggler--xxl:not(.active)+.vee-section__content{max-height:0;overflow:hidden}}.vee-section__divider{position:absolute;left:0;width:100%;background-size:100% 100%}.vee-section__divider--top{top:0}.vee-section__divider--bottom{bottom:0;transform:scaleY(-1.01)}.vee-section__divider--bottom.vee-section__divider--flip-x{transform:scale3d(-1, -1, 1)}.vee-section__divider--position-below{z-index:0}.vee-section__divider--position-above{z-index:2}.vee-section__divider--flip-x{transform:scaleX(-1)}.vee-section.vegas-container .vegas-wrapper{display:flex}.vee-section.vegas-container .vegas-content-scrollable{position:static;flex-grow:1}.vee-section.vegas-container.justify-content-start .vegas-wrapper{justify-content:flex-start}.vee-section.vegas-container.justify-content-center .vegas-wrapper{justify-content:center}.vee-section.vegas-container.justify-content-end .vegas-wrapper{justify-content:flex-end}.vee-section.vegas-container.align-items-start .vegas-wrapper{align-items:flex-start}.vee-section.vegas-container.align-items-center .vegas-wrapper{align-items:center}.vee-section.vegas-container.align-items-end .vegas-wrapper{align-items:flex-end}
div[class*="vee-listing-"] .vee-link-wrapper{margin-bottom:0}div[class*="vee-listing-"] .info{margin:1em 0 0;color:#999;font-size:1rem;display:flex;flex-wrap:wrap;column-gap:1.5em}div[class*="vee-listing-"] .info i{margin-right:0.75em;font-size:inherit}div[class*="vee-listing-"] .info time{display:flex;align-items:center}div[class*="vee-listing-"] .info>span{display:flex;align-items:center}div[class*="vee-listing-"] .info>span.vee-meta__comments{text-transform:capitalize}div.vee-listing-full>*:last-child{margin-bottom:0}div.vee-listing-full:not(:last-child){margin-bottom:32px}@media (min-width:576px){div.vee-listing-full:not(:last-child){margin-bottom:32px}}@media (min-width:768px){div.vee-listing-full:not(:last-child){margin-bottom:32px}}@media (min-width:992px){div.vee-listing-full:not(:last-child){margin-bottom:32px}}@media (min-width:1200px){div.vee-listing-full:not(:last-child){margin-bottom:32px}}@media (min-width:1400px){div.vee-listing-full:not(:last-child){margin-bottom:32px}}div.vee-listing-full .info{margin:0 0 1rem}
.vee-line-divider{margin-right:auto;margin-left:auto;border:0 solid #E4E4EF;border-bottom-width:1px}
.vee-contact-info__data{display:table}.vee-contact-info__row{display:table-row}.vee-contact-info__cell{display:table-cell;padding-right:1em}.vee-contact-info__cell:last-child{padding-right:0}.vee-contact-info i{display:inline-block;margin-top:calc(max(-0.2rem, -0.2em));padding-top:0.1em;padding-bottom:0.1em;vertical-align:middle}.vee-contact-info a{color:inherit}.vee-contact-info a:hover{text-decoration:underline}
.vee-link-wrapper,.back,.toplink,.ce_toplink{margin-bottom:1rem}@media (min-width:576px){.vee-link-wrapper,.back,.toplink,.ce_toplink{margin-bottom:1rem}}@media (min-width:768px){.vee-link-wrapper,.back,.toplink,.ce_toplink{margin-bottom:1rem}}@media (min-width:992px){.vee-link-wrapper,.back,.toplink,.ce_toplink{margin-bottom:1rem}}@media (min-width:1200px){.vee-link-wrapper,.back,.toplink,.ce_toplink{margin-bottom:1rem}}@media (min-width:1400px){.vee-link-wrapper,.back,.toplink,.ce_toplink{margin-bottom:1rem}}.vee-link-wrapper a,.back a,.toplink a,.ce_toplink a{display:inline-block;padding:0 0 0.25rem;color:#003F80;font-weight:700;text-transform:uppercase;text-decoration:none;border-bottom:3px solid #0090DF;transition:all 0.4s}.vee-link-wrapper a:hover,.back a:hover,.toplink a:hover,.ce_toplink a:hover{color:#0090DF;text-decoration:none;border-color:#0090DF}
@charset "UTF-8";
.image_container.vee-image-hover{display:flex;flex-wrap:wrap;justify-content:flex-start}.image_container.vee-image-hover picture{flex-grow:1}.image_container.vee-image-hover a{position:relative;display:flex;justify-content:center;align-items:center;overflow:hidden;transform:translate3d(0, 0, 0);transition:opacity 0.5s ease}.image_container.vee-image-hover a::before{position:absolute;top:0;left:0;z-index:9;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.6);opacity:0;transition:opacity 0.5s ease;content:""}.image_container.vee-image-hover a::after{position:absolute;z-index:10;display:block;width:46px;height:46px;color:#0090DF;font-size:22px;font-family:"veeicons";line-height:46px;text-align:center;background-color:#fff;border-radius:50%;opacity:0;transform:translateY(80%);transition:opacity, transform 0.5s ease;content:""}.image_container.vee-image-hover a:hover::before{opacity:1}.image_container.vee-image-hover a:hover::after{transform:translateY(0);opacity:1}.image_container.vee-image-hover a[data-lightbox]::after{content:""}.image_container.vee-image-hover a[target="_blank"]::after{content:""}.image_container.vee-image-hover .caption{width:100%}
caption{padding-top:0.5rem;padding-bottom:0.5rem;color:#999;text-align:left}.ce_table.caption-top table,.ce_text.caption-top table{caption-side:top}.ce_table{overflow-x:auto;-webkit-overflow-scrolling:touch}.ce_table table{margin-bottom:0}.ce_table table,.ce_text table{width:100%;border-collapse:collapse;border-spacing:0}.ce_table table td,.ce_table table th,.ce_text table td,.ce_text table th{padding:0.75rem 1rem;border-width:1px;border-style:solid;border-color:#E4E4EF;transition:all 0.4s ease-in-out}.ce_table table th,.ce_text table th{color:#585858;background-color:transparent}.ce_table table td,.ce_text table td{color:#585858}.ce_table table tbody tr:nth-child(even) td,.ce_text table tbody tr:nth-child(even) td{background-color:#f8f8f8}.ce_table table tbody tr:nth-child(odd) td,.ce_text table tbody tr:nth-child(odd) td{background-color:transparent}.ce_table table tfoot tr td,.ce_text table tfoot tr td{color:#585858;background-color:transparent}
.vee-scroll-up{position:fixed;bottom:20px;left:20px;z-index:10;width:2rem;height:2rem;background-color:#0090DF;border-width:0;border-style:solid;border-color:#0090DF;border-radius:4px;cursor:pointer;opacity:0;transition:all 0.3s;pointer-events:none}.vee-scroll-up i{position:absolute;top:50%;left:50%;color:#fff;font-size:1rem;transform:translate(-50%, -50%)}.vee-scroll-up:hover{background-color:#005f93;border-color:#005f93}.vee-scroll-up:hover i{color:#fff}.vee-scroll-up--active{opacity:1;pointer-events:auto}.vee-scroll-up--right{right:20px;left:auto}.vee-scroll-up--side.vee-scroll-up--left{left:-2rem}.vee-scroll-up--side.vee-scroll-up--left.vee-scroll-up--active{left:20px}.vee-scroll-up--side.vee-scroll-up--right{right:-2rem}.vee-scroll-up--side.vee-scroll-up--right.vee-scroll-up--active{right:20px;left:auto}.vee-scroll-up--bottom{bottom:-2rem}.vee-scroll-up--bottom.vee-scroll-up--active{bottom:20px}
.vee-icon-box-3{display:flex;flex-wrap:nowrap;align-items:center;position:relative}.vee-icon-box-3--stretched-link .vee-icon-box-3__headline a::after,.vee-icon-box-3--stretched-link .vee-link-wrapper a::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.vee-icon-box-3--stretched-link .vee-button{position:relative;z-index:2}.vee-icon-box-3__headline{margin-top:0.25rem;margin-bottom:1rem;font-size:1.25rem}.vee-icon-box-3__headline a{color:inherit}.vee-icon-box-3__headline a:hover{text-decoration:none}.vee-icon-box-3__text{margin-bottom:1rem}.vee-icon-box-3__icon{flex:0 0 auto;align-self:flex-start;margin-right:2rem;font-size:2rem}.vee-icon-box-3__icon>div{display:flex;justify-content:center;align-items:center}.vee-icon-box-3__icon--font>div{width:1em;height:1em}.vee-icon-box-3__icon--right{order:1;margin-right:0;margin-left:2rem}.vee-icon-box-3__content>:last-child{margin-bottom:0}.vee-icon-box-3__content--right{text-align:right}
#vee-body .vee-37-aeb2d250{margin-bottom:0;color:#fff;font-size:2.5rem;}#vee-body .vee-38-66dd7051{padding-top:5rem;padding-bottom:5rem;}#vee-body .vee-42-438004f2{margin-top:2rem;margin-bottom:4rem;}#vee-body .vee-32-7af48bfb{padding-top:3.75rem;padding-bottom:3.75rem;}#vee-body .vee-33-dd5ad725{padding-top:3.25rem;}#vee-body .vee-28-710aa459{color:#BDCDDE;line-height:2;}
#vee-body .vee-28-710aa459 strong {
	color: #fff;
}#vee-body .vee-34-b155cfec .vee-contact-info__cell--value{color:#BDCDDE;}#vee-body .vee-34-b155cfec i{color:#BDCDDE;font-size:22px;}#vee-body .vee-34-b155cfec a{color:#BDCDDE;text-decoration:none;}#vee-body .vee-34-b155cfec a:hover{color:#fff;text-decoration:none;}#vee-body .vee-34-b155cfec .vee-contact-info__row:not(:last-child) .vee-contact-info__cell{padding-bottom:0.5rem;}#vee-body .vee-35-15740707{color:#fff;padding-bottom:1rem;}#vee-body .vee-29-8ad802d7{padding-top:25px;padding-bottom:55px;border-color:rgba(255,255,255,0.29);border-width:1px 0px 0px;border-style:solid;}#vee-body .vee-30-9fa5c890{color:#BDCDDE;}#vee-body .vee-31-f39d1452{color:#BDCDDE;text-align:right;}#vee-body .vee-31-f39d1452 a{color:#BDCDDE;text-decoration:none;}#vee-body .vee-31-f39d1452 a:hover{color:#fff;text-decoration:none;}@media (max-width: 991.98px){#vee-body .vee-31-f39d1452{text-align:left;}}h1,.h1{margin-bottom:1.5rem;font-size:1.75rem;}h1[class*="vee-headline"]{margin-bottom:1.5rem;}@media (max-width: 991.98px){h1,.h1{font-size:1.8rem;}}h2,.h2{margin-bottom:2rem;font-size:1.5rem;}h2[class*="vee-headline"]{margin-bottom:2rem;}@media (max-width: 991.98px){h2,.h2{font-size:1.5rem;}}h3,.h3{margin-bottom:1.5rem;font-size:1.25rem;}h3[class*="vee-headline"]{margin-bottom:1.5rem;}@media (max-width: 991.98px){h3,.h3{font-size:1.2rem;}}h4,.h4{margin-bottom:1.5rem;font-size:1.25rem;}h4[class*="vee-headline"]{margin-bottom:1.5rem;}h5,.h5{margin-bottom:1.5rem;font-size:1.125rem;}h5[class*="vee-headline"]{margin-bottom:1.5rem;}h6,.h6{margin-bottom:1rem;font-size:1rem;}h6[class*="vee-headline"]{margin-bottom:1rem;}#vee-body .vee-2-8ed8c36b .vee-icon-box-3__icon{margin-right:1rem;align-self:center;}#vee-body .vee-2-8ed8c36b .vee-icon-box-3__icon > div{color:#0090DF;border-color:#003F80;border-radius:50%;border-style:solid;border-width:2px;width:42px;height:42px;font-size:24px;}#vee-body .vee-2-8ed8c36b .vee-icon-box-3__headline{margin-top:0px;margin-bottom:0px;color:#0090DF;font-size:0.75rem;font-weight:700;line-height:1;}#vee-body .vee-2-8ed8c36b .vee-icon-box-3__text{color:#003F80;font-size:1.25rem;font-weight:700;line-height:1.2;}#vee-body .vee-2-8ed8c36b{margin-bottom:10px;}
#vee-body .vee-2-8ed8c36b a {
	color: inherit;
}link[href^="assets/css/veello-theme/bundle-b9bab655.css"]{z-index:0}
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/css/veello-theme/google-fonts-41f6973d/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K0nXNig.ttf) format('truetype');
}
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/assets/css/veello-theme/google-fonts-41f6973d/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K67QNig.ttf) format('truetype');
}

